Home
last modified time | relevance | path

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

1234

/system/libfmq/
DEventFlag.cpp119 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/
Dutil.h153 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/
DJavaGenTest.cpp52 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/
Dlib.rs46 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/
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/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
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/31.0/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/27.0/public/
Dlmkd.te27 # Clean up old cgroups
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/28.0/public/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/29.0/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/30.0/public/
Dasan_extract.te17 # asan_extract deletes old /data/lib.
/system/sepolicy/prebuilts/api/31.0/private/
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.
/system/core/libstats/push_compat/
DAndroid.bp18 // Native library that toggles between the old and new statsd socket
/system/sepolicy/private/
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.
/system/netd/libnetdutils/
DSyscallsTest.cpp48 auto& old = sSyscalls.get(); in TEST() local
53 EXPECT_EQ(&old, &sSyscalls.get()); in TEST()

1234