Home
last modified time | relevance | path

Searched defs:parser_options (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc609 void ParseInstructionSetVariant(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetVariant()
622 void ParseInstructionSetFeatures(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures()
639 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions()
1069 std::unique_ptr<ParserOptions> parser_options(new ParserOptions()); in ParseArgs() local
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp190 ResourceParserOptions parser_options; in CompileTable() local