Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 19 of 19) 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.bp188 src: "prebuilts/arm/com.android.apex.cts.shim.v3.apex",
191 src: "prebuilts/arm/com.android.apex.cts.shim.v3.apex",
194 src: "prebuilts/riscv64/com.android.apex.cts.shim.v3.apex",
197 src: "prebuilts/x86/com.android.apex.cts.shim.v3.apex",
200 src: "prebuilts/x86/com.android.apex.cts.shim.v3.apex",
203 filename: "com.android.apex.cts.shim.v3.apex",
DREADME.md29 m com.android.apex.cts.shim.v3 \
/system/keymint/wire/
DCargo.toml13 # Include support for types added in v3 of the KeyMint HAL.
/system/apex/shim/build/
DAndroid.bp77 name: "com.android.apex.cts.shim.v3",
292 ":com.android.apex.cts.shim.v3",
495 // v3 cts shim package signed by bob
501 ":com.android.apex.cts.shim.v3",
509 …om.android.apex.rotation.key.bob.x509.pem) --out $(out) $(location :com.android.apex.cts.shim.v3)",
512 // v3 cts shim package signed by bob + lineage
518 ":com.android.apex.cts.shim.v3",
527 …key.bob.rot) --rotation-min-sdk-version 28 --out $(out) $(location :com.android.apex.cts.shim.v3)",
/system/libhidl/
Dtest_main.cpp232 hidl_vec<int32_t> v3 = {5, 6, 7}; // initializer_list in TEST_F() local
233 EXPECT_EQ(v3.size(), 3ul); in TEST_F()
234 EXPECT_ARRAYEQ(v3, array, v3.size()); in TEST_F()
/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java208 final File v3 = mHostUtils.getTestFile("apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() local
209 getDevice().pushFile(v3, "/product/apex/apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
/system/keymaster/key_blob_utils/
Docb.c438 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \ argument
440 v3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(v3), _mm_castsi128_ps(v1), 16)); \
441 v1 = _mm_xor_si128(v1, v3); \
442 v3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(v3), _mm_castsi128_ps(v1), 140)); \
443 v1 = _mm_xor_si128(v1, v3); \
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto118 // Size of v3 operation buffer. Needs to be determined during writer initialization
277 // Size of v3 operation buffer. Needs to be determined during writer initialization
/system/keymint/tests/src/
Dlib.rs376 let v3 = vec![0x03, 0x03, 0x03, 0x03]; in test_ckdf() localVariable
378 let result = kdf.ckdf(&key.into(), label, &[&v0, &v1, &v2, &v3], 32).unwrap(); in test_ckdf()
/system/libcppbor/tests/
Dcppbor_test.cpp312 uint8_t* v3 = v2; in TEST() local
315 pair<uint8_t*, uint8_t*> p5 = make_pair(v3, v3 + 3); in TEST()
316 const pair<uint8_t*, uint8_t*> p6 = make_pair(v3, v3 + 3); in TEST()
/system/timezone/
DREADME.android130 with a v1 or a v3 device.
/system/libvintf/test/
DLibVintfTest.cpp256 SepolicyVersionRange v3(4, std::nullopt); in TEST_F() local
257 EXPECT_EQ(to_string(v3), "4"); in TEST_F()
260 EXPECT_EQ(v3, v4); in TEST_F()
711 SepolicyVersion v3(202404, std::nullopt); in TEST_F() local
712 std::string xml2 = toXml(v3); in TEST_F()
716 EXPECT_EQ(v3, v4); in TEST_F()
/system/apex/docs/
DREADME.md148 [APK signature scheme v3](/https://source.android.com/security/apksigning/v3).
/system/tools/aidl/build/
Daidl_test.go2146 android.AssertStringListContains(t, "a/foo-v3 deps", fooV3Java.CompilerDeps(), "common-V3-java")