OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_node
(Results
1 - 6
of
6
) 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.c
126
struct list_node *
find_node
(struct list_node *head, void *comparison_data)
function
/device/huawei/angler/power/
list.c
126
struct list_node *
find_node
(struct list_node *head, void *comparison_data)
function
/device/lge/bullhead/power/
list.c
126
struct list_node *
find_node
(struct list_node *head, void *comparison_data)
function
/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 120 milliseconds