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

1 2 3 4 5 6 7

  /external/icu/icu4c/source/test/cintltst/
calldata.h 92 const UChar testCases[][4] =
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...]
  /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...]
  /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/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/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];
  /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/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...]
  /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;
  /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/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
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)) {
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");
TestInverse.java 30 static final String[] testCases = {
44 log("inverse Bidi: testInverse(L) with " + testCases.length +
46 for(i = 0; i < testCases.length; ++i) {
48 _testInverseBidi(bidi, testCases[i], Bidi.DIRECTION_LEFT_TO_RIGHT);
51 log("inverse Bidi: testInverse(R) with " + testCases.length +
53 for (i = 0; i < testCases.length; ++i) {
55 _testInverseBidi(bidi, testCases[i], Bidi.DIRECTION_RIGHT_TO_LEFT);
  /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...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
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)) {
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");
TestInverse.java 26 static final String[] testCases = {
40 log("inverse Bidi: testInverse(L) with " + testCases.length +
42 for(i = 0; i < testCases.length; ++i) {
44 _testInverseBidi(bidi, testCases[i], Bidi.DIRECTION_LEFT_TO_RIGHT);
47 log("inverse Bidi: testInverse(R) with " + testCases.length +
49 for (i = 0; i < testCases.length; ++i) {
51 _testInverseBidi(bidi, testCases[i], Bidi.DIRECTION_RIGHT_TO_LEFT);
  /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 197 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>();
247 addToTests(expectations, architecture, testCases, klass);
258 addToTests(expectations, architecture, testCases, klass);
273 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
397 Map<String,TestClass> testCases,
427 addToTests(expectations, architecture, testCases, testClass, testName);
433 Map<String,TestClass> testCases,
462 if (testCases.containsKey(testClassName)) {
463 testClass = testCases.get(testClassName);
466 testCases.put(testClassName, testClass)
    [all...]

Completed in 570 milliseconds

1 2 3 4 5 6 7