/system/connectivity/wificond/tests/ |
D | nl80211_attribute_unittest.cpp | 305 ASSERT_TRUE(attr1.Merge(attr2)); in TEST() 316 EXPECT_FALSE(valid_attr.Merge(invalid_attr)); in TEST() 322 EXPECT_FALSE(attr1.Merge(attr2)); in TEST() 332 ASSERT_TRUE(nested_attr1.Merge(nested_attr2)); in TEST()
|
D | netlink_utils_unittest.cpp | 254 attr_2g.Merge(attr_5g_and_dfs); in AppendBandInfoAttributes()
|
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
D | merge_worker.h | 35 bool Merge();
|
D | snapuserd_test.cpp | 264 bool Merge(); 760 bool SnapuserdTest::Merge() { in Merge() function in android::snapshot::SnapuserdTest 800 ASSERT_TRUE(Merge()); in MergeInterruptRandomly() 813 ASSERT_TRUE(Merge()); in MergeInterruptFixed() 827 ASSERT_TRUE(Merge()); in MergeInterruptAndValidate() 856 ASSERT_TRUE(Merge()); in MergeInterrupt() 866 ASSERT_TRUE(Merge()); in TEST_P() 880 ASSERT_TRUE(Merge()); in TEST_P() 896 ASSERT_TRUE(Merge()); in TEST_P() 924 ASSERT_TRUE(Merge()); in TEST_P() [all …]
|
D | merge_worker.cpp | 500 bool MergeWorker::Merge() { in Merge() function in android::snapshot::MergeWorker 601 if (!Merge()) { in Run()
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | untrusted_app_30.te | 10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | untrusted_app_30.te | 10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
|
/system/sepolicy/private/ |
D | untrusted_app_30.te | 10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | untrusted_app_30.te | 10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 228 DmTargetSnapshot target3(0, 512, "base", "cow", SnapshotStorageMode::Merge, 8); in TEST_F() 246 bool Merge(); 312 bool SnapshotTestHarness::Merge() { in Merge() function in SnapshotTestHarness 321 cow_loop_->device(), SnapshotStorageMode::Merge, 8))); in MergeImpl() 403 ASSERT_TRUE(harness.Merge()); in TEST_F()
|
D | dm_target.cpp | 139 if (mode_ == SnapshotStorageMode::Merge) { in name() 149 case SnapshotStorageMode::Merge: in GetParameterString()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 212 // Merge phase (if state == MERGING). 215 // Merge failure code, filled if state == MergeFailed. 261 // Merge failure code, filled if the merge failed at any time (regardless
|
/system/extras/simpleperf/ |
D | BranchListFile.h | 101 void Merge(const ETMBinary& other) { in Merge() function
|
D | cmd_merge.cpp | 48 bool Merge(FileFeature& file) { in Merge() function in simpleperf::__anonfce4a9670111::MergedFileFeature 392 } else if (!it->second.Merge(file)) { in WriteFileFeature()
|
D | cmd_inject.cpp | 84 void Merge(const AutoFDOBinaryInfo& other) { in Merge() function 658 it->second.Merge(binary); in AddAutoFDOBinary() 749 it->second.Merge(binary); in AddETMBinary()
|
/system/connectivity/wificond/net/ |
D | nl80211_attribute.h | 55 bool Merge(const BaseNL80211Attr& attr);
|
D | nl80211_attribute.cpp | 94 bool BaseNL80211Attr::Merge(const BaseNL80211Attr& other_attr) { in Merge() function in android::wificond::BaseNL80211Attr
|
D | netlink_utils.cpp | 842 attr_id_and_attr->second.Merge(attr); in MergePacketsForSplitWiphyDump()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 214 Merge enumerator
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 189 SnapshotStorageMode mode = SnapshotStorageMode::Merge; in Next()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 418 FRIEND_TEST(SnapshotTest, Merge);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 649 mode = SnapshotStorageMode::Merge; in MapSnapshot() 663 mode = SnapshotStorageMode::Merge; in MapSnapshot() 997 SnapshotStorageMode::Merge, kSnapshotChunkSize); in RewriteSnapshotDeviceTable()
|
D | snapshot_test.cpp | 631 TEST_F(SnapshotTest, Merge) { in TEST_F() argument
|