Searched refs:test_alloc (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/stringbuf/stringbuf.assign/ |
H A D | nonmember_swap_noexcept.pass.cpp | 25 struct test_alloc { struct 33 struct test_alloc_propagate_on_container_swap : test_alloc<T> { argument 38 struct test_alloc_is_always_equal : test_alloc<T> { 43 struct test_alloc_propagate_on_container_swap_is_always_equal : test_alloc<T> { 49 struct test_alloc_not_empty : test_alloc<T> { 54 struct test_alloc_propagate_on_container_swap_not_empty : test_alloc<T> { 62 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf1; in test() 63 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf; in test()
|
H A D | member_swap_noexcept.pass.cpp | 26 struct test_alloc { struct 34 struct test_alloc_propagate_on_container_swap : test_alloc<T> { argument 39 struct test_alloc_is_always_equal : test_alloc<T> { 44 struct test_alloc_propagate_on_container_swap_is_always_equal : test_alloc<T> { 50 struct test_alloc_not_empty : test_alloc<T> { 55 struct test_alloc_propagate_on_container_swap_not_empty : test_alloc<T> { 63 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf1; in test() 64 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf; in test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
H A D | construct_types.pass.cpp | 168 TESTA test_alloc(42); in main() local 173 test_non_pmr_uses_alloc<TESTA>(test_alloc); in main() 176 test_non_pmr_uses_alloc<TESTA>(test_alloc, value); in main() 179 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue); in main() 182 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue, std::move(value)); in main()
|
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
H A D | construct_types.pass.cpp | 217 TESTA test_alloc(42); in main() local 219 test_non_pmr_uses_alloc<TESTA>(test_alloc); in main() 221 test_non_pmr_uses_alloc<TESTA>(test_alloc, value); in main() 223 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue); in main() 225 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue, std::move(value)); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_substr/ |
H A D | substr.pass.cpp | 129 TEST_CONSTEXPR_CXX20 bool test_alloc() { in test_alloc() function 155 test_alloc(); in main() 158 static_assert(test_alloc()); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/ |
D | test_pool_alloc.cpp | 168 void test_alloc() in test_alloc() function 286 test_alloc(); in main()
|
/aosp_15_r20/external/libcap/libcap/ |
H A D | cap_test.c | 139 static int test_alloc(void) in test_alloc() function 286 result = test_alloc() | result; in main()
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_bytes.py | 675 def test_alloc(self): member in ByteArrayTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_bytes.py | 1487 def test_alloc(self): member in ByteArrayTest
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | objc-arc.m | 87 void test_alloc() { function
|