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

  /external/grpc-grpc/tools/gce/
create_interop_worker.sh 26 ZONE=us-east1-a # canary gateway is reachable from this zone
32 --zone "$ZONE" \
44 --zone "$ZONE" \
49 --zone "$ZONE" \
create_linux_worker.sh 23 ZONE=us-central1-a
29 --zone "$ZONE" \
42 --zone "$ZONE" \
47 --zone "$ZONE" \
create_linux_kokoro_performance_worker.sh 23 ZONE=us-central1-b # this zone allows 32core machines
30 --zone "$ZONE" \
43 --zone "$ZONE" \
48 --zone "$ZONE" \
create_linux_performance_worker.sh 27 ZONE=us-central1-b # this zone allows 32core machines
34 --zone "$ZONE" \
47 --zone "$ZONE" \
52 --zone "$ZONE" \
create_windows_debug_worker.sh 25 ZONE=us-central1-b
39 --zone "$ZONE" \
50 --zone "$ZONE" \
  /external/python/oauth2client/samples/
call_compute_service.py 13 ZONE = 'us-central1-a' # Put here a zone which has some VMs
19 request = service.instances().list(project=PROJECT, zone=ZONE)
  /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) \
  /external/python/oauth2client/samples/googleappengine/
call_compute_service_from_gae.py 11 ZONE = 'us-central1-a' # Put here a zone which has some VMs
17 request = service.instances().list(project=PROJECT, zone=ZONE)
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 68 zone return ZONE;
dnsextd_parser.y 116 %token ZONE
219 ZONE QUOTEDSTRING zonecontent
241 ZONE QUOTEDSTRING IN zonecontent
400 DNSZone * zone;
408 // Tear down the current zone specifiers
410 zone = d->zones;
412 while ( zone )
414 DNSZone * next = zone->next;
416 key = zone->updateKeys;
427 key = zone->queryKeys
    [all...]
  /frameworks/base/cmds/incident_helper/src/parsers/
PageTypeInfoParser.cpp 72 // expect part 1 starts with "zone"
73 if (stripPrefix(&record[1], "zone")) {
74 proto.write(PageTypeInfoProto::MigrateType::ZONE, record[1]);
96 if (stripPrefix(&record[1], "zone")) {
98 proto.write(PageTypeInfoProto::Block::ZONE, blockCounts[0]);
  /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/cldr/tools/java/org/unicode/cldr/test/
CheckDisplayCollisions.java 58 ZONE("//ldml/dates/timeZoneNames/zone", MatchType.PREFIX, 5),
300 if (myType == Type.TERRITORY || myType == Type.ZONE) {
301 Type otherType = myType == Type.TERRITORY ? Type.ZONE : Type.TERRITORY;
488 // When long/short standard names for Etc/UTC is added to locale's <zone> items,
491 // CLDR tool code automatically generate exemplarCity value from zone ID algorithmically,
498 // In addition to above, collisions between exemplarCity and other zone display name
654 int index = type == Type.ZONE ? -2 : -1;
683 for (Iterator<String> it = english.iterator(Type.ZONE.getPrefix()); it.hasNext();) {
692 String exemplarCity = getRegion(Type.ZONE, xpath)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLConstants.java 99 public static final String ZONE = "zone";
    [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java 155 TimeZone zone = TimeZone.getTimeZone("Europe/Paris"); local
160 format.setTimeZone(zone);
173 format.setTimeZone(zone);
177 // modify it to change the zone.
180 assertEquals("full-date: modified zone", "Donnerstag, 14. Oktober 1999 um 08:58:59 Mitteleurop\u00E4ische Zeit", format.format(sampleDate));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 152 TimeZone zone = TimeZone.getTimeZone("Europe/Paris"); local
157 format.setTimeZone(zone);
170 format.setTimeZone(zone);
174 // modify it to change the zone.
177 assertEquals("full-date: modified zone", "Donnerstag, 14. Oktober 1999 um 08:58:59 Mitteleurop\u00E4ische Zeit", format.format(sampleDate));
    [all...]
  /external/libnl/lib/netfilter/
exp_obj.c 264 nl_dump(p, "zone %u ", nfnl_exp_get_zone(exp));
326 diff |= EXP_DIFF_VAL(ZONE, exp_zone);
374 __ADD(EXP_ATTR_ZONE, zone)
539 void nfnl_exp_set_zone(struct nfnl_exp *exp, uint16_t zone)
541 exp->exp_zone = zone;
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go 770 // Zone: [Output Only] The name of the zone where the accelerator type
772 Zone string `json:"zone,omitempty"`
999 // in a list request for a particular zone, this key might be scope and
1000 // the key value might be the zone name. Other examples might be a key
1049 // live in the same region as the zone of the instance.
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1551 milliseconds