/system/extras/simpleperf/ |
D | cmd_api.cpp | 60 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
|
D | cmd_boot_record.cpp | 63 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
|
D | cmd_monitor.cpp | 159 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()
|
D | RecordFilter.h | 118 bool ParseOptions(OptionValueMap& options);
|
D | cmd_trace_sched.cpp | 100 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
|
D | cmd_kmem.cpp | 309 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
|
D | cmd_dumprecord.cpp | 210 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
|
D | cmd_merge.cpp | 121 if (!ParseOptions(args)) { in Run() 148 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonfce4a9670111::MergeCommand
|
D | cmd_report_sample.cpp | 203 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()
|
D | cmd_debug_unwind.cpp | 640 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
|
D | cmd_report.cpp | 481 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()
|
D | cmd_stat.cpp | 457 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
|
D | RecordFilter_test.cpp | 300 return filter_.ParseOptions(options); in Run()
|
D | cmd_record.cpp | 378 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()
|
D | cmd_inject.cpp | 855 if (!ParseOptions(args)) { in Run() 878 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anona5d785540111::InjectCommand
|
D | RecordFilter.cpp | 394 bool RecordFilter::ParseOptions(OptionValueMap& options) { in ParseOptions() function in simpleperf::RecordFilter
|
/system/extras/memory_replay/ |
D | FilterTrace.cpp | 58 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/ |
D | fscrypt.h | 58 bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
|
/system/core/init/ |
D | fscrypt_init_extensions.cpp | 99 if (!ParseOptions(options_string, &policy->options)) { in LookupPolicy()
|
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | writer_v2.h | 48 bool ParseOptions();
|
D | writer_v3.h | 60 bool ParseOptions();
|
D | writer_v2.cpp | 123 bool CowWriterV2::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriterV2 197 if (!InitFd() || !ParseOptions()) { in Initialize()
|
D | writer_v3.cpp | 118 bool CowWriterV3::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriterV3 205 if (!InitFd() || !ParseOptions()) { in Initialize()
|
/system/extras/libfscrypt/tests/ |
D | fscrypt_test.cpp | 44 TEST(fscrypt, ParseOptions) { in TEST() argument
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 182 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions() function
|