HomeSort by relevance Sort by last modified time
    Searched defs:testCases (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/third_party/icu/source/test/cintltst/
calldata.h 92 const UChar testCases[][4] =
cg7coll.c 67 const static UChar testCases[][MAX_TOKEN_LEN] = {
178 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
241 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
271 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
300 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS)
    [all...]
putiltst.c 275 const char *testCases[] = {
290 for(j=0;testCases[j]!=NULL;j+=3) {
291 v1str = testCases[j+0];
292 opstr = testCases[j+1];
293 v2str = testCases[j+2];
ncnvtst.c     [all...]
  /external/icu4c/test/cintltst/
calldata.h 92 const UChar testCases[][4] =
cg7coll.c 67 const static UChar testCases[][MAX_TOKEN_LEN] = {
182 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
215 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
245 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
275 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
304 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS)
    [all...]
putiltst.c 291 const char *testCases[] = {
306 for(j=0;testCases[j]!=NULL;j+=3) {
307 v1str = testCases[j+0];
308 opstr = testCases[j+1];
309 v2str = testCases[j+2];
486 } testCases[] = {
504 int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
511 const char *input = STRNULL(testCases[i].inBuf);
512 const char *expect = STRNULL(testCases[i].expectResult)
    [all...]
ncnvtst.c     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
g7coll.cpp 19 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS)
    [all...]
loctest.cpp     [all...]
tmsgfmt.cpp 245 UnicodeString testCases[] = {
283 //it_out << "\nPat in: " << testCases[i]);
288 form = new MessageFormat(testCases[i], Locale::getUS(), success);
291 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
297 errln(((UnicodeString)" Orig: ") + testCases[i]);
    [all...]
numfmtst.cpp 91 CASE(26,TestCases);
677 static const char* testCases[][2]= {
728 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
730 const char *localeID = testCases[i][0];
731 UnicodeString expected(testCases[i][1], -1, US_INV);
    [all...]
ssearch.cpp 381 UdhrTestCase testCases[] = {
393 int32_t testCount = ARRAY_SIZE(testCases);
401 ucbuf_resolveFileName(udhrPath, testCases[t].file, NULL, &len, &status);
412 ucbuf_resolveFileName(udhrPath, testCases[t].file, resolvedFileName, &len, &status);
418 infoln("Could not open the input file %s. Test skipped\n", testCases[t].file);
444 UCollator *coll = ucol_open(testCases[t].locale, &status);
449 errln("Could not open collator for %s", testCases[t].locale);
456 errln("Could not open CollData object for %s", testCases[t].locale);
463 errln("Could not open search object for %s", testCases[t].locale);
473 errln("Could not find pattern - locale: %s, file: %s ", testCases[t].locale, testCases[t].file)
    [all...]
  /external/icu4c/test/intltest/
g7coll.cpp 19 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS)
    [all...]
loctest.cpp     [all...]
tmsgfmt.cpp 253 UnicodeString testCases[] = {
291 //it_out << "\nPat in: " << testCases[i]);
296 form = new MessageFormat(testCases[i], Locale::getUS(), success);
299 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
305 errln(((UnicodeString)" Orig: ") + testCases[i]);
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestCaseUtil.java 59 List<Test> testCases = Lists.newArrayList();
83 testCases.addAll(getTests(childTest, flatten, seen));
85 testCases.add(childTest);
89 testCases.add(workingTest);
92 return testCases;
  /cts/tools/utils/
CollectAllTests.java 75 private static Map<String,TestClass> testCases;
207 testCases = new LinkedHashMap<String, TestClass>();
220 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
398 if (testCases.containsKey(testClassName)) {
399 testClass = testCases.get(testClassName);
402 testCases.put(testClassName, testClass);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 50 private List<TestCase> testCases;
71 this.testCases = Lists.newArrayList();
83 this.testCases.addAll(atr.getTestCases());
90 this.testCases.add(testCase);
188 if (testCases.size() > 0) {
189 for (TestCase testCase : testCases) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 283 Object[] testCases = {
287 SerializationTest.verifySelf(testCases, COMPARATOR);
301 Object[] testCases = {
305 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
  /cts/tools/host/src/com/android/cts/
TestSuite.java 87 * Get TestCases.
89 * @return TestCases
226 ArrayList<TestCase> testCases = new ArrayList<TestCase>();
227 testCases.addAll(mTestCases);
229 testCases.addAll(subSuite.getAllTestCases());
232 return testCases;
274 Iterator<TestCase> testCases = getTestCases().iterator();
285 while (testCases.hasNext() && (!mTestStop)) {
286 mCurrentTestCase = testCases.next();
TestSessionLog.java 514 Collection<TestCase> testCases = testSuite.getTestCases();
519 for (TestCase testCase : testCases) {
TestPackage.java 398 List<TestCase> testCases = new ArrayList<TestCase>();
400 testCases.addAll(s.getAllTestCases());
403 return testCases;
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 53 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
54 assertNotNull(testCases);
55 assertEquals(1, testCases.size());
56 assertEquals("warning", testCases.get(0).getName());
63 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
64 assertNotNull(testCases);
65 assertEquals(1, testCases.size());
66 assertEquals("testOne", testCases.get(0).getName());
107 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
108 for (TestCase testCase : testCases) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 137 OMX_ERRORTYPE testCases (OMX_HANDLETYPE *, fd_set *,int, FILE *, FILE *, int *, int *, struct timeval *, int, int, OMX_BUFFERHEADERTYPE *[], int, OMX_BUFFERHEADERTYPE *[]);
434 error = testCases (pHandle, &rfds, tcID, fIn, fOut, &frmCnt, &totalFilled, &tv, gDasfMode, nIpBuffs, pInputBufferHeader, nOpBuffs, pOutputBufferHeader);
436 printf ("<<<<<<<<<<<<<< testCases fault exit >>>>>>>>>>>>>>\n");
    [all...]

Completed in 1002 milliseconds

1 2