Searched refs:city (Results 1 - 13 of 13) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DAddress.java20 public String city; field in class:Address
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeocoder.java22 private String city; field in class:ShadowGeocoder
48 address.setLocality(city);
82 * @param city the city for the response
87 public void setSimulatedResponse(String address, String city, String state, String zip, String countryCode) { argument
89 this.city = city;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java396 String city = id.substring(pos+1);
397 return city.replace('_',' ');
409 String city = getCity();
422 ? "\t\t\"" + city + " Standard Time\"\r\n"
423 + "\t\t\"" + city + "-ST\"\r\n"
424 + "\t\t\"" + city + " Daylight Time\"\r\n"
425 + "\t\t\"" + city + "-DT\"\r\n"
430 + "\t\t\"" + city + " Time\"\r\n"
431 + "\t\t\"" + city + "-T\"\r\n"
432 + "\t\t\"" + city
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java393 String city = id.substring(pos+1);
394 return city.replace('_',' ');
406 String city = getCity();
419 ? "\t\t\"" + city + " Standard Time\"\r\n"
420 + "\t\t\"" + city + "-ST\"\r\n"
421 + "\t\t\"" + city + " Daylight Time\"\r\n"
422 + "\t\t\"" + city + "-DT\"\r\n"
427 + "\t\t\"" + city + " Time\"\r\n"
428 + "\t\t\"" + city + "-T\"\r\n"
429 + "\t\t\"" + city
[all...]
/external/tensorflow/tensorflow/python/estimator/canned/
H A Ddnn_linear_combined_test.py746 'city': [['Palo Alto'], ['Mountain View']],
760 city = feature_column.embedding_column(
762 'city', vocabulary_list=['Mountain View', 'Palo Alto']),
768 dnn_feature_columns=[city],
782 dnn_feature_columns=[city],
800 city = feature_column.embedding_column(
802 'city', vocabulary_list=['Mountain View', 'Palo Alto']),
808 dnn_feature_columns=[city],
821 dnn_feature_columns=[city],
838 city
[all...]
H A Ddnn_testing_utils.py719 'city': [['Palo Alto'], ['Mountain View']],
745 city = feature_column.embedding_column(
747 'city', vocabulary_list=['Mountain View', 'Palo Alto']),
753 feature_columns=[city],
764 feature_columns=[city],
777 city = feature_column.embedding_column(
779 'city', vocabulary_list=['Mountain View', 'Palo Alto']),
785 feature_columns=[city],
795 feature_columns=[city],
807 city
[all...]
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
H A Dtpmtoken_import_openssl.cnf129 localityName = Locality Name (eg, city)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneGenericNames.java84 // The format pattern such as "{0} Time", where {0} is the country or city.
88 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city.
91 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city.
249 // use the exemplar city name
253 String city = _tznames.getExemplarLocationName(canonicalTzID);
254 name = formatPattern(Pattern.REGION_FORMAT, city);
559 // Otherwise, use exemplar city name
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java82 // 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
251 String city = _tznames.getExemplarLocationName(canonicalTzID);
252 name = formatPattern(Pattern.REGION_FORMAT, city);
557 // Otherwise, use exemplar city name
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp549 // use the exemplar city name.
554 UnicodeString city; local
555 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city);
556 fRegionFormat.format(city, name, status);
793 // Otherwise, use exemplar city name
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2045 milliseconds