Searched refs:old (Results 1 – 25 of 53) sorted by relevance
123
/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/core/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/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.
|
D | drmserver.te | 34 # Delete old socket file if present.
|
/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.
|
D | drmserver.te | 34 # Delete old socket file if present.
|
/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.
|
D | lmkd.te | 27 # Clean up old cgroups
|
D | drmserver.te | 34 # Delete old socket file if present.
|
/system/sepolicy/public/ |
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.
|
D | drmserver.te | 33 # Delete old socket file if present.
|
/system/extras/perfprofd/ |
D | perfprofd_record.proto | 35 // Stats inherited from old perf_profile.proto.
|
/system/netd/libnetdutils/ |
D | SyscallsTest.cpp | 48 auto& old = sSyscalls.get(); in TEST() local 53 EXPECT_EQ(&old, &sSyscalls.get()); in TEST()
|
/system/update_engine/scripts/ |
D | paycheck.py | 159 for old in ['kern_part_size', 'root_part_size', 'src_kern', 'src_root', 161 delattr(args, old)
|
/system/core/libutils/ |
D | RefBase.cpp | 426 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