Home
last modified time | relevance | path

Searched defs:test4 (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/clang/test/CodeGen/
H A Dppc64-align-struct.c8 struct test4 { int x; int y; int z; }; struct
29 void test4 (int x, struct test4 y) in test4() function
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-shadow.c39 struct test4 { in test3() struct
40 int i; in test3()
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} in test4() function
/aosp_15_r20/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s41 .macro test4 macro
46 test4 (a b)(,)),(cd) label
49 test4 (a b)(,)),(cd) label
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp271 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local
471 char test4[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; in TestExtract() local
659 char test4[] = "SPAM"; in TestRemoveReplace() local
717 UnicodeString test4(testChar32); in TestSearching() local
879 UnicodeString test4; in TestSpacePadding() local
940 UnicodeString test4("count"); in TestPrefixAndSuffix() local
1632 test4((const char16_t *)nullptr), in TestBogus() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dustrtest.cpp271 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local
471 char test4[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; in TestExtract() local
659 char test4[] = "SPAM"; in TestRemoveReplace() local
717 UnicodeString test4(testChar32); in TestSearching() local
879 UnicodeString test4; in TestSpacePadding() local
940 UnicodeString test4("count"); in TestPrefixAndSuffix() local
1632 test4((const char16_t *)nullptr), in TestBogus() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dmethod-lookup-3.m69 @interface Test4A - (struct test4a) test4; @end //expected-note{{using}} method
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}} method
71 void test4(id x) { function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Denable_if.cpp25 class test4 { class
29 template class test4<double>; variable
H A Dblocks.cpp50 void test4() { in test4() function
109 namespace test4 { namespace
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp122 void test4() { in test4() function
194 void test4() { in test4() function
282 namespace test4 { namespace
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-func-not-needed.cpp32 namespace test4 { namespace
46 namespace test4 { namespace
H A Dwarn-thread-safety-analysis.cpp2539 void Foo::test4() { in test4() function in ReleasableScopedLock::Foo
2668 void test4() { in test4() function in FoolishScopedLockableBug::Foo
2777 void Foo::test4() { in test4() function in SmartPointerTests::Foo
3343 void test4() { in test4() function in UniversalLock::Foo
3499 void test4() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test4() function
4066 void test4() EXCLUSIVE_LOCKS_REQUIRED(mu_) { in test4() function in AssertHeldTest::Foo
4168 void test4() { in test4() function in LogicalConditionalTryLock::Foo
4293 void test4() { // Literal arrays in test4() function in PtGuardedByTest::PtGuardedBySanityTest
4885 void test4() EXCLUSIVE_LOCKS_REQUIRED(mu1) { in test4() function in AcquiredBeforeAfterText::Foo
4970 void test4() { in test4() function in AcquiredBeforeAfterText::Foo3
[all …]
H A Dattr-deprecated.cpp86 void test4(A *a) { foo(a); } // expected-warning {{deprecated}} in test4() function
148 namespace test4 { namespace
/aosp_15_r20/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp77 void test4() in test4() function
134 void test4() {} in test4() function
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dcatch_const_pointer_nullptr.pass.cpp76 void test4() in test4() function
133 void test4() {} in test4() function
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp67 void test4() { in test4() function
110 void test4() { in test4() function
187 namespace test4 { namespace
/aosp_15_r20/external/javassist/src/test/test4/
H A DAfterTest.java1 package test4; package
46 public int test4() throws Exception { in test4() method in AfterTest
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java54 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
94 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java51 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
91 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-decl.cpp70 struct test4 { struct
72 int y;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dunit_test.hpp164 #define BOOST_ASIO_TEST_CASE4(test1, test2, test3, test4) \ argument
168 #define BOOST_ASIO_TEST_CASE5(test1, test2, test3, test4, test5) \ argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostTestTest.java924 TestDescription test4 = new TestDescription(AnotherTestCase.class.getName(), "testPass4"); in testRun_multipleClass() local
1132 TestDescription test4 = new TestDescription(AnotherTestCase.class.getName(), "testPass4"); in testRun_testcaseBothAnnotationFiltering() local
1572 TestDescription test4 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in runMixJunitTest() local
1793 TestDescription test4 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in runMixJunitTestWithFilter() local
1843 TestDescription test4 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in testRun_junit_suite_split() local
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/
Dembed.go16 test4() int methodSpec
85 func (p *SubSub) test4() int { func
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp4.cpp158 namespace test4 { namespace
390 int test4(A<int> &a) { in test4() function in test15::A
415 int test4(B<int> &b) { in test4() function in test15::B
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUTF16Test.java1005 String test4 = UCharacter.toString(testChar2); in TestIndexOf() local
1295 String test4 = "\ud800\ud800\udc00\ud800\udc00\udc00\ud800\ud800\udc00\ud800\udc00\udc00"; in TestReplace() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/
H A DUTF16Test.java1002 String test4 = UCharacter.toString(testChar2); in TestIndexOf() local
1292 String test4 = "\ud800\ud800\udc00\ud800\udc00\udc00\ud800\ud800\udc00\ud800\udc00\udc00"; in TestReplace() local

12345678910>>...21