Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 53) 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/core/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/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.
Ddrmserver.te34 # Delete old socket file if present.
/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.
Ddrmserver.te34 # Delete old socket file if present.
/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.
Dlmkd.te27 # Clean up old cgroups
Ddrmserver.te34 # Delete old socket file if present.
/system/sepolicy/public/
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.
Ddrmserver.te33 # Delete old socket file if present.
/system/extras/perfprofd/
Dperfprofd_record.proto35 // Stats inherited from old perf_profile.proto.
/system/netd/libnetdutils/
DSyscallsTest.cpp48 auto& old = sSyscalls.get(); in TEST() local
53 EXPECT_EQ(&old, &sSyscalls.get()); in TEST()
/system/update_engine/scripts/
Dpaycheck.py159 for old in ['kern_part_size', 'root_part_size', 'src_kern', 'src_root',
161 delattr(args, old)
/system/core/libutils/
DRefBase.cpp426 int32_t old __unused = refs->mStrong.fetch_sub(INITIAL_STRONG_VALUE, std::memory_order_relaxed); in incStrong()
428 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old); in incStrong()

123