HomeSort by relevance Sort by last modified time
    Searched defs:list_node (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/osi/src/
list.c 222 void *list_node(const list_node_t *node) { function
  /external/chromium_org/components/query_parser/
query_parser.cc 194 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/
extension_api.cc 86 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/
hydrogen-instructions.cc 495 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;
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 275 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;
    [all...]

Completed in 652 milliseconds