/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | EnumBiMapTest.java | 46 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK } enum in EnumBiMapTest 48 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> { 51 public BiMap<Country, Currency> create(Object... entries) { in create() 52 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class); in create() 54 Entry<Country, Currency> entry = (Entry<Country, Currency>) object; in create() 61 public SampleElements<Entry<Country, Currency>> samples() { in samples() 62 return new SampleElements<Entry<Country, Currency>>( in samples() 63 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 64 Helpers.mapEntry(Country.CHILE, Currency.PESO), in samples() 65 Helpers.mapEntry(Country.UK, Currency.POUND), in samples() [all …]
|
D | EnumHashBiMapTest.java | 39 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK } enum in EnumHashBiMapTest 41 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> { 44 public BiMap<Country, String> create(Object... entries) { in create() 45 BiMap<Country, String> result = EnumHashBiMap.create(Country.class); in create() 47 Entry<Country, String> entry = (Entry<Country, String>) o; in create() 54 public SampleElements<Entry<Country, String>> samples() { in samples() 55 return new SampleElements<Entry<Country, String>>( in samples() 56 Maps.immutableEntry(Country.CANADA, "DOLLAR"), in samples() 57 Maps.immutableEntry(Country.CHILE, "PESO"), in samples() 58 Maps.immutableEntry(Country.UK, "POUND"), in samples() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | EnumBiMapTest.java | 55 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK } enum in EnumBiMapTest 57 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> { 60 public BiMap<Country, Currency> create(Object... entries) { in create() 61 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class); in create() 63 Entry<Country, Currency> entry = (Entry<Country, Currency>) object; in create() 70 public SampleElements<Entry<Country, Currency>> samples() { in samples() 71 return new SampleElements<Entry<Country, Currency>>( in samples() 72 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 73 Helpers.mapEntry(Country.CHILE, Currency.PESO), in samples() 74 Helpers.mapEntry(Country.UK, Currency.POUND), in samples() [all …]
|
D | EnumHashBiMapTest.java | 48 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK } enum in EnumHashBiMapTest 50 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> { 53 public BiMap<Country, String> create(Object... entries) { in create() 54 BiMap<Country, String> result = EnumHashBiMap.create(Country.class); in create() 56 Entry<Country, String> entry = (Entry<Country, String>) o; in create() 63 public SampleElements<Entry<Country, String>> samples() { in samples() 64 return new SampleElements<Entry<Country, String>>( in samples() 65 Maps.immutableEntry(Country.CANADA, "DOLLAR"), in samples() 66 Maps.immutableEntry(Country.CHILE, "PESO"), in samples() 67 Maps.immutableEntry(Country.UK, "POUND"), in samples() [all …]
|
/external/cldr/common/properties/ |
D | labels.txt | 153 [{}{}{}{}{}{}] ; Flags ; country-flag 154 [{}{}{}{}{}{}] ; Flags ; country-flag 155 [{}{}{}{}{}{}] ; Flags ; country-flag 156 [{}{}{}{}{}{}] ; Flags ; country-flag 157 [{}{}{}{}{}{}] ; Flags ; country-flag 158 [{}{}{}{}{}{}] ; Flags ; country-flag 159 [{}{}{}{}{}{}] ; Flags ; country-flag 160 [{}{}{}{}{}{}] ; Flags ; country-flag 161 [{}{}{}{}{}{}] ; Flags ; country-flag 162 [{}{}{}{}{}{}] ; Flags ; country-flag [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | eu_member_states_raw.txt | 2 EU member country since: 1 January 1995 25 EU member country since: 1 July 2013 32 EU member country since: 1 May 2004 39 EU member country since: 1 May 2004 53 EU member country since: 1 May 2004 60 EU member country since: 1 January 1995 67 EU member country since: 1 January 1958 74 EU member country since: 1 January 1958 81 EU member country since: 1 January 1981 88 EU member country since: 1 May 2004 [all …]
|
/external/libphonenumber/ |
D | release_notes.txt | 19 - Updated geocoding data for country calling code(s): 504 (en) 20 - New carrier data for country calling code(s): 886 (en), 1284 (en) 21 - Updated carrier data for country calling code(s): 63 (en), 92 (en) 30 This means that for the non-geographical country codes, like +800, the 53 - New geocoding data for country calling code(s): 55 - Updated geocoding data for country calling code(s): 57 - Updated carrier data for country calling code(s): 71 - New geocoding data for country calling code(s): 1463 (en), 358 (sv) 72 - Removed geocoding data for country calling code(s): 358 (se) 73 - Updated geocoding data for country calling code(s): 7 (en, ru) [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v2_7.countries.html | 79 <p class="firstline">Gets one country by ID.</p> 86 <pre>Gets one country by ID. 90 dartId: string, Country DART ID. (required) 95 { # Contains information about a country that can be targeted by ads. 96 …"dartId": "A String", # DART ID of this country. This is the ID used for targeting and generating … 97 "sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 98 …"kind": "dfareporting#country", # Identifies what kind of resource this is. Value: the fixed strin… 99 "countryCode": "A String", # Country code. 100 "name": "A String", # Name of this country. 114 { # Country List Response [all …]
|
D | dfareporting_v2_8.countries.html | 79 <p class="firstline">Gets one country by ID.</p> 86 <pre>Gets one country by ID. 90 dartId: string, Country DART ID. (required) 95 { # Contains information about a country that can be targeted by ads. 96 …"dartId": "A String", # DART ID of this country. This is the ID used for targeting and generating … 97 "sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 98 …"kind": "dfareporting#country", # Identifies what kind of resource this is. Value: the fixed strin… 99 "countryCode": "A String", # Country code. 100 "name": "A String", # Name of this country. 114 { # Country List Response [all …]
|
D | urlshortener_v1.url.html | 109 …"countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descend… 111 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 117 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 123 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 129 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 137 …"countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descend… 139 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 145 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 151 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. 157 …t": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser. [all …]
|
D | dfareporting_v2_8.targetingTemplates.html | 175 … "countryDartId": "A String", # DART ID of the country to which this mobile carrier belongs. 177 … "countryCode": "A String", # Country code of the country to which this mobile carrier belongs. 207 …country only dartId is required. The other fields are populated automatically when the ad is inser… 208 { # Contains information about a country that can be targeted by ads. 209 …"dartId": "A String", # DART ID of this country. This is the ID used for targeting and generating … 210 … "sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 211 …"kind": "dfareporting#country", # Identifies what kind of resource this is. Value: the fixed strin… 212 "countryCode": "A String", # Country code. 213 "name": "A String", # Name of this country. 217 …ted or updated. If targeting a postal code, do not target or exclude the country of the postal cod… [all …]
|
D | dfareporting_v2_7.targetingTemplates.html | 175 … "countryDartId": "A String", # DART ID of the country to which this mobile carrier belongs. 177 … "countryCode": "A String", # Country code of the country to which this mobile carrier belongs. 207 …country only dartId is required. The other fields are populated automatically when the ad is inser… 208 { # Contains information about a country that can be targeted by ads. 209 …"dartId": "A String", # DART ID of this country. This is the ID used for targeting and generating … 210 … "sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 211 …"kind": "dfareporting#country", # Identifies what kind of resource this is. Value: the fixed strin… 212 "countryCode": "A String", # Country code. 213 "name": "A String", # Name of this country. 217 …ted or updated. If targeting a postal code, do not target or exclude the country of the postal cod… [all …]
|
D | playmoviespartner_v1.accounts.storeInfos.country.html | 75 …">storeInfos</a> . <a href="playmoviespartner_v1.accounts.storeInfos.country.html">country</a></h1> 78 <code><a href="#get">get(accountId, videoId, country, x__xgafv=None)</a></code></p> 79 <p class="firstline">Get a StoreInfo given its video id and country.</p> 82 <code class="details" id="get">get(accountId, videoId, country, x__xgafv=None)</code> 83 <pre>Get a StoreInfo given its video id and country. 91 country: string, REQUIRED. Edit country. (required) 104 # and `country`. 107 # can also be used to identify a specific title or edit in a country. 146 "name": "A String", # Default Edit name, usually in the language of the country of 149 "country": "A String", # Country where Edit is available in ISO 3166-1 alpha-2 country [all …]
|
D | surveys_v2.mobileapppanels.html | 104 …country": "A String", # Country code for the country of the users that the panel contains. Uses st… 139 …country": "A String", # Country code for the country of the users that the panel contains. Uses st… 163 …country": "A String", # Country code for the country of the users that the panel contains. Uses st… 178 …country": "A String", # Country code for the country of the users that the panel contains. Uses st…
|
D | playmoviespartner_v1.accounts.storeInfos.html | 78 <code><a href="playmoviespartner_v1.accounts.storeInfos.country.html">country()</a></code> 80 <p class="firstline">Returns the country Resource.</p> 113 countries: string, Filter StoreInfos that match (case-insensitive) any of the given country 127 # and `country`. 130 # can also be used to identify a specific title or edit in a country. 169 "name": "A String", # Default Edit name, usually in the language of the country of 172 "country": "A String", # Country where Edit is available in ISO 3166-1 alpha-2 country 178 "seasonName": "A String", # Default Season name, usually in the language of the country of 185 "showName": "A String", # Default Show name, usually in the language of the country of
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue56-1.yaml | 82 country: DE 86 country: DE 90 country: DE 94 country: DE 98 country: DE 122 country: DE 126 country: DE 130 country: DE 134 country: DE 138 country: DE [all …]
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tzselect.ksh | 77 country= 151 country = cc_list[i] 152 if (cc_name[country]) { 153 country = cc_name[country] 155 print country 161 # If there's more than one country, ask the user which one. 164 echo >&2 'Please select a country.' 165 select country in $countries 167 case $country in 173 case $country in [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | AddPopulationData.java | 35 Rank, Country, Value, Year; enumConstant 42 Rank, Country, Percent; enumConstant 75 for (String country : StandardCodes.make().getGoodCountries()) { in main() 76 showCountryData(country); in main() 92 for (String country : outliers) { in main() 93 showCountryData(country); in main() 95 throw new IllegalArgumentException("Mistakes: data for non-country codes"); in main() 123 private static void showCountryData(String country) { in showCountryData() argument 125 System.out.println(country in showCountryData() 126 + "\t" + ULocale.getDisplayCountry("und-" + country, "en") in showCountryData() [all …]
|
D | CountryCodeConverter.java | 77 for (String country : ULocale.getISOCountries()) { in loadNames() 78 addName(ULocale.getDisplayCountry("und-" + country, "en"), country); in loadNames() 83 for (String country : goodAvailableCodes) { in loadNames() 84 String description = (String) sc.getFullData("territory", country).get(0); in loadNames() 85 if (country.equals("057")) continue; in loadNames() 86 addName(description, country); in loadNames() 105 String country = pieces[0].trim(); in handle() local 106 if (!goodAvailableCodes.contains(country)) { in handle() 109 addName(pieces[2].trim(), country); in handle()
|
/external/python/cpython2/Tools/world/ |
D | README | 1 world -- Print mappings between country names and DNS country codes. 7 world those addresses originate from, based on the top-level domain country 10 xx -- just the country code or top-level domain identifier 15 and a reverse lookup is attempted. This script will search the country names 38 Country codes are maintained by the RIPE Network Coordination Centre, 58 Parse an iso3166-countrycodes file extracting the two letter country 59 code followed by the country name. Note that the three letter country 66 of a Python dictionary, and country names are normalized 73 regular expression; this is matched against all country names and a 76 country code is found.
|
D | world | 3 """world -- Print mappings between country names and DNS country codes. 10 world those addresses originate from, based on the top-level domain country 13 xx -- just the country code or top-level domain identifier 18 reverse lookup is attempted. This script will search the country names and 37 Country codes are maintained by the RIPE Network Coordination Centre, 39 authoritative source of country code mappings is: 58 Parse an iso3166-countrycodes file extracting the two letter country 59 code followed by the country name. Note that the three letter country 66 of a Python dictionary, and country names are normalized 73 regular expression; this is matched against all country names and a [all …]
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ |
D | sdca_estimator_test.py | 122 'country': 133 country = feature_column_lib.sparse_column_with_hash_bucket( 134 'country', hash_bucket_size=5) 137 feature_columns=[price, country], 155 'country': 163 country = feature_column_lib.sparse_column_with_hash_bucket( 164 'country', hash_bucket_size=5) 166 country, 'price') 218 'country': 228 country = feature_column_lib.sparse_column_with_hash_bucket( [all …]
|
/external/libxml2/test/schemas/ |
D | bug303566_1.xml | 5 <Country code="D"> 8 <Part country="D"/> 9 <Part country="B"/> 11 </Country> 12 <Country code="F"> 14 <Part country="F"/> 15 <Part country="F"/> 17 </Country>
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/xmb/ |
D | en.xml | 1963 <ph name='COUNTRY'> 2047 …desc='The name of the country "Djibouti". For more information, see http://cldr.org/translation/ci… 2189 …desc='The name of the country "Anguilla". For more information, see http://cldr.org/translation/ci… 2233 …desc='The name of the country "Aruba". For more information, see http://cldr.org/translation/citie… 2245 …desc='The name of the country "Barbados". For more information, see http://cldr.org/translation/ci… 2253 …desc='The name of the country "Belize". For more information, see http://cldr.org/translation/citi… 2325 …desc='The name of the country "Costa Rica". For more information, see http://cldr.org/translation/… 2359 …desc='The name of the country "Dominica". For more information, see http://cldr.org/translation/ci… 2371 …desc='The name of the country "El Salvador". For more information, see http://cldr.org/translation… 2399 …desc='The name of the country "Grenada". For more information, see http://cldr.org/translation/cit… [all …]
|
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/ |
D | ResTable_configTest.java | 17 resTable_config.country[0] = 'u'; in testLocale() 18 resTable_config.country[1] = 'k'; in testLocale() 29 resTable_config.country[0] = 'j'; in getBcp47Locale_shouldReturnCanonicalizedTag() 30 resTable_config.country[1] = 'p'; in getBcp47Locale_shouldReturnCanonicalizedTag() 40 resTable_config.country[0] = 'p'; in getBcp47Locale_philippines_shouldReturnFil() 41 resTable_config.country[1] = 'h'; in getBcp47Locale_philippines_shouldReturnFil()
|