Home
last modified time | relevance | path

Searched defs:bench (Results 1 – 25 of 85) sorted by relevance

1234

/external/toolchain-utils/android_bench_suite/
Dparse_result.py11 def normalize(bench, dict_list): argument
27 def parse_Panorama(bench, fin): argument
40 def parse_Synthmark(bench, fin): argument
58 def parse_Binder(bench, fin): argument
77 def parse_Dex2oat(bench, fin): argument
99 def parse_Hwui(bench, fin): argument
112 def parse_Skia(bench, fin): argument
Dbuild_bench.py60 def set_flags(bench, cflags, ldflags): argument
128 def set_compiler_env(bench, compiler, build_os, llvm_prebuilts_version, cflags, argument
159 def restore_makefile(bench): argument
168 def build_bench(bench, source_dir): argument
Dgen_json.py50 def collect_data(infile, bench, it): argument
61 def create_outfile(outfile, bench): argument
67 def get_outfile(outfile, bench): argument
Dset_flags.py15 def backup_file(bench, file_type): argument
32 def replace_flags(bench, android_type, file_type, cflags, ldflags): argument
67 def apply_patches(bench): argument
78 def replace_flags_in_dir(bench, cflags, ldflags): argument
Drun.py248 def build_bench(setting_no, bench, compiler, llvm_version, build_os, cflags, argument
273 def run_and_collect_result(test_cmd, setting_no, i, bench, serial='default'): argument
300 def test_bench(bench, setting_no, iterations, serials, remote, mode): argument
328 def gen_json(bench, setting_no, iterations, serials): argument
Dfix_json.py33 def fix_json(bench): argument
/external/libxkbcommon/bench/
Dbench.h33 struct bench { struct
34 struct bench_time start; argument
35 struct bench_time stop; argument
Dbench.c64 bench_start(struct bench *bench) in bench_start()
75 bench_stop(struct bench *bench) in bench_stop()
86 bench_elapsed(const struct bench *bench, struct bench_time *result) in bench_elapsed()
97 bench_elapsed_str(const struct bench *bench) in bench_elapsed_str()
/external/tensorflow/tensorflow/python/framework/
Dgraph_building_benchmark.py70 def bench(): function
82 def bench(): function
94 def bench(): function
/external/rust/crates/syn/benches/
Drust.rs26 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
32 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
51 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
81 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
/external/eigen/bench/btl/generic_bench/
Dbench.hh41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) in bench() function
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ in bench() function
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBufferPerformanceBenchmark.java217 public void setupBench(BufferPerformanceBenchmark bench) { in setupBench()
232 public void setupBench(BufferPerformanceBenchmark bench) { in setupBench()
240 BufferPerformanceBenchmark bench; field in BufferPerformanceBenchmark.BufferSetup
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java217 public void setupBench(BufferPerformanceBench bench) { in setupBench()
232 public void setupBench(BufferPerformanceBench bench) { in setupBench()
240 BufferPerformanceBench bench; field in BufferPerformanceBench.BufferSetup
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc18 void bench() { in bench() function
Dbench_acquire_release.cc16 void bench() { in bench() function
Dbench_acquire_only.cc16 void bench() { in bench() function
Dbench_single_writer.cc21 void bench() { in bench() function
Dbench_release_only.cc18 void bench() { in bench() function
/external/llvm-project/compiler-rt/test/tsan/
Dbench_rwmutex.cpp18 void bench() { in bench() function
Dbench_acquire_release.cpp16 void bench() { in bench() function
Dbench_acquire_only.cpp16 void bench() { in bench() function
Dbench_single_writer.cpp21 void bench() { in bench() function
Dbench_local_mutex.cpp19 void bench() { in bench() function
Dbench_release_only.cpp18 void bench() { in bench() function
Dbench_mutex.cpp24 void bench() { in bench() function

1234