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

1 2 3 4 5 6 7

  /art/test/800-smali/src/
Main.java 47 private List<TestCase> testCases;
51 testCases = new LinkedList<TestCase>();
52 testCases.add(new TestCase("PackedSwitch", "PackedSwitch", "packedSwitch",
54 testCases.add(new TestCase("PackedSwitch key INT_MAX", "PackedSwitch",
56 testCases.add(new TestCase("PackedSwitch key overflow", "b_24399945",
59 testCases.add(new TestCase("b/17790197", "B17790197", "getInt", null, null, 100));
60 testCases.add(new TestCase("FloatBadArgReg", "FloatBadArgReg", "getInt",
62 testCases.add(new TestCase("negLong", "negLong", "negLong", null, null, 122142L));
63 testCases.add(new TestCase("sameFieldNames", "sameFieldNames", "getInt", null, null, 7));
64 testCases.add(new TestCase("b/18380491", "B18380491ConcreteClass", "foo"
    [all...]
  /external/testng/src/test/java/test/tmp/
TestCaseFactory.java 15 Object[] testCases = new Object[1];
16 testCases[0] = new MyTestClass() {
18 return testCases;
  /libcore/ojluni/src/test/java/util/stream/
TestDoubleSumAverage.java 101 Map<Supplier<DoubleStream>, Double> testCases = new LinkedHashMap<>();
102 testCases.put(() -> DoubleStream.of(MAX_VALUE, MAX_VALUE), POSITIVE_INFINITY);
103 testCases.put(() -> DoubleStream.of(-MAX_VALUE, -MAX_VALUE), NEGATIVE_INFINITY);
105 testCases.put(() -> DoubleStream.of(1.0d, POSITIVE_INFINITY, 1.0d), POSITIVE_INFINITY);
106 testCases.put(() -> DoubleStream.of(POSITIVE_INFINITY), POSITIVE_INFINITY);
107 testCases.put(() -> DoubleStream.of(POSITIVE_INFINITY, POSITIVE_INFINITY), POSITIVE_INFINITY);
108 testCases.put(() -> DoubleStream.of(POSITIVE_INFINITY, POSITIVE_INFINITY, 0.0), POSITIVE_INFINITY);
110 testCases.put(() -> DoubleStream.of(1.0d, NEGATIVE_INFINITY, 1.0d), NEGATIVE_INFINITY);
111 testCases.put(() -> DoubleStream.of(NEGATIVE_INFINITY), NEGATIVE_INFINITY);
112 testCases.put(() -> DoubleStream.of(NEGATIVE_INFINITY, NEGATIVE_INFINITY), NEGATIVE_INFINITY)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestStringPrepProfiles.java 39 private static String[][] testCases = {
149 for (int i = 0; i < testCases.length; i++) {
150 for (int j = 0; j < testCases[i].length; j++) {
152 profileName = testCases[i][j];
156 src = testCases[i][j];
157 expected = testCases[i][++j];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestStringPrepProfiles.java 35 private static String[][] testCases = {
145 for (int i = 0; i < testCases.length; i++) {
146 for (int j = 0; j < testCases[i].length; j++) {
148 profileName = testCases[i][j];
152 src = testCases[i][j];
153 expected = testCases[i][++j];
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestStreaming.java 43 static final TestCase[] testCases = {
80 int nTests = testCases.length, nLevels = paraLevels.length;
92 src = testCases[i].textIn;
94 chunk = testCases[i].chunk;
95 nPortions = testCases[i].nPortions[levelIndex];
118 processedLen != testCases[i].portionLens[levelIndex][j];
133 testCases[i].message[levelIndex] + " }\n");
TestReorderRunsOnly.java 37 static final TestCase testCases[] = {
130 for (i = 0, nCases = testCases.length; i < nCases; i++) {
131 src = testCases[i].textIn;
142 testCases[i].textOut[option][level],
145 if ((option == 0) && (testCases[i].noroundtrip[level] > 0)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestStreaming.java 39 static final TestCase[] testCases = {
76 int nTests = testCases.length, nLevels = paraLevels.length;
88 src = testCases[i].textIn;
90 chunk = testCases[i].chunk;
91 nPortions = testCases[i].nPortions[levelIndex];
114 processedLen != testCases[i].portionLens[levelIndex][j];
129 testCases[i].message[levelIndex] + " }\n");
TestReorderRunsOnly.java 33 static final TestCase testCases[] = {
126 for (i = 0, nCases = testCases.length; i < nCases; i++) {
127 src = testCases[i].textIn;
138 testCases[i].textOut[option][level],
141 if ((option == 0) && (testCases[i].noroundtrip[level] > 0)) {
  /external/skia/tests/
DashPathEffectTest.cpp 43 } testCases[] = {
71 for (int j = 0; j < (int)SK_ARRAY_COUNT(testCases); ++j) {
76 src.moveTo(testCases[j].fPts[k]);
77 src.lineTo(testCases[j].fPts[(k+1)%2]);
81 REPORTER_ASSERT(r, actualResult == testCases[j].fExpectedResult);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
G7CollationTest.java 32 private static String[] testCases = {
87 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
113 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
140 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
166 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
196 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
G7CollationTest.java 28 private static String[] testCases = {
83 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
109 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
136 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
162 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
192 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1)
    [all...]
  /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);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_harness.h 95 const SDLTest_TestCaseReference **testCases;
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_harness.h 95 const SDLTest_TestCaseReference **testCases;
  /prebuilts/misc/windows/sdl2/include/
SDL_test_harness.h 95 const SDLTest_TestCaseReference **testCases;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_harness.h 95 const SDLTest_TestCaseReference **testCases;
  /external/icu/icu4c/source/test/cintltst/
cg7coll.c 66 const static UChar testCases[][MAX_TOKEN_LEN] = {
188 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
220 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
250 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
280 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
309 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/icu/icu4c/source/test/intltest/
g7coll.cpp 19 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
141 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
173 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
207 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
241 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
270 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleCollationTest.java 157 boolean truncate, String[] testCases) {
163 for(int i = 0; i < testCases.length ;i+=3) {
164 boolean expectAvail = T_STR.equals(testCases[i+0]);
165 ULocale inLocale = new ULocale(testCases[i+1]);
166 ULocale expectLocale = new ULocale(testCases[i+2]);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ICUResourceBundleCollationTest.java 153 boolean truncate, String[] testCases) {
159 for(int i = 0; i < testCases.length ;i+=3) {
160 boolean expectAvail = T_STR.equals(testCases[i+0]);
161 ULocale inLocale = new ULocale(testCases[i+1]);
162 ULocale expectLocale = new ULocale(testCases[i+2]);
  /frameworks/base/test-runner/src/android/test/
TestCaseUtil.java 60 List<Test> testCases = Lists.newArrayList();
84 testCases.addAll(getTests(childTest, flatten, seen));
86 testCases.add(childTest);
90 testCases.add(workingTest);
93 return testCases;
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 542 List<NumberTest> testCases = new ArrayList<NumberTest>();
543 testCases.addAll(Arrays.asList(STRICT_GROUPING_CASES));
544 testCases.addAll(Arrays.asList(EXACT_GROUPING_CASES));
545 testCases.addAll(Arrays.asList(VALID_CASES));
546 testCases.addAll(Arrays.asList(POSSIBLE_ONLY_CASES));
547 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE);
551 List<NumberTest> testCases = new ArrayList<NumberTest>();
552 testCases.addAll(Arrays.asList(IMPOSSIBLE_CASES));
553 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE);
557 List<NumberTest> testCases = new ArrayList<NumberTest>()
    [all...]

Completed in 554 milliseconds

1 2 3 4 5 6 7