Searched defs:test3 (Results 276 - 300 of 311) sorted by relevance

<<111213

/external/clang/test/SemaTemplate/
H A Dfriend-template.cpp62 namespace test3 { namespace
H A Ddependent-names.cpp48 static void test3() { function in class:test0::Derived1
71 static void test3() { function in class:test0::Derived2
82 d1.test3(); // expected-note {{in instantiation of member function}}
88 d2.test3(); // expected-note {{in instantiation of member function}}
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp70 UnicodeString test3; local
72 test3 += (UChar32)0x0130;
73 test3 += "STANBUL, NOT CONSTANTINOPLE!";
75 UnicodeString test4(test3);
81 test4 = test3;
87 test3 = "topkap";
88 test3 += (UChar32)0x0131;
89 test3 += " palace, istanbul";
90 test4 = test3;
97 test4 = test3;
[all...]
H A Dcitrtest.cpp206 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
243 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
244 if (*test1 != *test3 || *test1 == *test5)
248 delete test3;
292 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
314 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
322 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
358 *test1 = *test3;
[all...]
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string_size_size.pass.cpp391 void test3() function
5851 test3<S>();
5911 test3<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string_size_size.pass.cpp381 void test3() function
5833 test3<S>();
5893 test3<S>();
/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/intltest/
H A Dcitrtest.cpp206 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
243 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
244 if (*test1 != *test3 || *test1 == *test5)
248 delete test3;
292 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
314 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
322 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
358 *test1 = *test3;
[all...]
H A Dustrtest.cpp120 UnicodeString test3; local
121 test3.append((UChar32)0x20402);
122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
125 if(test3.length() != 2){
126 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length());
128 test3.append((UChar32)0x0074);
129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
130 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
132 if(test3
468 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
656 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
[all...]
/external/clang/test/CXX/class.access/
H A Dp4.cpp112 namespace test3 { namespace
119 A a; // expected-error {{variable of type 'test3::A' has private destructor}}
123 A local; // expected-error {{variable of type 'test3::A' has private destructor}}
139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}}
150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}}
386 int test3(A<int> &a) { function in class:test15::A
411 int test3(B<int> &b) { function in class:test15::B
/external/clang/test/CodeGen/
H A Dmmx-builtins.c20 __m64 test3(__m64 a, __m64 b) { function
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp440 void test3() { function in namespace:CopyValueRepresentation
H A Dtemporaries.cpp450 A test3(int v, A x) { function in namespace:Elision
H A Dvisibility.cpp499 static void test3();
506 void test3() { function in namespace:Test20
507 A<1>::test3();
/external/clang/test/Sema/
H A Dconversion.c124 int test3(long long ll) { function
H A Duninit-variables.c16 int test3() { function
H A Dwarn-documentation.cpp684 test3; ///< \brief\author Aaa variable
H A Darray-init.c155 static char const test3[] = { "test", "excess stuff" }; // expected-warning{{excess elements in char array initializer}} local
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp329 void test3(ExtraDerived23 ed) { function in namespace:rdar8018274
H A Dwarn-consumed-analysis.cpp891 void test3() { function in namespace:StatusUseCaseTests::TestParens
H A Doverload-call.cpp355 namespace test3 { namespace
/external/chromium_org/third_party/libevent/test/
H A Dregress.c1029 char test3[EVBUFFER_INITIAL_LENGTH]; local
1053 test3[i] = 'a';
1054 test3[EVBUFFER_INITIAL_LENGTH - 1] = 'x';
1055 evbuffer_add(buf, (u_char *)test3, EVBUFFER_INITIAL_LENGTH);
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp35 int test3(Test3_Derived x) { function
/external/clang/test/CXX/drs/
H A Ddr4xx.cpp303 void test3(int *p, ptr<int> q) { function in namespace:dr420
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp96 void test3() { function

Completed in 769 milliseconds

<<111213