Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 79) sorted by relevance

1234

/system/update_engine/payload_consumer/
Dbzip_extent_writer.h36 explicit BzipExtentWriter(std::unique_ptr<ExtentWriter> next) in BzipExtentWriter()
/system/core/libcutils/
Dhashmap.cpp31 Entry* next; member
116 Entry* next = entry->next; in expandIfNecessary() local
144 Entry* next = entry->next; in hashmapFree() local
267 Entry *next = entry->next; in hashmapForEach() local
/system/chre/util/include/chre/util/
Dintrusive_list_base.h28 Node *next = nullptr; member
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DRecursiveList.h37 std::unique_ptr<::aidl::android::aidl::tests::RecursiveList> next; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DRecursiveList.h37 std::unique_ptr<::aidl::android::aidl::tests::RecursiveList> next; variable
/system/core/property_service/libpropertyinfoserializer/
Dspace_tokenizer.h29 auto next = std::string(); in GetNext() local
/system/core/trusty/storage/proxy/
Dstorage.h26 struct storage_mapping_node* next; member
/system/chre/platform/include/chre/platform/
Dheap_block_header.h35 HeapBlockHeader *next = nullptr; member
/system/core/libcutils/include/cutils/
Dconfig_utils.h29 cnode *next; member
Dlist.h27 struct listnode *next; member
/system/core/libcutils/include_outside_system/cutils/
Dconfig_utils.h29 cnode *next; member
/system/memory/libmemunreachable/
DLinkedList.h43 LinkedList<T>* next() { return next_; } in next() function
/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()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DRecursiveList.java13 public android.aidl.tests.RecursiveList next; field in RecursiveList
/system/core/debuggerd/
Dcrash_test.h27 uintptr_t next; member
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DRecursiveList.java13 public android.aidl.tests.RecursiveList next; field in RecursiveList
/system/chre/platform/shared/
Dmemory_manager.cc103 HeapBlockHeader *next = current->data.next; in nanoappFreeAll() local
/system/teeui/libteeui/src/
Devdev.cpp73 auto& next = *timers_.begin(); in runTimers() local
101 std::chrono::steady_clock::time_point next = std::chrono::steady_clock::now() + duration; in addTimer() local
/system/extras/simpleperf/
DCallChainJoiner.h101 CacheNode* next = &nodes_[node->leaf_link_next]; in RemoveNodeFromLRUList() local
107 CacheNode* next = &nodes_[0]; 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/logging/logcat/tests/
Dlogcat_benchmark.cpp92 timestamp next(buffer); in BM_logcat_sorted_order() local
/system/extras/ioshark/
Dcompile_ioshark.h28 struct files_db_s *next; member
/system/security/keystore2/selinux/src/
Dconcurrency_test.rs29 fn next(&mut self) -> CatCount { in next() method
/system/libufdt/
Dufdt_node.c58 struct ufdt_node *next = it->sibling; in ufdt_node_destruct() local
190 struct ufdt_node *next = NULL; in ufdt_node_get_node_by_path_len() local
/system/tools/hidl/c2hal/
DType.cpp158 auto next = it + 1; in getHidlType() local

1234