Searched defs:root_element (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.cpp | 198 return [config, handler](xml::Element* root_element, android::SourcePathDiagnostics* diag) { in Bind() 490 bool ArtifactTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactTagHandler() 517 bool ArtifactFormatTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactFormatTagHandler() 529 bool AbiGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in AbiGroupTagHandler() 580 bool ScreenDensityGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in ScreenDensityGroupTagHandler() 646 bool LocaleGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in LocaleGroupTagHandler() 712 bool AndroidSdkTagHandler(PostProcessingConfiguration* config, Element* root_element, in AndroidSdkTagHandler() 768 bool GlTextureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in GlTextureGroupTagHandler() 820 bool DeviceFeatureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in DeviceFeatureGroupTagHandler()
|
/aosp_15_r20/external/libxml2/example/ |
H A D | tree1.c | 52 xmlNode *root_element = NULL; in main() local
|
/aosp_15_r20/tools/security/fuzzing/llm/tinyxml2_fuzzer/ |
H A D | gen_corpus2.py | 49 root_element = generate_random_xml() variable
|
/aosp_15_r20/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 217 xmlNodePtr root_element = xmlDocGetRootElement(doc); in FlagsForSubprocess() local
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser_test.cpp | 89 xmlNodePtr root_element = xmlDocGetRootElement(doc.get()); in flagXml() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _elementtree.c | 2070 ElementObject *root_element; member
|