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

  /external/bluetooth/bluedroid/osi/include/
list.h 38 void *list_node(const list_node_t *node);
  /external/bluetooth/bluedroid/osi/src/
reactor.c 130 reactor_object_t *object = (reactor_object_t *)list_node(iter);
161 reactor_object_t *object = (reactor_object_t *)list_node(iter);
config.c 153 entry_t *entry = list_node(node);
239 section_t *sec = list_node(node);
272 entry_t *entry = list_node(node);
fixed_queue.c 75 free_cb(list_node(node));
alarm.c 137 if (next == list_end(alarms) || ((alarm_t *)list_node(next))->deadline >= alarm->deadline) {
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/bluetooth/bluedroid/osi/test/
list_test.cpp 118 EXPECT_EQ(list_node(node), &x[i]);
132 EXPECT_EQ(list_node(node), &x[i]);
  /external/chromium_org/extensions/common/
extension_api.cc 85 const base::ListValue* list_node = NULL; local
86 if (!schema_node->GetList(kChildKinds[i], &list_node))
88 child_node = FindListItem(list_node, "name", child_name);
  /external/chromium_org/third_party/libvpx/source/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...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 490 HUseListNode* list_node = use_list_; local
491 HValue* value = list_node->value();
493 value->InternalSetOperandAt(list_node->index(), other);
494 use_list_ = list_node->tail();
495 list_node->set_tail(other->use_list_);
496 other->use_list_ = list_node;
    [all...]

Completed in 154 milliseconds