/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 | 93 String[] ZONES = { "GMT", "MET", "IST" }; 98 TimeZone zones[] = new TimeZone[ZONES.length]; local 100 for(int z = 0; z < ZONES.length; z += 1) { 101 zones[z] = TimeZone.getTimeZone(ZONES[z]); 104 return zones; 591 String[] ZONES = { "GMT", "America/New_York", "GMT+05:45" }; 595 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length] local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/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/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneRegressionTest.java | 149 String[] ZONES = { "GMT", "MET", "IST" }; 152 for (int i=0; i<ZONES.length; ++i) { 153 TimeZone zone = TimeZone.getTimeZone(ZONES[i]); 154 if (!zone.getID().equals(ZONES[i])) 155 warnln("Fail: Test broken; zones not instantiating"); 375 logln("Maximum zones per offset = " + max); 442 * SimpleTimeZone.hasSameRules() doesn't work for zones with no DST 461 errln("Fail: hasSameRules() broken for zones with rules"); 464 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 | 146 String[] ZONES = { "GMT", "MET", "IST" }; 149 for (int i=0; i<ZONES.length; ++i) { 150 TimeZone zone = TimeZone.getTimeZone(ZONES[i]); 151 if (!zone.getID().equals(ZONES[i])) 152 warnln("Fail: Test broken; zones not instantiating"); 372 logln("Maximum zones per offset = " + max); 439 * SimpleTimeZone.hasSameRules() doesn't work for zones with no DST 458 errln("Fail: hasSameRules() broken for zones with rules"); 461 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...] |