/system/core/libunwindstack/ |
D | JitDebug.cpp | 36 uint32_t prev; member 43 uint32_t prev; member 51 uint64_t prev; member
|
D | DexFiles.cpp | 47 uint32_t prev; member 53 uint64_t prev; member
|
/system/media/audio_utils/tests/ |
D | sample_tests.cpp | 54 float prev = -2.0f; in TEST() local
|
/system/core/libunwindstack/tests/ |
D | JitDebugTest.cpp | 203 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack() 216 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad() 231 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
|
D | DexFilesTest.cpp | 133 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, in WriteEntry32() 144 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, in WriteEntry64()
|
/system/core/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 166 void WriteEntry32Pack(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pack() 179 void WriteEntry32Pad(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pad() 194 void WriteEntry64(MemoryFake* memory, uint64_t addr, uint64_t prev, uint64_t next, in WriteEntry64()
|
/system/extras/simpleperf/ |
D | CallChainJoiner.h | 104 CacheNode* prev = &nodes_[node->leaf_link_prev]; in RemoveNodeFromLRUList() local 112 CacheNode* prev = &nodes_[next->leaf_link_prev]; in AppendNodeToLRUList() local
|
/system/core/libcutils/include/cutils/ |
D | list.h | 29 struct listnode *prev; member
|
/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 29 struct listnode *prev; member
|
/system/chre/core/tests/ |
D | memory_manager_test.cc | 79 node *curr = nullptr, *prev = head; in TEST() local
|
/system/chre/util/include/chre/util/ |
D | array_queue_impl.h | 161 size_t prev = (absoluteIndex == 0) ? (kCapacity - 1) : (absoluteIndex - 1); in remove() local
|
/system/core/storaged/ |
D | storaged_diskstats.cpp | 188 void get_inc_disk_stats(const struct disk_stats* prev, const struct disk_stats* curr, in get_inc_disk_stats()
|
/system/core/libcutils/ |
D | config_utils.cpp | 323 cnode *prev = cur; in config_free() local
|
/system/bt/osi/src/ |
D | list.cc | 151 for (list_node_t *prev = list->head, *node = list->head->next; node; in list_remove() local
|
/system/core/liblog/ |
D | pmsg_reader.cpp | 206 const char *prev = NULL, *last = NULL, *cp = prefix; in __android_log_pmsg_file_read() local
|
/system/extras/showslab/ |
D | showslab.c | 62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; in get_slabinfo() local
|
/system/libziparchive/ |
D | zip_writer_test.cc | 259 size_t prev = 1; in TEST_F() local
|
/system/bt/btif/src/ |
D | btif_sock_l2cap.cc | 59 struct packet *next, *prev; member 65 struct l2cap_socket* prev; // link to prev list item member
|
/system/extras/ioshark/ |
D | compile_ioshark.c | 108 get_delta_ts(char *buf, struct timeval *prev) in get_delta_ts()
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer.cpp | 544 fiemap_extent* prev = &fiemap->fm_extents[0]; in FiemapToExtents() local
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 165 static struct timespec prev = {0, 0}; in ts_log() local
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 181 static struct timespec prev = {0, 0}; in ts_log() local
|
/system/memory/lmkd/ |
D | lmkd.cpp | 490 struct adjslot_list *prev; member 840 struct adjslot_list *prev = old->prev; in adjslot_remove() local
|