Home
last modified time | relevance | path

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

12

/aosp12/system/extras/simpleperf/
H A Dcmd_api.cpp81 bool ParseOptions(const std::vector<std::string>& args);
94 if (!ParseOptions(args)) { in Run()
104 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon75687de90110::CollectCommand
H A Dcmd_monitor.cpp158 bool ParseOptions(const std::vector<std::string>& args);
204 if (!ParseOptions(args)) { in Run()
322 bool MonitorCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anone0477bd70110::MonitorCommand
342 if (!record_filter_.ParseOptions(options)) { in ParseOptions()
H A 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::__anon1b6e9ba40110::TraceSchedCommand
H A DRecordFilter.h65 bool ParseOptions(OptionValueMap& options);
H A Dcmd_dumprecord.cpp196 bool ParseOptions(const std::vector<std::string>& args);
220 if (!ParseOptions(args)) { in Run()
235 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon8f1b70240110::DumpRecordCommand
H A 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::__anon711df3d90110::KmemCommand
H A Dcmd_merge.cpp121 if (!ParseOptions(args)) { in Run()
148 bool ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anonfa42c8bf0110::MergeCommand
H A DRecordFilter.cpp24 bool RecordFilter::ParseOptions(OptionValueMap& options) { in ParseOptions() function in simpleperf::RecordFilter
H A Dcmd_debug_unwind.cpp620 bool ParseOptions(const std::vector<std::string>& args);
633 if (!ParseOptions(args)) { in Run()
654 bool DebugUnwindCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anondd5ea2ca0110::DebugUnwindCommand
H A Dcmd_stat.cpp434 bool ParseOptions(const std::vector<std::string>& args,
476 if (!ParseOptions(args, &workload_args)) { in Run()
619 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in simpleperf::__anone52e4d2b0210::StatCommand
H A Dcmd_report_sample.cpp163 bool ParseOptions(const std::vector<std::string>& args);
205 if (!ParseOptions(args)) { in Run()
289 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in simpleperf::__anon8586ab2c0110::ReportSampleCommand
H A DRecordFilter_test.cpp147 return filter_.ParseOptions(options); in Run()
/aosp12/build/make/tools/releasetools/
H A Dmake_recovery_patch.py35 args = common.ParseOptions(argv, __doc__)
H A Dsign_apex.py107 args = common.ParseOptions(
H A Dfind_shareduid_violation.py146 args = common.ParseOptions(
H A Dmerge_builds.py171 args = common.ParseOptions(
H A Dbuild_super_image.py205 args = common.ParseOptions(argv, __doc__)
H A Dimg_from_target_files232 args = common.ParseOptions(argv, __doc__,
H A Dimg_from_target_files.py232 args = common.ParseOptions(argv, __doc__,
H A Dcheck_target_files_vintf.py268 args = common.ParseOptions(argv, __doc__)
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_writer.cpp103 bool CowWriter::ParseOptions() { in ParseOptions() function in android::snapshot::CowWriter
149 if (!SetFd(fd) || !ParseOptions()) { in Initialize()
162 if (!SetFd(fd) || !ParseOptions()) { in InitializeAppend()
/aosp12/packages/modules/Gki/
H A Dextract_img_from_apex.py73 args = common.ParseOptions(
/aosp12/system/extras/libfscrypt/include/fscrypt/
H A Dfscrypt.h57 bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
/aosp12/system/core/init/
H A Dfscrypt_init_extensions.cpp115 if (!ParseOptions(options_string, &policy->options)) { in LookupPolicy()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h121 bool ParseOptions();

12