Home
last modified time | relevance | path

Searched defs:Bench (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/flatbuffers/benchmarks/cpp/
H A Dbench.h6 struct Bench { struct
7 virtual ~Bench() {} in ~Bench() argument
9 inline void Add(int64_t value) { sum += value; } in Add()
16 int64_t sum = 0;
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dtiming_test.go16 type Bench struct { struct
17 A int
18 B float64
19 C string
20 D []byte
/aosp_15_r20/external/libcxx/benchmarks/
H A DCartesianBenchmarks.hpp32 static auto skip(const B& Bench, int) -> decltype(Bench.skip()) { in skip()
36 static auto skip(const B& Bench, char) { in skip()
43 B Bench{std::get<Is>(V)...}; in makeBenchmarkFromValuesImpl() local
/aosp_15_r20/external/javassist/src/test/javassist/
H A DBench.java7 public class Bench extends JvstTestRoot { class
8 public Bench(String name) { in Bench() method in Bench
/aosp_15_r20/external/owasp/java-encoder/core/src/test/java/org/owasp/encoder/
DBenchmarkTest.java180 static abstract class Bench { class
182 public Bench(String name) {_name = name;} in Bench() method in Bench
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/benchmarks/
Dbenchmark_png_decode.cc32 void Bench(benchmark::State &state) { in Bench() function in png_decode
109 void Bench(benchmark::State &state) { in Bench() function in png_decode_realistic
Dbenchmark_compare256.cc34 void Bench(benchmark::State& state, compare256_func compare256) { in Bench() function in compare256
Dbenchmark_crc32.cc34 void Bench(benchmark::State& state, crc32_func crc32) { in Bench() function in crc32
Dbenchmark_adler32.cc41 void Bench(benchmark::State& state, adler32_func adler32) { in Bench() function in adler32
Dbenchmark_png_encode.cc37 void Bench(benchmark::State &state) { in Bench() function in png_encode
Dbenchmark_slidehash.cc45 void Bench(benchmark::State& state, slide_hash_func slide_hash) { in Bench() function in slide_hash
Dbenchmark_adler32_copy.cc46 void Bench(benchmark::State& state, adler32_cpy_func adler32_func) { in Bench() function in adler32_copy
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A DCartesianBenchmarks.h34 static auto skip(const B& Bench, char) { in skip()
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/jni/
H A DBench.cpp25 Bench::Bench() in Bench() function in Bench
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtypes.rs133 Bench(RunnableBench), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtypes.rs133 Bench(RunnableBench), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtypes.rs133 Bench(RunnableBench), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtypes.rs133 Bench(RunnableBench), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dtypes.rs133 Bench(RunnableBench), enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/base/
Dflag.go90 Bench string "help:\"append benchmark times to `file`\"" member
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/
H A Dmetadata.rs99 Bench, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dserde.rs1363 struct Bench {} in span_for_sequence_as_map() struct