Home
last modified time | relevance | path

Searched refs:NextArgumentOrError (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/
Dcmd_inject.cpp149 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
154 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
159 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
164 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
176 if (!NextArgumentOrError(args, &i) || !ParseEtmDumpOption(args[i], &etm_dump_option_)) { in ParseOptions()
180 if (!NextArgumentOrError(args, &i) || !Dso::AddSymbolDir(args[i])) { in ParseOptions()
Dcmd_report.cpp535 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
559 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
565 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
586 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
599 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
614 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
619 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
625 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
632 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcommand.h173 if (!NextArgumentOrError(args, pi)) {
189 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
Dcmd_debug_unwind.cpp155 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
160 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
165 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcommand.cpp34 bool Command::NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) { in NextArgumentOrError() function in simpleperf::Command
129 if (!NextArgumentOrError(args, pi)) { in GetDoubleOption()
Dcmd_report_sample.cpp243 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
248 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
253 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
266 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcmd_kmem.cpp420 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
425 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
432 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcmd_dumprecord.cpp190 if (!NextArgumentOrError(args, &i) || !ParseEtmDumpOption(args[i], &etm_dump_option_)) { in ParseOptions()
194 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcmd_trace_sched.cpp157 if (!NextArgumentOrError(args, &i)) { in ParseOptions()