Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dbionic_benchmarks.cpp316 std::map<std::string, args_vector_t>& args_shorthand) { in ResolveArgs() argument
320 if (args_shorthand.count(args)) { in ResolveArgs()
321 return &args_shorthand[args]; in ResolveArgs()
380 std::map<std::string, args_vector_t>& args_shorthand) { in RegisterCliBenchmarks() argument
394 run_args = ResolveArgs(run_args, cmd_args, args_shorthand); in RegisterCliBenchmarks()
403 std::map<std::string, args_vector_t>& args_shorthand) { in RegisterXmlBenchmarks() argument
438 args_shorthand); in RegisterXmlBenchmarks()
504 std::map<std::string, args_vector_t> args_shorthand { in GetShorthand() local
547 args_shorthand.emplace("AT_MANY_ALIGNED_ONEBUF", args_onebuf); in GetShorthand()
548 args_shorthand.emplace("AT_MANY_ALIGNED_TWOBUF", args_twobuf); in GetShorthand()
[all …]