Searched refs:test3 (Results 251 - 275 of 300) sorted by relevance

<<1112

/external/clang/test/SemaCXX/
H A Dwarn-empty-body.cpp118 void test3(int x, int y) { function
H A Dwarn-thread-safety-analysis.cpp2429 void test3(Bar* b1, Bar* b2) { function in namespace:LockReturned
2456 void test3();
2474 void Foo::test3() { function in class:ReleasableScopedLock::Foo
2603 void test3() { function in class:FoolishScopedLockableBug::Foo
2679 void test3();
2710 void Foo::test3() { function in class:SmartPointerTests::Foo
2787 void test3();
2816 void Bar::test3() { function in class:SmartPointerTests::Bar
2943 void test3() { function in namespace:DuplicateAttributeTest
3307 void test3() { function in class:UniversalLock::Foo
3809 void test3() const { function in class:GuardedNonPrimitiveTypeTest::Foo
4014 void test3() { function in class:AssertHeldTest::Foo
[all...]
H A Dclass-layout.cpp144 namespace test3 { namespace in namespace:PR16537
H A Dcompare.cpp218 void test3() { function
H A Dfor-range-examples.cpp162 namespace test3 { namespace
H A Dwarn-loop-analysis.cpp111 void test3() { function
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp139 namespace test3 { namespace
H A Dfriend-template.cpp62 namespace test3 { namespace
H A Dtemp_arg_nontype.cpp243 void test3() { function in namespace:test8
/external/valgrind/main/none/tests/s390x/
H A Dcu24.stdout.exp52 ------------- test3.1 ----------------
70 ------------- test3.2 ----------------
H A Dcu24_1.stdout.exp52 ------------- test3.1 ----------------
70 ------------- test3.2 ----------------
H A Dcu21.stdout.exp64 ------------- test3.1 ----------------
106 ------------- test3.2 ----------------
H A Dcu21_1.stdout.exp64 ------------- test3.1 ----------------
106 ------------- test3.2 ----------------
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp103 namespace test3 { namespace
496 A test3(A *a) { function in class:test15::B
/external/valgrind/main/gdbserver_tests/
H A Dmcsignopass.stdoutB.exp56 0x........ in test3 () at faultstatus.c:115
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp499 static void test3();
506 void test3() { function in namespace:Test20
507 A<1>::test3();
H A Dtemporaries.cpp435 A test3(int v, A x) { function in namespace:Elision
/external/libvorbis/lib/
H A Dsharedbook.c488 static_codebook test3={ variable
569 run_test(&test3,test3_result);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1004 UChar *test1, *test2, *test3; local
1042 test3=(UChar*)malloc(sizeof(UChar) * 6);
1046 memset(test3,0xFE, sizeof(UChar)*6);
1051 u_uastrcpy(test3, "abcda");
1066 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0);
1138 free(test3);
1148 UChar *test1, *test2, *test3; local
1158 test3=(UChar*)malloc(sizeof(UChar) * 6);
1161 u_uastrcpy(test3, "abcda");
1170 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NUL
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c1077 UChar *test1, *test2, *test3; local
1116 test3=(UChar*)malloc(sizeof(UChar) * 6);
1120 memset(test3,0xFE, sizeof(UChar)*6);
1125 u_uastrcpy(test3, "abcda");
1140 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0);
1212 free(test3);
1222 UChar *test1, *test2, *test3; local
1232 test3=(UChar*)malloc(sizeof(UChar) * 6);
1235 u_uastrcpy(test3, "abcda");
1244 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NUL
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp91 namespace test3 { namespace
105 return b.value; // expected-error {{'value' is a private member of 'test3::Bool'}}
110 if (b.value) // expected-error {{'value' is a private member of 'test3::Bool'}}
/external/clang/test/CodeGen/
H A Dext-vector.c39 // CHECK: @test3
41 void test3(float4 *out) { function
/external/clang/test/Sema/
H A Duninit-variables.c16 int test3() { function
H A Dwarn-documentation.cpp600 test3; ///< \brief\author Aaa variable
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1111 test3[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}; local
1126 col->getCollationKey(test3, u_strlen(test3), key3, status);
1143 col->getSortKey(test3, sortkey3, 64);
1157 col->getSortKey(test3, 5, sortkey3, 64);
1173 UnicodeString strtest3(test3);
1191 col->getCollationKey(test3, u_strlen(test3), key3, status);
1204 col->getSortKey(test3, sortkey3, 64);
1218 col->getSortKey(test3,
[all...]

Completed in 625 milliseconds

<<1112