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

1 2

  /external/perfetto/infra/git_mirror_bot/
Makefile 17 ZONE="us-central1-c"
21 compute --project $(PROJECT) ssh --zone $(ZONE) gitbot@$(VM_NAME)
27 --zone $(ZONE)
37 --zone $(ZONE) \
  /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...]
  /tools/acloud/internal/lib/
android_compute_client_test.py 43 ZONE = "fake-zone"
61 fake_cfg.zone = self.ZONE
127 expected_metadata, self.NETWORK, self.ZONE,
138 self.MACHINE_TYPE, self.MIN_MACHINE_SIZE, self.ZONE)
151 self.MACHINE_TYPE, self.MIN_MACHINE_SIZE, self.ZONE)
gcompute_client.py 43 ZONE = "zone"
81 operation_scope: A value from OperationScope, "zone", "region",
83 scope_name: If operation_scope is "zone" or "region", this should be
84 the name of the zone or region, e.g. "us-central1-f".
97 elif operation_scope == OperationScope.ZONE:
100 zone=scope_name)
119 operation_scope: A value from OperationScope, "zone", "region",
121 scope_name: If operation_scope is "zone" or "region", this should be
122 the name of the zone or region, e.g. "us-central1-f"
    [all...]
gcompute_client_test.py 44 ZONE = "fake-zone"
73 elif operation_scope == gcompute_client.OperationScope.ZONE:
95 """Test _GetOperationStatus for zone."""
97 {"status": "GOOD"}, gcompute_client.OperationScope.ZONE)
99 {"name": self.OPERATION_NAME}, gcompute_client.OperationScope.ZONE,
100 self.ZONE)
105 zone=self.ZONE)
316 result = self.compute_client.GetInstance(self.INSTANCE, self.ZONE)
    [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/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /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/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 508 milliseconds

1 2