Home
last modified time | relevance | path

Searched defs:add_child (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h33 void HeapEntry::add_child(HeapGraphEdge* edge) { in add_child() function
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dtrace-event-listener.rb81 def add_child( root, child ) method in ANTLR3.Debug.TraceEventListener
Devent-hub.rb27 def add_child( root, child ) method in ANTLR3.Debug.EventHub
Dsocket.rb220 def add_child( root, child ) method in ANTLR3.Debug.EventSocketProxy
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb72 def add_child( tree, child ) method
/external/vboot_reference/futility/
Dcmd_dump_fmap.c271 static void add_child(struct node_s *p, int n) in add_child() function
/external/antlr/runtime/Ruby/lib/antlr3/
Ddebug.rb663 def add_child( root, child ) method
Dtree.rb332 def add_child( child_tree ) method in ANTLR3.BaseTree
690 def add_child( tree, child ) method
/external/igt-gpu-tools/assembler/
Dralloc.c83 add_child(ralloc_header *parent, ralloc_header *info) in add_child() function
/external/autotest/client/bin/net/
Dnet_tc.py91 def add_child(self, child_class): member in tcclass
/external/python/cpython2/Lib/compiler/
Dsymbols.py73 def add_child(self, child): member in Scope
/external/u-boot/scripts/dtc/
Dlivetree.c282 void add_child(struct node *parent, struct node *child) in add_child() function
/external/dtc/
Dlivetree.c281 void add_child(struct node *parent, struct node *child) in add_child() function
/external/mesa3d/src/util/
Dralloc.c105 add_child(ralloc_header *parent, ralloc_header *info) in add_child() function
/external/python/cpython2/Lib/lib-tk/
DTix.py871 def add_child(self, parent=None, cnf={}, **kw): member in HList
/external/python/cpython3/Lib/tkinter/
Dtix.py869 def add_child(self, parent=None, cnf={}, **kw): member in HList
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc264 Output add_child = ops::Add(s.WithOpName("add_child"), c2, x); in TEST_F() local