Searched refs:fixt (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/vibrator/drv2624/bench/ |
D | benchmark.cpp | 96 #define BENCHMARK_WRAPPER(fixt, test, code) \ argument 97 BENCHMARK_DEFINE_F(fixt, test) \ 99 (benchmark::State & state){code} BENCHMARK_REGISTER_F(fixt, test) \ 100 ->Apply(fixt::DefaultConfig) \ 101 ->Apply(fixt::DefaultArgs)
|
/hardware/google/pixel/vibrator/cs40l25/bench/ |
D | benchmark.cpp | 99 #define BENCHMARK_WRAPPER(fixt, test, code) \ argument 100 BENCHMARK_DEFINE_F(fixt, test) \ 102 (benchmark::State & state){code} BENCHMARK_REGISTER_F(fixt, test)->Apply(fixt::DefaultArgs)
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 180 #define BENCHMARK_WRAPPER(fixt, test, code) \ argument 181 BENCHMARK_DEFINE_F(fixt, test) \ 191 BENCHMARK_REGISTER_F(fixt, test)->Apply(fixt::DefaultConfig)->Apply(fixt::DefaultArgs)
|