/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
D | loadbalancer.py | 62 self.zones = ListElement() 66 return self.zones 183 def enable_zones(self, zones): argument 192 if isinstance(zones, six.string_types): 193 zones = [zones] 194 new_zones = self.connection.enable_availability_zones(self.name, zones) 197 def disable_zones(self, zones): argument 205 if isinstance(zones, six.string_types): 206 zones = [zones] 208 self.name, zones)
|
D | __init__.py | 137 def create_load_balancer(self, name, zones, listeners=None, subnets=None, argument 232 if zones: 233 self.build_list_params(params, zones, 'AvailabilityZones.member.%d') 246 load_balancer.availability_zones = zones 366 return obj.zones 391 return obj.zones
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 141 final String zones[][] = symbols.getZoneStrings(); in Test4117335() local 143 for (int i = 0; i < zones.length; ++i) { in Test4117335() 144 if (tzID.equals(zones[i][0])) { in Test4117335() 153 assertEquals("Long zone name = ", jstLong, zones[index][1]); in Test4117335() 154 assertEquals("Short zone name = ", jstShort, zones[index][2]); in Test4117335() 155 assertEquals("Long zone name (3) = ", jdtLong, zones[index][3]); in Test4117335() 156 assertEquals("Short zone name (4) = ", jdtShort, zones[index][4]); in Test4117335()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 137 final String zones[][] = symbols.getZoneStrings(); in Test4117335() local 139 for (int i = 0; i < zones.length; ++i) { in Test4117335() 140 if (tzID.equals(zones[i][0])) { in Test4117335() 149 assertEquals("Long zone name = ", jstLong, zones[index][1]); in Test4117335() 150 assertEquals("Short zone name = ", jstShort, zones[index][2]); in Test4117335() 151 assertEquals("Long zone name (3) = ", jdtLong, zones[index][3]); in Test4117335() 152 assertEquals("Short zone name (4) = ", jdtShort, zones[index][4]); in Test4117335()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 157 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local 168 zones = bot_table->zones; in psh_blues_set_zones_0() 177 zones = top_table->zones; in psh_blues_set_zones_0() 183 zone = zones; in psh_blues_set_zones_0() 274 PSH_Blue_Zone zone = top_table->zones; in psh_blues_set_zones() 297 PSH_Blue_Zone zone = bot_table->zones; in psh_blues_set_zones() 323 zone = top_table->zones; in psh_blues_set_zones() 357 zone = bot_table->zones; in psh_blues_set_zones() 450 zone = table->zones; in psh_blues_scale_zones() 492 zone1 = normal->zones; in psh_blues_scale_zones() [all …]
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 157 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local 168 zones = bot_table->zones; in psh_blues_set_zones_0() 177 zones = top_table->zones; in psh_blues_set_zones_0() 183 zone = zones; in psh_blues_set_zones_0() 274 PSH_Blue_Zone zone = top_table->zones; in psh_blues_set_zones() 297 PSH_Blue_Zone zone = bot_table->zones; in psh_blues_set_zones() 323 zone = top_table->zones; in psh_blues_set_zones() 357 zone = bot_table->zones; in psh_blues_set_zones() 450 zone = table->zones; in psh_blues_scale_zones() 492 zone1 = normal->zones; in psh_blues_scale_zones() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335() local 355 if (tzID == (zones[i][0])) { in test4117335() 360 logln(UnicodeString("Long zone name = ") + zones[index][1]); in test4117335() 361 if (zones[index][1] != jstLong) { in test4117335() 362 … errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1])); in test4117335() 370 logln(UnicodeString("Long zone name = ") + zones[index][3]); in test4117335() 371 if (zones[index][3] != jdtLong) { in test4117335() 372 … errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3])); in test4117335()
|
/external/icu/tools/ |
D | update-tzdata.py | 39 zones = [] 46 zones.append(fields[2]) 48 zones.append(fields[1]) 49 zones.sort() 54 for zone in sorted(set(zones)):
|
/external/freetype/src/autofit/ |
D | afblue.dat | 15 // This file contains data specific to blue zones. It gets processed by 209 // sequentially checked, edge by edge, against the blue zones in the order 219 // respectively. Only horizontal blue zones (i.e., adjusting vertical 223 // reference for top zones, and vice versa for bottom zones. 242 // Neutral blue zones should always follow non-neutral blue zones. 247 // takes place before all other blue zones get aligned to the grid. 270 // zones (i.e., adjusting vertical and horizontal coordinate values, 274 // reference for top zones, and vice versa for bottom zones. 286 // zones). If not set, this is a blue zone for vertical hinting.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | elbadmin | 147 def create(elb, name, zones, listeners): argument 157 b = elb.create_load_balancer(name, zones, l_list) 276 if not options.zones: 279 create(elb, args[1], options.zones, options.listeners)
|
D | asadmin | 99 def create(autoscale, name, zones, lc_name, load_balancers, hc_type, hc_period, argument 103 availability_zones=zones, load_balancers=load_balancers, 272 create(autoscale, args[1], options.zones, options.lc_name,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ZoneMeta.java | 262 int[] zones = links.getIntVector(); in getEquivalentID() local 263 if (index < zones.length) { in getEquivalentID() 264 zoneIdx = zones[index]; in getEquivalentID() 370 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID() local 371 UResourceBundle zone = zones.get(zoneIdx); in getCanonicalCLDRID() 528 UResourceBundle zones = top.get(kZONES); in openOlsonResource() local 529 UResourceBundle zone = zones.get(zoneIdx); in openOlsonResource() 532 zone = zones.get(zone.getInt()); in openOlsonResource()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 261 int[] zones = links.getIntVector(); in getEquivalentID() local 262 if (index < zones.length) { in getEquivalentID() 263 zoneIdx = zones[index]; in getEquivalentID() 369 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID() local 370 UResourceBundle zone = zones.get(zoneIdx); in getCanonicalCLDRID() 527 UResourceBundle zones = top.get(kZONES); in openOlsonResource() local 528 UResourceBundle zone = zones.get(zoneIdx); in openOlsonResource() 531 zone = zones.get(zone.getInt()); in openOlsonResource()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 8 # The purpose of this file is to give ICU a superset of the time zones 9 # that are in CLDR and also include legacy ICU time zones originally 17 # SystemV time zones.
|
D | zic.c | 291 static struct zone * zones; variable 729 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j) in main() 731 outzone(&zones[i], j - i); in main() 934 zp = &zones[i]; in associate() 944 zp = &zones[i]; in associate() 952 zp = &zones[i]; in associate() 1165 if (zones[i].z_name != NULL && in inzone() 1166 strcmp(zones[i].z_name, fields[ZF_NAME]) == 0) { in inzone() 1170 zones[i].z_filename, in inzone() 1171 zones[i].z_linenum); in inzone() [all …]
|
D | readme.txt | 33 historical time zones, based on Olson data. The implementations in C 47 to describe the behavior of time zones. The package consists of
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_parser.y | 410 zone = d->zones; in ParseConfig() 443 d->zones = NULL; in ParseConfig() 460 zone->next = d->zones; in ParseConfig() 461 d->zones = zone; in ParseConfig()
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 1637 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); in getIDForWindowsID() local 1638 ures_getByKey(zones, "mapTimezones", zones, &status); in getIDForWindowsID() 1640 ures_close(zones); in getIDForWindowsID() 1649 ures_close(zones); in getIDForWindowsID() 1654 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID() 1657 ures_close(zones); in getIDForWindowsID() 1665 … const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() 1680 … tzid = ures_getStringByKey(zones, "001", &len, &status); // using status, because "001" must be in getIDForWindowsID() 1687 ures_close(zones); in getIDForWindowsID()
|
/external/timezonepicker-support/ |
D | Readme | 1 The time zone data files come from http://www.iana.org/time-zones.
|
/external/fio/examples/ |
D | disk-zone-profile.fio | 1 ; Read disk in zones of 128m/2g, generating a plot of that afterwards
|
/external/chromium-trace/catapult/third_party/flot/ |
D | README.md | 101 zones, date.js from [timezone-js][timezone-js] (released under the Apache 2.0 104 examples/axes-time-zones/index.html. 110 [olson]: http://ftp.iana.org/time-zones
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | SerializableTest.java | 68 TimeZone zones[] = new TimeZone[ZONES.length]; in getTestObjects() local 71 zones[z] = TimeZone.getTimeZone(ZONES[z]); in getTestObjects() 74 return zones; in getTestObjects() 545 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length]; in getTestObjects() local 548 zones[z] = new JavaTimeZone(tz, ZONES[z]); in getTestObjects() 550 return zones; in getTestObjects()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | SerializableTest.java | 72 TimeZone zones[] = new TimeZone[ZONES.length]; in getTestObjects() local 75 zones[z] = TimeZone.getTimeZone(ZONES[z]); in getTestObjects() 78 return zones; in getTestObjects() 549 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length]; in getTestObjects() local 552 zones[z] = new JavaTimeZone(tz, ZONES[z]); in getTestObjects() 554 return zones; in getTestObjects()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 110 List zones; field in FingerPrintGraph.BarGraphArea 152 this.zones = new ArrayList(); in BarGraphArea() 157 int size = this.zones.size(); in print() 159 AreaZone zone = (AreaZone) this.zones.get(i); in print() 166 this.zones.add(zone); in addArea()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
D | group.py | 185 zones = availability_zones or [] 186 self.availability_zones = ListElement(zones)
|