Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 24 of 24) sorted by relevance

/system/chre/util/include/chre/util/
Dintrusive_list_base.h29 Node *prev = nullptr; member
/system/core/debuggerd/
Dcrash_test.h28 uintptr_t prev; member
/system/media/audio_utils/tests/
Dsample_tests.cpp54 float prev = -2.0f; in TEST() local
/system/libziparchive/incfs_support/include/incfs_support/
Dsignal_handling.h153 ScopedJmpBuf(const JmpBufState& prev) : mPrev(prev) {} in ScopedJmpBuf()
/system/unwinding/libunwindstack/tests/
DJitDebugTest.cpp215 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack()
228 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad()
243 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
DDexFilesTest.cpp147 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, in WriteEntry32()
161 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, in WriteEntry64()
/system/extras/simpleperf/
DCallChainJoiner.h100 CacheNode* prev = &nodes_[node->leaf_link_prev]; in RemoveNodeFromLRUList() local
108 CacheNode* prev = &nodes_[next->leaf_link_prev]; in AppendNodeToLRUList() local
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp203 void WriteEntry32Pack(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pack()
216 void WriteEntry32Pad(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pad()
231 void WriteEntry64(MemoryFake* memory, uint64_t addr, uint64_t prev, uint64_t next, in WriteEntry64()
/system/core/libcutils/include_outside_system/cutils/
Dlist.h28 struct listnode *prev; member
/system/core/libcutils/include/cutils/
Dlist.h28 struct listnode *prev; member
/system/chre/core/tests/
Dmemory_manager_test.cc81 node *curr = nullptr, *prev = head; in TEST() local
/system/media/audio_utils/include/audio_utils/
DLinearMap.h178 const size_t prev = previousPosition(); in push() local
/system/core/storaged/
Dstoraged_diskstats.cpp176 void get_inc_disk_stats(const struct disk_stats* prev, const struct disk_stats* curr, in get_inc_disk_stats()
/system/unwinding/libunwindstack/
DMaps.cpp194 auto prev = new_map_info->prev_map(); in Reparse() local
DMapInfo.cpp49 for (auto prev = prev_map(); prev != nullptr; prev = prev->prev_map()) { in GetPrevRealMap() local
DGlobalDebugImpl.h52 Uintptr_T prev; member
/system/core/libcutils/
Dconfig_utils.cpp323 cnode *prev = cur; in config_free() local
/system/logging/liblog/
Dpmsg_reader.cpp202 const char *prev = NULL, *last = NULL, *cp = prefix; in __android_log_pmsg_file_read() local
/system/extras/showslab/
Dshowslab.c62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; in get_slabinfo() local
/system/tools/sysprop/
DCommon.cpp382 char prev = (i > 0) ? s[i - 1] : 0; in CamelCaseToSnakeCase() local
/system/extras/ioshark/
Dcompile_ioshark.c108 get_delta_ts(char *buf, struct timeval *prev) in get_delta_ts()
/system/libziparchive/
Dzip_writer_test.cc307 size_t prev = 1; in TEST_F() local
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp555 fiemap_extent* prev = &fiemap->fm_extents[0]; in FiemapToExtents() local
/system/memory/lmkd/
Dlmkd.cpp539 struct adjslot_list *prev; member
931 struct adjslot_list *prev = old->prev; in adjslot_remove() local