HomeSort by relevance Sort by last modified time
    Searched refs:TESTCASES (Results 1 - 12 of 12) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TextTrieMapTest.java 55 private static final Object[][] TESTCASES = {
81 for (int i = 0; i < TESTCASES.length; i++) {
82 itr = map.get((String)TESTCASES[i][0]);
83 checkResult(itr, TESTCASES[i][1]);
88 for (int i = 0; i < TESTCASES.length; i++) {
93 textBuf.append(TESTCASES[i][0]);
95 checkResult(itr, TESTCASES[i][1]);
116 for (int i = 0; i < TESTCASES.length; i++) {
117 itr = map.get((String)TESTCASES[i][0]);
118 checkResult(itr, TESTCASES[i][2])
    [all...]
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TextTrieMapTest.java 51 private static final Object[][] TESTCASES = {
77 for (int i = 0; i < TESTCASES.length; i++) {
78 itr = map.get((String)TESTCASES[i][0]);
79 checkResult(itr, TESTCASES[i][1]);
84 for (int i = 0; i < TESTCASES.length; i++) {
89 textBuf.append(TESTCASES[i][0]);
91 checkResult(itr, TESTCASES[i][1]);
112 for (int i = 0; i < TESTCASES.length; i++) {
113 itr = map.get((String)TESTCASES[i][0]);
114 checkResult(itr, TESTCASES[i][2])
    [all...]
ULocaleTest.java     [all...]
  /external/curl/tests/
keywords.pl 39 my $TESTCASES; # start with no test cases
47 $TESTCASES .= " $_";
60 for $t (split(/ /, $TESTCASES)) {
runtests.pl 46 # section). These can be added to the $TESTCASES line below,
47 # e.g. $TESTCASES="!8 !31 !63 !cookies..."
170 my $TESTCASES="all";
173 # $TESTCASES="1 2 3 7 8";
    [all...]
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelperTest.java 38 private static final String TESTCASES = "testcases";
68 mTests = new File(mBase, TESTCASES);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 47 private static final String TESTCASES = "testcases";
83 mTests = new File(mBase, TESTCASES);
ConsoleReporterTest.java 41 private static final String TESTCASES = "testcases";
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 433 milliseconds