/system/bt/osi/src/ |
D | list.c | 55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_contains() local 94 list_node_t *node = (list_node_t *)list->allocator->alloc(sizeof(list_node_t)); in list_insert_after() local 111 list_node_t *node = (list_node_t *)list->allocator->alloc(sizeof(list_node_t)); in list_prepend() local 127 list_node_t *node = (list_node_t *)list->allocator->alloc(sizeof(list_node_t)); in list_append() local 158 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_remove() local 171 for (list_node_t *node = list->head; node; ) in list_clear() local 182 for (list_node_t *node = list->head; node; ) { in list_foreach() local 201 list_node_t *list_next(const list_node_t *node) { in list_next() 206 void *list_node(const list_node_t *node) { in list_node() 211 static list_node_t *list_free_node_(list_t *list, list_node_t *node) { in list_free_node_()
|
D | config.c | 111 for (const list_node_t *node = list_begin(src->sections); in config_new_clone() local 219 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in config_set_string() local 266 const config_section_node_t *config_section_next(const config_section_node_t *node) { in config_section_next() 271 const char *config_section_name(const config_section_node_t *node) { in config_section_name() 321 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_save() local 467 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in section_find() local 499 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in entry_find() local
|
/system/core/libcutils/ |
D | config_utils.c | 28 cnode *node; in config_node() local 41 cnode *node, *match = NULL; in config_find() local 53 cnode *node; in _config_create() local 69 cnode *node; in config_bool() local 87 cnode *node; in config_str() local 97 cnode *node; in config_set() local 245 static int parse_block(cstate *cs, cnode *node) in parse_block() 264 cnode *node; in parse_expr() local
|
D | android_reboot.c | 97 struct listnode* node; in free_entries() local 111 struct listnode* node; in find_item() local 137 struct listnode* node; in remount_ro() local
|
/system/core/include/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/system/bt/btif/src/ |
D | btif_uid.c | 50 uid_set_node_t* node = set->head; in uid_set_destroy() local 64 uid_set_node_t* node = set->head; in uid_set_find_or_create_node() local 84 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_tx() local 95 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_rx() local 105 uid_set_node_t* node = set->head; in uid_set_read_and_clear() local
|
D | btif_profile_queue.c | 77 …for (const list_node_t *node = list_begin(connect_queue); node != list_end(connect_queue); node = … in queue_int_add() local 120 connect_node_t node; in btif_queue_connect() local
|
/system/core/sdcard/ |
D | sdcard.c | 147 struct node { struct 152 * The inode number for this FUSE node. Note that this isn't stable across argument 163 struct node *next; /* per-dir sibling list */ argument 164 struct node *child; /* first contained file by this dir */ argument 165 struct node *parent; /* containing directory */ argument 167 size_t namelen; 168 char *name; 174 char *actual_name; 178 char* graft_path; 179 size_t graft_pathlen; [all …]
|
/system/extras/simpleperf/ |
D | callchain.cpp | 30 static size_t GetMatchingLengthInNode(const CallChainNode* node, in GetMatchingLengthInNode() 43 for (auto& node : nodes) { in FindMatchingNode() local 54 std::unique_ptr<CallChainNode> node(new CallChainNode); in AllocateNode() local
|
D | report.py | 51 def add_child(self, node): argument 197 def display_call_tree(self, tree, parent_id, node, indent): argument
|
/system/connectivity/shill/mobile_operator_db/ |
D | serviceproviders_converter.py | 214 def _EnrichNode(self, node, country_code, primary, roaming_required, names, argument 431 def _SpewNameFilter(self, node): argument 448 def _SpewData(self, node): argument 557 def _PPrintXML(self, node): argument 572 def _PPrintLogXML(self, logger, node): argument
|
/system/core/liblog/ |
D | logger.h | 37 struct listnode *node; member 41 struct listnode node; member 57 struct listnode node; member 108 struct listnode node; member 115 struct listnode node; member
|
D | logger_read.c | 62 struct listnode *node; in init_transport_context() local 307 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_open() local 460 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_list_free() local 472 struct listnode *node = list_head(&logger_list_internal->logger); in android_logger_list_free() local
|
D | pmsg_reader.c | 268 struct listnode node; in __android_log_pmsg_file_read() member 278 struct listnode node; in __android_log_pmsg_file_read() member 285 struct listnode *node, *n; in __android_log_pmsg_file_read() local
|
D | logger_write.c | 100 struct android_log_transport_write *node) in __android_log_cache_available() 121 struct android_log_transport_write *node; in __android_log_dev_available() local 226 struct android_log_transport_write *node; in __write_to_log_daemon() local
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 77 def find_unique_entries(node): argument 107 def path_name(node): argument 211 def has_descendants_with_enums(node): argument 224 def get_children_by_throwing_away_kind(node, member='entries'): argument 837 def javadoc_crossref_filter(node): argument 911 def ndkdoc_crossref_filter(node): argument
|
D | metadata_helpers_test.py | 137 def filter_test(node): argument
|
/system/update_engine/payload_generator/ |
D | topological_sort.cc | 33 Vertex::Index node) { in TopologicalSortVisit()
|
/system/core/libmemunreachable/ |
D | LinkedList.h | 28 void insert(LinkedList<T>& node) { in insert()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | dups.c | 20 avtab_ptr_t node; in find_dups_helper() local
|
/system/core/init/ |
D | devices.cpp | 103 struct perm_node *node = (perm_node*) calloc(1, sizeof(*node)); in add_dev_perms() local 134 struct listnode *node; in fixup_sys_perms() local 193 struct listnode *node; in get_device_perm() local 303 struct listnode *node; in find_platform_device() local 319 struct listnode *node; in remove_platform_device() local
|
/system/bt/stack/btm/ |
D | btm_dev.c | 450 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) { in btm_consolidate_dev() local 534 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) { in btm_find_oldest_dev_rec() local
|
/system/bt/stack/l2cap/ |
D | l2cap_client.c | 163 …for (const list_node_t *node = list_begin(client->outbound_fragments); node != list_end(client->ou… in l2cap_client_disconnect() local 426 …for (const list_node_t *node = list_begin(l2cap_clients); node != list_end(l2cap_clients); node = … in find() local
|
/system/core/adb/ |
D | adb_auth_host.cpp | 54 struct listnode node; member 347 int adb_auth_sign(void *node, const unsigned char* token, size_t token_size, in adb_auth_sign()
|
/system/bt/osi/test/ |
D | list_test.cpp | 116 …for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), +… in TEST_F() local 130 …for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), -… in TEST_F() local
|