Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dcollections.h48 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/
Dthread_benchmark.cc91 ->Arg(10)
92 ->Arg(1000)
93 ->Arg(10000)
94 ->Arg(100000)
112 ->Arg(10)
113 ->Arg(1000)
114 ->Arg(10000)
115 ->Arg(100000)
Dalarm_benchmark.cc103 ->Arg(1)
104 ->Arg(5)
105 ->Arg(10)
106 ->Arg(20)
107 ->Arg(100)
108 ->Arg(1000)
109 ->Arg(2000)
Dqueue_benchmark.cc165 ->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/
Dtimer_performance_benchmark.cc92 ->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/
Dzip_archive_benchmark.cpp109 BENCHMARK(StartAlignedEntry)->Arg(2)->Arg(16)->Arg(1024)->Arg(4096);
133 BENCHMARK(ExtractEntry)->Arg(2)->Arg(16)->Arg(1024);
/system/core/libbacktrace/
Dbacktrace_read_benchmarks.cpp37 #define AT_COMMON_SIZES Arg(1)->Arg(4)->Arg(8)->Arg(16)->Arg(100)->Arg(200)->Arg(500)->Arg(1024)
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.h38 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/
Dbpf_benchmark.cpp77 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/
Dtransport_benchmark.cpp29 ->Arg(1) \
30 ->Arg(16384) \
31 ->Arg(MAX_PAYLOAD) \
34 ->Arg(1) \
35 ->Arg(16384) \
36 ->Arg(MAX_PAYLOAD) \