Searched defs:test5 (Results 101 - 109 of 109) sorted by relevance

12345

/external/clang/test/CXX/class.access/
H A Dp4.cpp202 namespace test5 { namespace
/external/clang/test/CodeGen/
H A Dmmx-builtins.c30 __m64 test5(__m64 a, __m64 b) { function
/external/clang/test/Sema/
H A Dconversion.c186 long long test5(long long ll) { function
H A Duninit-variables.c28 int test5() { function
/external/icu4c/test/intltest/
H A Dcitrtest.cpp207 CharacterIterator* test5 = test1->clone(); local
218 if (*test1 != *test5)
225 if (test1->hashCode() != test5->hashCode())
239 if (*test1 != *test2 || *test1 == *test5)
243 if (*test1 != *test3 || *test1 == *test5)
249 delete test5;
293 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); local
315 if (*test1 != *test5 )
325 if (test1->hashCode() != test5->hashCode())
337 test5
[all...]
H A Dustrtest.cpp274 UnicodeString test5((UChar)0x5000);
287 !(test5 < test6)
473 UnicodeString test5; local
483 test1.extractBetween(-3, 7, test5);
484 if(test5!=UNICODE_STRING("Now is ", 7)) {
488 test1.extractBetween(11, 23, test5);
519 if (test1.charAt((int32_t)(11 + i)) != test5.charAt(i)) {
661 UnicodeString& test5 = test1; local
684 if (test5[i] != 0x53 && test5[
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp366 void test5() { function in namespace:test0
435 namespace test5 { namespace
H A Dvisibility.cpp511 static void test5();
520 void test5() { function in namespace:Test20
521 B<A<2> >::test5();
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2429 void test5();
2458 void Foo::test5() { function in class:ReleasableScopedLock::Foo
2591 void test5() { function in class:FoolishScopedLockableBug::Foo
2652 void test5();
2698 void Foo::test5() { function in class:SmartPointerTests::Foo

Completed in 230 milliseconds

12345