/external/guava/guava-tests/test/com/google/common/collect/ |
D | EnumBiMapTest.java | 40 private enum Country { CANADA, CHILE, SWITZERLAND } enum in EnumBiMapTest 43 EnumBiMap<Currency, Country> bimap = in testCreate() 44 EnumBiMap.create(Currency.class, Country.class); in testCreate() 48 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate() 49 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate() 50 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate() 55 Map<Currency, Country> map = ImmutableMap.of( in testCreateFromMap() 56 Currency.DOLLAR, Country.CANADA, in testCreateFromMap() 57 Currency.PESO, Country.CHILE, in testCreateFromMap() 58 Currency.FRANC, Country.SWITZERLAND); in testCreateFromMap() [all …]
|
D | EnumHashBiMapTest.java | 37 private enum Country { CANADA, CHILE, SWITZERLAND } enum in EnumHashBiMapTest 74 Map<Currency, Country> emptyBimap2 = in testCreateFromMap() 75 EnumBiMap.create(Currency.class, Country.class); in testCreateFromMap() 76 EnumHashBiMap<Currency, Country> bimap2 in testCreateFromMap() 105 EnumBiMap<Currency, Country> bimap1 = in testEnumBiMapConstructor() 106 EnumBiMap.create(Currency.class, Country.class); in testEnumBiMapConstructor() 107 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor() 110 assertEquals(Country.SWITZERLAND, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor() 118 EnumBiMap<Currency, Country> emptyBimap = in testEnumBiMapConstructor() 119 EnumBiMap.create(Currency.class, Country.class); in testEnumBiMapConstructor() [all …]
|
/external/icu4c/data/translit/ |
D | en.txt | 18 // TODO: Reorganize this data like Country, Currencies and Language tables.
|
/external/openssl/android.testssl/ |
D | Uss.cnf | 17 countryName = Country Name (2 letter code)
|
D | CAss.cnf | 17 countryName = Country Name (2 letter code)
|
/external/chromium/chrome/browser/autofill/ |
D | address.cc | 123 return Country(); in GetInfo() 157 string16 Address::Country() const { in Country() function in Address
|
D | address.h | 46 string16 Country() const;
|
/external/openssl/crypto/conf/ |
D | ssleay.cnf | 55 Attribute_text_1 = Country Name (2 letter code)
|
/external/zlib/src/qnx/ |
D | package.qpg | 72 <QPM:Country></QPM:Country>
|
/external/bison/runtime-po/ |
D | th.po | 19 "X-Poedit-Country: THAILAND\n"
|
D | ky.po | 19 "X-Poedit-Country: KYRGYZSTAN\n"
|
D | lv.po | 19 "X-Poedit-Country: LATVIA\n"
|
D | pt.po | 19 "X-Poedit-Country: PORTUGAL\n"
|
/external/openssl/apps/ |
D | openssl.cnf | 128 countryName = Country Name (2 letter code)
|
/external/webkit/Source/WebKit/gtk/po/ |
D | ru.po | 15 "X-Poedit-Country: RUSSIAN FEDERATION\n"
|
D | de.po | 19 "X-Poedit-Country: GERMANY\n"
|
D | sl.po | 19 "X-Poedit-Country: SLOVENIA\n"
|
D | id.po | 18 "X-Poedit-Country: Indonesia\n"
|
D | pl.po | 22 "X-Poedit-Country: Poland\n"
|
/external/bison/po/ |
D | pt.po | 19 "X-Poedit-Country: PORTUGAL\n"
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 309 * added support for generating Country IE based on nl80211 regulatory
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 271 - Add Interface.Country property and support to get/set the value.
|
/external/e2fsprogs/po/ |
D | zh_CN.po | 75 "X-Poedit-Country: CHINA\n"
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 52162 http://www.kickassgear.com/Reviews/Free%20Country.htm 65288 http://www.prestigeproperty.co.uk/search_result.asp?Country=Spain&Region=North%20East%20Spain&Count… 71225 http://www.southasianmedia.net/cnn.cfm?id=172244&category=Religion&Country=AFGHANISTAN 71226 http://www.southasianmedia.net/cnn.cfm?id=180203&category=Sports&Country=WORLD
|