Lines Matching defs:dict
868 OSSharedPtr<OSDictionary> dict = IOService::resourceMatching("hello"); in OSCollectionTest() local
1497 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() local
1502 OSSharedPtr<OSDictionary> const dict = nullptr; in OSStaticPtrCastTests() local
1508 OSSharedPtr<OSDictionary> dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() local
1515 OSSharedPtr<OSDictionary> dict = nullptr; in OSStaticPtrCastTests() local
1527 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local
1532 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local
1537 OSSharedPtr<OSDictionary const> const dict = nullptr; in OSConstPtrCastTests() local
1542 OSSharedPtr<OSDictionary const> const dict = nullptr; in OSConstPtrCastTests() local
1549 OSSharedPtr<OSDictionary const> dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local
1556 OSSharedPtr<OSDictionary const> dict = nullptr; in OSConstPtrCastTests() local
1566 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSDynamicPtrCastTests() local
1624 OSSharedPtr<OSDictionary> dict = OSDictionary::withCapacity(0); in IOUserNotificationTestThread() local