Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.cc28 Result Parse(const std::string& option) { in Parse() function
432 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() function in art::Dex2oatArgumentMap
/art/cmdline/
Dcmdline_type_parser.h37 Result Parse(const std::string& args ATTRIBUTE_UNUSED) { in Parse() function
Dcmdline_parser.h547 CmdlineResult Parse(const std::string& argv) { in Parse() function
555 CmdlineResult Parse(const char* argv) { in Parse() function
561 CmdlineResult Parse(const std::vector<const char*>& argv) { in Parse() function
567 CmdlineResult Parse(const std::vector<std::string>& argv) { in Parse() function
573 CmdlineResult Parse(const char* argv[], int argc) { in Parse() function
620 CmdlineResult Parse(TokenRange&& arguments_list) { in Parse() function
Dcmdline.h142 bool Parse(int argc, char** argv) { in Parse() function
/art/runtime/metrics/
Dreporter.cc300 std::optional<ReportingPeriodSpec> ReportingPeriodSpec::Parse( in Parse() function in art::metrics::ReportingPeriodSpec
/art/tools/dexanalyze/
Ddexanalyze.cc67 int Parse(int argc, char** argv) { in Parse() function
/art/runtime/
Dparsed_options.cc53 bool ParsedOptions::Parse(const RuntimeOptions& options, in Parse() function in art::ParsedOptions
Dclass_loader_context.cc309 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() function in art::ClassLoaderContext