Searched defs:list_node (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/osi/src/
H A Dlist.c222 void *list_node(const list_node_t *node) { function
/external/chromium_org/components/query_parser/
H A Dquery_parser.cc194 QueryNodeList* list_node = static_cast<QueryNodeList*>(children_[i]); local
195 list_node->RemoveEmptySubnodes();
196 if (list_node->children()->empty()) {
199 delete list_node;
/external/chromium_org/extensions/common/
H A Dextension_api.cc86 const base::ListValue* list_node = NULL; local
87 if (!schema_node->GetList(kChildKinds[i], &list_node))
89 child_node = FindListItem(list_node, "name", child_name);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc495 HUseListNode* list_node = use_list_; local
496 HValue* value = list_node->value();
498 value->InternalSetOperandAt(list_node->index(), other);
499 use_list_ = list_node->tail();
500 list_node->set_tail(other->use_list_);
501 other->use_list_ = list_node;
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c275 struct list_node { struct
276 struct list_node * previous;
283 struct list_node * ancestor;
303 struct list_node * ancestor;
787 ne_is_ancestor_element(uint64_t id, struct list_node * ancestor)
814 struct list_node * item;
826 struct list_node * item;

Completed in 430 milliseconds