/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/ |
H A D | gdb_pretty_printer_test.sh.cpp | 203 std::u16string test0 = u"Hello World"; in u16string_test() local 215 std::u32string test0 = U"Hello World"; in u32string_test() local 229 std::tuple<int, int, int> test0(2, 3, 4); in tuple_test() local 409 std::stack<int> test0; in stack_test() local 442 std::vector<bool> test0 = {true, false}; in vector_test() local 623 std::shared_ptr<const int> test0 = std::make_shared<const int>(5); in shared_ptr_test() local 651 std::streampos test0 = 67; in streampos_test() local
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ms_struct-pack.c | 128 struct test0 { struct 136 // CHECK: 0 | struct test0 argument 144 static int test0[(sizeof(struct test0) == 8) ? 1 : -1]; variable
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p12.cpp | 16 namespace test0 { namespace 41 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() function 53 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() function 66 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() function 86 void test0(int i) { in test0() function
|
H A D | p8.cpp | 7 namespace test0 { namespace 15 void test0() { in test0() function 46 void test0() { in test0() function
|
H A D | p13.cpp | 13 namespace test0 { namespace 38 void test0() { in test0() function
|
H A D | p4.cpp | 15 namespace test0 { namespace 50 void test0() { in test0() function 93 void test0() { in test0() function
|
H A D | p11.cpp | 15 namespace test0 { namespace 29 void test0() { in test0() function
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p6.cpp | 3 namespace test0 { namespace 8 void test0() { in test0() function 56 void test0() { in test0() function
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 19 namespace test0 { namespace 33 void test0() { in test0() function in test0::Derived1 56 void test0() { in test0() function in test0::Derived2 77 void test0() { in test0() function
|
H A D | instantiate-attr.cpp | 24 int test0[sizeof(type) == 4 ? 1 : -1]; variable 35 int test0[sizeof(fastscriptmember<int>) == 5 ? 1 : -1]; variable
|
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.dcl/ |
H A D | p1.cpp | 19 namespace test0 { namespace 105 void test0() { in test0() function 177 void test0() { in test0() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | exceptions-no-rtti.cpp | 10 namespace test0 { namespace 34 void test0() { in test0() function
|
H A D | conditional-gnu-ext.cpp | 7 void test0() { in test0() function 79 B test0(B &x) { in test0() function
|
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.memfn/ |
H A D | member_function.pass.cpp | 22 char test0() {return 'a';} in test0() function 29 test0(F f) in test0() function
|
H A D | member_function_const_volatile.pass.cpp | 20 char test0() const volatile {return 'a';} in test0() function 27 test0(F f) in test0() function
|
H A D | member_function_volatile.pass.cpp | 20 char test0() volatile {return 'a';} in test0() function 27 test0(F f) in test0() function
|
H A D | member_function_const.pass.cpp | 20 char test0() const {return 'a';} in test0() function 27 test0(F f) in test0() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.memfn/ |
H A D | member_function.pass.cpp | 21 TEST_CONSTEXPR_CXX14 char test0() {return 'a';} in test0() function 28 test0(F f) in test0() function
|
H A D | member_function_const.pass.cpp | 21 TEST_CONSTEXPR char test0() const {return 'a';} in test0() function 28 test0(F f) in test0() function
|
H A D | member_function_volatile.pass.cpp | 21 char test0() volatile {return 'a';} in test0() function 28 test0(F f) in test0() function
|
H A D | member_function_const_volatile.pass.cpp | 21 char test0() const volatile {return 'a';} in test0() function 28 test0(F f) in test0() function
|
/aosp_15_r20/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
H A D | p3.cpp | 20 namespace test0 { namespace 68 void test0() { in test0() function
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
H A D | p1.cpp | 4 namespace test0 { namespace 80 opaque0 test0() { in test0() function
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
H A D | BreakIteratorRegTest.java | 50 BreakIterator test0 = BreakIterator.getWordInstance(Locale.JAPAN); in TestRegUnreg() local 90 BreakIterator test0 = BreakIterator.getWordInstance(Locale.JAPAN); in TestRegUnreg() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/ |
H A D | BreakIteratorRegTest.java | 47 BreakIterator test0 = BreakIterator.getWordInstance(Locale.JAPAN); in TestRegUnreg() local 87 BreakIterator test0 = BreakIterator.getWordInstance(Locale.JAPAN); in TestRegUnreg() local
|