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

12 3 4 5

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ZoneMeta.java 31 * missing from the underlying core JDK implementation of time zones.
32 * There are two missing features: Obtaining a list of available zones
34 * obtaining a list of equivalent zones for a given zone (as defined
48 private static final String kZONES = "Zones";
210 * includes the given ID. An equivalency group contains zones
213 * <p>If there are no equivalent zones, then this method returns
215 * is and there are no other equivalent zones.
217 * @return the number of zones in the equivalency group containing
218 * 'id', or zero if there are no equivalent zones.
238 * ID. An equivalency group contains zones that behav
262 int[] zones = links.getIntVector(); local
370 UResourceBundle zones = top.get(kZONES); local
528 UResourceBundle zones = top.get(kZONES); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ZoneMeta.java 30 * missing from the underlying core JDK implementation of time zones.
31 * There are two missing features: Obtaining a list of available zones
33 * obtaining a list of equivalent zones for a given zone (as defined
47 private static final String kZONES = "Zones";
209 * includes the given ID. An equivalency group contains zones
212 * <p>If there are no equivalent zones, then this method returns
214 * is and there are no other equivalent zones.
216 * @return the number of zones in the equivalency group containing
217 * 'id', or zero if there are no equivalent zones.
237 * ID. An equivalency group contains zones that behav
261 int[] zones = links.getIntVector(); local
369 UResourceBundle zones = top.get(kZONES); local
527 UResourceBundle zones = top.get(kZONES); local
    [all...]
  /packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java 175 public void onPropertySubscribe(int property, float sampleRate, int zones) {
180 testManager.getHalMock().onPropertySubscribe(property, sampleRate, zones);
  /external/freetype/src/pshinter/
pshglob.h 45 /* The maximum number of blue zones in a font global hints structure. */
110 PSH_Blue_ZoneRec zones[PS_GLOBALS_MAX_BLUE_ZONES]; member in struct:PSH_Blue_TableRec_
115 /* blue zones table */
177 /* snap a stem to one or two blue zones */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.h 45 /* The maximum number of blue zones in a font global hints structure. */
110 PSH_Blue_ZoneRec zones[PS_GLOBALS_MAX_BLUE_ZONES]; member in struct:PSH_Blue_TableRec_
115 /* blue zones table */
177 /* snap a stem to one or two blue zones */
  /external/mdnsresponder/mDNSShared/
dnsextd.h 132 DNSZone * zones; member in struct:__anon18695
dnsextd_parser.y 410 zone = d->zones;
443 d->zones = NULL;
460 zone->next = d->zones;
461 d->zones = zone;
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.h 45 /* The maximum number of blue zones in a font global hints structure. */
110 PSH_Blue_ZoneRec zones[PS_GLOBALS_MAX_BLUE_ZONES]; member in struct:PSH_Blue_TableRec_
115 /* blue zones table */
177 /* snap a stem to one or two blue zones */
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkHalMock.cpp 128 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) {
133 data.writeInt32(zones);
253 int32_t zones = data.readInt32(); local
254 r = onPropertySubscribe(property, sampleRate, zones);
IVehicleNetwork.cpp 144 float sampleRate, int32_t zones) {
150 data.writeInt32(zones);
328 int32_t zones = data.readInt32(); local
329 r = subscribe(listener, property, sampleRate, zones);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
ZoneGetter.java 74 // with the country of the user's chosen locale. For "local" zones we prefer the "long name"
76 // zones we prefer the exemplar location (e.g. "Europe/London" -> "London" for English
82 // follow this policy for local zones is when Android supplies multiple olson IDs to choose
130 List<Map<String, Object>> zones = new ArrayList<Map<String, Object>>(); local
155 zones.add(displayEntry);
157 return zones;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
asadmin 99 def create(autoscale, name, zones, lc_name, load_balancers, hc_type, hc_period,
103 availability_zones=zones, load_balancers=load_balancers,
222 parser.add_option("-z", "--zone", help="Add availability zone", action="append", default=[], dest="zones")
272 create(autoscale, args[1], options.zones, options.lc_name,
  /external/freetype/src/cff/
cffgload.h 168 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member in struct:CFF_Decoder_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.h 168 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member in struct:CFF_Decoder_
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 168 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member in struct:CFF_Decoder_
  /external/icu/icu4c/source/i18n/
timezone.cpp 25 * - should custom time zones be cached? [probably]
91 #define kZONES "Zones"
235 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top
236 U_DEBUG_TZ_MSG(("gzbn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getPath(tmp), u_errorName(status)));
286 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section
593 res = ures_getByKey(res, kNAMES, res, &ec); // dereference Zones section
723 // Map into to zones. Our results are zone[map[i]] for
743 top = ures_getByKey(top, kNAMES, top, &ec); // dereference Zones section
819 res = ures_getByKey(res, kNAMES, res, &ec); // dereference Zones section
1637 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); local
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java 180 public void onPropertySubscribe(int property, float sampleRate, int zones) {
200 public void onPropertySubscribe(int property, float sampleRate, int zones) {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 60 void onPropertySubscribe(int property, float sampleRate, int zones);
413 public void subscribe(int property, float sampleRate, int zones)
416 mService.subscribe(mVehicleNetworkListener, property, sampleRate, zones);
678 public void onPropertySubscribe(int property, float sampleRate, int zones) {
683 vehicleNetwork.getHalMock().onPropertySubscribe(property, sampleRate, zones);
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 431 void onPropertySubscribe(int property, float sampleRate, int zones);
476 public void onPropertySubscribe(int property, float sampleRate, int zones) {
481 handler.onPropertySubscribe(property, sampleRate, zones);
521 public void onPropertySubscribe(int property, float sampleRate, int zones) {
523 " zones:0x" + Integer.toHexString(zones));
  /external/icu/icu4c/source/tools/tzcode/
zic.c 291 static struct zone * zones; variable in typeref:struct:zone
292 static int nzones; /* number of zones */
729 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
731 outzone(&zones[i], j - i);
883 ** Associate sets of rules with zones.
934 zp = &zones[i];
944 zp = &zones[i];
952 zp = &zones[i];
1165 if (zones[i].z_name != NULL &&
1166 strcmp(zones[i].z_name, fields[ZF_NAME]) == 0)
    [all...]
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetwork.h 119 status_t subscribe(int32_t property, float sampleRate, int32_t zones = 0);
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
AudioRoutingPolicyTest.java 56 public void onPropertySubscribe(int property, float sampleRate, int zones) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
group.py 115 :param availability_zones: List of availability zones (required).
185 zones = availability_zones or []
186 self.availability_zones = ListElement(zones)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 65 String[] zones = addUnknown(getRealZoneIDs(),5); field in class:DisplayNameTest
123 check("Zones", locale, zones, zoneFormats, new DisplayNameGetter() {
139 if (SHOW_ALL) System.out.println("zones for " + locale);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 61 String[] zones = addUnknown(getRealZoneIDs(),5); field in class:DisplayNameTest
119 check("Zones", locale, zones, zoneFormats, new DisplayNameGetter() {
135 if (SHOW_ALL) System.out.println("zones for " + locale);

Completed in 7196 milliseconds

12 3 4 5