Searched defs:next (Results 1 - 25 of 66) sorted by relevance

123

/system/core/include/cutils/
H A Dconfig_utils.h29 cnode *next; member in struct:cnode
H A Dlist.h28 struct listnode *next; member in struct:listnode
37 .next = &(name), \
42 for ((node) = (list)->next; (node) != (list); (node) = (node)->next)
48 for ((node) = (list)->next, (n) = (node)->next; \
50 (node) = (n), (n) = (node)->next)
54 node->next = node;
60 item->next = head;
62 head->prev->next
[all...]
/system/core/libcutils/include/cutils/
H A Dconfig_utils.h29 cnode *next; member in struct:cnode
H A Dlist.h28 struct listnode *next; member in struct:listnode
37 .next = &(name), \
42 for ((node) = (list)->next; (node) != (list); (node) = (node)->next)
48 for ((node) = (list)->next, (n) = (node)->next; \
50 (node) = (n), (n) = (node)->next)
54 node->next = node;
60 item->next = head;
62 head->prev->next
[all...]
/system/core/libcutils/include_vndk/cutils/
H A Dconfig_utils.h29 cnode *next; member in struct:cnode
H A Dlist.h28 struct listnode *next; member in struct:listnode
37 .next = &(name), \
42 for ((node) = (list)->next; (node) != (list); (node) = (node)->next)
48 for ((node) = (list)->next, (n) = (node)->next; \
50 (node) = (n), (n) = (node)->next)
54 node->next = node;
60 item->next = head;
62 head->prev->next
[all...]
/system/update_engine/payload_consumer/
H A Dbzip_extent_writer.h37 explicit BzipExtentWriter(std::unique_ptr<ExtentWriter> next) argument
38 : next_(std::move(next)) {
/system/chre/core/tests/
H A Dmemory_manager_test.cc28 node *next; member in struct:__anon1445::node
83 prev->next = curr;
92 node *temp = curr->next;
/system/core/adb/
H A Dfdevent.h36 fdevent *next; member in struct:fdevent
/system/core/property_service/libpropertyinfoserializer/
H A Dspace_tokenizer.h29 auto next = std::string(); local
31 next.push_back(*it_++);
36 return next;
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.h37 struct queued_at_cmd* next; member in struct:queued_at_cmd
/system/bt/btif/src/
H A Dbtif_uid.cc33 struct uid_set_node_t* next; member in struct:uid_set_node_t
51 node = node->next;
63 node = node->next;
69 node->next = set->head;
99 node = node->next;
117 node = node->next;
/system/core/libmemunreachable/
H A DLinkedList.h43 LinkedList<T>* next() { return next_; } function in class:android::LinkedList
/system/extras/ioshark/
H A Dcompile_ioshark.h22 struct files_db_s *next; member in struct:files_db_s
H A Dioshark_bench.h51 struct files_db_s *next; member in struct:files_db_s
/system/iot/attestation/atap/test/
H A Datap_unittest_util.h69 inline uint8_t* next(const uint8_t* buf, uint32_t* index, uint32_t value) { function in namespace:atap
/system/bt/embdrv/sbc/decoder/srce/
H A Dframing.c156 INLINE OI_CHAR crc_iterate(uint8_t oldcrc, uint8_t next) { argument
159 idx = oldcrc ^ next;
170 INLINE OI_CHAR crc_iterate_top4(uint8_t oldcrc, uint8_t next) { argument
173 idx = (oldcrc ^ next) >> 4;
186 INLINE uint8_t crc_iterate_top4(uint8_t oldcrc, uint8_t next) { argument
187 return (oldcrc << 4) ^ crc8_narrow[(oldcrc ^ next) >> 4];
191 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { argument
192 crc = (crc << 4) ^ crc8_narrow[(crc ^ next) >> 4];
193 crc = (crc << 4) ^ crc8_narrow[((crc >> 4) ^ next) & 0xf];
199 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { argument
[all...]
/system/core/libpackagelistparser/
H A Dpackagelistparser.c95 char *next; local
121 next = buf;
123 cur = strsep(&next, " \t\r\n");
125 errmsg = "Could not get next token for \"package name\"";
134 cur = strsep(&next, " \t\r\n");
136 errmsg = "Could not get next token for field \"uid\"";
157 cur = strsep(&next, " \t\r\n");
159 errmsg = "Could not get next token for field \"debuggable\"";
177 cur = strsep(&next, " \t\r\n");
179 errmsg = "Could not get next toke
[all...]
/system/nvram/core/tests/
H A Dgtest_stubs.h108 TestDeclarationBase* next; member in struct:testing::detail::TestDeclarationBase
/system/bt/osi/src/
H A Dlist.cc8 struct list_node_t* next; member in struct:list_node_t
97 node->next = prev_node->next;
99 prev_node->next = node;
111 node->next = list->head;
125 node->next = NULL;
131 list->tail->next = node;
145 list_node_t* next = list_free_node_(list, list->head); local
146 if (list->tail == list->head) list->tail = next;
147 list->head = next;
177 list_node_t* next = node->next; local
208 list_node_t* next = node->next; local
[all...]
/system/core/libcutils/
H A Dconfig_utils.cpp43 for(node = root->first_child; node; node = node->next)
57 root->last_child->next = node;
118 char next; member in struct:__anon1658
129 if(cs->next != 0) {
130 c = cs->next;
131 cs->next = 0;
211 cs->next = *data;
296 cs.next = 0;
325 cur = cur->next;
/system/core/libunwindstack/
H A DDexFiles.cpp35 uint32_t next; member in struct:unwindstack::DEXFileEntry32
41 uint64_t next; member in struct:unwindstack::DEXFileEntry64
104 entry_addr_ = entry.next;
116 entry_addr_ = entry.next;
/system/core/libunwindstack/tests/
H A DDexFilesTest.cpp94 void WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, uint32_t dex_file);
95 void WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, uint64_t dex_file);
120 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, argument
123 // uint32_t next
124 memory_->SetData32(entry_addr, next);
131 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, argument
134 // uint64_t next
135 memory_->SetData64(entry_addr, next);
H A DJitDebugTest.cpp165 void WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr,
167 void WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr,
169 void WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr,
202 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, argument
205 // uint32_t next
206 memory_->SetData32(addr, next);
215 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, argument
218 // uint32_t next
219 memory_->SetData32(addr, next);
230 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_ argument
[all...]
/system/libufdt/
H A Dufdt_node_pool.c48 * | *next |--\
57 struct ufdt_node_pool_entry_header *next; member in struct:ufdt_node_pool_entry_header
107 next_ptr = &entry->next;
127 block->first_free_entry = entry->next;
137 entry->next = block->first_free_entry;

Completed in 415 milliseconds

123