Searched refs:test2 (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/ |
| H A D | project.pbxproj | 16 …40562C75800D090E7 /* test2.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle;… 31 089C166AFE841209C02AAC07 /* test2 */ = { 39 name = test2; 53 32A4FEC40562C75800D090E7 /* test2.kext */, 79 32A4FEB80562C75700D090E7 /* test2 */ = { 81 …gurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test2" */; 93 name = test2; 95 productName = test2; 96 productReference = 32A4FEC40562C75800D090E7 /* test2.kext */; 104 …ConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test2" */; [all …]
|
| /xnu-10063.101.15/iokit/Tests/ |
| H A D | TestContainers.cpp | 122 OSData *test1, *test2, *test3; in testData() local 209 test2 = OSData::withBytesNoCopy(testData, DATA_SIZE_3); in testData() 211 TEST_ASSERT('d', "4a", (test1 && test2)); in testData() 212 if (test1 && test2) { in testData() 215 TEST_ASSERT('d', "4c", test1->appendBytes(test2)); in testData() 217 TEST_ASSERT('d', "4d", !test1->appendBytes(test2)); in testData() 219 TEST_ASSERT('d', "4e", test2->isEqualTo( in testData() 226 TEST_ASSERT('d', "4g", test2->isEqualTo(test3)); in testData() 233 TEST_ASSERT('d', "4j", test2->isEqualTo(test3)); in testData() 238 test2->release(); in testData() [all …]
|
| /xnu-10063.101.15/tests/ |
| H A D | turnstiles_test.c | 295 test2(int type) in test2() function 480 test2(SYSCTL_TURNSTILE_TEST_USER_DEFAULT); 484 test2(SYSCTL_TURNSTILE_TEST_USER_HASHTABLE);
|