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

  /external/clang/test/SemaCXX/
libstdcxx_pointer_return_false_hack.cpp 16 node *find_node() { function in struct:std::tr1::hashtable
30 auto *test1 = std::tr1::hashtable<int>().find_node();
  /device/google/marlin/power/
list.h 41 struct list_node *find_node(struct list_node *head, void *comparison_data);
list.c 126 struct list_node *find_node(struct list_node *head, void *comparison_data) function
utils.c 253 struct list_node *found_node = find_node(&active_hint_list_head,
311 found_node = find_node(&active_hint_list_head,
  /device/huawei/angler/power/
list.h 41 struct list_node *find_node(struct list_node *head, void *comparison_data);
list.c 126 struct list_node *find_node(struct list_node *head, void *comparison_data) function
utils.c 273 found_node = find_node(&active_hint_list_head,
  /device/lge/bullhead/power/
list.h 41 struct list_node *find_node(struct list_node *head, void *comparison_data);
list.c 126 struct list_node *find_node(struct list_node *head, void *comparison_data) function
utils.c 268 found_node = find_node(&active_hint_list_head,
  /external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c 66 static struct alloc_node **find_node(void *ptr) function
81 nodep = find_node(ptr);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
zone.py 161 def find_node(self, name, create=False): member in class:Zone
184 This method is like L{find_node}, except it returns None instead
196 node = self.find_node(name, create)
244 node = self.find_node(name, create)
332 node = self.find_node(name, True)

Completed in 2273 milliseconds