Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 16 of 16) sorted by relevance

/system/memory/libmemtrack/
Dmemtrack_test.cpp66 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/
Dprebuilt_info_shim_prebuilts__riscv64_com_android_apex_cts_shim_v3_apex.asciipb5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v3.apex"
7 dest_file: "shim/prebuilts//riscv64/com.android.apex.cts.shim.v3.apex"
Dprebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v3_apex.asciipb5 source_file: "aosp_arm64/com.android.apex.cts.shim.v3.apex"
7 dest_file: "shim/prebuilts//arm/com.android.apex.cts.shim.v3.apex"
Dprebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v3_apex.asciipb5 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/
Dvariant.mk32 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/
DAndroid.bp189 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",
DREADME.md29 m com.android.apex.cts.shim.v3 \
/system/apex/shim/build/
DAndroid.bp77 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/
Dtest_main.cpp234 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/
DApexdHostTest.java203 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/
Docb.c439 #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/
Dlib.rs362 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/
Dcppbor_test.cpp311 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/
DREADME.android116 with a v1 or a v3 device.
/system/apex/docs/
DREADME.md148 [APK signature scheme v3](/https://source.android.com/security/apksigning/v3).
/system/tools/aidl/build/
Daidl_test.go2176 android.AssertStringListContains(t, "a/foo-v3 deps", fooV3Java.CompilerDeps(), "common-V3-java")