Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_record.cpp302 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
313 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
341 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
346 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
356 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
370 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
383 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
398 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
403 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
412 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcmd_stat.cpp182 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
187 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
199 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
206 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcmd_report.cpp370 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
391 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
402 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
408 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
425 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
430 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
436 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
Dcommand.h52 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
Dcommand.cpp26 bool Command::NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) { in NextArgumentOrError() function in Command