/external/guava/guava-tests/test/com/google/common/collect/ |
D | EnumBiMapTest.java | 54 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant 72 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 122 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate() 123 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate() 124 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate() 130 Currency.DOLLAR, Country.CANADA, in testCreateFromMap() 134 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreateFromMap() 135 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreateFromMap() 159 bimap1.put(Currency.DOLLAR, Country.CANADA); in testEnumBiMapConstructor() 162 assertEquals(Country.CANADA, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor() [all …]
|
D | EnumHashBiMapTest.java | 47 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant 116 bimap.put(Currency.DOLLAR, "dollar"); in testCreate() 117 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreate() 118 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreate() 124 Currency.DOLLAR, "dollar", in testCreateFromMap() 129 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreateFromMap() 130 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreateFromMap() 156 bimap1.put(Currency.DOLLAR, "dollar"); in testEnumHashBiMapConstructor() 159 assertEquals("dollar", bimap2.get(Currency.DOLLAR)); in testEnumHashBiMapConstructor() 178 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | EnumBiMapTest.java | 45 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant 63 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 98 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate() 99 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate() 100 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate() 106 Currency.DOLLAR, Country.CANADA, in testCreateFromMap() 110 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreateFromMap() 111 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreateFromMap() 135 bimap1.put(Currency.DOLLAR, Country.CANADA); in testEnumBiMapConstructor() 138 assertEquals(Country.CANADA, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor() [all …]
|
D | EnumHashBiMapTest.java | 38 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant 91 bimap.put(Currency.DOLLAR, "dollar"); in testCreate() 92 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreate() 93 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreate() 99 Currency.DOLLAR, "dollar", in testCreateFromMap() 104 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreateFromMap() 105 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreateFromMap() 131 bimap1.put(Currency.DOLLAR, "dollar"); in testEnumHashBiMapConstructor() 134 assertEquals("dollar", bimap2.get(Currency.DOLLAR)); in testEnumHashBiMapConstructor() 153 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | LineBreakTest.txt | 134 × 0023 × 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [24.03] DOLLAR SIGN (PR) ÷ [0.3] 135 × 0023 × 0020 ÷ 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ … 136 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [24.03] DOLLAR SIGN (PR) ÷ [0.3] 137 …IGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3] 302 × 2014 ÷ 0024 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3] 303 × 2014 × 0020 ÷ 0024 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3] 304 …4 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3] 305 …ASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3] 470 × 0009 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3] 471 × 0009 × 0020 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR S… [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenTypes.java | 181 public static final int DOLLAR = LexerCore.DOLLAR; field
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 57 public static final int DOLLAR = (int) '$'; field in LexerCore
|
/external/syslinux/codepage/ |
D | cp874.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | cp1255.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | iso8859-6.txt | 86 0x24 0x0024 # DOLLAR SIGN
|
D | iso8859-8.txt | 86 0x24 0x0024 # DOLLAR SIGN
|
D | cp1251.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | cp1256.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | cp1253.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | cp866.txt | 54 0x24 0x0024 #DOLLAR SIGN
|
D | cp850.txt | 54 0x24 0x0024 #DOLLAR SIGN
|
D | cp855.txt | 54 0x24 0x0024 #DOLLAR SIGN
|
D | cp737.txt | 54 0x24 0x0024 #DOLLAR SIGN
|
D | cp1250.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | cp864.txt | 54 0x24 0x0024 #DOLLAR SIGN
|
D | cp857.txt | 54 0x24 0x0024 #DOLLAR SIGN
|
D | cp1258.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
D | cp1254.txt | 55 0x24 0x0024 #DOLLAR SIGN
|
/external/icu/icu4c/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 45 $↔'$'; # from FULLWIDTH DOLLAR SIGN
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLR.g | 955 | DOLLAR! label // reference to a label in a rewrite rule 1138 DOLLAR : '$' ;
|