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

1 2 3

  /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...]
  /external/icu/icu4c/source/test/cintltst/
calldata.h 92 const UChar testCases[][4] =
cg7coll.c 68 const static UChar testCases[][MAX_TOKEN_LEN] = {
190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
311 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...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaConditionTest.cpp 28 TestCase testCases[] = {
41 for (unsigned i = 0; testCases[i].input; ++i) {
43 MediaQueryTokenizer::tokenize(testCases[i].input, tokens);
50 ASSERT_STREQ(testCases[i].output, queryText.ascii().data());
SizesAttributeParserTest.cpp 21 TestCase testCases[] = {
76 for (unsigned i = 0; testCases[i].input; ++i) {
77 int effectiveSize = SizesAttributeParser::findEffectiveSize(testCases[i].input, mediaValues);
78 ASSERT_EQ(testCases[i].output, effectiveSize);
MediaQueryTokenizerTest.cpp 27 TestCase testCases[] = {
63 for (int i = 0; testCases[i].input; ++i) {
65 MediaQueryTokenizer::tokenize(testCases[i].input, tokens);
69 ASSERT_STREQ(testCases[i].output, output.toString().ascii().data());
75 BlockTestCase testCases[] = {
104 for (int i = 0; testCases[i].input; ++i) {
106 MediaQueryTokenizer::tokenize(testCases[i].input, tokens);
116 ASSERT_EQ(testCases[i].maxLevel, maxLevel);
117 ASSERT_EQ(testCases[i].finalLevel, level);
SizesCalcParserTest.cpp 53 TestCase testCases[] = {
119 for (unsigned i = 0; testCases[i].input; ++i) {
121 MediaQueryTokenizer::tokenize(testCases[i].input, tokens);
124 ASSERT_EQ(testCases[i].valid, valid);
126 ASSERT_EQ(testCases[i].output, output);
129 for (unsigned i = 0; testCases[i].input; ++i) {
130 if (testCases[i].dontRunInCSSCalc)
132 verifyCSSCalc(testCases[i].input, testCases[i].output, testCases[i].valid, data.defaultFontSize, data.viewportWidth, data.viewportHeight)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuerySetTest.cpp 47 TestCase testCases[] = {
163 for (unsigned i = 0; testCases[i].input; ++i) {
164 RefPtrWillBeRawPtr<MediaQuerySet> oldParserQuerySet = MediaQuerySet::create(testCases[i].input);
165 RefPtrWillBeRawPtr<MediaQuerySet> threadSafeQuerySet = MediaQuerySet::createOffMainThread(testCases[i].input);
166 testMediaQuery(testCases[i], *oldParserQuerySet, true);
167 testMediaQuery(testCases[i], *threadSafeQuerySet, false);
MediaValuesTest.cpp 27 TestCase testCases[] = {
47 for (unsigned i = 0; testCases[i].viewportWidth; ++i) {
49 bool success = MediaValues::computeLength(testCases[i].value,
50 testCases[i].type,
51 testCases[i].fontSize,
52 testCases[i].viewportWidth,
53 testCases[i].viewportHeight,
55 ASSERT_EQ(testCases[i].success, success);
57 ASSERT_EQ(testCases[i].output, output);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParserTest.cpp 34 TestCase testCases[] = {
93 for (unsigned i = 0; testCases[i].srcInput; ++i) {
94 TestCase test = testCases[i];
  /external/compiler-rt/test/builtins/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...]
  /external/icu/icu4c/source/test/intltest/
g7coll.cpp 20 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
142 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
174 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
208 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
242 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
271 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS)
    [all...]
alphaindextst.cpp 627 } testCases[] = {
642 for (int32_t i = 0; i < LENGTHOF(testCases); ++i) {
643 const TestCase &testCase = testCases[i];
plurults.cpp     [all...]
uts46test.cpp 245 static const TestCase testCases[]={
586 for(i=0; i<LENGTHOF(testCases); ++i) {
587 const TestCase &testCase=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;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetSocketAddressTest.java 113 Object[] testCases = {
117 SerializationTest.verifySelf(testCases, COMPARATOR);
125 Object[] testCases = {
129 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
  /cts/tools/utils/
CollectAllTests.java 186 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>();
218 addToTests(expectations, architecture, testCases, klass);
229 addToTests(expectations, architecture, testCases, klass);
244 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
368 Map<String,TestClass> testCases,
398 addToTests(expectations, architecture, testCases, testClass, testName);
404 Map<String,TestClass> testCases,
430 if (testCases.containsKey(testClassName)) {
431 testClass = testCases.get(testClassName);
434 testCases.put(testClassName, testClass)
    [all...]
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 47 private List<TestCase> testCases;
68 this.testCases = Lists.newArrayList();
80 this.testCases.addAll(atr.getTestCases());
87 this.testCases.add(testCase);
185 if (testCases.size() > 0) {
186 for (TestCase testCase : testCases) {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 91 List<TestCase> testCases = mTestCaseBuilder.getTestCases();
93 if (testCases.size() == 0) {
98 for (TestCase testCase : testCases) {

Completed in 2753 milliseconds

1 2 3