Searched refs:child_node (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdprograminformationnode.c | 56 xmlNodePtr child_node = NULL; in gst_mpd_program_information_get_xml_node() local 69 child_node = xmlNewNode (NULL, (xmlChar *) "Title"); in gst_mpd_program_information_get_xml_node() 70 gst_xml_helper_set_content (child_node, self->Title); in gst_mpd_program_information_get_xml_node() 71 xmlAddChild (program_info_xml_node, child_node); in gst_mpd_program_information_get_xml_node() 75 child_node = xmlNewNode (NULL, (xmlChar *) "Source"); in gst_mpd_program_information_get_xml_node() 76 gst_xml_helper_set_content (child_node, self->Source); in gst_mpd_program_information_get_xml_node() 77 xmlAddChild (program_info_xml_node, child_node); in gst_mpd_program_information_get_xml_node() 81 child_node = xmlNewNode (NULL, (xmlChar *) "Copyright"); in gst_mpd_program_information_get_xml_node() 82 gst_xml_helper_set_content (child_node, self->Copyright); in gst_mpd_program_information_get_xml_node() 83 xmlAddChild (program_info_xml_node, child_node); in gst_mpd_program_information_get_xml_node()
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-info.c | 23 for (xmlNodePtr child_node = children; child_node != NULL; child_node = child_node->next) { in get_text_from_children() local 24 if (child_node->type == XML_TEXT_NODE) { in get_text_from_children() 25 return child_node->content; in get_text_from_children()
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | minddata_pipeline_parser.py | 232 child_node = op_id_info_cache.get(child_op_id) 233 if child_node is None: 235 metrics = child_node.get('metrics') 237 op_ids = child_node.get('children')
|
/third_party/jerryscript/targets/mbedos5/tools/ |
D | generate_pins.py | 105 for _, child_node in node.children(): 106 value = value or self.visit(child_node)
|
/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 130 sk_sp<sksg::RenderNode> child_node) const { in attachOpacity() 131 if (!child_node) in attachOpacity() 134 auto adapter = OpacityAdapter::Make(jobject, child_node, *this); in attachOpacity() 141 return child_node; in attachOpacity()
|
/third_party/python/Python/ |
D | hamt.c | 1681 PyHamtNode *child_node; in hamt_node_array_assoc() local 1699 child_node = hamt_node_bitmap_assoc( in hamt_node_array_assoc() 1703 if (child_node == NULL) { in hamt_node_array_assoc() 1710 Py_DECREF(child_node); in hamt_node_array_assoc() 1722 new_node->a_array[idx] = child_node; /* borrow */ in hamt_node_array_assoc() 1728 child_node = hamt_node_assoc( in hamt_node_array_assoc() 1730 if (child_node == NULL) { in hamt_node_array_assoc() 1733 else if (child_node == (PyHamtNode *)self) { in hamt_node_array_assoc() 1734 Py_DECREF(child_node); in hamt_node_array_assoc() 1740 Py_DECREF(child_node); in hamt_node_array_assoc() [all …]
|