| /xnu-8020.121.3/tests/bounded_ptr_src/ |
| H A D | compare.order.raw.cpp | 70 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 D | compare.equal.raw.cpp | 48 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 D | compare.equal.cpp | 55 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 D | compare.order.cpp | 71 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 D | example.malloc.cpp | 53 test_bounded_ptr<SomeType> array = nullptr; variable
|
| H A D | arith.subtract.cpp | 23 std::array<T, 5> array = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | reinterpret_cast.cpp | 37 std::array<Stored, 5> array = {Stored{0}, Stored{1}, Stored{2}, Stored{3}, Stored{4}}; in tests() local
|
| H A D | arith.add.cpp | 25 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 D | ctor.adopt.cpp | 22 tracked_safe_allocation<T> array(memory, 10, libkern::adopt_memory); in tests() local
|
| H A D | ctor.allocate_zero.cpp | 20 test_safe_allocation<T> const array(10, libkern::allocate_memory_zero); in tests() local
|
| H A D | usage.two_dimensions.cpp | 21 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 D | for_loop.cpp | 17 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | compare.equal.nullptr.cpp | 28 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | operator.bool.cpp | 25 T array[5] = {}; in tests() local
|
| H A D | operator.subscript.cpp | 23 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | begin_end.cpp | 22 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | data.cpp | 18 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | size.cpp | 18 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | ctor.begin_end.cpp | 22 T array[5] = {T{0}, T{1}, T{2}, T{3}, T{4}}; in tests() local
|
| H A D | ctor.bounded_ptr.cpp | 23 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 D | kxld_array_test.c | 45 KXLDArray array; in main() local
|
| /xnu-8020.121.3/iokit/Tests/ |
| H A D | TestCollections.cpp | 299 OSArray *array; in testSet() local 750 OSArray *array, *bigReturn; in testIterator() local
|
| H A D | Tests.cpp | 278 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 D | IODeviceMemory.cpp | 60 OSArray * array; in arrayFromList() local
|
| /xnu-8020.121.3/libkern/libkern/c++/ |
| H A D | OSOrderedSet.h | 131 struct _Element * array; variable
|