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

1 2

  /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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
prepareParsedPatch.pl 52 my @testCases = (
124 my $testCasesCount = @testCases;
127 foreach my $testCase (@testCases) {
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 460 List<NumberTest> testCases = new ArrayList<NumberTest>();
461 testCases.addAll(Arrays.asList(STRICT_GROUPING_CASES));
462 testCases.addAll(Arrays.asList(EXACT_GROUPING_CASES));
463 testCases.addAll(Arrays.asList(VALID_CASES));
464 testCases.addAll(Arrays.asList(POSSIBLE_ONLY_CASES));
465 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE);
469 List<NumberTest> testCases = new ArrayList<NumberTest>();
470 testCases.addAll(Arrays.asList(IMPOSSIBLE_CASES));
471 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE);
475 List<NumberTest> testCases = new ArrayList<NumberTest>()
    [all...]
  /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);
  /external/chromium_org/third_party/icu/source/test/cintltst/
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...]
cloctst.c     [all...]
capitst.c     [all...]
calldata.h 92 const UChar testCases[][4] =
  /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...]
loctest.cpp     [all...]
allcoll.cpp 138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS);
  /external/icu4c/test/cintltst/
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...]
cloctst.c     [all...]
capitst.c     [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...]
allcoll.cpp 138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS);
  /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;
  /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) {
  /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...]
  /external/chromium_org/content/browser/resources/media/new/
webui_resource_test.js 126 var testCases = [];
147 testCases.push(name);
149 if (!testCases.length) {
183 if (testCases.length > 0) {
184 var fn = testCases.pop();
202 if (testCases.length) {
  /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);
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 124 List<TestCase> testCases = collector.getTestCases();
129 resultPrinter = new WatcherResultPrinter(testCases.size());
158 for (TestCase testCase : testCases) {

Completed in 1628 milliseconds

1 2