HomeSort by relevance Sort by last modified time
    Searched refs:Country (Results 1 - 15 of 15) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
EnumBiMapTest.java 55 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
57 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> {
60 public BiMap<Country, Currency> create(Object... entries) {
61 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class);
63 Entry<Country, Currency> entry = (Entry<Country, Currency>) object;
70 public SampleElements<Entry<Country, Currency>> samples() {
71 return new SampleElements<Entry<Country, Currency>>(
72 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR)
    [all...]
EnumHashBiMapTest.java 48 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
50 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> {
53 public BiMap<Country, String> create(Object... entries) {
54 BiMap<Country, String> result = EnumHashBiMap.create(Country.class);
56 Entry<Country, String> entry = (Entry<Country, String>) o;
63 public SampleElements<Entry<Country, String>> samples() {
64 return new SampleElements<Entry<Country, String>>(
65 Maps.immutableEntry(Country.CANADA, "DOLLAR")
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EnumBiMapTest.java 46 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
48 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> {
51 public BiMap<Country, Currency> create(Object... entries) {
52 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class);
54 Entry<Country, Currency> entry = (Entry<Country, Currency>) object;
61 public SampleElements<Entry<Country, Currency>> samples() {
62 return new SampleElements<Entry<Country, Currency>>(
63 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR)
    [all...]
EnumHashBiMapTest.java 39 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
41 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> {
44 public BiMap<Country, String> create(Object... entries) {
45 BiMap<Country, String> result = EnumHashBiMap.create(Country.class);
47 Entry<Country, String> entry = (Entry<Country, String>) o;
54 public SampleElements<Entry<Country, String>> samples() {
55 return new SampleElements<Entry<Country, String>>(
56 Maps.immutableEntry(Country.CANADA, "DOLLAR")
    [all...]
  /external/autotest/client/common_lib/cros/
dbus_send_unittest.py 46 string "Country"
155 'Country': '',
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 121 countryName = Country Name (2 letter code)
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 117 // Search for a specific entry in the structure. Language and Country are used.
129 if (mlu ->Entries[i].Country == CountryCode &&
137 // Add a block of characters to the intended MLU. Language and country are specified.
138 // Only one entry for Language/country pair is allowed.
174 mlu ->Entries[mlu ->UsedEntries].Country = CountryCode;
247 cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu, const char Language[3], const char Country[3], const wchar_t* WideString)
250 cmsUInt16Number Cntry = strTo16(Country);
319 // The algorithm first searches for an exact match of country and language, if not found it uses
343 if (v -> Country == CountryCode) {
346 if (UsedCountryCode != NULL) *UsedCountryCode = v ->Country;
    [all...]
lcms2_internal.h 661 cmsUInt16Number Country;
    [all...]
cmstypes.c     [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
AddPopulationData.java 35 Rank, Country, Value, Year;
42 Rank, Country, Percent;
75 for (String country : StandardCodes.make().getGoodCountries()) {
76 showCountryData(country);
92 for (String country : outliers) {
93 showCountryData(country);
95 throw new IllegalArgumentException("Mistakes: data for non-country codes");
123 private static void showCountryData(String country) {
125 System.out.println(country
126 + "\t" + ULocale.getDisplayCountry("und-" + country, "en"
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
ca.conf 100 countryName = Country Name (2 letter code)
  /external/grpc-grpc-java/testing/src/main/resources/certs/
openssl.cnf 128 countryName = Country Name (2 letter code)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 312 /// Specifies country strings in 3 octets.
316 /// Indicates a triplet that repeated in country element. The number of triplets is
449 EFI_80211_ELEMENT_COUNTRY *Country;
537 /// Two octet's field to report condensed country string.
    [all...]
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 633 Country string `protobuf:"bytes,3,opt,name=Country,oneof"`
677 return x.Country
    [all...]
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 753 {"oneof spec name", Unmarshaler{}, `{"Country":"Australia"}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_Country{"Australia"}}},
754 {"oneof orig_name", Unmarshaler{}, `{"Country":"Australia"}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_Country{"Australia"}}},
    [all...]

Completed in 246 milliseconds