Searched defs:new_child (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/python/ |
D | stubout.py | 109 def Set(self, parent, child_name, new_child): argument
|
/external/tensorflow/tensorflow/python/platform/ |
D | googletest.py | 259 def Set(self, parent, child_name, new_child): argument
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi_cmds.c | 147 acpi_handle new_child; in acpi_traverse() local
|
/external/python/cpython3/Modules/ |
D | parsermodule.c | 957 node* new_child = CHILD(root, i - 1); in build_node_children() local
|
/external/dtc/ |
D | livetree.c | 140 struct node *new_child, *old_child; in merge_nodes() local
|
/external/syslinux/gpxe/src/core/ |
D | settings.c | 269 } *new_child; in autovivify_child_settings() local
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 918 def new_child(self, m=None): # like Django's Context.push() member in ChainMap
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 837 node* new_child = CHILD(root, i - 1); in build_node_children() local
|