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

  /frameworks/rs/perf-test-scripts/
get-thermal 42 # get zones
43 ZONES=`adb shell ls $DIR | tr -d '\r' | grep thermal_zone | tr -d thermal_zone | sort -n`
46 for ZONE in $ZONES; do
  /libcore/ojluni/src/main/java/java/time/zone/
ZoneRulesProvider.java 100 * for the time-zones defined by IANA Time Zone Database (TZDB). If the system
138 private static final ConcurrentMap<String, ZoneRulesProvider> ZONES = new ConcurrentHashMap<>(512, 0.75f, 2);
155 return new HashSet<>(ZONES.keySet());
189 * Time-zones are defined by governments and change frequently.
223 ZoneRulesProvider provider = ZONES.get(zoneId);
225 if (ZONES.isEmpty()) {
243 * To ensure the integrity of time-zones already created, there is no way
264 ZoneRulesProvider old = ZONES.putIfAbsent(zoneId, provider);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 90 String[] ZONES = { "GMT", "MET", "IST" };
95 TimeZone zones[] = new TimeZone[ZONES.length]; local
97 for(int z = 0; z < ZONES.length; z += 1) {
98 zones[z] = TimeZone.getTimeZone(ZONES[z]);
101 return zones;
588 String[] ZONES = { "GMT", "America/New_York", "GMT+05:45" };
592 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length] local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 89 String[] ZONES = { "GMT", "MET", "IST" };
94 TimeZone zones[] = new TimeZone[ZONES.length]; local
96 for(int z = 0; z < ZONES.length; z += 1) {
97 zones[z] = TimeZone.getTimeZone(ZONES[z]);
100 return zones;
587 String[] ZONES = { "GMT", "America/New_York", "GMT+05:45" };
591 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length] local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 144 String[] ZONES = { "GMT", "MET", "IST" };
147 for (int i=0; i<ZONES.length; ++i) {
148 TimeZone zone = TimeZone.getTimeZone(ZONES[i]);
149 if (!zone.getID().equals(ZONES[i]))
150 warnln("Fail: Test broken; zones not instantiating");
370 logln("Maximum zones per offset = " + max);
437 * SimpleTimeZone.hasSameRules() doesn't work for zones with no DST
456 errln("Fail: hasSameRules() broken for zones with rules");
459 errln("Fail: hasSameRules() returns false for zones without rules");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 143 String[] ZONES = { "GMT", "MET", "IST" };
146 for (int i=0; i<ZONES.length; ++i) {
147 TimeZone zone = TimeZone.getTimeZone(ZONES[i]);
148 if (!zone.getID().equals(ZONES[i]))
149 warnln("Fail: Test broken; zones not instantiating");
369 logln("Maximum zones per offset = " + max);
436 * SimpleTimeZone.hasSameRules() doesn't work for zones with no DST
455 errln("Fail: hasSameRules() broken for zones with rules");
458 errln("Fail: hasSameRules() returns false for zones without rules");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]

Completed in 186 milliseconds