Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 7 of 7) sorted by relevance

/art/dex2oat/
Ddex2oat_options.cc28 Result Parse(const std::string& option) { in Parse() function
266 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() function in art::Dex2oatArgumentMap
/art/cmdline/
Dcmdline_parser.h446 CmdlineResult Parse(const std::string& argv) { in Parse() function
454 CmdlineResult Parse(const char* argv) { in Parse() function
460 CmdlineResult Parse(const std::vector<const char*>& argv) { in Parse() function
466 CmdlineResult Parse(const std::vector<std::string>& argv) { in Parse() function
472 CmdlineResult Parse(const char* argv[], int argc) { in Parse() function
517 CmdlineResult Parse(TokenRange&& arguments_list) { in Parse() function
Dcmdline_type_parser.h37 Result Parse(const std::string& args ATTRIBUTE_UNUSED) { in Parse() function
Dcmdline.h142 bool Parse(int argc, char** argv) { in Parse() function
/art/runtime/
Dparsed_options.cc50 bool ParsedOptions::Parse(const RuntimeOptions& options, in Parse() function in art::ParsedOptions
Dclass_loader_context.cc308 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() function in art::ClassLoaderContext
/art/tools/dexanalyze/
Ddexanalyze.cc67 int Parse(int argc, char** argv) { in Parse() function