/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/ |
H A D | SequentialSemaphoreBenchmark.kt | 16 val s = Semaphore(1) constant in benchmarks.SequentialSemaphoreAsMutexBenchmark 19 fun benchmark() : Unit = runBlocking { in <lambda>() method 20 val s = Semaphore(permits = 1, acquiredPermits = 1) in <lambda>() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/benchmarks/ |
D | benchmark.hpp | 18 namespace boost { namespace numeric { namespace ublas { namespace benchmark { namespace 20 class benchmark class 24 benchmark(std::string const &name) : name_(name) {} in benchmark() function in boost::numeric::ublas::benchmark::benchmark 37 for (auto s : sizes) in run() local
|
/aosp_15_r20/external/libultrahdr/benchmark/ |
H A D | benchmark_test.cpp | 325 static void BM_UHDRDecode(benchmark::State& s, TestParamsDecodeAPI testVectors) { in BM_UHDRDecode() 326 DecBenchmark benchmark(testVectors); in BM_UHDRDecode() local 372 static void BM_UHDREncode_Api0(benchmark::State& s, TestParamsEncoderAPI0 testVectors) { in BM_UHDREncode_Api0() 373 EncBenchmark benchmark(testVectors); in BM_UHDREncode_Api0() local 419 static void BM_UHDREncode_Api1(benchmark::State& s, TestParamsEncoderAPI1 testVectors) { in BM_UHDREncode_Api1() 420 EncBenchmark benchmark(testVectors); in BM_UHDREncode_Api1() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/ |
H A D | bm_channel_args.cc | 35 for (auto s : state) { in BM_ChannelArgs() local 47 for (auto s : state) { in BM_grpc_channel_args() local 63 for (auto s : state) { in BM_ChannelArgsAsKeyIntoMap() local 79 for (auto s : state) { in BM_ChannelArgsAsKeyIntoBTree() local 87 namespace benchmark { namespace
|
H A D | bm_huffman_decode.cc | 37 grpc_core::Slice s = grpc_core::Slice::FromCopiedBuffer(v); in MakeInput() local 44 auto s = absl::Base64Escape( in MakeBase64() local 91 namespace benchmark { namespace
|
/aosp_15_r20/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/ |
H A D | ServiceKillTestService.java | 329 final Benchmark benchmark = loadBenchmark(); in loadBenchmarkAsync() local 368 private void saveBenchmarkIfRequired(Benchmark benchmark) { in saveBenchmarkIfRequired() 375 private void saveBenchmarkAsync(Benchmark benchmark, Runnable runnable) { in saveBenchmarkAsync() 609 public static void logDebug(String s) { in logDebug()
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | benchmark_name.cc | 17 namespace benchmark { namespace 34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl() 47 std::string s; in join() local
|
H A D | csv_reporter.cc | 30 namespace benchmark { namespace 39 std::string CsvEscape(const std::string& s) { in CsvEscape()
|
H A D | console_reporter.cc | 34 namespace benchmark { namespace 184 std::string s; in PrintRunData() local
|
H A D | statistics.cc | 27 namespace benchmark { namespace 118 std::vector<double> s; in ComputeStats() member
|
H A D | json_reporter.cc | 30 namespace benchmark { namespace 33 std::string StrEscape(const std::string& s) { in StrEscape()
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | benchmark_name.cc | 17 namespace benchmark { namespace 34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl() 47 std::string s; in join() local
|
H A D | csv_reporter.cc | 30 namespace benchmark { namespace 39 std::string CsvEscape(const std::string& s) { in CsvEscape()
|
H A D | console_reporter.cc | 34 namespace benchmark { namespace 180 std::string s; in PrintRunData() local
|
H A D | statistics.cc | 27 namespace benchmark { namespace 113 std::vector<double> s; in ComputeStats() member
|
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/ |
H A D | static_stride_scheduler_benchmark.cc | 66 for (auto s : state) { in BM_StaticStrideSchedulerPickNonAtomic() local 81 for (auto s : state) { in BM_StaticStrideSchedulerPickAtomic() local 91 for (auto s : state) { in BM_StaticStrideSchedulerMake() local 108 namespace benchmark { namespace
|
/aosp_15_r20/external/wayland/tests/ |
H A D | fixed-benchmark.c | 81 benchmark(const char *s, void (*f)(void)) in benchmark() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/ |
H A D | simplenormperf.cpp | 41 const char *s = s8.data(); in toUTF8WithOffsets() local 55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend() 225 void benchmark(const char *name, Operation &op) { in benchmark() function 244 const char16_t *s; member in __anonaaf4ab510111::NormalizeUTF16 277 const char *s; member in __anonaaf4ab510111::NormalizeUTF8
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/ |
H A D | simplenormperf.cpp | 41 const char *s = s8.data(); in toUTF8WithOffsets() local 55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend() 225 void benchmark(const char *name, Operation &op) { in benchmark() function 244 const char16_t *s; member in __anonc26cd4850111::NormalizeUTF16 277 const char *s; member in __anonc26cd4850111::NormalizeUTF8
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | str_cat_benchmark.cc | 151 for (auto s : state) { in BM_StrAppendImpl() local 208 void StrAppendConfig(B* benchmark) { in StrAppendConfig() 228 for (auto s : state) { in BM_StrCatImpl() local 256 for (auto s : state) { in BM_StrCat_int() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | str_cat_benchmark.cc | 151 for (auto s : state) { in BM_StrAppendImpl() local 208 void StrAppendConfig(B* benchmark) { in StrAppendConfig() 228 for (auto s : state) { in BM_StrCatImpl() local 256 for (auto s : state) { in BM_StrCat_int() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | str_cat_benchmark.cc | 151 for (auto s : state) { in BM_StrAppendImpl() local 208 void StrAppendConfig(B* benchmark) { in StrAppendConfig() 228 for (auto s : state) { in BM_StrCatImpl() local 256 for (auto s : state) { in BM_StrCat_int() local
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | console_reporter.cc | 34 namespace benchmark { namespace 159 auto const& s = HumanReadableNumber(c.second.value, c.second.oneK); in PrintRunData() local
|
H A D | statistics.cc | 26 namespace benchmark { namespace 104 std::vector<double> s; in ComputeStats() member
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/benches/ |
D | benches.rs | 99 s: String, field 103 fn benchmark(name: &'static str) -> BenchmarkBuilder { in benchmark() function
|