Home
last modified time | relevance | path

Searched defs:test1 (Results 101 – 125 of 1578) sorted by relevance

12345678910>>...64

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dusing-directive.cpp129 namespace test1 { namespace
130 namespace ns { typedef int test1; } typedef
H A Dwarn-redundant-move.cpp20 A test1(B b1) { in test1() function
95 A test1(A a) { in test1() function
H A Dopenmp_default_simd_align.cpp6 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 Dwarn-pessmizing-move.cpp21 A test1(A a1) { in test1() function
206 A test1() { in test1() function
H A Dalignof.cpp8 …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 Dscope-check.cpp30 namespace test1 { namespace
152 void test1(int c) { in test1() function
170 void test1() { in test1() function
H A Denum.cpp42 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 DBreakIteratorRegTest.java48 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 Dcitertst.c429 UChar test1[50]; in TestPrevious() local
570 UChar test1[50]; in TestOffset() local
712 UChar test1[50]; in TestSetText() local
H A Dcapitst.c569 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 Dstruct-decl.c51 static struct test1 { // expected-warning {{'static' ignored on this declaration}} struct
52 int x;
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp38 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 Dcitertst.c429 UChar test1[50]; in TestPrevious() local
570 UChar test1[50]; in TestOffset() local
712 UChar test1[50]; in TestSetText() local
H A Dcapitst.c569 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 Dp1.cpp45 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 Dblocks.cpp14 namespace test1 { namespace
18 void test1() { in test1() function
H A Deh.cpp8 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 DCompilationFilterRuleTest.java139 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/
DCollectingTestListenerTest.java104 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 Dapicoll.cpp403 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 Dapicoll.cpp403 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 Dcompare.size_size_sv_size_size.pass.cpp25 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/
Dembed.go13 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 Dcompare.size_size_sv_size_size.pass.cpp26 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 DTestParameterAnnotationMethodProcessorTest.java236 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

12345678910>>...64