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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 42 if not TEST_ALL and random() < 0.98:
312 global TEST_ALL
313 TEST_ALL = test.test_support.is_resource_enabled("cpu")
test_decimal.py 274 if not TEST_ALL and random.random() < 0.90:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 42 if not TEST_ALL and random() < 0.98:
312 global TEST_ALL
313 TEST_ALL = test.test_support.is_resource_enabled("cpu")
test_decimal.py 274 if not TEST_ALL and random.random() < 0.90:
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 82 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false);
117 if (TEST_ALL || getInclusion() > 5) {
295 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false);
299 if (TEST_ALL || getInclusion() > 5) {
334 if (TEST_ALL) {
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 164 boolean TEST_ALL = getBooleanProperty("HangulRoundTripAll", false);
165 if (TEST_ALL && getInclusion() == 10) {
166 t.setPairLimit(Integer.MAX_VALUE); // only go to the limit if we have TEST_ALL and getInclusion
    [all...]

Completed in 366 milliseconds