Home
last modified time | relevance | path

Searched refs:ParseOptions (Results 1 – 25 of 28) sorted by relevance

12

/system/extras/simpleperf/
Dcmd_api.cpp60 bool ParseOptions(const std::vector<std::string>& args);
68 if (!ParseOptions(args)) { in Run()
102 bool PrepareCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonf94a14910111::PrepareCommand
164 bool ParseOptions(const std::vector<std::string>& args);
177 if (!ParseOptions(args)) { in Run()
187 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonf94a14910111::CollectCommand
Dcmd_boot_record.cpp63 bool ParseOptions(const std::vector<std::string>& args);
75 if (!ParseOptions(args)) { in Run()
95 bool BootRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonbdbebfa90111::BootRecordCommand
Dcmd_monitor.cpp159 bool ParseOptions(const std::vector<std::string>& args);
204 if (!ParseOptions(args)) { in Run()
327 bool MonitorCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon12e4267f0111::MonitorCommand
347 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
DRecordFilter.h118 bool ParseOptions(OptionValueMap& options);
Dcmd_trace_sched.cpp100 bool ParseOptions(const std::vector<std::string>& args);
120 if (!ParseOptions(args)) { in Run()
138 bool TraceSchedCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon4c305a4c0111::TraceSchedCommand
Dcmd_kmem.cpp309 bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* left_args);
346 if (!ParseOptions(args, &left_args)) { in Run()
358 bool KmemCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anon71325f810111::KmemCommand
Dcmd_dumprecord.cpp210 bool ParseOptions(const std::vector<std::string>& args);
236 if (!ParseOptions(args)) { in Run()
251 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon69cbf9cc0111::DumpRecordCommand
Dcmd_merge.cpp121 if (!ParseOptions(args)) { in Run()
148 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonfce4a9670111::MergeCommand
Dcmd_report_sample.cpp203 bool ParseOptions(const std::vector<std::string>& args);
249 if (!ParseOptions(args)) { in Run()
337 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonedb2b3d40111::ReportSampleCommand
381 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
Dcmd_debug_unwind.cpp640 bool ParseOptions(const std::vector<std::string>& args);
654 if (!ParseOptions(args)) { in Run()
675 bool DebugUnwindCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon265836720111::DebugUnwindCommand
Dcmd_report.cpp481 bool ParseOptions(const std::vector<std::string>& args);
528 if (!ParseOptions(args)) { in Run()
563 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon602564b30111::ReportCommand
608 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
Dcmd_stat.cpp457 bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* non_option_args,
503 if (!ParseOptions(args, &workload_args, probe_events)) { in Run()
650 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anone542b8d30211::StatCommand
DRecordFilter_test.cpp300 return filter_.ParseOptions(options); in Run()
Dcmd_record.cpp378 bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* non_option_args,
522 if (!ParseOptions(args, &workload_args, probe_events)) { in Run()
973 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anon5fac0d360111::RecordCommand
1089 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
Dcmd_inject.cpp855 if (!ParseOptions(args)) { in Run()
878 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anona5d785540111::InjectCommand
DRecordFilter.cpp394 bool RecordFilter::ParseOptions(OptionValueMap& options) { in ParseOptions() function in simpleperf::RecordFilter
/system/extras/memory_replay/
DFilterTrace.cpp58 static bool ParseOptions(int argc, char** argv, size_t& min_size, size_t& max_size, in ParseOptions() function
203 if (!ParseOptions(argc, argv, min_size, max_size, print_trace_format, trace_file)) { in main()
/system/extras/libfscrypt/include/fscrypt/
Dfscrypt.h58 bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
/system/core/init/
Dfscrypt_init_extensions.cpp99 if (!ParseOptions(options_string, &policy->options)) { in LookupPolicy()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_v2.h48 bool ParseOptions();
Dwriter_v3.h60 bool ParseOptions();
Dwriter_v2.cpp123 bool CowWriterV2::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriterV2
197 if (!InitFd() || !ParseOptions()) { in Initialize()
Dwriter_v3.cpp118 bool CowWriterV3::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriterV3
205 if (!InitFd() || !ParseOptions()) { in Initialize()
/system/extras/libfscrypt/tests/
Dfscrypt_test.cpp44 TEST(fscrypt, ParseOptions) { in TEST() argument
/system/extras/libfscrypt/
Dfscrypt.cpp182 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions() function

12