Searched defs:testCase (Results 1 - 24 of 24) sorted by relevance

/external/compiler-rt/test/Unit/ppc/
H A Dfloatditf_test.h1 struct testCase { struct
7 struct testCase tests[] = {
[all...]
H A Dfloatunditf_test.h1 struct testCase { struct
7 struct testCase tests[] = {
[all...]
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DModeTest.java30 public void testCase() throws PatternSyntaxException { method in class:ModeTest
H A DPatternSyntaxExceptionTest.java34 public void testCase() { method in class:PatternSyntaxExceptionTest
/external/webkit/Tools/TestWebKitAPI/
H A DTest.h43 Register(const std::string& testSuite, const std::string& testCase) argument
45 TestsController::shared().registerCreateTestFunction(testSuite + "/" + testCase, Register::create);
/external/junit/src/junit/textui/
H A DTestRunner.java153 String testCase= "";
161 testCase= extractClassName(args[++i]);
165 testCase= arg.substring(0, lastIndex);
170 testCase= args[i];
173 if (testCase.equals(""))
178 return runSingleMethod(testCase, method, wait);
179 Test suite= getTest(testCase);
186 protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exception { argument
187 Class<? extends TestCase> testClass= loadSuiteClass(testCase).asSubclass(TestCase.class);
/external/icu4c/test/letest/
H A Dgendata.cpp145 const UXMLElement *testCase; local
148 while((testCase = root->nextChildElement(tc)) != NULL) {
149 if (testCase->getTagName().compare(test_case) == 0) {
150 char *id = getCString(testCase->getAttribute(id_attr));
151 char *script = getCString(testCase->getAttribute(script_attr));
152 char *lang = getCString(testCase->getAttribute(lang_attr));
187 while((element = testCase->nextChildElement(ec)) != NULL) {
H A Dxmlreader.cpp163 const UXMLElement *testCase; local
166 while((testCase = root->nextChildElement(tc)) != NULL) {
167 if (testCase->getTagName().compare(test_case) == 0) {
168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
199 while((element = testCase->nextChildElement(ec)) != NULL) {
H A Dletest.cpp596 const UXMLElement *testCase; local
599 while((testCase = root->nextChildElement(tc)) != NULL) {
600 if (testCase->getTagName().compare(test_case) == 0) {
601 char *id = getCString(testCase->getAttribute(id_attr));
602 char *script = getCString(testCase->getAttribute(script_attr));
603 char *lang = getCString(testCase->getAttribute(lang_attr));
633 while((element = testCase->nextChildElement(ec)) != NULL) {
/external/icu4c/test/intltest/
H A Duts46test.cpp561 const TestCase &testCase=testCases[i]; local
562 UnicodeString input(ctou(testCase.s));
563 UnicodeString expected(ctou(testCase.u));
572 (int)i, testCase.o, testCase.s)
577 uint32_t uniErrors=testCase.errors&~
581 char mode=testCase.o[0];
585 (int)i, testCase.s, (long)uNInfo.getErrors());
591 (int)i, testCase.s, buffer);
594 if(aNInfo.getErrors()!=testCase
[all...]
H A Dcsdetest.cpp510 const UXMLElement *testCase; local
513 while((testCase = root->nextChildElement(tc)) != NULL) {
514 if (testCase->getTagName().compare(test_case) == 0) {
515 const UnicodeString *id = testCase->getAttribute(id_attr);
516 const UnicodeString *encodings = testCase->getAttribute(enc_attr);
517 const UnicodeString text = testCase->getText(TRUE);
H A Dconvtest.cpp97 const DataMap *testCase; local
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
116 s=testCase->getString("charset", errorCode);
129 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
130 unicode=testCase->getString("unicode", errorCode);
135 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
145 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode);
147 s=testCase->getString("errorCode", errorCode);
162 s=testCase
218 const DataMap *testCase; local
384 const DataMap *testCase; local
[all...]
H A Dssearch.cpp172 const UXMLElement *testCase; local
175 while((testCase = root->nextChildElement(tc)) != NULL) {
177 if (testCase->getTagName().compare("test-case") != 0) {
181 const UnicodeString *id = testCase->getAttribute("id");
195 const UnicodeString *strength = testCase->getAttribute("strength");
216 const UnicodeString *norm = testCase->getAttribute("norm");
226 const UnicodeString *alt = testCase->getAttribute("alternate_handling");
234 const UnicodeString *locale = testCase->getAttribute("locale");
249 n = testCase->getChildElement("pattern");
259 n = testCase
510 const UXMLElement *testCase; local
1770 append(UnicodeString &testCase, UnicodeString &alternate) argument
1798 generateAlternative(const UnicodeString &testCase, UnicodeString &alternate) argument
1858 generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate) argument
2086 monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, const char *name, const char *strength, uint32_t seed) argument
2155 bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, BoyerMooreSearch *bms, BoyerMooreSearch *abms, const char *name, const char *strength, uint32_t seed) argument
2230 UnicodeString testCase; local
2369 UnicodeString testCase; local
[all...]
H A Dnumfmtst.cpp933 UnicodeString testCase = ctou(lenientAffixTestCases[t]); local
935 format->parse(testCase, n, status);
936 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
957 UnicodeString testCase = ctou(lenientMinusTestCases[t]); local
959 mFormat->parse(testCase, n, status);
960 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
977 UnicodeString testCase = ctou(lenientMinusTestCases[t]); local
979 mFormat->parse(testCase, n, status);
980 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
997 UnicodeString testCase local
1010 UnicodeString testCase = ctou(lenientNegativeCurrencyTestCases[t]); local
1032 UnicodeString testCase = ctou(lenientPercentTestCases[t]); local
1045 UnicodeString testCase = ctou(lenientNegativePercentTestCases[t]); local
1069 UnicodeString testCase = ctou(strictFailureTestCases[t]); local
1084 UnicodeString testCase = ctou(strictFailureTestCases[t]); local
[all...]
/external/icu4c/test/iotest/
H A Diotest.cpp199 const DataMap *testCase; local
226 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
241 tempStr=testCase->getString("format", errorCode);
243 tempStr=testCase->getString("result", errorCode);
245 tempStr=testCase->getString("argument", errorCode);
255 switch (testCase->getString("argumentType", errorCode)[0]) {
293 log_err("Unknown type %c for test %d\n", testCase->getString("argumentType", errorCode)[0], i);
365 const DataMap *testCase; local
392 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
406 tempStr=testCase
567 const DataMap *testCase; local
[all...]
/external/skia/tests/
H A DWArrayTest.cpp162 static bool getAdvance(TestWData* testCase, int gId, int16_t* advance) { argument
163 if (gId >= 0 && gId < testCase->fAdvancesLen) {
164 *advance = testCase->fAdvances[gId];
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java131 public void setCurrentTestCase(TestCase testCase) { argument
132 if(testCase == null) throw new IllegalArgumentException("Null");
133 this.listCases.setSelectedValue(testCase, true);
134 this.currentTestCase = testCase;
318 private void OnTestCaseSelected(TestCase testCase) { argument
319 //if(testCase == null) throw new RuntimeException("Null TestCase");
320 this.currentTestCase = testCase;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu4c/test/cintltst/
H A Dcmsccoll.c2112 const static UChar testCase[][MAX_TOKEN_LEN] = local
2154 doTest(myCollation, testCase[i], testCase[j], caseTestResults[k][3*i+j-1]);
2174 doTest(myCollation, testCase[i], testCase[j], caseTestResults[k][3*i+j-1]);
2175 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
2178 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/v8/test/cctest/
H A Dtest-api.cc15287 explicit InitDefaultIsolateThread(TestCase testCase) argument
15289 testCase_(testCase),
15334 static void InitializeTestHelper(InitDefaultIsolateThread::TestCase testCase) { argument
15335 InitDefaultIsolateThread thread(testCase);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/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/ ...

Completed in 556 milliseconds