Lines Matching defs:dict
869 OSSharedPtr<OSDictionary> dict = IOService::resourceMatching("hello"); in OSCollectionTest() local
1452 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() local
1457 OSSharedPtr<OSDictionary> const dict = nullptr; in OSStaticPtrCastTests() local
1463 OSSharedPtr<OSDictionary> dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() local
1470 OSSharedPtr<OSDictionary> dict = nullptr; in OSStaticPtrCastTests() local
1482 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local
1487 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local
1492 OSSharedPtr<OSDictionary const> const dict = nullptr; in OSConstPtrCastTests() local
1497 OSSharedPtr<OSDictionary const> const dict = nullptr; in OSConstPtrCastTests() local
1504 OSSharedPtr<OSDictionary const> dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local
1511 OSSharedPtr<OSDictionary const> dict = nullptr; in OSConstPtrCastTests() local
1521 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSDynamicPtrCastTests() local
1579 OSSharedPtr<OSDictionary> dict = OSDictionary::withCapacity(0); in IOUserNotificationTestThread() local