/system/apex/tests/testdata/sharedlibs/prebuilts/ |
D | Android.bp | 44 name: "com.android.apex.test.bar_stripped.v2.libvY_prebuilt", 47 src: "arm/com.android.apex.test.bar_stripped.v2.libvY.apex", 50 src: "arm64/com.android.apex.test.bar_stripped.v2.libvY.apex", 53 src: "x86/com.android.apex.test.bar_stripped.v2.libvY.apex", 56 src: "x86_64/com.android.apex.test.bar_stripped.v2.libvY.apex", 59 filename: "com.android.apex.test.bar_stripped.v2.libvY.apex", 84 name: "com.android.apex.test.bar.v2.libvY_prebuilt", 87 src: "arm/com.android.apex.test.bar.v2.libvY.apex", 90 src: "arm64/com.android.apex.test.bar.v2.libvY.apex", 93 src: "x86/com.android.apex.test.bar.v2.libvY.apex", [all …]
|
/system/memory/libmemtrack/ |
D | memtrack_test.cpp | 65 size_t v2; in main() local 82 v2 = DIV_ROUND_UP(memtrack_proc_graphics_pss(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_v2_apex.asciipb | 5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v2.apex" 7 dest_file: "shim/prebuilts//riscv64/com.android.apex.cts.shim.v2.apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v2_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v2.apex" 7 dest_file: "shim/prebuilts//x86/com.android.apex.cts.shim.v2.apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2.apex" 7 dest_file: "shim/prebuilts//arm/com.android.apex.cts.shim.v2.apex"
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 306 fscrypt_policy_v2 v2; in EnsurePolicy() member 332 kern_policy.v2.version = FSCRYPT_POLICY_V2; in EnsurePolicy() 333 kern_policy.v2.contents_encryption_mode = policy.options.contents_mode; in EnsurePolicy() 334 kern_policy.v2.filenames_encryption_mode = policy.options.filenames_mode; in EnsurePolicy() 335 kern_policy.v2.flags = policy.options.flags; in EnsurePolicy() 344 kern_policy.v2.log2_data_unit_size = 12; in EnsurePolicy() 346 policy.key_raw_ref.copy(reinterpret_cast<char*>(kern_policy.v2.master_key_identifier), in EnsurePolicy()
|
/system/security/keystore2/src/ |
D | permission.rs | 771 let v2 = key_perm_set![ in key_perm_set_include_subset_test() localVariable 778 assert!(v1.includes(v2)); in key_perm_set_include_subset_test() 779 assert!(!v2.includes(v1)); in key_perm_set_include_subset_test() 790 let v2 = key_perm_set![ in key_perm_set_include_equal_test() localVariable 797 assert!(v1.includes(v2)); in key_perm_set_include_equal_test() 798 assert!(v2.includes(v1)); in key_perm_set_include_equal_test() 810 let v2 = key_perm_set![ in key_perm_set_include_overlap_test() localVariable 818 assert!(!v1.includes(v2)); in key_perm_set_include_overlap_test() 819 assert!(!v2.includes(v1)); in key_perm_set_include_overlap_test() 824 let v2 = in key_perm_set_include_no_overlap_test() localVariable [all …]
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | build_artifacts.sh | 6 com.android.apex.test.bar_stripped.v2.libvY.apex 8 com.android.apex.test.bar.v2.libvY.apex 11 com.android.apex.test.foo_stripped.v2.libvY.apex 13 com.android.apex.test.foo.v2.libvY.apex 17 com.android.apex.test.sharedlibs_generated.v2.libvY.apex
|
/system/apex/tests/ |
D | Android.bp | 228 ":com.android.apex.vendor.foo.v2", 246 ":com.android.apex.test.bar_stripped.v2.libvY_prebuilt", 248 ":com.android.apex.test.bar.v2.libvY_prebuilt", 251 ":com.android.apex.test.foo_stripped.v2.libvY_prebuilt", 253 ":com.android.apex.test.foo.v2.libvY_prebuilt", 257 ":com.android.apex.test.sharedlibs_generated.v2.libvY_prebuilt", 287 ":com.android.apex.compressed.v2",
|
/system/media/audio_utils/ |
D | MelAggregator.cpp | 43 std::pair<int64_t, int64_t> intersectRegion(const MelRecord& v1, const MelRecord& v2) in intersectRegion() argument 45 const int64_t maxStart = std::max(v1.timestamp, v2.timestamp); in intersectRegion() 47 const int64_t v2End = v2.timestamp + v2.mels.size(); in intersectRegion()
|
/system/chre/variant/tinysys/ |
D | variant.mk | 34 TINYSYS_CFLAGS += -I$(RISCV_TINYSYS_PREFIX)/common/drivers/mbox/v2/inc 43 TINYSYS_CFLAGS += -I$(RISCV_TINYSYS_PREFIX)/scp/drivers/common/dvfs/v2/inc
|
/system/apex/shim/ |
D | Android.bp | 50 src: "prebuilts/arm/com.android.apex.cts.shim.v2.apex", 53 src: "prebuilts/arm/com.android.apex.cts.shim.v2.apex", 56 src: "prebuilts/riscv64/com.android.apex.cts.shim.v2.apex", 59 src: "prebuilts/x86/com.android.apex.cts.shim.v2.apex", 62 src: "prebuilts/x86/com.android.apex.cts.shim.v2.apex", 65 filename: "com.android.apex.cts.shim.v2.apex",
|
D | README.md | 30 com.android.apex.cts.shim.v2 \ 45 …duct/${DEVICE}/obj/ETC/com.android.apex.cts.shim.v2_intermediates/com.android.apex.cts.shim.v2.apex
|
/system/apex/shim/build/ |
D | Android.bp | 93 name: "com.android.apex.cts.shim.v2", 272 ":com.android.apex.cts.shim.v2", 442 // v2 cts shim package signed by bob, without lineage 448 ":com.android.apex.cts.shim.v2", 456 …v2-signing-enabled false --key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(locatio… 459 // v2 cts shim package signed by bob + lineage 465 ":com.android.apex.cts.shim.v2", 474 …v2-signing-enabled false --key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(locatio… 477 // v2 cts shim package signed by bob + lineage + rollback capability 483 ":com.android.apex.cts.shim.v2", [all …]
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 280 res |= Features::v2; in readIncFsFeatures() 284 LOG(INFO) << "IncFs_Features: " << ((res & Features::v2) ? "v2" : "v1"); in readIncFsFeatures() 393 if (features() & Features::v2) { in makeMountOptionsString() 416 if (features() & Features::v2) { in makeControl() 533 if ((features() & Features::v2) && in restoreconControlFiles() 1217 if (features() & Features::v2) { in waitForReads() 1588 if (features() & Features::v2) { in IncFs_IsFullyLoaded() 1613 if (features() & Features::v2) { in IncFs_IsFullyLoadedByPath() 1631 if (features() & Features::v2) { in IncFs_IsFullyLoadedById() 1690 if (features() & Features::v2) { in IncFs_IsEverythingFullyLoaded() [all …]
|
/system/timezone/ |
D | README.android | 129 - Major version numbers are mutually incompatible. e.g. v2 is not compatible 131 - Minor version numbers are backwards compatible. e.g. a v2.2 time zone data set 132 will work on a v2.1 device but not a v2.3 device. 165 |Android SC v2 | 5 | 170 In SC v2 neither ICU nor tzcode-s were updated, hence no major version bump.
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 140 if (features() & Features::v2) { in testWriteBlockAndPageRead() 172 if (features() & Features::v2) { in testWaitForPendingReads() 247 EXPECT_EQ((features() & Features::v2) != 0, IncFs_GetControlFd(control_, BLOCKS_WRITTEN) >= 0); in TEST_F() 800 if (!(features() & Features::v2)) { in TEST_F() 830 if (!(features() & Features::v2)) { in TEST_F() 853 if (!(features() & Features::v2)) { in TEST_F() 865 if (!(features() & Features::v2)) { in TEST_F() 904 if (!(features() & Features::v2)) { in TEST_F() 949 if (!(features() & Features::v2)) { in TEST_F() 1028 if (!(features() & Features::v2)) { in TEST_F() [all …]
|
/system/keymint/wire/ |
D | Cargo.toml | 15 # Include support for types added in v2 of the KeyMint HAL.
|
D | Android.bp | 45 // Variant of the library that only includes support for the KeyMint v2 HAL types.
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 239 const Coordinate<px, Numeric>& v2) { 240 return v1 + v2; 245 const Coordinate<px, Numeric>& v2) { 246 return v1 - v2; 251 const Coordinate<px, Numeric>& v2) { 252 return v1 * v2; 257 const Coordinate<px, Numeric>& v2) { 258 return v1 / v2; 275 constexpr BinOp(const T1& v1, const T2& v2) : v1_(v1), v2_(v2) {} 281 Coordinate<px, Numeric> v2 = ctx = v2_; [all …]
|
/system/media/audio_utils/include/audio_utils/ |
D | variadic_utils.h | 270 && fold([](const bool& v1, const bool& v2) { return v1 && v2; }, 271 tupleOp([](const auto &v1, const auto &v2) { return equivalent(v1, v2); },
|
/system/security/keystore2/watchdog/src/ |
D | lib.rs | 148 groups.sort_by(|v1, v2| v1.last().unwrap().1.started.cmp(&v2.last().unwrap().1.started)); in log_report()
|
/system/ca-certificates/files/ |
D | f058632f.0 | 39 Issuer: C=FI, O=Telia Finland Oyj, CN=Telia Root CA v2 43 Subject: C=FI, O=Telia Finland Oyj, CN=Telia Root CA v2
|
/system/apex/apexd/ |
D | Android.bp | 529 ":com.android.apex.compressed.v2", 535 ":com.android.apex.test.sharedlibs_generated.v2.libvY_prebuilt", 636 ":com.android.apex.compressed.v2", 642 ":com.android.apex.test.sharedlibs_generated.v2.libvY_prebuilt",
|
/system/keymint/tests/src/ |
D | lib.rs | 375 let v2 = vec![0x02, 0x02, 0x02, 0x02]; in test_ckdf() localVariable 378 let result = kdf.ckdf(&key.into(), label, &[&v0, &v1, &v2, &v3], 32).unwrap(); in test_ckdf()
|