Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 72) sorted by relevance

123

/system/libfmq/
DEventFlag.cpp118 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/
Dutil.h128 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/
DJavaGenTest.cpp52 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/
Dwsstop.cpp114 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/
Dart_apex_postinstall.te13 # We're deleting the old /data/dalvik-cache/* and move the new ones
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/29.0/private/
Dart_apex_postinstall.te13 # We're deleting the old /data/dalvik-cache/* and move the new ones
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/30.0/private/
Dart_apex_postinstall.te13 # We're deleting the old /data/dalvik-cache/* and move the new ones
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/26.0/public/
Dlmkd.te27 # Clean up old cgroups
Dasan_extract.te17 # asan_extract deletes old /data/lib.
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
/system/sepolicy/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/27.0/public/
Dlmkd.te27 # Clean up old cgroups
Dasan_extract.te17 # asan_extract deletes old /data/lib.
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/29.0/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/28.0/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/30.0/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/core/adb/
Dcompression_utils.h49 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/
Dfdevent.cpp263 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/
DAndroid.bp18 // Native library that toggles between the old and new statsd socket
/system/core/init/
Dservice_parser.cpp432 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()

123