| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | EnumBiMapTest.java | 63 private enum Country { enum in EnumBiMapTest 71 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> { 74 public BiMap<Country, Currency> create(Object... entries) { in create() 75 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class); in create() 77 Entry<Country, Currency> entry = (Entry<Country, Currency>) object; in create() 84 public SampleElements<Entry<Country, Currency>> samples() { in samples() 86 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 87 Helpers.mapEntry(Country.CHILE, Currency.PESO), in samples() 88 Helpers.mapEntry(Country.UK, Currency.POUND), in samples() 89 Helpers.mapEntry(Country.JAPAN, Currency.YEN), in samples() [all …]
|
| D | EnumHashBiMapTest.java | 55 private enum Country { enum in EnumHashBiMapTest 63 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> { 66 public BiMap<Country, String> create(Object... entries) { in create() 67 BiMap<Country, String> result = EnumHashBiMap.create(Country.class); in create() 69 Entry<Country, String> entry = (Entry<Country, String>) o; in create() 76 public SampleElements<Entry<Country, String>> samples() { in samples() 78 Maps.immutableEntry(Country.CANADA, "DOLLAR"), in samples() 79 Maps.immutableEntry(Country.CHILE, "PESO"), in samples() 80 Maps.immutableEntry(Country.UK, "POUND"), in samples() 81 Maps.immutableEntry(Country.JAPAN, "YEN"), in samples() [all …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | EnumBiMapTest.java | 63 private enum Country { enum in EnumBiMapTest 71 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> { 74 public BiMap<Country, Currency> create(Object... entries) { in create() 75 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class); in create() 77 Entry<Country, Currency> entry = (Entry<Country, Currency>) object; in create() 84 public SampleElements<Entry<Country, Currency>> samples() { in samples() 86 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 87 Helpers.mapEntry(Country.CHILE, Currency.PESO), in samples() 88 Helpers.mapEntry(Country.UK, Currency.POUND), in samples() 89 Helpers.mapEntry(Country.JAPAN, Currency.YEN), in samples() [all …]
|
| D | EnumHashBiMapTest.java | 55 private enum Country { enum in EnumHashBiMapTest 63 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> { 66 public BiMap<Country, String> create(Object... entries) { in create() 67 BiMap<Country, String> result = EnumHashBiMap.create(Country.class); in create() 69 Entry<Country, String> entry = (Entry<Country, String>) o; in create() 76 public SampleElements<Entry<Country, String>> samples() { in samples() 78 Maps.immutableEntry(Country.CANADA, "DOLLAR"), in samples() 79 Maps.immutableEntry(Country.CHILE, "PESO"), in samples() 80 Maps.immutableEntry(Country.UK, "POUND"), in samples() 81 Maps.immutableEntry(Country.JAPAN, "YEN"), in samples() [all …]
|
| /external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
| D | TelephonyLookupTest.java | 112 <network mcc="123" mnc="456" country="gb"/> in createInstanceWithFallback() 116 <country>gr</country> in createInstanceWithFallback() 129 <network mcc="234" mnc="567" country="fr"/> in createInstanceWithFallback() 133 <country>au</country> in createInstanceWithFallback() 134 <country>nf</country> in createInstanceWithFallback() 217 <country>au</country> in xmlParsing_missingNetworks() 218 <country>nf</country> in xmlParsing_missingNetworks() 231 <network mcc="234" mnc="567" country="fr"/> in xmlParsing_missingMobileCountries() 246 <country>au</country> in xmlParsing_emptyNetworkOk() 262 <country>au</country> in xmlParsing_emptyNetworkOk() [all …]
|
| D | TimeZoneFinderTest.java | 80 + " <country code=\"gb\" default=\"Europe/London\" everutc=\"y\">\n" in createInstanceWithFallback() 82 + " </country>\n" in createInstanceWithFallback() 91 + " <country code=\"gb\" default=\"Europe/Paris\" everutc=\"n\">\n" in createInstanceWithFallback() 93 + " </country>\n" in createInstanceWithFallback() 168 + " <country code=\"gb\" default=\"Europe/London\" everutc=\"y\">\n" in xmlParsing_unexpectedComments() 171 + " </country>\n" in xmlParsing_unexpectedComments() 180 + " <country code=\"gb\" default=\"Europe/London\" everutc=\"y\">\n" in xmlParsing_unexpectedComments() 182 + " </country>\n" in xmlParsing_unexpectedComments() 198 + " <country code=\"gb\" default=\"Europe/London\" everutc=\"y\">\n" in xmlParsing_unexpectedElementsIgnored() 200 + " </country>\n" in xmlParsing_unexpectedElementsIgnored() [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/cldr-code/src/main/resources/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/apache-xml/test/tests/exslt/sets/ |
| D | sets2.xml | 4 <city name="Paris" country="France"/> 5 <city name="Madrid" country="Spain"/> 6 <city name="Vienna" country="Austria"/> 7 <city name="Barcelona" country="Spain"/> 8 <city name="Salzburg" country="Austria"/> 9 <city name="Bonn" country="Germany"/> 10 <city name="Lyon" country="France"/> 11 <city name="Hannover" country="Germany"/> 12 <city name="Calais" country="France"/> 13 <city name="Berlin" country="Germany"/> [all …]
|
| D | sets1.xml | 4 <city name="Paris" country="France"/> 5 <city name="Madrid" country="Spain"/> 6 <city name="Vienna" country="Austria"/> 7 <city name="Barcelona" country="Spain"/> 8 <city name="Salzburg" country="Austria"/> 9 <city name="Bonn" country="Germany"/> 10 <city name="Lyon" country="France"/> 11 <city name="Hannover" country="Germany"/> 12 <city name="Calais" country="France"/> 13 <city name="Berlin" country="Germany"/>
|
| D | sets4.xml | 4 <city name="Paris" country="France"/> 5 <city name="Madrid" country="Spain"/> 6 <city name="Vienna" country="Austria"/> 7 <city name="Barcelona" country="Spain"/> 8 <city name="Salzburg" country="Austria"/> 9 <city name="Bonn" country="Germany"/> 10 <city name="Lyon" country="France"/> 11 <city name="Hannover" country="Germany"/> 12 <city name="Calais" country="France"/> 13 <city name="Berlin" country="Germany"/>
|
| D | sets3.xml | 4 <city name="Paris" country="France" xmlns:x="one"/> 5 <city name="Madrid" country="Spain" xmlns:x="one"/> 6 <city name="Vienna" country="Austria" xmlns:x="one"/> 7 <city name="Barcelona" country="Spain" xmlns:x="one"/> 8 <city name="Salzburg" country="Austria" xmlns:x="one"/> 9 <city name="Bonn" country="Germany" xmlns:x="one"/> 10 <city name="Lyon" country="France" xmlns:x="one"/> 11 <city name="Hannover" country="Germany" xmlns:x="one"/> 12 <city name="Calais" country="France" xmlns:x="one"/> 13 <city name="Berlin" country="Germany" xmlns:x="one"/>
|
| /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/apache-xml/test/tests/accept/spec11/ |
| D | spec1108.xml | 3 <Country> Canada</Country> 4 <Country> USA</Country> 5 <Country>UK </Country> 6 <Country> </Country> 7 <Country> 
 </Country>
|
| /external/cldr/docs/site/development/development-process/design-proposals/ |
| D | language-data-consistency.md | 7 We have a set of tests for consistency in the data for language, script, and country. The following… 16 ## Implications for Language-Country population data (LCPD) 18 1. If a base-language has a CLDR locale, then it is in the LCPD for at least one country. 19 2. If there is a CLDR country locale for a language, then that language+country is in the LCPD. 20 …1. For each country, get the language most widely used as a written language in that country. That… 21 …2. When a significant proportion of the language use in a country is in a non-default script, that… 22 …3. When a script is not EXCLUDED in UAX#31, then we have at least one language-country pair in the… 23 3. If a language has a significant\* literate population in a country, the pair is in the LCPD. Thi… 29 Likely Subtags are built from the language-country population data, plus the script metadata, plus …
|
| /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/cronet/tot/third_party/icu/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/cronet/stable/third_party/icu/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/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/apache-xml/test/tests/accept-gold/spec11/ |
| D | spec1108.out | 2 <Country> Canada</Country> 3 <Country> USA</Country> 4 <Country>UK </Country> 5 <Country/> 6 <Country> 
 </Country>
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dfareporting_v3_5.countries.html | 82 <p class="firstline">Gets one country by ID.</p> 94 <pre>Gets one country by ID. 98 dartId: string, Country DART ID. (required) 107 { # Contains information about a country that can be targeted by ads. 108 "countryCode": "A String", # Country code. 109 …"dartId": "A String", # DART ID of this country. This is the ID used for targe… 110 …Identifies what kind of resource this is. Value: the fixed string "dfareporting#country". 111 "name": "A String", # Name of this country. 112 …quot;sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 130 { # Country List Response [all …]
|
| D | dfareporting_v3_4.countries.html | 82 <p class="firstline">Gets one country by ID.</p> 94 <pre>Gets one country by ID. 98 dartId: string, Country DART ID. (required) 107 { # Contains information about a country that can be targeted by ads. 108 "countryCode": "A String", # Country code. 109 …"dartId": "A String", # DART ID of this country. This is the ID used for targe… 110 …Identifies what kind of resource this is. Value: the fixed string "dfareporting#country". 111 "name": "A String", # Name of this country. 112 …quot;sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 130 { # Country List Response [all …]
|
| D | dfareporting_v3_3.countries.html | 82 <p class="firstline">Gets one country by ID.</p> 94 <pre>Gets one country by ID. 98 dartId: string, Country DART ID. (required) 107 { # Contains information about a country that can be targeted by ads. 108 "countryCode": "A String", # Country code. 109 …"dartId": "A String", # DART ID of this country. This is the ID used for targe… 110 …Identifies what kind of resource this is. Value: the fixed string "dfareporting#country". 111 "name": "A String", # Name of this country. 112 …quot;sslEnabled": True or False, # Whether ad serving supports secure servers in this country. 130 { # Country List Response [all …]
|
| /external/apache-xml/test/tests/contrib/xsltc/mk/ |
| D | mk034.xml | 2 <city name="Paris" country="France"/> 3 <city name="Roma" country="Italia"/> 4 <city name="Nice" country="France"/> 5 <city name="Madrid" country="Espana"/> 6 <city name="Milano" country="Italia"/> 7 <city name="Firenze" country="Italia"/> 8 <city name="Napoli" country="Italia"/> 9 <city name="Lyon" country="France"/> 10 <city name="Barcelona" country="Espana"/>
|
| D | mk035.xml | 2 <city name="Paris" country="France"/> 3 <city name="Roma" country="Italia"/> 4 <city name="Nice" country="France"/> 5 <city name="Madrid" country="Espana"/> 6 <city name="Milano" country="Italia"/> 7 <city name="Firenze" country="Italia"/> 8 <city name="Napoli" country="Italia"/> 9 <city name="Lyon" country="France"/> 10 <city name="Barcelona" country="Espana"/>
|