Home
last modified time | relevance | path

Searched refs:xmlNode (Results 1 - 9 of 9) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_usb.c214 static xmlNode* testing_append_commands_node = NULL;
219 static xmlNode* testing_xml_next_tx_node = NULL;
623 static xmlNode* sanei_xml_find_first_child_with_name(xmlNode* parent, in sanei_xml_find_first_child_with_name()
626 xmlNode* curr_child = xmlFirstElementChild(parent); in sanei_xml_find_first_child_with_name()
636 static xmlNode* sanei_xml_find_next_child_with_name(xmlNode* child, in sanei_xml_find_next_child_with_name()
639 xmlNode* curr_child = xmlNextElementSibling(child); in sanei_xml_find_next_child_with_name()
650 static char* sanei_xml_get_prop(xmlNode* node, const char* name) in sanei_xml_get_prop()
656 static int sanei_xml_get_prop_uint(xmlNode* nod
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c81 static char *getcontent (xmlNode *attr) { in getcontent()
82 xmlNode *chain = attr->children; in getcontent()
112 xmlNode *chain = attr->children; in getattrib()
153 static int trytop (struct rnndb *db, char *file, xmlNode *node);
155 static int trydoc (struct rnndb *db, char *file, xmlNode *node) { in trydoc()
164 static struct rnnvalue *parsevalue(struct rnndb *db, char *file, xmlNode *node);
165 static struct rnnbitfield *parsebitfield(struct rnndb *db, char *file, xmlNode *node);
167 static int trytypetag (struct rnndb *db, char *file, xmlNode *node, struct rnntypeinfo *ti) { in trytypetag()
181 static int trytypeattr (struct rnndb *db, char *file, xmlNode *node, xmlAttr *attr, struct rnntypeinfo *ti) { in trytypeattr()
220 static struct rnnvalue *parsevalue(struct rnndb *db, char *file, xmlNode *nod
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp316 void parse_node_attributes(const SkDOM& xmlDom, const SkDOM::Node* xmlNode, in parse_node_attributes() argument
319 SkDOM::AttrIter attrIter(xmlDom, xmlNode); in parse_node_attributes()
331 const SkDOM::Node* xmlNode) { in construct_svg_node()
332 const char* elem = dom.getName(xmlNode); in construct_svg_node()
333 const SkDOM::Type elemType = dom.getType(xmlNode); in construct_svg_node()
337 SkASSERT(dom.countChildren(xmlNode) == 0); in construct_svg_node()
339 txt->setText(SkString(dom.getName(xmlNode))); in construct_svg_node()
373 parse_node_attributes(dom, xmlNode, node, ctx.fIDMapper); in construct_svg_node()
376 for (auto* child = dom.getFirstChild(xmlNode, nullptr); child; in construct_svg_node()
330 construct_svg_node(const SkDOM& dom, const ConstructionContext& ctx, const SkDOM::Node* xmlNode) construct_svg_node() argument
/third_party/backends/backend/escl/
H A Descl_status.c66 * \fn static int find_nodes_s(xmlNode *node)
73 find_nodes_s(xmlNode *node) in find_nodes_s()
75 xmlNode *child = node->children; in find_nodes_s()
86 print_xml_job_status(xmlNode *node, in print_xml_job_status()
116 print_xml_platen_and_adf_status(xmlNode *node, in print_xml_platen_and_adf_status()
202 xmlNode *node = NULL; in escl_status()
H A Descl_capabilities.c173 * \fn static int find_nodes_c(xmlNode *node)
180 find_nodes_c(xmlNode *node) in find_nodes_c()
182 xmlNode *child = node->children; in find_nodes_c()
193 * \fn static int find_valor_of_array_variables(xmlNode *node, capabilities_t *scanner)
200 find_valor_of_array_variables(xmlNode *node, capabilities_t *scanner, int type) in find_valor_of_array_variables()
267 * \fn static int find_value_of_int_variables(xmlNode *node, capabilities_t *scanner)
276 find_value_of_int_variables(xmlNode *node, capabilities_t *scanner, int type) in find_value_of_int_variables()
313 print_support(xmlNode *node) in print_support()
351 find_struct_variables(xmlNode *node, capabilities_t *scanner) in find_struct_variables()
378 * \fn static int find_true_variables(xmlNode *nod
[all...]
/third_party/curl/docs/examples/
H A Dcrawler.c143 const xmlNode *node = nodeset->nodeTab[x]->xmlChildrenNode; in follow_links()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp517 xmlNode StoreNext; in treeMerge()
542 xmlNode StoreNext; in stripComments()
/third_party/backends/backend/pixma/
H A Dpixma_common.c1285 xmlNode *node = NULL; in pixma_parse_xml_response()
/third_party/libabigail/src/
H A Dabg-reader.cc1862 build_needed(xmlNode* node, vector<string>& needed) in build_needed()
2326 /// The artificial location is the line number of the xmlNode as well
2358 /// Set the artificial location of a xmlNode to an artifact.
2360 /// The artificial location is the line number of the xmlNode as well

Completed in 16 milliseconds