/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | using-directive.cpp | 129 namespace test1 { namespace 130 namespace ns { typedef int test1; } typedef
|
H A D | warn-redundant-move.cpp | 20 A test1(B b1) { in test1() function 95 A test1(A a) { in test1() function
|
H A D | openmp_default_simd_align.cpp | 6 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x)); member 48 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x)); member
|
H A D | warn-pessmizing-move.cpp | 21 A test1(A a1) { in test1() function 206 A test1() { in test1() function
|
H A D | alignof.cpp | 8 …static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' … member 50 static const int test1 = __alignof__(S0::x); member
|
H A D | scope-check.cpp | 30 namespace test1 { namespace 152 void test1(int c) { in test1() function 170 void test1() { in test1() function
|
H A D | enum.cpp | 42 namespace test1 { namespace 50 int test1[is_same<__typeof(+v1), int>::value]; variable
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/ |
H A D | BreakIteratorRegTest.java | 48 BreakIterator test1 = BreakIterator.getWordInstance(Locale.US); in TestRegUnreg() local 88 BreakIterator test1 = BreakIterator.getWordInstance(Locale.US); in TestRegUnreg() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | citertst.c | 429 UChar test1[50]; in TestPrevious() local 570 UChar test1[50]; in TestOffset() local 712 UChar test1[50]; in TestSetText() local
|
H A D | capitst.c | 569 UChar* test1; in TestCompare() local 655 UChar test1[6]; in TestSafeClone() local 812 UChar test1[6]; in TestClone() local 1197 UChar *test1, *test2, *test3; in TestSortKey() local 1342 UChar *test1, *test2, *test3; in TestHashCode() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | struct-decl.c | 51 static struct test1 { // expected-warning {{'static' ignored on this declaration}} struct 52 int x;
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 38 void test1() { in test1() function in test0::Derived1 61 void test1() { in test1() function in test0::Derived2 92 namespace test1 { namespace
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | citertst.c | 429 UChar test1[50]; in TestPrevious() local 570 UChar test1[50]; in TestOffset() local 712 UChar test1[50]; in TestSetText() local
|
H A D | capitst.c | 569 UChar* test1; in TestCompare() local 655 UChar test1[6]; in TestSafeClone() local 812 UChar test1[6]; in TestClone() local 1197 UChar *test1, *test2, *test3; in TestSortKey() local 1342 UChar *test1, *test2, *test3; in TestHashCode() local
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
H A D | p1.cpp | 45 int test1 = f<int>(); // expected-note {{here}} variable 100 int test1 = f<int>(); // expected-note {{here}} variable
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | blocks.cpp | 14 namespace test1 { namespace 18 void test1() { in test1() function
|
H A D | eh.cpp | 8 void test1() { in test1() function 342 void test1(int x) { in test1() function
|
/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
H A D | CompilationFilterRuleTest.java | 139 public void testOneAppToCompileMultipleIterations(Description test1, Description test2) in testOneAppToCompileMultipleIterations() 174 public void testOneAppMultipleCompileMultipleTests(Description test1, Description test2) in testOneAppMultipleCompileMultipleTests()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | CollectingTestListenerTest.java | 104 final TestDescription test1 = injectTestRun("run1", "testFoo1", METRIC_VALUE, 0); in testTwoRuns() local 131 final TestDescription test1 = injectTestRun("run", "testFoo1", METRIC_VALUE, 0); in testReRun() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | apicoll.cpp | 403 UnicodeString test1("abCda"); in TestSafeClone() local 479 UnicodeString test1("Abcda"); in TestHashCode() local 513 UnicodeString test1("Abcda"), test2("abcda"); in TestCollationKey() local 968 UnicodeString test1("Abcda"), test2("abcda"); in TestCompare() local 1099 char16_t test1[6] = {0x41, 0x62, 0x63, 0x64, 0x61, 0}, in TestSortKey() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | apicoll.cpp | 403 UnicodeString test1("abCda"); in TestSafeClone() local 479 UnicodeString test1("Abcda"); in TestHashCode() local 513 UnicodeString test1("Abcda"), test2("abcda"); in TestCollationKey() local 968 UnicodeString test1("Abcda"), test2("abcda"); in TestCompare() local 1099 char16_t test1[6] = {0x41, 0x62, 0x63, 0x64, 0x61, 0}, in TestSortKey() local
|
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.ops/ |
H A D | compare.size_size_sv_size_size.pass.cpp | 25 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() function 158 void test1() in test1() function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/ |
D | embed.go | 13 test1() int methodSpec 142 func (p *S) test1() int { func
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.ops/ |
H A D | compare.size_size_sv_size_size.pass.cpp | 26 void test1(std::basic_string_view<CharT> sv1, in test1() function 158 void test1() { in test1() function
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParameterAnnotationMethodProcessorTest.java | 236 public void test1( in test1() method in TestParameterAnnotationMethodProcessorTest.TooLongTestNamesShortened 268 public void test1(@TestParameter({"ABC", "ABC"}) String testString) { in test1() method in TestParameterAnnotationMethodProcessorTest.DuplicateTestNames 680 public void test1() {} in test1() method in TestParameterAnnotationMethodProcessorTest.ErrorPackagePrivateConstructor
|