/system/libfmq/ |
D | EventFlag.cpp | 119 uint32_t old = std::atomic_fetch_or(mEfWordPtr, bitmask); in wake() local 125 if ((~old & bitmask) != 0) { in wake() 148 uint32_t old = std::atomic_fetch_and(mEfWordPtr, ~bitmask); in waitHelper() local 149 uint32_t setBits = old & bitmask; in waitHelper() 158 uint32_t efWord = old & ~bitmask; in waitHelper() 183 old = std::atomic_fetch_and(mEfWordPtr, ~bitmask); in waitHelper() 184 *efState = old & bitmask; in waitHelper()
|
/system/bt/gd/packet/parser/ |
D | util.h | 153 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll() argument 154 auto pos = text.find(old); in StringFindAndReplaceAll() 156 text.replace(pos, old.size(), replacement); in StringFindAndReplaceAll() 157 pos = text.find(old, pos + replacement.size()); in StringFindAndReplaceAll()
|
/system/tools/sysprop/tests/ |
D | JavaGenTest.cpp | 52 legacy_prop_name: "vendor.old.string" 507 …stProperties", "prop vendor.test.string doesn't exist; fallback to legacy prop vendor.old.string"); 508 value = SystemProperties.get("vendor.old.string");
|
/system/bt/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 46 let (addr, old, new) = msg.get3::<String, String, String>(); in setup_watch() 48 if addr.is_none() || old.is_none() || new.is_none() { in setup_watch() 52 if old.unwrap().eq("") || !new.unwrap().eq("") { in setup_watch()
|
/system/memory/libmeminfo/tools/ |
D | wsstop.cpp | 114 static void diff_workingset(std::vector<Vma>& wss, std::vector<Vma>& old, std::vector<Vma>* res) { in diff_workingset() argument 118 std::sort(old.begin(), old.end(), vma_sorter); in diff_workingset() 119 if (old.empty()) { in diff_workingset() 128 for (auto& j : old) { in diff_workingset()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | art_apex_postinstall.te | 13 # We're deleting the old /data/dalvik-cache/* and move the new ones
|
D | otapreopt_slot.te | 18 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | art_apex_postinstall.te | 13 # We're deleting the old /data/dalvik-cache/* and move the new ones
|
D | otapreopt_slot.te | 18 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | lmkd.te | 27 # Clean up old cgroups
|
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | otapreopt_slot.te | 18 # Delete old content of the dalvik-cache.
|
/system/core/libstats/push_compat/ |
D | Android.bp | 18 // Native library that toggles between the old and new statsd socket
|
/system/sepolicy/private/ |
D | otapreopt_slot.te | 18 # Delete old content of the dalvik-cache.
|
/system/netd/libnetdutils/ |
D | SyscallsTest.cpp | 48 auto& old = sSyscalls.get(); in TEST() local 53 EXPECT_EQ(&old, &sSyscalls.get()); in TEST()
|