/system/memory/libmemtrack/ |
D | memtrack_test.cpp | 66 size_t v3; in main() local 83 v3 = DIV_ROUND_UP(memtrack_proc_gl_total(p), 1024); in main() 88 if (v1 | v2 | v3 | v4 | v5 | v6) { in main() 89 fprintf(stdout, "%5d %6zu %6zu %6zu %6zu %6zu %6zu %s\n", pid, v1, v2, v3, v4, v5, v6, in main()
|
/system/apex/.prebuilt_info/ |
D | prebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_v3_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v3.apex" 7 dest_file: "shim/prebuilts//riscv64/com.android.apex.cts.shim.v3.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v3_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v3.apex" 7 dest_file: "shim/prebuilts//arm/com.android.apex.cts.shim.v3.apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v3_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v3.apex" 7 dest_file: "shim/prebuilts//x86/com.android.apex.cts.shim.v3.apex"
|
/system/chre/variant/tinysys/ |
D | variant.mk | 32 TINYSYS_CFLAGS += -I$(RISCV_TINYSYS_PREFIX)/common/drivers/dma/v3/inc 33 TINYSYS_CFLAGS += -I$(RISCV_TINYSYS_PREFIX)/common/drivers/irq/v3/inc
|
/system/apex/shim/ |
D | Android.bp | 189 src: "prebuilts/arm/com.android.apex.cts.shim.v3.apex", 192 src: "prebuilts/arm/com.android.apex.cts.shim.v3.apex", 195 src: "prebuilts/riscv64/com.android.apex.cts.shim.v3.apex", 198 src: "prebuilts/x86/com.android.apex.cts.shim.v3.apex", 201 src: "prebuilts/x86/com.android.apex.cts.shim.v3.apex", 204 filename: "com.android.apex.cts.shim.v3.apex",
|
D | README.md | 29 m com.android.apex.cts.shim.v3 \
|
/system/apex/shim/build/ |
D | Android.bp | 77 name: "com.android.apex.cts.shim.v3", 273 ":com.android.apex.cts.shim.v3", 475 // v3 cts shim package signed by bob 481 ":com.android.apex.cts.shim.v3", 489 …om.android.apex.rotation.key.bob.x509.pem) --out $(out) $(location :com.android.apex.cts.shim.v3)", 492 // v3 cts shim package signed by bob + lineage 498 ":com.android.apex.cts.shim.v3", 507 …key.bob.rot) --rotation-min-sdk-version 28 --out $(out) $(location :com.android.apex.cts.shim.v3)",
|
/system/libhidl/ |
D | test_main.cpp | 234 hidl_vec<int32_t> v3 = {5, 6, 7}; // initializer_list in TEST_F() local 235 EXPECT_EQ(v3.size(), 3ul); in TEST_F() 236 EXPECT_ARRAYEQ(v3, array, v3.size()); in TEST_F()
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexdHostTest.java | 203 final File v3 = mHostUtils.getTestFile("apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() local 204 getDevice().pushFile(v3, "/product/apex/apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 439 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \ argument 441 v3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(v3), _mm_castsi128_ps(v1), 16)); \ 442 v1 = _mm_xor_si128(v1, v3); \ 443 v3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(v3), _mm_castsi128_ps(v1), 140)); \ 444 v1 = _mm_xor_si128(v1, v3); \
|
/system/keymint/tests/src/ |
D | lib.rs | 362 let v3 = vec![0x03, 0x03, 0x03, 0x03]; in test_ckdf() localVariable 364 let result = kdf.ckdf(&key.into(), label, &[&v0, &v1, &v2, &v3], 32).unwrap(); in test_ckdf()
|
/system/libcppbor/tests/ |
D | cppbor_test.cpp | 311 uint8_t* v3 = v2; in TEST() local 314 pair<uint8_t*, uint8_t*> p5 = make_pair(v3, v3 + 3); in TEST() 315 const pair<uint8_t*, uint8_t*> p6 = make_pair(v3, v3 + 3); in TEST()
|
/system/timezone/ |
D | README.android | 116 with a v1 or a v3 device.
|
/system/apex/docs/ |
D | README.md | 148 [APK signature scheme v3](/https://source.android.com/security/apksigning/v3).
|
/system/tools/aidl/build/ |
D | aidl_test.go | 2176 android.AssertStringListContains(t, "a/foo-v3 deps", fooV3Java.CompilerDeps(), "common-V3-java")
|