/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
H A D | pointer.pass.cpp | 30 void test_pointer() in test_pointer() function 40 test_pointer<void*>(); in main() 41 test_pointer<int*>(); in main() 42 test_pointer<const int*>(); in main() 43 test_pointer<void (*)(int)>(); in main()
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
H A D | pointer.pass.cpp | 29 void test_pointer() in test_pointer() function 39 test_pointer<void*>(); in main() 40 test_pointer<int*>(); in main() 41 test_pointer<const int*>(); in main() 42 test_pointer<void (*)(int)>(); in main()
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
H A D | pointer.pass.cpp | 40 void test_pointer() in test_pointer() function 52 test_pointer<void*>(); in main() 53 test_pointer<int*>(); in main() 54 test_pointer<const int*>(); in main() 55 test_pointer<void (*)(int)>(); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
H A D | pointer.pass.cpp | 39 void test_pointer() in test_pointer() function 51 test_pointer<void*>(); in main() 52 test_pointer<int*>(); in main() 53 test_pointer<const int*>(); in main() 54 test_pointer<void (*)(int)>(); in main()
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/default.allocator/ |
H A D | allocator_pointers.pass.cpp | 37 void test_pointer() in test_pointer() function 114 test_pointer<std::allocator<char>> (); in main() 115 test_pointer<std::allocator<int>> (); in main() 116 test_pointer<std::allocator<Foo>> (); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/default.allocator/ |
H A D | allocator_pointers.pass.cpp | 38 void test_pointer() in test_pointer() function 115 test_pointer<std::allocator<char>> (); in main() 116 test_pointer<std::allocator<int>> (); in main() 117 test_pointer<std::allocator<Foo>> (); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
H A D | allocator_pointers.pass.cpp | 38 void test_pointer() { in test_pointer() function 114 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>>(); in main() 115 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>>(); in main() 116 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>>(); in main()
|
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
H A D | allocator_pointers.pass.cpp | 38 void test_pointer() in test_pointer() function 115 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); in main() 116 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); in main() 117 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | allocator_test.cc | 186 TestStruct* const test_pointer = in TEST() local 189 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST() 198 TestStruct* const test_pointer = in TEST() local 201 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()
|
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | pointer.pass.cpp | 41 void test_pointer() { in test_pointer() function 162 test_pointer</*IsArray*/ false>(); in main() 167 test_pointer</*IsArray*/ true>(); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | pointer.pass.cpp | 40 TEST_CONSTEXPR_CXX23 void test_pointer() { in test_pointer() function 186 test_pointer</*IsArray*/ false>(); in test() 191 test_pointer</*IsArray*/ true>(); in test()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/ |
D | pointer.cpp | 25 void test_pointer() in test_pointer() function 58 test->add(BOOST_TEST_CASE(&boost_range_test::test_pointer)); in init_unit_test_suite()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/io/test/ |
D | ostream_joiner_test.cpp | 49 void test_pointer() in test_pointer() function 109 test_pointer(); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/test/ |
D | alignment_of_test.cpp | 173 void test_pointer() in test_pointer() function 213 test_pointer(); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/ |
H A D | format.functions.tests.h | 669 void test_pointer(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_pointer() function 766 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer() function 768 test_pointer<CharT>(check, check_exception, std::queue{input.begin(), input.end()}); in test_pointer() 769 test_pointer<CharT>(check, check_exception, std::priority_queue{input.begin(), input.end()}); in test_pointer() 770 test_pointer<CharT>(check, check_exception, std::stack{input.begin(), input.end()}); in test_pointer() 975 test_pointer<CharT>(check, check_exception); in format_tests()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | default_allocator_test.cpp | 37 void test_pointer() in test_pointer() function 250 test_pointer(); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_variant.cpp | 179 void test_pointer(){ in test_pointer() function 292 test_pointer(); in test_main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/ |
H A D | format.functions.tests.h | 849 void test_pointer(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_pointer() function 947 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer() function 949 test_pointer<CharT>(check, check_exception, std::unordered_set{static_cast<const void*>(0)}); in test_pointer() 950 test_pointer<CharT>(check, check_exception, std::unordered_multiset{static_cast<void*>(0)}); in test_pointer() 1512 test_pointer<CharT>(check, check_exception); in format_tests()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/ |
H A D | format.functions.tests.h | 553 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer() function 848 test_pointer<CharT>(check, check_exception); in format_tests()
|
/aosp_15_r20/external/pigweed/pw_tokenizer/py/ |
H A D | decode_test.py | 78 def test_pointer(self) -> None: member in TestDecodeTokenized 1578 def test_pointer(self) -> None: member in TestPointerDecoding
|