HomeSort by relevance Sort by last modified time
    Searched defs:zoneName (Results 1 - 17 of 17) sorted by null

  /external/icu/tools/
ZoneCompactor.java 130 String zoneName = it.next();
131 if (zoneName.length() >= MAXNAME) {
132 throw new RuntimeException("zone filename too long: " + zoneName.length());
136 String actualZoneName = zoneName;
141 f.write(toAscii(new byte[MAXNAME], zoneName));
  /libcore/ojluni/src/main/java/java/util/
TimeZone.java 703 String zoneName = (tzGetter != null) ? tzGetter.getId() : null;
704 if (zoneName != null) {
705 zoneName = zoneName.trim();
707 if (zoneName == null || zoneName.isEmpty()) {
710 zoneName = IoUtils.readFileAsString("/etc/timezone");
714 zoneName = "GMT";
717 defaultTimeZone = TimeZone.getTimeZone(zoneName);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 464 String zoneName = intent.getStringExtra(ThermalManager.EXTRA_NAME);
477 Log.i(TAG, "Received THERMAL INTENT:(ProfileName, ZoneName, State, EventType, Temp):"
478 + "(" + profName + ", " + zoneName + ", " + thermState + ", "
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 772 private String zoneName;
778 zoneName = zn;
784 public String getZoneName() { return zoneName; }
795 String zoneName = transitionItem.getZoneName();
798 cal = Calendar.getInstance(TimeZone.getTimeZone(zoneName), Locale.ENGLISH);
800 errln("Error: Calendar.getInstance fails for zone " + zoneName);
808 errln("Error: Calendar.add produced wrong hour " + hr + " when adding day across transition for zone " + zoneName);
813 errln("Error: Calendar.add produced wrong hour " + hr + " when subtracting day across transition for zone " + zoneName);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 771 private String zoneName;
777 zoneName = zn;
783 public String getZoneName() { return zoneName; }
794 String zoneName = transitionItem.getZoneName();
797 cal = Calendar.getInstance(TimeZone.getTimeZone(zoneName), Locale.ENGLISH);
799 errln("Error: Calendar.getInstance fails for zone " + zoneName);
807 errln("Error: Calendar.add produced wrong hour " + hr + " when adding day across transition for zone " + zoneName);
812 errln("Error: Calendar.add produced wrong hour " + hr + " when subtracting day across transition for zone " + zoneName);
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 535 milliseconds