Home
last modified time | relevance | path

Searched refs:test_pointer (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dpointer.pass.cpp30 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 Dpointer.pass.cpp29 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 Dpointer.pass.cpp40 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 Dpointer.pass.cpp39 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 Dallocator_pointers.pass.cpp37 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 Dallocator_pointers.pass.cpp38 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 Dallocator_pointers.pass.cpp38 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 Dallocator_pointers.pass.cpp38 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 Dallocator_test.cc186 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 Dpointer.pass.cpp41 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 Dpointer.pass.cpp40 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/
Dpointer.cpp25 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/
Dostream_joiner_test.cpp49 void test_pointer() in test_pointer() function
109 test_pointer(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/test/
Dalignment_of_test.cpp173 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 Dformat.functions.tests.h669 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/
Ddefault_allocator_test.cpp37 void test_pointer() in test_pointer() function
250 test_pointer(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_variant.cpp179 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 Dformat.functions.tests.h849 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 Dformat.functions.tests.h553 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 Ddecode_test.py78 def test_pointer(self) -> None: member in TestDecodeTokenized
1578 def test_pointer(self) -> None: member in TestPointerDecoding