HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 676 - 700 of 728) sorted by null

<<21222324252627282930

  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 204 CharacterIterator* test2 = new StringCharacterIterator(testText, 5); local
216 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
221 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
239 if (*test1 != *test2 || *test1 == *test5)
246 delete test2;
290 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5); local
313 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
321 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
351 if (*test1 != *test2 || *test1 == *test5)
362 delete test2;
    [all...]
regcoll.cpp 48 const UnicodeString test2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"; local
425 const UnicodeString test2(chars2);
437 CollationElementIterator *i2 = c2->createCollationElementIterator(test2);
790 //obsolete- static const UChar test2[][CollationRegressionTest::MAX_TOKEN_LEN] =
796 //obsolete- compareArray(*c, test2, ARRAY_LENGTH(test2));
906 static const UChar test2[][CollationRegressionTest::MAX_TOKEN_LEN] = local
912 compareArray(*c, test2, ARRAY_LENGTH(test2));
    [all...]
transrt.cpp 375 void test2(UBool quick, int32_t density);
533 test2(quickRt, density);
560 void RTTest::test2(UBool quickRt, int32_t density) { function in class:RTTest
    [all...]
ustrtest.cpp 102 UnicodeString test2(temp, 15);
105 if (test2 != expectedValue)
106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
108 test2 += " for me to go!\n";
110 if (test2 != expectedValue)
111 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
115 if (test2.length() != 30)
116 errln("length() failed: expected 30, got " + test2.length());
265 UnicodeString test2("this is a test");
277 if (test1 != test2 || test1 == test3 || test1 == test4
465 UnicodeString test2; local
1459 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
    [all...]
utxttest.cpp 852 UText test2 = UTEXT_INITIALIZER; local
865 utext_openUnicodeString(&test2, &test2Str, &status);
876 UTEXT_SETNATIVEINDEX(&test2, 0);
877 if (utext_compare(&test1, -1, &test2, -1) != 0) errln("utext_compare() failed, simple setup");
887 UTEXT_SETNATIVEINDEX(&test2, 0);
888 if (utext_compareNativeLimit(&test1, -1, &test2, -1) != 0) errln("utext_compareNativeLimit() failed, simple setup");
898 UTEXT_SETNATIVEINDEX(&test2, 0);
899 if (utext_compare(&test1, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length");
900 UTEXT_SETNATIVEINDEX(&test2, 0);
902 if (utext_compare(&test3, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length")
    [all...]
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 242 void test2(CopyAndMove cm) { function in namespace:DR1402
  /external/clang/test/CodeGen/
mmx-builtins.c 15 __m64 test2(__m64 a, __m64 b) { function
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 428 void test2(void) { function in namespace:CopyValueRepresentation
mangle.cpp 344 void test2() { function in namespace:test0
385 namespace test2 { namespace
visibility.cpp 156 namespace Test2 {
498 static void test2();
503 void A<1>::test2() {} function in class:Test20::A
    [all...]
  /external/clang/test/Sema/
conversion.c 93 short test2(long long ll) { function
uninit-variables.c 11 int test2() { function
warn-documentation.cpp 683 int test2, ///< \brief\author Aaa variable
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 311 void test2(UeberDerived ud) { function in namespace:rdar8018274
  /external/clang/test/SemaTemplate/
dependent-names.cpp 43 static void test2() { function in class:test0::Derived1
66 static void test2() { function in class:test0::Derived2
81 d1.test2(); // expected-note {{in instantiation of member function}}
87 d2.test2(); // expected-note {{in instantiation of member function}}
  /external/icu/icu4c/source/test/cintltst/
citertst.c 426 UChar test2[50]; local
429 u_uastrcpy(test2, "has the highest probability of detecting");
567 UChar test2[50]; local
570 u_uastrcpy(test2, "has the highest probability of detecting");
709 UChar test2[50]; local
712 u_uastrcpy(test2, "has the highest probability of detecting");
722 iter2=ucol_openElements(en_us, test2, u_strlen(test2), &status);
    [all...]
crestst.c 154 UResourceBundle *test1 = 0, *test2 = 0; local
181 test2=ures_open(testdatapath, locale, &err);
188 result2= ures_getStringByKey(test2, "string_in_Root_te_te_IN", &resultLen, &err);
230 ures_close(test2);
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 205 CharacterIterator* test2 = new StringCharacterIterator(testText, 5); local
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
240 if (*test1 != *test2 || *test1 == *test5)
247 delete test2;
291 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5); local
314 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
322 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
352 if (*test1 != *test2 || *test1 == *test5)
363 delete test2;
    [all...]
  /external/lldb/test/unittest2/test/
test_case.py 26 def test2(self): pass member in class:Test.Bar
103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
105 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
187 (Test.Foo('test1'), Test.Bar('test2'))]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 25 def test2(self): pass member in class:Test.Bar
55 ,(Test.Foo('test1'), Test.Bar('test2'))]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 25 def test2(self): pass member in class:Test.Bar
55 ,(Test.Foo('test1'), Test.Bar('test2'))]
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java 343 test2(); method
452 private void test2() { method in class:AutoLockTest
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 1027 const char* test2 = "1234567890\r"; local
1037 evbuffer_add(buf, (u_char*)test2, strlen(test2));
1051 evbuffer_drain(buf, strlen(test2));
    [all...]
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 20 int test2(int n) { function
322 void test2();
338 void RDar9267815::test2() { function in class:RDar9267815
  /external/clang/test/CXX/drs/
dr4xx.cpp 292 void test2(T p) { function in namespace:dr420
300 template void test2(Y<int>*); // expected-note {{instantiation}}
301 template void test2(ptr<Y<int> >); // expected-note {{instantiation}}

Completed in 1227 milliseconds

<<21222324252627282930