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

<<21222324252627282930

  /external/clang/test/Misc/
diag-template-diffing.cpp 72 void test2() { function
    [all...]
  /external/clang/test/Sema/
array-init.c 154 static char const test2[] = { "weird stuff" }; local
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 255 constexpr int test2() { const int k = 0; return modify(const_cast<int&>(k)); } // expected-note 2 {{in call}} function in namespace:const_modify
257 static_assert(test2() == 1, ""); // expected-error {{constant expression}} expected-note {{in call}}
258 constexpr int i = test2(); // expected-error {{constant expression}} expected-note {{in call}}
overload-call.cpp 338 namespace test2 { namespace
overloaded-operator.cpp 361 void test2() { function in namespace:pr5900
warn-thread-safety-analysis.cpp 2400 void test2(Bar* b1, Bar* b2) { function in namespace:LockReturned
2468 void Foo::test2() { function in class:ReleasableScopedLock::Foo
2600 void test2() { function in class:FoolishScopedLockableBug::Foo
2702 void Foo::test2() { function in class:SmartPointerTests::Foo
2808 void Bar::test2() { function in class:SmartPointerTests::Bar
2929 int test2() { function in namespace:DuplicateAttributeTest
3258 void test2() { function in class:UniversalLock::Foo
3398 void test2() { function in namespace:ComplexNameTest
3585 void test2() { function in namespace:SelfConstructorTest
3775 void test2() { function in class:GuardedNonPrimitiveTypeTest::Foo
3992 void test2() { function in class:AssertHeldTest::Foo
4096 void test2() { function in class:LogicalConditionalTryLock::Foo
4200 void test2() { function in class:PtGuardedByTest::PtGuardedBySanityTest
4289 void test2() { function in class:PtGuardedByTest::SmartPtr_PtGuardedBy_Test
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 241 void test2() { function in namespace:test8
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 49 const UnicodeString test2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"; local
418 const UnicodeString test2(chars2);
430 CollationElementIterator *i2 = c2->createCollationElementIterator(test2);
783 //obsolete- static const UChar test2[][CollationRegressionTest::MAX_TOKEN_LEN] =
789 //obsolete- compareArray(*c, test2, ARRAY_LENGTH(test2));
899 static const UChar test2[][CollationRegressionTest::MAX_TOKEN_LEN] = local
905 compareArray(*c, test2, ARRAY_LENGTH(test2));
    [all...]
transrt.cpp 376 void test2(UBool quick, int32_t density);
534 test2(quickRt, density);
561 void RTTest::test2(UBool quickRt, int32_t density) { function in class:RTTest
    [all...]
ustrtest.cpp 104 UnicodeString test2(temp, 15);
107 if (test2 != expectedValue)
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
110 test2 += " for me to go!\n";
112 if (test2 != expectedValue)
113 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
117 if (test2.length() != 30)
118 errln(UnicodeString("length() failed: expected 30, got ") + test2.length());
267 UnicodeString test2("this is a test");
279 if (test1 != test2 || test1 == test3 || test1 == test4
467 UnicodeString test2; local
1487 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
    [all...]
apicoll.cpp 398 UnicodeString test2("abcda");
426 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
427 doAssert(someCollators[index]->equals(test1, test2), "Result should be \"abcda\" == \"abCda\"");
466 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
474 UnicodeString test2("abcda");
480 col3->getCollationKey(test2, sortk2, status);
481 col3->getCollationKey(test2, sortk3, status);
507 UnicodeString test1("Abcda"), test2("abcda");
554 doAssert((sortk1.compareTo(col->getCollationKey(test2, sortk2, key2Status)))
617 col->getCollationKey(test2, sortk2, key2Status)
1097 test2[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}, local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
OpReorderTest.java 100 public void test2() { method in class:OpReorderTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java 977 WriteReplaceTestF test2 = new WriteReplaceTestF(3, 4); local
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 1184 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() local
1202 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c 431 UChar test2[50]; local
434 u_uastrcpy(test2, "has the highest probability of detecting");
572 UChar test2[50]; local
575 u_uastrcpy(test2, "has the highest probability of detecting");
714 UChar test2[50]; local
717 u_uastrcpy(test2, "has the highest probability of detecting");
727 iter2=ucol_openElements(en_us, test2, u_strlen(test2), &status);
    [all...]
creststn.c 1493 UResourceBundle *test1 = 0, *test2 = 0,*empty = 0; local
    [all...]
capitst.c 572 UChar* test2; local
582 test2=(UChar*)malloc(sizeof(UChar) * 6);
584 u_uastrcpy(test2, "abcda");
588 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
589 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
590 doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\"");
595 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"")
658 UChar test2[6]; local
1004 UChar *test1, *test2, *test3; local
1148 UChar *test1, *test2, *test3; local
    [all...]
cmsccoll.c 3399 static const char *test2[] = { local
4588 const static char *test2[] = { local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 438 UnicodeString test2("abcda");
466 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
467 doAssert(someCollators[index]->equals(test1, test2), "Result should be \"abcda\" == \"abCda\"");
506 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
514 UnicodeString test2("abcda");
520 col3->getCollationKey(test2, sortk2, status);
521 col3->getCollationKey(test2, sortk3, status);
547 UnicodeString test1("Abcda"), test2("abcda");
567 doAssert((sortk1.compareTo(col->getCollationKey(test2, sortk2, key2Status)))
631 col->getCollationKey(test2, sortk2, key2Status)
1110 test2[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}, local
    [all...]
  /external/clang/test/CXX/drs/
dr2xx.cpp 154 void test2(A::S as) { void f(); f(as); } // expected-error {{too many arguments}} expected-note {{}} function in struct:dr218::C
  /external/icu/icu4c/source/test/cintltst/
creststn.c 1498 UResourceBundle *test1 = 0, *test2 = 0,*empty = 0; local
    [all...]
capitst.c 552 UChar* test2; local
562 test2=(UChar*)malloc(sizeof(UChar) * 6);
564 u_uastrcpy(test2, "abcda");
568 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
569 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
570 doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\"");
575 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"")
638 UChar test2[6]; local
1055 UChar *test1, *test2, *test3; local
1200 UChar *test1, *test2, *test3; local
    [all...]
cmsccoll.c 2133 static const char *test2[] = { local
3258 const static char *test2[] = { local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 610 Double test2 = new Double(23.2); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 210 void test2(int a, Object b); method in interface:OldClassTest.Intf4
233 public void test2(int a, Object b) { method in class:OldClassTest.Cls3
868 if(method.toString().equals("public void libcore.java.lang.OldClassTest$Cls3.test2(int,"
878 assertEquals(expected, Cls3.class.getMethod("test2", int.class,
    [all...]

Completed in 1009 milliseconds

<<21222324252627282930