Home
last modified time | relevance | path

Searched defs:array (Results 26 – 50 of 97) sorted by relevance

1234

/xnu-8020.121.3/tests/bounded_ptr_src/
H A Dcompare.order.raw.cpp70 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
182 std::array<Derived, 5> array = {Derived{0}, Derived{1}, Derived{2}, Derived{3}, Derived{4}}; in tests_convert() local
H A Dcompare.equal.raw.cpp48 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
160 std::array<Derived, 5> array = {Derived{0}, Derived{1}, Derived{2}, Derived{3}, Derived{4}}; in tests_convert() local
H A Dcompare.equal.cpp55 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
137 std::array<Derived, 5> array = {Derived{0}, Derived{1}, Derived{2}, Derived{3}, Derived{4}}; in tests_convert() local
H A Dcompare.order.cpp71 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
153 std::array<Derived, 5> array = {Derived{0}, Derived{1}, Derived{2}, Derived{3}, Derived{4}}; in tests_convert() local
H A Dexample.malloc.cpp53 test_bounded_ptr<SomeType> array = nullptr; variable
H A Darith.subtract.cpp23 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dreinterpret_cast.cpp37 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
H A Darith.add.cpp25 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
/xnu-8020.121.3/tests/safe_allocation_src/
H A Dctor.adopt.cpp22 tracked_safe_allocation<T> array(memory, 10, libkern::adopt_memory); in tests() local
H A Dctor.allocate_zero.cpp20 test_safe_allocation<T> const array(10, libkern::allocate_memory_zero); in tests() local
H A Dusage.two_dimensions.cpp21 test_safe_allocation<test_safe_allocation<int> > array(10, libkern::allocate_memory); in tests() local
/xnu-8020.121.3/tests/bounded_array_ref_src/
H A Dfor_loop.cpp17 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dcompare.equal.nullptr.cpp28 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Doperator.bool.cpp25 T array[5] = {}; in tests() local
H A Doperator.subscript.cpp23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dbegin_end.cpp22 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Ddata.cpp18 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dsize.cpp18 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dctor.begin_end.cpp22 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
H A Dctor.bounded_ptr.cpp23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
/xnu-8020.121.3/libkern/kxld/tests/
H A Dkxld_array_test.c45 KXLDArray array; in main() local
/xnu-8020.121.3/iokit/Tests/
H A DTestCollections.cpp299 OSArray *array; in testSet() local
750 OSArray *array, *bigReturn; in testIterator() local
H A DTests.cpp278 OSSharedPtr<OSArray> array = OSArray::withCapacity(8); in OSCollectionTest() local
501 OSSharedPtr<OSArray> array = OSArray::withCapacity(0); in OSCollectionIteratorTests() local
586 int array[5] = {55, 66, 77, 88, 99}; in OSBoundedPtrTests() local
895 OSSharedPtr<OSArray> array = OSDynamicPtrCast<OSArray>(dict); in OSDynamicPtrCastTests() local
906 OSTaggedSharedPtr<OSArray, OSCollection> array = OSDynamicPtrCast<OSArray>(taggedDict); in OSDynamicPtrCastTests() local
1166 OSSharedPtr<OSArray> array = OSArray::withCapacity(4); in IOServiceStateNotificationTests() local
/xnu-8020.121.3/iokit/Kernel/
H A DIODeviceMemory.cpp60 OSArray * array; in arrayFromList() local
/xnu-8020.121.3/libkern/libkern/c++/
H A DOSOrderedSet.h131 struct _Element * array; variable

1234