Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat.cc604 void ParseInstructionSetVariant(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetVariant()
612 void ParseInstructionSetFeatures(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures()
629 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions()
1033 std::unique_ptr<ParserOptions> parser_options(new ParserOptions()); in ParseArgs() local
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp166 ResourceParserOptions parser_options; in CompileTable() local