/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowGeocoder.java | 22 private String city; field in ShadowGeocoder 48 address.setLocality(city); in getFromLocation() 82 * @param city the city for the response 87 …public void setSimulatedResponse(String address, String city, String state, String zip, String cou… in setSimulatedResponse() argument 89 this.city = city; in setSimulatedResponse()
|
/external/libxml2/test/schemas/ |
D | bug303566_1.xml | 6 <City name="Berlin" 10 </City> 13 <City name="Paris" code="P"> 16 </City>
|
D | po0_0.xml | 6 <city>Mill Valley</city> 13 <city>Old Town</city>
|
D | po1_0.xml | 7 <city>Mill Valley</city> 14 <city>Old Town</city>
|
D | bug303566_1.xsd | 22 <xsd:element ref="City" 40 <xsd:element name="City">
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 383 String city = id.substring(pos+1); in getCity() local 384 return city.replace('_',' '); in getCity() 395 String city = getCity(); in toString() local 408 ? "\t\t\"" + city + " Standard Time\"\r\n" in toString() 409 + "\t\t\"" + city + "-ST\"\r\n" in toString() 410 + "\t\t\"" + city + " Daylight Time\"\r\n" in toString() 411 + "\t\t\"" + city + "-DT\"\r\n" in toString() 416 + "\t\t\"" + city + " Time\"\r\n" in toString() 417 + "\t\t\"" + city + "-T\"\r\n" in toString() 418 + "\t\t\"" + city + "\"\r\n" in toString()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 387 String city = id.substring(pos+1); in getCity() local 388 return city.replace('_',' '); in getCity() 399 String city = getCity(); in toString() local 412 ? "\t\t\"" + city + " Standard Time\"\r\n" in toString() 413 + "\t\t\"" + city + "-ST\"\r\n" in toString() 414 + "\t\t\"" + city + " Daylight Time\"\r\n" in toString() 415 + "\t\t\"" + city + "-DT\"\r\n" in toString() 420 + "\t\t\"" + city + " Time\"\r\n" in toString() 421 + "\t\t\"" + city + "-T\"\r\n" in toString() 422 + "\t\t\"" + city + "\"\r\n" in toString()
|
/external/icu/icu4c/source/test/testdata/ |
D | structLocale.txt | 33574 //ec{""} // Metazones have no exemplar city 33583 //ec{""} // Metazones have no exemplar city 33592 //ec{""} // Metazones have no exemplar city 33601 //ec{""} // Metazones have no exemplar city 33610 //ec{""} // Metazones have no exemplar city 33619 //ec{""} // Metazones have no exemplar city 33628 //ec{""} // Metazones have no exemplar city 33637 //ec{""} // Metazones have no exemplar city 33646 //ec{""} // Metazones have no exemplar city 33655 //ec{""} // Metazones have no exemplar city [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/ |
D | layer1.py | 350 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 361 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 372 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 561 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 572 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 583 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 685 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 696 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, 707 `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`,
|
/external/libexif/libexif/pentax/ |
D | mnote-pentax-tag.c | 94 {MNOTE_PENTAX2_TAG_HOMETOWN_CITY, "HometownCity", N_("Hometown City"), ""}, 95 {MNOTE_PENTAX2_TAG_DESTINATION_CITY, "DestinationCity", N_("Destination City"), ""}, 119 {MNOTE_PENTAX2_TAG_HOMETOWN_CITY_CODE, "HometownCityCode", N_("Hometown City Code"), ""}, 120 {MNOTE_PENTAX2_TAG_DESTINATION_CITY_CODE, "DestinationCityCode", N_("Destination City Code"), ""},
|
/external/libxml2/ |
D | dbgen.pl | 36 printf " <city>Anytown</city>\n";
|
D | dbgenattr.pl | 36 printf " city='Anytown'\n";
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPPathFactory.java | 194 * that has two fields, the name of a city and the URI of an FTP site in that city. Use this to 196 * of the city fields. You can then get the corresponding URI as follows: 202 * "City", chosenCity );
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 82 // The format pattern such as "{0} Time", where {0} is the country or city. 86 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city. 89 … The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city. 247 // use the exemplar city name in getGenericLocationName() 251 String city = _tznames.getExemplarLocationName(canonicalTzID); in getGenericLocationName() local 252 name = formatPattern(Pattern.REGION_FORMAT, city); in getGenericLocationName() 559 // Otherwise, use exemplar city name in getPartialLocationName()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 80 // The format pattern such as "{0} Time", where {0} is the country or city. 84 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city. 87 … The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city. 245 // use the exemplar city name in getGenericLocationName() 249 String city = _tznames.getExemplarLocationName(canonicalTzID); in getGenericLocationName() local 250 name = formatPattern(Pattern.REGION_FORMAT, city); in getGenericLocationName() 557 // Otherwise, use exemplar city name in getPartialLocationName()
|
/external/libxml2/test/valid/dtds/ |
D | nitf-2-5.dtd | 182 city CDATA #IMPLIED 787 <!ELEMENT location (#PCDATA | sublocation | city | state | region | country | alt-code)*> 801 <!ELEMENT city (#PCDATA | alt-code)*> 802 <!ATTLIST city 804 city-code CDATA #IMPLIED
|
/external/libxml2/result/valid/ |
D | index.xml | 117 <!ATTLIST evloc city CDATA #IMPLIED> 560 <!ELEMENT location (#PCDATA | sublocation | city | state | region | country | alt-code)*> 568 <!ELEMENT city (#PCDATA | alt-code)*> 569 <!ATTLIST city id ID #IMPLIED> 570 <!ATTLIST city city-code CDATA #IMPLIED> 571 <!ATTLIST city code-source CDATA #IMPLIED>
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.hyp.txt | 6 re-ci-pro-city
|
/external/snakeyaml/src/test/resources/specification/ |
D | example2_27.yaml | 11 city : Royal Oak
|
D | example2_27_dumped.yaml | 4 city: Royal Oak
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-27.data | 11 city : Royal Oak
|
/external/llvm/test/YAMLParser/ |
D | spec-02-27.test | 13 city : Royal Oak
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Address.java | 20 public String city; field in Address
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 567 // use the exemplar city name. in getGenericLocationName() 572 UnicodeString city; in getGenericLocationName() local 573 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName() 576 Formattable(city), in getGenericLocationName() 816 // Otherwise, use exemplar city name in getPartialLocationName()
|
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/ |
D | eyes-only.conf | 718 # Holy See (Vatican City) - bit 432 719 ~c432=VT # Holy See (Vatican City) 720 ~c432=VAT # Holy See (Vatican City)
|