HomeSort by relevance Sort by last modified time
    Searched defs:test3 (Results 176 - 196 of 196) sorted by null

1 2 3 4 5 6 78

  /external/clang/test/SemaTemplate/
friend-template.cpp 62 namespace test3 { namespace
temp_arg_nontype.cpp 243 void test3() { function in namespace:test8
  /frameworks/base/cmds/installd/tests/
installd_utils_test.cpp 242 dir_rec_t test3; local
243 EXPECT_EQ(0, get_path_from_string(&test3, "/data/app/"))
245 EXPECT_STREQ("/data/app/", test3.path)
247 EXPECT_EQ(10, (ssize_t) test3.len)
249 free(test3.path);
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 150 namespace test3 { namespace
162 return p->x; // expected-error {{'x' is a protected member of 'test3::A'}}
315 void test3(int);
327 void A::test3(int x = B::private_type()) {} // expected-error {{'private_type' is a private member of 'test11::B'}} function in class:test11::A
  /external/clang/test/CXX/class.access/
p4.cpp 112 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/CodeGenCXX/
destructors.cpp 176 namespace test3 { namespace
329 // Checks from test3:
331 // CHECK: define internal void @_ZN5test312_GLOBAL__N_11DD0Ev(%"struct.test3::<anonymous namespace>::D"* %this) unnamed_addr
353 // CHECK: define internal void @_ZN5test312_GLOBAL__N_11CD2Ev(%"struct.test3::<anonymous namespace>::C"* %this) unnamed_addr
361 // CHECK: define internal void @_ZN5test312_GLOBAL__N_11CD0Ev(%"struct.test3::<anonymous namespace>::C"* %this) unnamed_addr
mangle.cpp 354 void test3() { function in namespace:test0
394 namespace test3 { namespace
  /external/clang/test/Sema/
uninit-variables.c 13 int test3() { function
array-init.c 151 static char const test3[] = { "test", "excess stuff" }; // expected-warning{{excess elements in char array initializer}} local
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 225 namespace test3 { namespace
228 A::execute(path); // expected-error {{incomplete type 'test3::A' named in nested name specifier}}
conversion-function.cpp 324 void test3(ExtraDerived23 ed) { function in namespace:rdar8018274
overload-call.cpp 351 namespace test3 { namespace
  /external/icu4c/test/intltest/
strcase.cpp 73 UnicodeString test3; local
75 test3 += (UChar32)0x0130;
76 test3 += "STANBUL, NOT CONSTANTINOPLE!";
78 UnicodeString test4(test3);
84 test4 = test3;
90 test3 = "topkap";
91 test3 += (UChar32)0x0131;
92 test3 += " palace, istanbul";
93 test4 = test3;
100 test4 = test3;
    [all...]
citrtest.cpp 205 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
216 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
221 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
242 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
243 if (*test1 != *test3 || *test1 == *test5)
247 delete test3;
291 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
313 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
321 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
357 *test1 = *test3;
    [all...]
ustrtest.cpp 118 UnicodeString test3; local
119 test3.append((UChar32)0x20402);
120 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
121 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
123 if(test3.length() != 2){
124 errln("append or length failed for UChar32, expected 2, got " + test3.length());
126 test3.append((UChar32)0x0074);
127 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
128 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
130 if(test3.length() != 3)
466 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
654 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
    [all...]
utxttest.cpp 853 UText test3 = UTEXT_INITIALIZER; local
866 utext_openUnicodeString(&test3, &test3Str, &status);
879 UTEXT_SETNATIVEINDEX(&test3, 0);
880 if (utext_compare(&test1, -1, &test3, -1) >= 0) errln("utext_compare() failed, simple setup");
890 UTEXT_SETNATIVEINDEX(&test3, 0);
891 if (utext_compareNativeLimit(&test1, -1, &test3, -1) >= 0) errln("utext_compareNativeLimit() failed, simple setup");
901 UTEXT_SETNATIVEINDEX(&test3, 0);
902 if (utext_compare(&test3, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length");
907 UTEXT_SETNATIVEINDEX(&test3, 0);
908 if (utext_compare(&test3, 18, &test2, -1) <= 0) errln("utext_compare() failed, one explicit length")
    [all...]
apicoll.cpp 1118 test3[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}; local
    [all...]
  /external/clang/test/CodeGen/
mmx-builtins.c 20 __m64 test3(__m64 a, __m64 b) { function
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 726 char* test3 = new char[HISTORY_MIN_SIZE]; local
727 const char* ptr = (const char*)test3;
728 memset(test3, 0, HISTORY_MIN_SIZE);
729 *(int*)test3 = 4000;
733 memset(test3, 0, HISTORY_MIN_SIZE);
734 ptr = (const char*)test3;
735 *(int*)(test3 + offset) = 4000;
739 memset(test3, 0, HISTORY_MIN_SIZE);
740 ptr = (const char*)test3;
741 *(int*)(test3 + offset) = 4000
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 1029 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);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 1018 UChar *test1, *test2, *test3; local
1162 UChar *test1, *test2, *test3; local
    [all...]

Completed in 1517 milliseconds

1 2 3 4 5 6 78