Searched refs:test2 (Results 1 - 25 of 446) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas1273 'RewriteRuleNodeStream test2',
1288 'RewriteRuleSubtreeStream test2',
1303 'RewriteRuleTokenStream test2',
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest.java977 WriteReplaceTestF test2 = new WriteReplaceTestF(3, 4);
978 oos.writeObject(test2);
979 oos.writeObject(test2);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DEnumTest.java240 MockEnum2 test2 = (MockEnum2) SerializationTest.copySerializable(mock2);
241 assertEquals(mock2.i, test2.i);
242 assertEquals(mock2.str, test2.str);
243 assertEquals(mock2.samEnum, test2.samEnum);
/external/bison/tests/
H A Dtestsuite[all...]
/external/chromium/third_party/libevent/test/
H A Dregress.c1027 const char* test2 = "1234567890\r"; local
1037 evbuffer_add(buf, (u_char*)test2, strlen(test2));
1051 evbuffer_drain(buf, strlen(test2));
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc119 { "test2", true },
120 { "test2.foo", false },
121 { "test2.bar", false },
122 { "test2.baz", true },
161 { "test2", true, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") },
162 { "test2", false, Feature::BLESSED_EXTENSION_CONTEXT,
164 { "test2.foo", false, Feature::WEB_PAGE_CONTEXT,
166 { "test2.foo", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
282 { "test2", true, Feature::CONTENT_SCRIPT_CONTEXT, NULL, GURL() },
283 { "test2", tru
734 base::DictionaryValue* test2 = new base::DictionaryValue(); local
[all...]
/external/chromium_org/chrome/test/functional/ispy/common/
H A Dispy_utils_unittest.py82 self.ispy_utils.GenerateExpectation('test2', [self.black])
97 ispy_utils.GetExpectationPath('test2', 'expected.png')],
100 ispy_utils.GetExpectationPath('test2', 'mask.png')],
118 self.ispy_utils.GenerateExpectation('test2', [self.red, self.white])
120 test2 = self.ispy_utils.GetExpectation('test2')
126 self.assertEquals(image_tools.EncodePNG(test2.expected),
128 self.assertEquals(image_tools.EncodePNG(test2.mask),
137 self.ispy_utils.GenerateExpectation('test2', [self.white, self.black])
139 self.assertTrue(self.ispy_utils.ExpectationExists('test2'))
[all...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dflakiness_dashboard_unittests.js244 var test2 = createResultsObjectForTest('foo/test2.html', 'dummyBuilder');
247 test2.expectations = 'a';
250 var tests = [test1, test2, test3];
252 deepEqual(tests, [test2, test1, test3]);
254 deepEqual(tests, [test3, test1, test2]);
257 test2.bugs = 'a';
260 var tests = [test1, test2, test3];
262 deepEqual(tests, [test2, test1, test3]);
264 deepEqual(tests, [test3, test1, test2]);
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c572 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_strle
658 UChar test2[6]; local
1004 UChar *test1, *test2, *test3; local
1148 UChar *test1, *test2, *test3; local
[all...]
H A Dcitertst.c431 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);
H A Dcmsccoll.c3399 static const char *test2[] = { local
3472 genericLocaleStarterWithOptions("ja", test2, sizeof(test2)/sizeof(test2[0]), att, val, 1);
3475 genericLocaleStarterWithOptions("ja", test2, sizeof(test2)/sizeof(test2[0]), attShifted, valShifted, 2);
4588 const static char *test2[] = { local
4623 genericRulesStarter(rules, test2, sizeof(test2)/sizeo
[all...]
H A Dcrestst.c156 UResourceBundle *test1 = 0, *test2 = 0; local
183 test2=ures_open(testdatapath, locale, &err);
190 result2= ures_getStringByKey(test2, "string_in_Root_te_te_IN", &resultLen, &err);
232 ures_close(test2);
H A Dcreststn.c1493 UResourceBundle *test1 = 0, *test2 = 0,*empty = 0; local
1534 test2=ures_open(testdatapath, locale, &err);
1541 result2= tres_getString(test2, -1, "string_in_Root_te_te_IN", &len2, &err);
1568 ures_close(test2);
H A Duenumtst.c139 static const UChar* test2[] = { variable
280 UEnumeration *en = getuchArrayEnum(test2, sizeof(test2)/sizeof(test2[0]));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp438 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, sortk
1110 test2[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}, local
[all...]
H A Dcitrtest.cpp204 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...]
H A Ditercoll.cpp27 test2("has the highest probability of detecting", "")
230 CollationElementIterator *iter2 = en_us->createCollationElementIterator(test2);
H A Ditercoll.h113 const UnicodeString test2; member in class:CollationIteratorTest
H A Dloctest.cpp524 Locale test2("aa", "AA");
534 test_dumpLocale(test2);
544 test_assert(test2 == test2);
554 test_assert(!(test2 != test2));
563 test_assert(!(test1 != test2));
564 test_assert(!(test2 != test1));
566 test_assert(!(test2 != test3));
568 test_assert(test6 != test2);
[all...]
H A Dregcoll.cpp48 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));
H A Drestest.cpp254 ResourceBundle test2(testdatapath, locale, err);
256 //ResourceBundle test2("c:\\icu\\icu\\source\\test\\testdata\\testdata", locale, err);
259 UnicodeString result2(test2.getStringEx("string_in_Root_te_te_IN", err));
276 version2 = test2.getVersionNumber();
H A Drestsnew.cpp253 ResourceBundle test2(testdatapath, locale, err);
259 result2 = test2.getStringEx("string_in_Root_te_te_IN", err);
276 version2 = test2.getVersionNumber();
H A Dtransrt.cpp375 void test2(UBool quick, int32_t density);
533 test2(quickRt, density);
560 void RTTest::test2(UBool quickRt, int32_t density) { function in class:RTTest
H A Dustrtest.cpp102 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 || test
465 UnicodeString test2; local
1459 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
[all...]

Completed in 560 milliseconds

1234567891011>>