/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/ |
H A D | TimeZoneDataTest.java | 83 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 D | utils_test.cc | 28 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 D | globals.h | 27 static constexpr size_t GB = KB * KB * KB; variable
|
H A D | utils.cc | 221 10ULL*GB // GB from here. in PrettySize() 223 static const uint64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
|
H A D | mem_map.cc | 268 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 D | 75680d2e.0 | 9 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 D | 89c02a45.0 | 23 …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 D | 5a3f0ff8.0 | 32 …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 D | 02b73561.0 | 31 …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 D | 124bbd54.0 | 31 …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 D | d4c339cb.0 | 41 …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 D | 75680d2e.0 | 9 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 D | 89c02a45.0 | 23 …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 D | 5a3f0ff8.0 | 32 …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 D | c51c224c.0 | 28 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 D | dfc0fe80.0 | 29 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 D | d4c339cb.0 | 41 …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 D | DataUsageDetailView.java | 43 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 D | tzids.prototxt | 8 alternativeId: "GB"
|
/aosp12/system/timezone/input_tools/android/tzids/src/main/proto/ |
H A D | tz_ids_proto.proto | 43 // 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 D | info.txt | 5 The test allocates roughly 10GB of native memory, approximately 1MB of which
|
/aosp12/art/runtime/gc/accounting/ |
H A D | read_barrier_table.h | 90 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
|
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/ |
H A D | mtp_fuzzer.dict | 73 # also used for max size (>4GB)
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | ToneGenerator.h | 232 GB, enumerator
|
/aosp12/system/extras/partition_tools/ |
H A D | README.md | 25 Example usage. This specifies a 10GB super partition for an A/B device, with a single 64MiB "cache"…
|