/external/skia/bench/ |
D | nanobenchAndroid.cpp | 12 HWUITarget::HWUITarget(const Config& c, Benchmark* bench) : Target(c) { } in HWUITarget() 44 bool HWUITarget::init(SkImageInfo info, Benchmark* bench) { in init()
|
D | nanobench.cpp | 133 bool Target::init(SkImageInfo info, Benchmark* bench) { in init() 219 static double time(int loops, Benchmark* bench, Target* target) { in time() 301 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() 345 static int setup_gpu_bench(Target* target, Benchmark* bench, int maxGpuFrameLag) { in setup_gpu_bench() 468 static Target* is_enabled(Benchmark* bench, const Config& config) { in is_enabled() 631 SkAutoTDelete<Benchmark> bench; in next() local 644 Benchmark* bench = fBenches->factory()(nullptr); in rawNext() local 1111 SkAutoTDelete<Benchmark> bench(b); in nanobench_main() local
|
D | ResultsWriter.h | 38 virtual void bench(const char name[], int32_t x, int32_t y) {} in bench() function 96 void bench(const char name[], int32_t x, int32_t y) override { in bench() function
|
D | bench_util.py | 43 def __init__(self, bench, config, time_type, time, settings, argument 118 def _ParseAndStoreTimes(config_re_compiled, is_per_tile, line, bench, argument
|
D | check_bench_regressions.py | 52 def __init__(self, bench, config, time_type, settings): argument
|
/external/skia/tools/VisualBench/ |
D | WrappedBenchmark.h | 23 explicit WrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) in WrappedBenchmark() 78 explicit CpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) in CpuWrappedBenchmark() 100 explicit GpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench, in GpuWrappedBenchmark()
|
D | VisualBenchmarkStream.cpp | 129 Benchmark* bench; in next() local 155 Benchmark* bench = fBenches->factory()(nullptr); in innerNext() local
|
/external/eigen/bench/btl/generic_bench/ |
D | bench.hh | 41 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/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
D | BufferPerformanceBench.java | 217 public void setupBench(BufferPerformanceBench bench) { in setupBench() 232 public void setupBench(BufferPerformanceBench bench) { in setupBench() 240 BufferPerformanceBench bench; field in BufferPerformanceBench.BufferSetup
|
/external/skia/tools/kilobench/ |
D | kilobench.cpp | 101 Benchmark* bench = nullptr; in next() local 419 static double time(int loops, Benchmark* bench, GPUTarget* target, TimingThread* timingThread) { in time() 443 static int setup_gpu_bench(GPUTarget* target, Benchmark* bench, int maxGpuFrameLag) { in setup_gpu_bench() 517 int setup_loops(Benchmark* bench) { in setup_loops() 536 Sample time_sample(Benchmark* bench, int loops) { in time_sample() 596 SkAutoTDelete<Benchmark> bench(b); in kilobench_main() local
|
/external/compiler-rt/test/tsan/ |
D | bench_acquire_release.cc | 16 void bench() { in bench() function
|
D | bench_acquire_only.cc | 16 void bench() { in bench() function
|
D | bench_rwmutex.cc | 18 void bench() { in bench() function
|
D | bench_single_writer.cc | 21 void bench() { in bench() function
|
D | bench_mutex.cc | 24 void bench() { in bench() function
|
D | bench_release_only.cc | 18 void bench() { in bench() function
|
D | bench_local_mutex.cc | 19 void bench() { in bench() function
|
D | bench_ten_mutexes.cc | 22 void bench() { in bench() function
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | bench_find_anomalies.py | 243 def _UnconfirmedAlertLinks(bench, change_points_as_lists): argument 281 def _ExtraAlertLinks(bench, change_points_as_lists): argument
|
/external/eigen/bench/ |
D | quatmul.cpp | 20 template<typename Quat> void bench(const std::string& label) in bench() function
|
D | benchFFT.cpp | 44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench() function
|
D | geometry.cpp | 90 EIGEN_DONT_INLINE void bench(const std::string& msg, const Transformation& t) in bench() function
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | main.py | 102 def bench(filenames, count): function
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | main.py | 89 def bench(filenames, count): function
|
/external/v8/test/mjsunit/regress/ |
D | regress-2185-2.js | 122 function bench(name, array) { function
|