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

  /libcore/ojluni/src/main/java/java/time/temporal/
TemporalQueries.java 112 * <li> a zone, or
138 * This queries a {@code TemporalAccessor} for the zone.
139 * The zone is only returned if the date-time conceptually contains a {@code ZoneId}.
144 * In most cases, applications should use {@link #zone()} as this query is too strict.
150 * {@code ZonedDateTime} returns the associated zone<br>
155 * {@code ChronoZonedDateTime} returns the associated zone<br>
165 * @return a query that can obtain the zone ID of a temporal, not null
252 * This queries a {@code TemporalAccessor} for the zone.
253 * It first tries to obtain the zone, using {@link #zoneId()}.
263 * exception if a zone cannot be obtained
267 public static TemporalQuery<ZoneId> zone() { method in class:TemporalQueries
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock.java 78 final ZoneId zone; field in class:TCKClock.MockInstantClock
79 MockInstantClock(long millis, ZoneId zone) {
81 this.zone = zone;
93 return zone;
114 private static final ZoneId ZONE = ZoneId.of("Europe/Paris");
115 private static final Clock MOCK_INSTANT = new MockInstantClock(INSTANT.toEpochMilli(), ZONE);
122 assertEquals(MOCK_INSTANT.getZone(), ZONE);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 58 * obtained from the thermal_sensor_config.xml file. When any thermal zone
85 private static final String ZONE = "Zone";
308 } else if (name.equalsIgnoreCase(ZONE)) {
315 // Retrieve Zone Information
326 // default zone raw
414 // this is valid sensor, so now update the zone sensorattrib list
420 } else if (name.equalsIgnoreCase(ZONE) && mCurrZone != null
554 /* Parse the thermal configuration file to determine zone/sensor information */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 249 milliseconds