/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | subdivisionData.txt | 1158 region ER-GB* Qāsh-Barkah ar 1159 region ER-GB* Gash-Barka ti For Tigrinya BGN/PCGN 2007 1405 nation GB-UKM United Kingdom en 1406 nation GB-GBN Great Britain en 1407 country GB-SCT Scotland en 1408 council area GB-NLK North Lanarkshire en GB-SCT 1409 council area GB-RFW Renfrewshire en GB-SCT 1410 council area GB-ANS Angus en GB-SCT 1411 council area GB-FAL Falkirk en GB-SCT 1412 council area GB-GLG Glasgow City en GB-SCT [all …]
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 57 ,"GB",,".UNITED KINGDOM",,,"",,,,, 58 ,"GB","BYS","Abbeystead","Abbeystead","LAN","-----6--","RL","1201",,"5358N 00240W", 59 ,"GB","ASB","Abbots Bromley","Abbots Bromley","STS","--3-----","RL","0201",,"5249N 00153W", 60 ,"GB","ABB","Abbots Langley","Abbots Langley","HRT","--3-----","AF","9804",,, 61 ,"GB","AOM","Abbots Morton","Abbots Morton","WOR","--3-----","RL","0501",,"5211N 00157W", 62 ,"GB","AOT","Abbotsbury","Abbotsbury","DOR","1-------","RL","0901",,"5040N 00236W", 63 ,"GB","AOL","Abbotsley","Abbotsley","CAM","1-------","RL","0901",,"5211N 00012W", 64 ,"GB","ABS","Aber S�ch (Abersoch)","Aber Soch (Abersoch)","GWN","1-3-----","AA","0701",,"5249N 0043… 65 ,"GB","ABA","Aberaeron","Aberaeron","DFD","1-3-----","AF","9811",,, 66 ,"GB","AOD","Aberbargoed","Aberbargoed","CAY","-23-----","RL","0701",,"5142N 00313W", [all …]
|
D | other_country_data.txt | 23 FK;Falkland Islands;literacy;GB; 28 IM;Isle of Man;literacy;GB; 29 JE;Jersey;literacy;GB; 81 AC;Ascension Island;gdp-ppp;GB;reason 82 AC;Ascension Island;literacy;GB;reason 85 BV;Bouvet Island;gdp-ppp;GB;reason 86 BV;Bouvet Island;literacy;GB;reason 95 DG;Diego Garcia;gdp-ppp;GB;reason 96 DG;Diego Garcia;literacy;GB;reason 100 GS;South Georgia and the South Sandwich Islands;gdp-ppp;GB;reason [all …]
|
/external/antlr/antlr-ant/main/antlr3-task/ |
D | antlr3-task.htm | 167 <h2><span lang=EN-GB style='mso-ansi-language:EN-GB'>ANTLR3<o:p></o:p></span></h2> 169 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Description<o:p></o:p></span></h3> 171 <p><span class=GramE><span lang=EN-GB style='mso-ansi-language:EN-GB'>Invokes 173 Translator generator on a grammar file.</span></span><span lang=EN-GB 174 style='mso-ansi-language:EN-GB'> <o:p></o:p></span></p> 176 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Prerequisites<o:p></o:p></span></h3> 178 <h3><span lang=EN-GB style='font-size:12.0pt;mso-ansi-language:EN-GB; 181 lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></h3> 183 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Installation<o:p></o:p></span></h3> 185 <h3><span lang=EN-GB style='font-size:12.0pt;mso-ansi-language:EN-GB; [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | UnitPreferenceSource.txt | 1 …encesSource.txt, will eventually turn into ... <unitPreference regions="CA GB IN US" geq="1.5" uni… 6 area; default; US GB; ; ; square-mile 7 area; default; US GB; ; ; acre 8 area; default; US GB; ; ; square-foot 9 area; default; US GB; ; ; square-inch 12 area; geograph; US GB; ; ; square-mile 15 area; land; US GB; ; ; acre 21 concentration; blood-glucose; AG AI AO AU BA BG BH BM BN BW BY CA CH CM CN CZ DK DM EE FI FJ GB GD … 30 consumption-inverse; vehicle-fuel; CA GB; ; ; mile-per-gallon-imperial 56 length; default; US GB; ; ; mile [all …]
|
/external/protobuf/docs/ |
D | performance.md | 2 …esults were produced on a workstation utilizing an Intel® Xeon® Processor E5-2630 with 32GB of RAM. 55 <td>1.122GB/s</td> 112 <td>1.21505GB/s</td> 114 <td>1.136GB/s</td> 115 <td>1.367GB/s</td> 116 <td>1.54439GB/s</td> 117 <td>1.60603GB/s</td> 118 <td>1.33443GB/s</td> 140 <td>7.96091GB/s</td> 141 <td>7.10024GB/s</td> [all …]
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | TimeZoneFinderTest.java | 80 + " <country code=\"gb\" default=\"Europe/London\" everutc=\"y\">\n" in createInstanceWithFallback() 86 "gb", "Europe/London", false /* defaultTimeZoneBoost */, true /* everUsesUtc */, in createInstanceWithFallback() 91 + " <country code=\"gb\" default=\"Europe/Paris\" everutc=\"n\">\n" in createInstanceWithFallback() 97 "gb", "Europe/Paris", false /* defaultTimeZoneBoost */, false /* everUsesUtc */, in createInstanceWithFallback() 111 assertEquals(expectedCountryTimeZones1, file1ThenFile2.lookupCountryTimeZones("gb")); in createInstanceWithFallback() 116 assertEquals(expectedCountryTimeZones1, missingFileThenFile1.lookupCountryTimeZones("gb")); in createInstanceWithFallback() 121 assertEquals(expectedCountryTimeZones2, file2ThenFile1.lookupCountryTimeZones("gb")); in createInstanceWithFallback() 128 assertNull(invalidThenValid.lookupCountryTimeZones("gb")); in createInstanceWithFallback() 134 assertNull(missingFiles.lookupCountryTimeZones("gb")); in createInstanceWithFallback() 163 "gb", "Europe/London", false /* defaultTimeZoneBoost */, true /* everUsesUtc */, in xmlParsing_unexpectedComments() [all …]
|
D | TelephonyLookupTest.java | 79 + " <network mcc=\"123\" mnc=\"456\" country=\"gb\"/>\n" in createInstanceWithFallback() 83 TelephonyNetwork.create("123", "456", "gb"); in createInstanceWithFallback() 169 TelephonyNetwork.create("123", "456", "gb"); in xmlParsing_unexpectedComments() 174 + " <network mcc=\"123\" mnc=\"456\" country=\"gb\"/>\n" in xmlParsing_unexpectedComments() 183 TelephonyNetwork.create("123", "456", "gb"); in xmlParsing_unexpectedElementsIgnored() 194 + " <network mcc=\"123\" mnc=\"456\" country=\"gb\"/>\n" in xmlParsing_unexpectedElementsIgnored() 203 + " <network mcc=\"123\" mnc=\"456\" country=\"gb\">\n" in xmlParsing_unexpectedElementsIgnored() 214 + " <network mcc=\"123\" mnc=\"456\" country=\"gb\"/>\n" in xmlParsing_unexpectedElementsIgnored() 225 TelephonyNetwork.create("123", "456", "gb"); in xmlParsing_unexpectedTextIgnored() 233 + " <network mcc=\"123\" mnc=\"456\" country=\"gb\"/>\n" in xmlParsing_unexpectedTextIgnored() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | localeMatcherTest.txt | 47 # en-GB, en-AU, and en-NZ are in a cluster; en in a different one 49 @supported=en-GB, en-US 50 en-AU >> en-GB 51 @supported=en-US, en-GB 52 en-AU >> en-GB 54 @supported=en-GB, en 55 en-AU >> en-GB 56 @supported=en, en-GB 57 en-AU >> en-GB 109 @supported=en-GB, en-US [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 47 # en-GB, en-AU, and en-NZ are in a cluster; en in a different one 49 @supported=en-GB, en-US 50 en-AU >> en-GB 51 @supported=en-US, en-GB 52 en-AU >> en-GB 54 @supported=en-GB, en 55 en-AU >> en-GB 56 @supported=en, en-GB 57 en-AU >> en-GB 109 @supported=en-GB, en-US [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 47 # en-GB, en-AU, and en-NZ are in a cluster; en in a different one 49 @supported=en-GB, en-US 50 en-AU >> en-GB 51 @supported=en-US, en-GB 52 en-AU >> en-GB 54 @supported=en-GB, en 55 en-AU >> en-GB 56 @supported=en, en-GB 57 en-AU >> en-GB 109 @supported=en-GB, en-US [all …]
|
/external/autotest/client/site_tests/hardware_DiskSize/ |
D | hardware_DiskSize.py | 18 # between GB and GiB], but some eMMC device can use 9%. 26 Check that disk size is around 16GB at least. 53 CSD[C_SIZE] = 0xfff == eMMC > 2GB 61 For now I use 0.25GB as an acceptable fudge. 64 integer, in GB of minimum storage size. 83 gb = float(disk_size) / (10 ** 9) 85 self.write_perf_keyval({"gb_main_disk_size": gb}) 87 logging.info("DiskSize: %.3f GB MinDiskSize: %.3f GB", gb, min_gb) 88 if (gb < min_gb): 89 raise error.TestError("DiskSize %.3f GB below minimum (%.3f GB)" \ [all …]
|
/external/icu/icu4c/source/test/testdata/cldr/units/ |
D | unitPreferencesTest.txt | 36 area; default; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile 37 area; default; GB; 40468564224 / 15625; 2589988.110336; square-meter; 1; 1.0; square-mile 38 area; default; GB; 182108539008 / 78125; 2330989.2993024; square-meter; 576; 576.0; acre 39 area; default; GB; 316160658 / 78125; 4046.8564224; square-meter; 1; 1.0; acre 40 area; default; GB; 1422722961 / 390625; 3642.17078016; square-meter; 39204; 39204.0; square-foot 41 area; default; GB; 145161 / 1562500; 0.09290304; square-meter; 1; 1.0; square-foot 42 area; default; GB; 1306449 / 15625000; 0.083612736; square-meter; 648 / 5; 129.6; square-inch 43 area; default; GB; 16129 / 25000000; 6.4516E-4; square-meter; 1; 1.0; square-inch 44 area; default; GB; 145161 / 250000000; 5.80644E-4; square-meter; 9 / 10; 0.9; square-inch 50 area; geograph; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile [all …]
|
/external/cldr/common/testData/units/ |
D | unitPreferencesTest.txt | 36 area; default; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile 37 area; default; GB; 40468564224 / 15625; 2589988.110336; square-meter; 1; 1.0; square-mile 38 area; default; GB; 182108539008 / 78125; 2330989.2993024; square-meter; 576; 576.0; acre 39 area; default; GB; 316160658 / 78125; 4046.8564224; square-meter; 1; 1.0; acre 40 area; default; GB; 1422722961 / 390625; 3642.17078016; square-meter; 39204; 39204.0; square-foot 41 area; default; GB; 145161 / 1562500; 0.09290304; square-meter; 1; 1.0; square-foot 42 area; default; GB; 1306449 / 15625000; 0.083612736; square-meter; 648 / 5; 129.6; square-inch 43 area; default; GB; 16129 / 25000000; 6.4516E-4; square-meter; 1; 1.0; square-inch 44 area; default; GB; 145161 / 250000000; 5.80644E-4; square-meter; 9 / 10; 0.9; square-inch 50 area; geograph; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/cldr/units/ |
D | unitPreferencesTest.txt | 36 area; default; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile 37 area; default; GB; 40468564224 / 15625; 2589988.110336; square-meter; 1; 1.0; square-mile 38 area; default; GB; 182108539008 / 78125; 2330989.2993024; square-meter; 576; 576.0; acre 39 area; default; GB; 316160658 / 78125; 4046.8564224; square-meter; 1; 1.0; acre 40 area; default; GB; 1422722961 / 390625; 3642.17078016; square-meter; 39204; 39204.0; square-foot 41 area; default; GB; 145161 / 1562500; 0.09290304; square-meter; 1; 1.0; square-foot 42 area; default; GB; 1306449 / 15625000; 0.083612736; square-meter; 648 / 5; 129.6; square-inch 43 area; default; GB; 16129 / 25000000; 6.4516E-4; square-meter; 1; 1.0; square-inch 44 area; default; GB; 145161 / 250000000; 5.80644E-4; square-meter; 9 / 10; 0.9; square-inch 50 area; geograph; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/ |
D | unitPreferencesTest.txt | 36 area; default; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile 37 area; default; GB; 40468564224 / 15625; 2589988.110336; square-meter; 1; 1.0; square-mile 38 area; default; GB; 182108539008 / 78125; 2330989.2993024; square-meter; 576; 576.0; acre 39 area; default; GB; 316160658 / 78125; 4046.8564224; square-meter; 1; 1.0; acre 40 area; default; GB; 1422722961 / 390625; 3642.17078016; square-meter; 39204; 39204.0; square-foot 41 area; default; GB; 145161 / 1562500; 0.09290304; square-meter; 1; 1.0; square-foot 42 area; default; GB; 1306449 / 15625000; 0.083612736; square-meter; 648 / 5; 129.6; square-inch 43 area; default; GB; 16129 / 25000000; 6.4516E-4; square-meter; 1; 1.0; square-inch 44 area; default; GB; 145161 / 250000000; 5.80644E-4; square-meter; 9 / 10; 0.9; square-inch 50 area; geograph; GB; 222577103232 / 78125; 2848986.9213696; square-meter; 11 / 10; 1.1; square-mile [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/ |
D | localeMatcherTest.txt | 26 # en-GB, en-AU, and en-NZ are in a cluster; en in a different one 28 en-GB, en-US ; en-AU ; en-GB 29 en-US, en-GB ; en-AU ; en-GB 31 en-GB, en ; en-AU ; en-GB 32 en, en-GB ; en-AU ; en-GB 73 fr, en, en-GB, es-419, es-MX, es ; en-NZ ; en-GB 74 fr, en, en-GB, es-419, es-MX, es ; es-ES ; es 75 fr, en, en-GB, es-419, es-MX, es ; es-AR ; es-419 76 fr, en, en-GB, es-419, es-MX, es ; es-MX ; es-MX 86 fr, en-GB, en ; en-GB ; en-GB [all …]
|
/external/arm-trusted-firmware/plat/marvell/armada/common/ |
D | marvell_ddr_info.c | 41 * 3 => 3 GB 42 * 4 => 6 GB 51 * 14 => 1 GB 52 * 15 => 2 GB 53 * 16 => 4 GB 54 * 17 => 8 GB 55 * 18 => 16 GB 56 * 19 => 32 GB 57 * 20 => 64 GB 58 * 21 => 128 GB [all …]
|
/external/clang/test/CodeGenCXX/ |
D | builtins-systemz-zvector.cpp | 6 bool gb; variable 16 gb = (VI == CI1)[0]; in testInts() 21 gb = (VI == CI2)[0]; in testInts() 25 gb = (VI == CF1)[0]; in testInts() 29 gb = (VI == CF2)[0]; in testInts() 36 gb = (VD == CI1)[0]; in testFloats() 41 gb = (VD == CI2)[0]; in testFloats() 45 gb = (VD == CF1)[0]; in testFloats() 49 gb = (VD == CF2)[0]; in testFloats()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | builtins-systemz-zvector.cpp | 6 bool gb; variable 16 gb = (VI == CI1)[0]; in testInts() 21 gb = (VI == CI2)[0]; in testInts() 25 gb = (VI == CF1)[0]; in testInts() 29 gb = (VI == CF2)[0]; in testInts() 36 gb = (VD == CI1)[0]; in testFloats() 41 gb = (VD == CI2)[0]; in testFloats() 45 gb = (VD == CF1)[0]; in testFloats() 49 gb = (VD == CF2)[0]; in testFloats()
|
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | TerritoryContainmentTest.java | 21 territoryGroup("002", "GB", "FR"), in testSimple() 25 assertThat(containment.getLeafRegions()).containsExactly("CA", "FR", "GB", "US").inOrder(); in testSimple() 26 assertThat(containment.getLeafRegionsOf("002")).containsExactly("FR", "GB").inOrder(); in testSimple() 27 assertThat(containment.getLeafRegionsOf("GB")).isEmpty(); in testSimple() 34 territoryGroup("002", "GB", "FR"), in testOverlappingContainment() 36 territoryGroup("004", "CA", "GB")); in testOverlappingContainment() 38 assertThat(containment.getLeafRegions()).containsExactly("CA", "FR", "GB", "US").inOrder(); in testOverlappingContainment() 39 assertThat(containment.getLeafRegionsOf("002")).containsExactly("FR", "GB").inOrder(); in testOverlappingContainment() 40 assertThat(containment.getLeafRegionsOf("004")).containsExactly("CA", "GB").inOrder(); in testOverlappingContainment() 47 territoryGroup("002", "GB", "FR"), in testMultipleRootsFails()
|
/external/angle/src/common/third_party/xxhash/ |
D | README.md | 25 | [xxHash] | 5.4 GB/s | 10 | Y.C. | 26 | MurmurHash 3a | 2.7 GB/s | 10 | Austin Appleby | 27 | SBox | 1.4 GB/s | 9 | Bret Mulvey | 28 | Lookup3 | 1.2 GB/s | 9 | Bob Jenkins | 29 | CityHash64 | 1.05 GB/s| 10 | Pike & Alakuijala| 30 | FNV | 0.55 GB/s| 5 | Fowler, Noll, Vo | 31 | CRC32 | 0.43 GB/s| 9 | | 32 | MD5-32 | 0.33 GB/s| 10 | Ronald L.Rivest | 33 | SHA1-32 | 0.28 GB/s| 10 | | 51 | XXH64 | 13.8 GB/s | 1.9 GB/s | [all …]
|
/external/zstd/lib/common/ |
D | xxhash.h | 23 xxHash 5.4 GB/s 10 24 CrapWow 3.2 GB/s 2 Andrew 25 MumurHash 3a 2.7 GB/s 10 Austin Appleby 26 SpookyHash 2.0 GB/s 10 Bob Jenkins 27 SBox 1.4 GB/s 9 Bret Mulvey 28 Lookup3 1.2 GB/s 9 Bob Jenkins 29 SuperFastHash 1.2 GB/s 1 Paul Hsieh 30 CityHash64 1.05 GB/s 10 Pike & Alakuijala 31 FNV 0.55 GB/s 5 Fowler, Noll, Vo 32 CRC32 0.43 GB/s 9 [all …]
|
/external/cldr/common/supplemental/ |
D | units.xml | 261 <unitPreference regions="US GB">square-mile</unitPreference> 262 <unitPreference regions="US GB">acre</unitPreference> 263 <unitPreference regions="US GB">square-foot</unitPreference> 264 <unitPreference regions="US GB">square-inch</unitPreference> 268 <unitPreference regions="US GB">square-mile</unitPreference> 272 <unitPreference regions="US GB">acre</unitPreference> 275 …ce regions="AG AI AO AU BA BG BH BM BN BW BY CA CH CM CN CZ DK DM EE FI FJ GB GD HK HR HU IE IM IS… 293 <unitPreference regions="CA GB">mile-per-gallon-imperial</unitPreference> 319 <unitPreference regions="US GB">mile</unitPreference> 320 <unitPreference regions="US GB">foot</unitPreference> [all …]
|
/external/elfutils/tests/ |
D | run-large-elf-file.sh | 20 # Only run on 64bit systems, 32bit systems don't support > 4GB 25 echo "Only 64bit systems can create > 4GB ELF files" 29 # These tests need lots of disk space since they test files > 4GB. 30 # Skip if there just isn't enough (2.5 * 4 = 10GB). 34 echo "Not enough disk space, need at least 10GB available" 38 # Make sure the files fit into memory, assume 6GB needed (2.5 * 2 + 1 extra). 48 echo "Need at least ${mem_needed}GB free available memory" 72 # Add two 2GB sections to the file. 106 # Don't test 32bit, they cannot go beyond 4GB.
|