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

1 2

  /external/chromium_org/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 294 const char *testCases[] = {
309 for(j=0;testCases[j]!=NULL;j+=3) {
310 v1str = testCases[j+0];
311 opstr = testCases[j+1];
312 v2str = testCases[j+2];
539 } testCases[] = {
557 int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
564 const char *input = STRNULL(testCases[i].inBuf);
565 const char *expect = STRNULL(testCases[i].expectResult)
    [all...]
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 305 const char *testCases[] = {
320 for(j=0;testCases[j]!=NULL;j+=3) {
321 v1str = testCases[j+0];
322 opstr = testCases[j+1];
323 v2str = testCases[j+2];
550 } testCases[] = {
568 int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
575 const char *input = STRNULL(testCases[i].inBuf);
576 const char *expect = STRNULL(testCases[i].expectResult)
    [all...]
ncnvtst.c     [all...]
  /external/compiler-rt/test/Unit/ppc/
fixtfdi_test.c 12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
461 input.hi = testCases[i].xhi;
462 input.lo = testCases[i].xlo;
463 expected_result = testCases[i].result;
  /external/chromium_org/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...]
uts46test.cpp 244 static const TestCase testCases[]={
560 for(i=0; i<LENGTHOF(testCases); ++i) {
561 const TestCase &testCase=testCases[i];
    [all...]
loctest.cpp     [all...]
tmsgfmt.cpp 252 UnicodeString testCases[] = {
290 //it_out << "\nPat in: " << testCases[i]);
295 form = new MessageFormat(testCases[i], Locale::getUS(), success);
298 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
304 errln(((UnicodeString)" Orig: ") + testCases[i]);
    [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...]
alphaindextst.cpp 620 } testCases[] = {
635 for (int32_t i = 0; i < LENGTHOF(testCases); ++i) {
636 const TestCase &testCase = testCases[i];
uts46test.cpp 245 static const TestCase testCases[]={
584 for(i=0; i<LENGTHOF(testCases); ++i) {
585 const TestCase &testCase=testCases[i];
    [all...]
tmsgfmt.cpp 253 UnicodeString testCases[] = {
265 // ICU 4.8 returns the original pattern (testCases),
293 //it_out << "\nPat in: " << testCases[i]);
298 form = new MessageFormat(testCases[i], Locale::getUS(), success);
301 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
304 // ICU 4.8 returns the original pattern (testCases),
306 if (form->toPattern(buffer) != testCases[i]) {
313 errln(((UnicodeString)" Orig: ") + testCases[i]);
314 errln(((UnicodeString)" Exp: ") + 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;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 111 Object[] testCases = {
115 SerializationTest.verifySelf(testCases, COMPARATOR);
123 Object[] testCases = {
127 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
  /cts/tools/utils/
CollectAllTests.java 186 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>();
217 addToTests(expectations, testCases, klass.asSubclass(TestCase.class));
227 addToTests(expectations, testCases, klass.asSubclass(TestCase.class));
242 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
375 Map<String,TestClass> testCases,
399 addToTests(expectations, testCases, test, testName);
406 Map<String,TestClass> testCases,
434 if (testCases.containsKey(testClassName)) {
435 testClass = testCases.get(testClassName);
438 testCases.put(testClassName, testClass)
    [all...]
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 49 private List<TestCase> testCases;
70 this.testCases = Lists.newArrayList();
82 this.testCases.addAll(atr.getTestCases());
89 this.testCases.add(testCase);
187 if (testCases.size() > 0) {
188 for (TestCase testCase : testCases) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 227 Object[] testCases = { enumColorMap, Sample.CURLY };
229 SerializationTest.verifySelf(testCases);
256 Object[] testCases = { Sample.CURLY, new MockEnum(),
262 SerializationTest.verifyGolden(this, testCases);
  /external/skia/tests/
ClipStackTest.cpp     [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 912 milliseconds

1 2