/third_party/libxml2/doc/examples/ |
D | tree2.c | 29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ in main() local 39 root_node = xmlNewNode(NULL, BAD_CAST "root"); in main() 40 xmlDocSetRootElement(doc, root_node); in main() 51 xmlNewChild(root_node, NULL, BAD_CAST "node1", in main() 56 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL); in main() 63 xmlNewChild(root_node, NULL, BAD_CAST "node3", in main() 77 xmlAddChild(root_node, node); in main() 84 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL); in main()
|
/third_party/boost/boost/container/detail/ |
D | alloc_lib.h | 42 boost_cont_memchain_node root_node; member 53 #define BOOST_CONTAINER_MEMCHAIN_BEFORE_BEGIN_IT(PMEMCHAIN) { &((PMEMCHAIN)->root_node) } 56 #define BOOST_CONTAINER_MEMCHAIN_BEGIN_IT(PMEMCHAIN) {(PMEMCHAIN)->root_node.next_node_ptr } 68 #define BOOST_CONTAINER_MEMCHAIN_FIRSTMEM(PMEMCHAIN)((void*)((PMEMCHAIN)->root_node.next_node_ptr)) 80 (PMEMCHAIN)->root_node.next_node_ptr = (boost_cont_memchain_node *)(FIRST), \ 87 …((PMEMCHAIN)->root_node.next_node_ptr = 0, (PMEMCHAIN)->last_node_ptr = &((PMEMCHAIN)->root_node),… 112 boost_cont_memchain *____root____ = &((PMEMCHAIN)->root_node);\ 113 if(!____chain____->root_node.next_node_ptr){\ 131 ____chain____->last_node_ptr = &____chain____->root_node;\ 143 boost_cont_memchain_node *____prev_node____ = &____chain____->root_node;\ [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | c2xml.c | 41 static xmlNodePtr root_node = NULL;/* root node pointer */ variable 191 examine_symbol(sym->ctype.base_type, root_node); in examine_symbol() 258 examine_macro(sym, root_node); in examine_namespace() 263 examine_symbol(sym, root_node); in examine_namespace() 308 root_node = xmlNewNode(NULL, BAD_CAST "parse"); in main() 309 xmlDocSetRootElement(doc, root_node); in main()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_fqn.c | 132 int cil_fqn_qualify(struct cil_tree_node *root_node) in cil_fqn_qualify() argument 134 struct cil_root *root = root_node->data; in cil_fqn_qualify() 139 fqn_args.node = root_node; in cil_fqn_qualify()
|
D | cil_fqn.h | 36 int cil_fqn_qualify(struct cil_tree_node *root_node);
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | minddata_pipeline_parser.py | 191 root_node = op_id_info_cache.get(0) 192 if not root_node: 197 root_node['parent_id'] = None 198 queue.put_nowait(root_node)
|
/third_party/boost/boost/intrusive/ |
D | list.hpp | 1147 const node_ptr root_node = this->get_root_node(); in remove_if() local 1150 …(node_traits::get_next(root_node), root_node, detail::key_nodeptr_comp<Pred, value_traits>(pred, &… in remove_if() 1153 this->erase( const_iterator(node_traits::get_next(root_node), this->priv_value_traits_ptr()) in remove_if() 1173 const node_ptr root_node = this->get_root_node(); in remove_and_dispose_if() local 1176 …(node_traits::get_next(root_node), root_node, detail::key_nodeptr_comp<Pred, value_traits>(pred, &… in remove_and_dispose_if() 1179 …this->erase_and_dispose( const_iterator(node_traits::get_next(root_node), this->priv_value_traits_… in remove_and_dispose_if()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | input.py | 1804 root_node = DependencyGraphNode(None) 1810 target_node.dependencies = [root_node] 1811 root_node.dependents.append(target_node) 1821 flat_list = root_node.FlattenToList() 1826 if not root_node.dependents: 1831 target_node.dependencies.append(root_node) 1832 root_node.dependents.append(target_node) 1835 for cycle in root_node.FindCycles(): 1878 root_node = DependencyGraphNode(None) 1881 build_file_node.dependencies.append(root_node) [all …]
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | input.py | 1977 root_node = DependencyGraphNode(None) 1982 target_node.dependencies = [root_node] 1983 root_node.dependents.append(target_node) 1995 flat_list = root_node.FlattenToList() 2000 if not root_node.dependents: 2005 target_node.dependencies.append(root_node) 2006 root_node.dependents.append(target_node) 2009 for cycle in root_node.FindCycles(): 2053 root_node = DependencyGraphNode(None) 2056 build_file_node.dependencies.append(root_node) [all …]
|
/third_party/lwip/src/include/lwip/apps/ |
D | snmp_core.h | 256 const struct snmp_node *root_node; member 259 #define SNMP_MIB_CREATE(oid_list, root_node) { (oid_list), (u8_t)LWIP_ARRAYSIZE(oid_list), root_nod… argument
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | functionalize_cond.cc | 61 …S FunctionalizeCond::BranchSubGraphAddNodes(const FuncGraphPtr &graph, const AnfNodePtr &root_node, in BranchSubGraphAddNodes() argument 64 CHECK_NULL_RETURN(root_node); in BranchSubGraphAddNodes() 67 q.push_back(root_node); in BranchSubGraphAddNodes()
|
D | functionalize_cond.h | 45 …STATUS BranchSubGraphAddNodes(const FuncGraphPtr &graph, const AnfNodePtr &root_node, BranchType b…
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
D | CMakeLists.txt | 21 root_node.cc
|
/third_party/boost/boost/geometry/index/detail/rtree/kmeans/ |
D | split.hpp | 71 static inline void apply(node* & root_node, in apply() argument
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | session_connection.h | 55 scenic::ContainerNode& root_node() { return root_node_; } in root_node() function
|
D | compositor_context.cc | 47 session_connection_.root_node()); in Raster()
|
/third_party/python/Tools/peg_generator/scripts/ |
D | grammar_grapher.py | 101 root_node = {"exec": "file", "eval": "eval", "single": "interactive"}[args.start]
|
/third_party/e2fsprogs/debugfs/ |
D | extent_cmds.ct | 11 root_node, root;
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.cc | 522 const CNodePtr &root_node, const AnfNodePtr &weight_node, in GetWeightInfo() argument 524 MS_EXCEPTION_IF_NULL(root_node); in GetWeightInfo() 527 auto x = root_node->input(1); in GetWeightInfo() 611 auto root_node = node->cast<CNodePtr>(); in FetchInfoForQuantExport() local 612 if (root_node == nullptr || root_node->size() != root_node_size) { in FetchInfoForQuantExport() 615 auto weight = root_node->input(weight_index); in FetchInfoForQuantExport() 634 GetWeightInfo(root_node, weight_node, &fake_quant_table); in FetchInfoForQuantExport()
|
D | pipeline.h | 125 void GetWeightInfo(const CNodePtr &root_node, const AnfNodePtr &weight_node,
|
/third_party/libusb/libusb/os/ |
D | sunos_usb.c | 685 di_node_t root_node; in sunos_get_device_list() local 692 if ((root_node = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { in sunos_get_device_list() 698 di_fini(root_node); in sunos_get_device_list() 706 if (di_walk_node(root_node, DI_WALK_SIBFIRST, &args, in sunos_get_device_list() 709 di_fini(root_node); in sunos_get_device_list() 714 di_fini(root_node); in sunos_get_device_list()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | rename_op_test.cc | 89 std::shared_ptr<DatasetOp> root_node = my_tree->root(); in TEST_F() local
|
D | execution_tree_test.cc | 125 std::shared_ptr<DatasetOp> root_node = my_tree->root(); in TEST_F() local
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 1937 xmlNodePtr root_node, head_node, body_node; in ttml_parse() local 1981 root_node = xmlDocGetRootElement (doc); in ttml_parse() 1983 if (xmlStrcmp (root_node->name, (const xmlChar *) "tt") != 0) { in ttml_parse() 1989 if ((value = ttml_get_xml_property (root_node, "cellResolution"))) { in ttml_parse() 2002 if ((value = ttml_get_xml_property (root_node, "space"))) { in ttml_parse() 2010 if (!(head_node = ttml_find_child (root_node, "head"))) { in ttml_parse() 2018 if ((body_node = ttml_find_child (root_node, "body"))) { in ttml_parse()
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_core.c | 985 const struct snmp_node *const *node = &mib->root_node; in snmp_mib_tree_resolve_exact() 1025 if (mib->root_node->node_type != SNMP_NODE_TREE) { in snmp_mib_tree_resolve_next() 1031 node_stack[nsi] = (const struct snmp_tree_node *)(const void *)mib->root_node; in snmp_mib_tree_resolve_next()
|