Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/iokit/Tests/
H A DTestContainers.cpp122 OSData *test1, *test2, *test3; in testData() local
130 test1 = OSData::withCapacity(DATA_SIZE_1); in testData()
131 TEST_ASSERT('d', "0a", test1); in testData()
132 if (test1) { in testData()
133 test1->release(); in testData()
142 test1 = OSData::withCapacity(DATA_SIZE_1); in testData()
143 TEST_ASSERT('d', "1a", test1); in testData()
144 if (test1) { in testData()
145 TEST_ASSERT('d', "1b", !test1->getLength()); in testData()
146 TEST_ASSERT('d', "1c", test1->getCapacity() == DATA_SIZE_1); in testData()
[all …]
/xnu-10063.101.15/libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/
H A Dproject.pbxproj16 …40562C75800D090E7 /* test1.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle;…
31 089C166AFE841209C02AAC07 /* test1 */ = {
39 name = test1;
53 32A4FEC40562C75800D090E7 /* test1.kext */,
79 32A4FEB80562C75700D090E7 /* test1 */ = {
81 …gurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test1" */;
93 name = test1;
95 productName = test1;
96 productReference = 32A4FEC40562C75800D090E7 /* test1.kext */;
104 …ConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test1" */;
[all …]
/xnu-10063.101.15/tests/
H A Dturnstiles_test.c277 test1(int type) in test1() function
479 test1(SYSCTL_TURNSTILE_TEST_USER_DEFAULT);
483 test1(SYSCTL_TURNSTILE_TEST_USER_HASHTABLE);