/system/libfmq/ |
D | EventFlag.cpp | 118 uint32_t old = std::atomic_fetch_or(mEfWordPtr, bitmask); in wake() local 123 if ((~old & bitmask) != 0) { in wake() 147 uint32_t old = std::atomic_fetch_and(mEfWordPtr, ~bitmask); in waitHelper() local 148 uint32_t setBits = old & bitmask; in waitHelper() 157 uint32_t efWord = old & ~bitmask; in waitHelper() 182 old = std::atomic_fetch_and(mEfWordPtr, ~bitmask); in waitHelper() 183 *efState = old & bitmask; in waitHelper()
|
/system/bt/gd/packet/parser/ |
D | util.h | 128 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll() argument 129 auto pos = text.find(old); in StringFindAndReplaceAll() 131 text.replace(pos, old.size(), replacement); in StringFindAndReplaceAll() 132 pos = text.find(old, pos + replacement.size()); in StringFindAndReplaceAll()
|
/system/tools/sysprop/tests/ |
D | JavaGenTest.cpp | 52 legacy_prop_name: "vendor.old.string" 435 …stProperties", "prop vendor.test.string doesn't exist; fallback to legacy prop vendor.old.string"); 436 value = SystemProperties.get("vendor.old.string");
|
/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/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/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 | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
/system/sepolicy/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 | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | asan_extract.te | 17 # asan_extract deletes old /data/lib.
|
/system/core/adb/ |
D | compression_utils.h | 49 bool old = std::exchange(finished_, true); in Finish() local 50 if (old) { in Finish() 71 bool old = std::exchange(finished_, true); in Finish() local 72 if (old) { in Finish()
|
/system/core/adb/fdevent/ |
D | fdevent.cpp | 263 auto old = std::exchange(g_ambient_fdevent_context(), fdevent_create_context().release()); in fdevent_reset() local 264 delete old; in fdevent_reset()
|
/system/core/libstats/push_compat/ |
D | Android.bp | 18 // Native library that toggles between the old and new statsd socket
|
/system/core/init/ |
D | service_parser.cpp | 432 auto old = std::find_if(service_->sockets_.begin(), service_->sockets_.end(), in ParseSocket() local 435 if (old != service_->sockets_.end()) { in ParseSocket() 470 auto old = std::find_if(service_->files_.begin(), service_->files_.end(), in ParseFile() local 473 if (old != service_->files_.end()) { in ParseFile()
|