Home
last modified time | relevance | path

Searched defs:ParseOptions (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/extras/libfscrypt/tests/
H A Dfscrypt_test.cpp44 TEST(fscrypt, ParseOptions) { in TEST() argument
/aosp12/system/extras/simpleperf/
H A Dcmd_api.cpp104 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon75687de90110::CollectCommand
H A DRecordFilter.cpp24 bool RecordFilter::ParseOptions(OptionValueMap& options) { in ParseOptions() function in simpleperf::RecordFilter
H A Dcmd_monitor.cpp322 bool MonitorCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anone0477bd70110::MonitorCommand
H A Dcmd_merge.cpp148 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonfa42c8bf0110::MergeCommand
H A Dcmd_trace_sched.cpp138 bool TraceSchedCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon1b6e9ba40110::TraceSchedCommand
H A Dcmd_dumprecord.cpp235 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon8f1b70240110::DumpRecordCommand
H A Dcmd_report_sample.cpp289 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon8586ab2c0110::ReportSampleCommand
H A Dcmd_inject.cpp162 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon4ef98fac0110::InjectCommand
H A Dcmd_stat.cpp619 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anone52e4d2b0210::StatCommand
H A Dcmd_debug_unwind.cpp654 bool DebugUnwindCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anondd5ea2ca0110::DebugUnwindCommand
H A Dcmd_kmem.cpp358 bool KmemCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anon711df3d90110::KmemCommand
H A Dcmd_report.cpp511 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon09476f0b0110::ReportCommand
H A Dcmd_record.cpp791 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anon08ce178e0110::RecordCommand
/aosp12/system/extras/libfscrypt/
H A Dfscrypt.cpp176 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_writer.cpp103 bool CowWriter::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriter
/aosp12/build/make/tools/releasetools/
H A Dcommon.py2459 def ParseOptions(argv, function
/aosp12/art/runtime/
H A Druntime.cc745 bool Runtime::ParseOptions(const RuntimeOptions& raw_options, in ParseOptions() function in art::Runtime