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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TextTrieMapTest.java 56 private static final Object[][] TESTCASES = {
78 for (int i = 0; i < TESTCASES.length; i++) {
79 itr = map.get((String)TESTCASES[i][0]);
80 checkResult(itr, TESTCASES[i][1]);
85 for (int i = 0; i < TESTCASES.length; i++) {
90 textBuf.append(TESTCASES[i][0]);
92 checkResult(itr, TESTCASES[i][1]);
114 for (int i = 0; i < TESTCASES.length; i++) {
115 itr = map.get((String)TESTCASES[i][0]);
116 checkResult(itr, TESTCASES[i][2])
    [all...]
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TextTrieMapTest.java 55 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]);
113 for (int i = 0; i < TESTCASES.length; i++) {
114 itr = map.get((String)TESTCASES[i][0]);
115 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 39 private static final String TESTCASES = "testcases";
89 mTests = new File(mBase, TESTCASES);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
MetadataReporterTest.java 45 private static final String TESTCASES = "testcases";
72 mTests = new File(mBase, TESTCASES);
ChecksumReporterTest.java 50 private static final String TESTCASES = "testcases";
66 File testDir = new File(baseDir, TESTCASES);
ResultReporterTest.java 56 private static final String TESTCASES = "testcases";
91 mTests = new File(mBase, 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 626 milliseconds