Home
last modified time | relevance | path

Searched defs:root_element (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp198 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 Dtree1.c52 xmlNode *root_element = NULL; in main() local
/aosp_15_r20/tools/security/fuzzing/llm/tinyxml2_fuzzer/
H A Dgen_corpus2.py49 root_element = generate_random_xml() variable
/aosp_15_r20/device/google/cuttlefish/host/commands/start/
Dflag_forwarder.cc217 xmlNodePtr root_element = xmlDocGetRootElement(doc); in FlagsForSubprocess() local
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dflag_parser_test.cpp89 xmlNodePtr root_element = xmlDocGetRootElement(doc.get()); in flagXml() local
/aosp_15_r20/external/python/cpython3/Modules/
D_elementtree.c2070 ElementObject *root_element; member