HomeSort by relevance Sort by last modified time
    Searched refs:zones (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /frameworks/base/core/java/android/util/
TimeUtils.java 41 * A class containing utility methods related to time zones.
103 * Return list of unique time zones for the country. Do not modify
106 * @return list of unique time zones, maybe empty but never null. Do not modify.
120 Collection<TimeZone> zones = getTimeZones(country); local
122 for (TimeZone zone : zones) {
151 * Returns the time zones for the country, which is the code
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetwork.cpp 263 status_t VehicleNetwork::subscribe(int32_t property, float sampleRate, int32_t zones) {
264 return getService()->subscribe(this, property, sampleRate, zones);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTest.java 68 String[] ZONES = { "GMT", "MET", "IST" };
72 TimeZone zones[] = new TimeZone[ZONES.length]; local
74 for(int z = 0; z < ZONES.length; z += 1) {
75 zones[z] = TimeZone.getTimeZone(ZONES[z]);
78 return zones;
546 String[] ZONES = { "GMT", "America/New_York", "GMT+05:45" };
549 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length] local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 64 String[] ZONES = { "GMT", "MET", "IST" };
68 TimeZone zones[] = new TimeZone[ZONES.length]; local
70 for(int z = 0; z < ZONES.length; z += 1) {
71 zones[z] = TimeZone.getTimeZone(ZONES[z]);
74 return zones;
542 String[] ZONES = { "GMT", "America/New_York", "GMT+05:45" };
545 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length] local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 107 * This area applies to a configuration results and is made of several zones.
110 List zones; field in class:FingerPrintGraph.BarGraphArea
152 this.zones = new ArrayList();
157 int size = this.zones.size();
159 AreaZone zone = (AreaZone) this.zones.get(i);
166 this.zones.add(zone);
363 // Set zones
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 79 * for multiple time zones (for example, "CST" could be U.S. "Central Standard
219 * <strong>[icu]</strong> System time zone type constants used by filtering zones in
224 * Any system zones.
230 * Canonical system zones.
236 * Canonical system zones associated with actual locations.
579 * rule changes, for system time zones. With the implementation,
580 * there are time zones that used daylight savings time in the
1153 UResourceBundle zones = mapTimezones.get(winid); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 78 * for multiple time zones (for example, "CST" could be U.S. "Central Standard
259 * {@icu} System time zone type constants used by filtering zones in
266 * Any system zones.
273 * Canonical system zones.
280 * Canonical system zones associated with actual locations.
639 * rule changes, for system time zones. With the implementation,
640 * there are time zones that used daylight savings time in the
1243 UResourceBundle zones = mapTimezones.get(winid); local
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarAudioFocusTest.java 65 public void onPropertySubscribe(int property, float sampleRate, int zones) {
94 public void onPropertySubscribe(int property, float sampleRate, int zones) {
572 public void onPropertySubscribe(int property, float sampleRate, int zones) {
CarHvacManagerTest.java 196 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) {
CarPowerManagementTest.java 195 public void onPropertySubscribe(int property, float sampleRate, int zones) {
CarRadioManagerTest.java 106 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
connection.py 105 # Hosted Zones
110 Hosted Zones defined for the AWS account.
553 Zones defined for the AWS account.
559 zones = self.get_all_hosted_zones()
561 zones['ListHostedZonesResponse']['HostedZones']]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.c 935 decoder->zone = decoder->zones;
936 zone = decoder->zones;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 935 decoder->zone = decoder->zones;
936 zone = decoder->zones;
    [all...]
  /external/freetype/src/psaux/
t1decode.c 394 decoder->zone = decoder->zones;
395 zone = decoder->zones;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 85 PSH_ZoneRec* zones; member in struct:PSH_Hint_TableRec_
  /external/icu/icu4c/packaging/rpm/
icu.spec 27 formatting, time zones support, transliteration, word, line and
31 properties, along with converters and time zones data.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1decode.c 394 decoder->zone = decoder->zones;
395 zone = decoder->zones;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 85 PSH_ZoneRec* zones; member in struct:PSH_Hint_TableRec_
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 394 decoder->zone = decoder->zones;
395 zone = decoder->zones;
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 85 PSH_ZoneRec* zones; member in struct:PSH_Hint_TableRec_
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1406 class zones(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1406 class zones(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
__init__.py 155 zones = as_group.availability_zones
156 self.build_list_params(params, zones, 'AvailabilityZones')
    [all...]
  /external/freetype/src/cff/
cffgload.c 943 decoder->zone = decoder->zones;
944 zone = decoder->zones;
    [all...]

Completed in 787 milliseconds

1 23 4 5