Home
last modified time | relevance | path

Searched defs:dict2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp770 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(dict); in OSConstPtrCastTests() local
775 OSSharedPtr<OSDictionary const> dict2 = OSConstPtrCast<OSDictionary const>(dict); in OSConstPtrCastTests() local
780 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(dict); in OSConstPtrCastTests() local
785 OSSharedPtr<OSDictionary const> dict2 = OSConstPtrCast<OSDictionary const>(dict); in OSConstPtrCastTests() local
793 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(os::move(dict)); in OSConstPtrCastTests() local
799 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(os::move(dict)); in OSConstPtrCastTests() local
H A DTestCollections.cpp514 OSDictionary *dict1, *dict2; in testDictionary() local
/xnu-8019.80.24/libkdd/tests/
H A DTests.swift618 guard let dict2 = try? self.parseBuffer(buffer2) in testNested() variable
1300 guard let dict2 = opt_dict2 in testSampleStackshot() variable