Home
last modified time | relevance | path

Searched refs:description_node (Results 1 – 3 of 3) sorted by relevance

/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc73 xmlNodePtr description_node = in CreateXmpSection() local
76 xmlNewNs(description_node, nullptr, ToXmlChar(XmlConst::RdfPrefix())); in CreateXmpSection()
77 xmlSetNs(description_node, rdf_prefix_ns); in CreateXmpSection()
80 xmlSetNsProp(description_node, rdf_node->ns, ToXmlChar(XmlConst::RdfAbout()), in CreateXmpSection()
84 xmlAddChild(rdf_node, description_node); in CreateXmpSection()
254 xmlNodePtr description_node = GetFirstDescriptionElement(standard_section); in LinkXmpStandardAndExtendedSections() local
256 xmlNewNs(description_node, ToXmlChar(XmpConst::NoteNamespace()), in LinkXmpStandardAndExtendedSections()
259 xmlSetNsProp(description_node, xmp_note_ns_ptr, in LinkXmpStandardAndExtendedSections()
262 xmlUnsetProp(description_node, ToXmlChar(XmpConst::HasExtension())); in LinkXmpStandardAndExtendedSections()
/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc38 xmlNodePtr description_node = in ParseFields() local
40 if (description_node == nullptr) { in ParseFields()
45 const DeserializerImpl deserializer(description_node); in ParseFields()
/external/igt-gpu-tools/lib/
Digt_core.c282 struct description_node { struct
1025 struct description_node *desc; in __igt_print_description()
1142 struct description_node *new = calloc(1, sizeof(*new)); in __igt_subtest_group_save()
1155 struct description_node *last = in __igt_subtest_group_restore()