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 | 98 #define BENCHMARK_WRAPPER(fixt, test, code) \ argument 99 BENCHMARK_DEFINE_F(fixt, test) \ 101 (benchmark::State & state){code} BENCHMARK_REGISTER_F(fixt, test)->Apply(fixt::DefaultArgs)
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 143 #define BENCHMARK_WRAPPER(fixt, test, code) \ argument 144 BENCHMARK_DEFINE_F(fixt, test) \ 153 BENCHMARK_REGISTER_F(fixt, test)->Apply(fixt::DefaultConfig)->Apply(fixt::DefaultArgs)
|