HomeSort by relevance Sort by last modified time
    Searched refs:GB (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
getbsize.c 63 #define GB (1024L * 1024L * 1024L)
64 #define MAXB GB /* No tera, peta, nor exa. */
76 max = MAXB / GB;
77 mul = GB;
101 warnx("maximum blocksize is %ldG", MAXB / GB);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildall.sh 4 ./buildpkb.sh en GB kh0
11 ./buildbin.sh en-GB kh0
buildpkb.sh 28 echo " e.g: $0 en GB kh0";
35 if [ $2 = "GB" ]; then
85 if [ $LANG = "en-GB" ]; then
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 31 * Formats the given size as a String in bytes, kB, MB or GB. Ex: 12,315,000 = 11 MB
37 final long GB = (MB * 1024);
48 } else if (size < GB) {
53 value = (int) (size / GB);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 42 GB = 12; # Generic Base
56 consonant_syllable = (C|IV|GB) syllable_tail;
hb-ot-shape-complex-myanmar-machine.rl 47 GB = 11;
79 consonant_syllable = k? (c|IV|D|GB).VS? (H (c|IV).VS?)* syllable_tail;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 44 static final String GB = "GB";
PhoneNumberUtilTest.java 529 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB));
    [all...]
PhoneNumberMatcherTest.java 202 doTestFindInContext("+44 2034567890x456", RegionCode.GB);
203 doTestFindInContext("+44 2034567890 x456", RegionCode.GB);
204 doTestFindInContext("+44 2034567890 X456", RegionCode.GB);
205 doTestFindInContext("+44 2034567890 X 456", RegionCode.GB);
206 doTestFindInContext("+44 2034567890 X 456", RegionCode.GB);
207 doTestFindInContext("+44 2034567890 X 456", RegionCode.GB);
456 new NumberTest("(20) 3346 1234", RegionCode.GB), // Non-optional NP omitted
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 75 RHEL4-3GHz-2.5GB,linux,gtk,x86,UNKNOWN,\
76 winxp-3GHz-2GB,win32,win,x86,UNKNOWN,\
77 RHEL3-3GHz-2GB,linux,gtk,x86,UNKNOWN,\
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 344 struct GB: public GA {};
349 struct GD: public virtual GC, public virtual GB {};
362 // CHECK-NEXT: 16 | struct GB (virtual base)
378 // CHECK-X64-NEXT: 32 | struct GB (virtual base)
  /art/runtime/
globals.h 33 static constexpr size_t GB = KB * KB * KB;
utils_test.cc 159 EXPECT_EQ("1GB", PrettySize(1 * GB));
160 EXPECT_EQ("2GB", PrettySize(2 * GB));
162 EXPECT_EQ("100GB", PrettySize(100 * GB));
mem_map.cc 279 // 4GB.
301 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) {
302 if (4U * GB - ptr < page_aligned_byte_count) {
303 // Not enough memory until 4GB.
335 // 4GB. If this is the case, unmap and retry.
336 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count < 4 * GB) {
monitor_test.cc 63 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB);
  /external/chromium_org/base/
sys_info_android.cc 96 const int64 GB = 1024 * MB;
108 unit_multiplier = GB;
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
ucmlocal.mk 11 # * Simplified Chinese : GBK(Windows cp936), GB 18030
14 # - GB-HZ is supported now that it uses the GBK table.
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 42 private static final double GB = 1024 * MB;
120 val = b / GB;
121 suffix = "GB";
  /external/chromium_org/android_webview/
Android.mk 118 LOCAL_MODULE := webviewchromium_webkit_strings_en-GB.pak
119 LOCAL_MODULE_STEM := en-GB
120 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_en-GB.pak
  /external/chromium_org/android_webview/build/
resources_config.mk 44 webviewchromium_webkit_strings_en-GB.pak \
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 217 return 'en-GB'
302 Region('gb', 'xkb:gb:extd:eng', 'Europe/London', 'en-GB', _KML.ISO, 'UK'),
303 Region('ie', 'xkb:gb:extd:eng', 'Europe/Dublin', 'en-GB', _KML.ISO,
320 Region('sg', 'xkb:us::eng', 'Asia/Singapore', 'en-GB', _KML.ANSI,
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 397 GB(new String[]{
    [all...]

Completed in 1652 milliseconds

1 2 3 4 5