Home
last modified time | relevance | path

Searched defs:test0 (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp203 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 Dms_struct-pack.c128 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 Dp12.cpp16 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 Dp8.cpp7 namespace test0 { namespace
15 void test0() { in test0() function
46 void test0() { in test0() function
H A Dp13.cpp13 namespace test0 { namespace
38 void test0() { in test0() function
H A Dp4.cpp15 namespace test0 { namespace
50 void test0() { in test0() function
93 void test0() { in test0() function
H A Dp11.cpp15 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 Dp6.cpp3 namespace test0 { namespace
8 void test0() { in test0() function
56 void test0() { in test0() function
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp19 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 Dinstantiate-attr.cpp24 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 Dp1.cpp19 namespace test0 { namespace
105 void test0() { in test0() function
177 void test0() { in test0() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dexceptions-no-rtti.cpp10 namespace test0 { namespace
34 void test0() { in test0() function
H A Dconditional-gnu-ext.cpp7 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 Dmember_function.pass.cpp22 char test0() {return 'a';} in test0() function
29 test0(F f) in test0() function
H A Dmember_function_const_volatile.pass.cpp20 char test0() const volatile {return 'a';} in test0() function
27 test0(F f) in test0() function
H A Dmember_function_volatile.pass.cpp20 char test0() volatile {return 'a';} in test0() function
27 test0(F f) in test0() function
H A Dmember_function_const.pass.cpp20 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 Dmember_function.pass.cpp21 TEST_CONSTEXPR_CXX14 char test0() {return 'a';} in test0() function
28 test0(F f) in test0() function
H A Dmember_function_const.pass.cpp21 TEST_CONSTEXPR char test0() const {return 'a';} in test0() function
28 test0(F f) in test0() function
H A Dmember_function_volatile.pass.cpp21 char test0() volatile {return 'a';} in test0() function
28 test0(F f) in test0() function
H A Dmember_function_const_volatile.pass.cpp21 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 Dp3.cpp20 namespace test0 { namespace
68 void test0() { in test0() function
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp4 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 DBreakIteratorRegTest.java50 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 DBreakIteratorRegTest.java47 BreakIterator test0 = BreakIterator.getWordInstance(Locale.JAPAN); in TestRegUnreg() local
87 BreakIterator test0 = BreakIterator.getWordInstance(Locale.JAPAN); in TestRegUnreg() local

12345678910>>...16