Searched refs:Arg (Results 1 – 10 of 10) sorted by relevance
/system/libbase/include/android-base/ |
D | collections.h | 48 template <typename T, typename Arg, typename... Args> 49 void AssertType(Arg&&) { in AssertType() argument 50 static_assert(std::is_same<T, typename std::decay<Arg>::type>::value); in AssertType() 53 template <typename T, typename Arg, typename... Args> 54 void AssertType(Arg&&, Args&&... args) { in AssertType() argument 55 static_assert(std::is_same<T, typename std::decay<Arg>::type>::value); in AssertType()
|
/system/bt/gd/os/ |
D | thread_benchmark.cc | 91 ->Arg(10) 92 ->Arg(1000) 93 ->Arg(10000) 94 ->Arg(100000) 112 ->Arg(10) 113 ->Arg(1000) 114 ->Arg(10000) 115 ->Arg(100000)
|
D | alarm_benchmark.cc | 103 ->Arg(1) 104 ->Arg(5) 105 ->Arg(10) 106 ->Arg(20) 107 ->Arg(100) 108 ->Arg(1000) 109 ->Arg(2000)
|
D | queue_benchmark.cc | 165 ->Arg(10) 166 ->Arg(100) 167 ->Arg(1000) 168 ->Arg(10000) 169 ->Arg(100000) 199 ->Arg(10) 200 ->Arg(100) 201 ->Arg(1000)
|
/system/bt/common/benchmark/ |
D | timer_performance_benchmark.cc | 92 ->Arg(1) 93 ->Arg(5) 94 ->Arg(10) 95 ->Arg(20) 96 ->Arg(100) 97 ->Arg(1000) 98 ->Arg(2000) 147 ->Arg(1) 148 ->Arg(5) 149 ->Arg(10) [all …]
|
/system/libziparchive/ |
D | zip_archive_benchmark.cpp | 109 BENCHMARK(StartAlignedEntry)->Arg(2)->Arg(16)->Arg(1024)->Arg(4096); 133 BENCHMARK(ExtractEntry)->Arg(2)->Arg(16)->Arg(1024);
|
/system/core/libbacktrace/ |
D | backtrace_read_benchmarks.cpp | 37 #define AT_COMMON_SIZES Arg(1)->Arg(4)->Arg(8)->Arg(16)->Arg(100)->Arg(200)->Arg(500)->Arg(1024)
|
/system/security/keystore/ |
D | keystore_aidl_hidl_marshalling_utils.h | 38 template <typename Fn, typename Arg> 39 inline android::status_t nullable(Fn fn, const NullOr<Arg>& arg, android::Parcel* out) { in nullable() 48 template <typename Fn, typename Arg> 49 inline android::status_t nullable(Fn fn, Arg&& arg, android::Parcel* out) { in nullable() 53 return fn(std::forward<Arg>(arg), out); in nullable()
|
/system/netd/tests/benchmarks/ |
D | bpf_benchmark.cpp | 77 BENCHMARK_REGISTER_F(BpfBenchMark, MapUpdateEntry)->Arg(1); 78 BENCHMARK_REGISTER_F(BpfBenchMark, MapWriteNewEntry)->Arg(1); 79 BENCHMARK_REGISTER_F(BpfBenchMark, MapDeleteAddEntry)->Arg(1); 80 BENCHMARK_REGISTER_F(BpfBenchMark, WaitForRcu)->Arg(1);
|
/system/core/adb/ |
D | transport_benchmark.cpp | 29 ->Arg(1) \ 30 ->Arg(16384) \ 31 ->Arg(MAX_PAYLOAD) \ 34 ->Arg(1) \ 35 ->Arg(16384) \ 36 ->Arg(MAX_PAYLOAD) \
|