Home
last modified time | relevance | path

Searched refs:GB (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/
H A DTimeZoneDataTest.java83 CountryTimeZones GB = mock(CountryTimeZones.class); in testLookupCountryCodesForZoneId() local
84 when(GB.getCountryIso()).thenReturn("gb"); in testLookupCountryCodesForZoneId()
85 when(GB.getTimeZoneMappings()).thenReturn(Collections.singletonList( in testLookupCountryCodesForZoneId()
90 .thenReturn(Arrays.asList(US, GB)); in testLookupCountryCodesForZoneId()
/aosp12/art/libartbase/base/
H A Dutils_test.cc28 EXPECT_EQ("1024MB", PrettySize(1 * GB)); in TEST_F()
29 EXPECT_EQ("2048MB", PrettySize(2 * GB)); in TEST_F()
31 EXPECT_EQ("100GB", PrettySize(100 * GB)); in TEST_F()
H A Dglobals.h27 static constexpr size_t GB = KB * KB * KB; variable
H A Dutils.cc221 10ULL*GB // GB from here. in PrettySize()
223 static const uint64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
H A Dmem_map.cc268 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count >= 4 * GB) { in TryMemMapLow4GB()
1049 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapInternalArtLow4GBAllocator()
1080 if (4U * GB - ptr < length) { in MapInternalArtLow4GBAllocator()
/aosp12/system/ca-certificates/google/files/
H A D75680d2e.09 ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua
31 … Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
35 … Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
H A D89c02a45.023 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification A…
27 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification …
H A D5a3f0ff8.032 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Autho…
36 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Auth…
H A D02b73561.031 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Secure Certificate Services
35 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Secure Certificate Servic…
H A D124bbd54.031 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Trusted Certificate Servic…
35 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Trusted Certificate Servi…
H A Dd4c339cb.041 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification A…
45 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification …
/aosp12/system/ca-certificates/files/
H A D75680d2e.09 ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua
31 … Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
35 … Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
H A D89c02a45.023 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification A…
27 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification …
H A D5a3f0ff8.032 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Autho…
36 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Auth…
H A Dc51c224c.028 Issuer: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
32 Subject: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
H A Ddfc0fe80.029 Issuer: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
33 Subject: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
H A Dd4c339cb.041 …Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification A…
45 …Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification …
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java43 private static final double GB = 1024 * MB; field in DataUsageDetailView
131 val = b / GB; in formatBytes()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/
H A Dtzids.prototxt8 alternativeId: "GB"
/aosp12/system/timezone/input_tools/android/tzids/src/main/proto/
H A Dtz_ids_proto.proto43 // e.g. "GB-Eire" is linked to "Europe/London" because "GB-Eire"" is just an obsoleted synonym.
/aosp12/art/test/175-alloc-big-bignums/
H A Dinfo.txt5 The test allocates roughly 10GB of native memory, approximately 1MB of which
/aosp12/art/runtime/gc/accounting/
H A Dread_barrier_table.h90 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/
H A Dmtp_fuzzer.dict73 # also used for max size (>4GB)
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h232 GB, enumerator
/aosp12/system/extras/partition_tools/
H A DREADME.md25 Example usage. This specifies a 10GB super partition for an A/B device, with a single 64MiB "cache"…

123