Searched refs:xml_node (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Xml.cpp | 61 xmlNode* xml_node, 67 xmlNode* xml_node, 150 xmlNode* xml_node, in ipacm_cfg_xml_parse_tree() argument 159 if (NULL == xml_node) in ipacm_cfg_xml_parse_tree() 161 while ( xml_node != NULL && in ipacm_cfg_xml_parse_tree() 164 switch (xml_node->type) in ipacm_cfg_xml_parse_tree() 168 if (IPACM_util_icmp_string((char*)xml_node->name, system_TAG) == 0 || in ipacm_cfg_xml_parse_tree() 169 IPACM_util_icmp_string((char*)xml_node->name, ODU_TAG) == 0 || in ipacm_cfg_xml_parse_tree() 170 IPACM_util_icmp_string((char*)xml_node->name, IPACMCFG_TAG) == 0 || in ipacm_cfg_xml_parse_tree() 171 IPACM_util_icmp_string((char*)xml_node->name, IPACMIFACECFG_TAG) == 0 || in ipacm_cfg_xml_parse_tree() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Xml.cpp | 64 xmlNode* xml_node, 70 xmlNode* xml_node, 162 xmlNode* xml_node, in ipacm_cfg_xml_parse_tree() argument 171 if (NULL == xml_node) in ipacm_cfg_xml_parse_tree() 173 while ( xml_node != NULL && in ipacm_cfg_xml_parse_tree() 176 switch (xml_node->type) in ipacm_cfg_xml_parse_tree() 180 if (IPACM_util_icmp_string((char*)xml_node->name, system_TAG) == 0 || in ipacm_cfg_xml_parse_tree() 181 IPACM_util_icmp_string((char*)xml_node->name, ODU_TAG) == 0 || in ipacm_cfg_xml_parse_tree() 182 IPACM_util_icmp_string((char*)xml_node->name, IPACMCFG_TAG) == 0 || in ipacm_cfg_xml_parse_tree() 183 IPACM_util_icmp_string((char*)xml_node->name, IPACMIFACECFG_TAG) == 0 || in ipacm_cfg_xml_parse_tree() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_struct_type_cast_gen.py | 55 def struct_get_stype(xml_node): argument 56 for member in xml_node.findall('./member'):
|
D | gen_enum_to_str.py | 392 def struct_get_stype(xml_node): argument 393 for member in xml_node.findall('./member'):
|