Searched refs:Benchmark (Results 226 - 250 of 263) sorted by relevance

1234567891011

/external/skia/bench/
H A DMatrix44Bench.cpp8 #include "Benchmark.h"
13 class Matrix44Bench : public Benchmark {
40 typedef Benchmark INHERITED;
H A DMemcpyBench.cpp8 #include "Benchmark.h"
14 class Memcpy32Bench : public Benchmark {
H A DStackBench.cpp8 #include "Benchmark.h"
32 struct StackBench : public Benchmark {
H A DColorFilterBench.cpp7 #include "Benchmark.h"
19 class ColorFilterBaseBench : public Benchmark {
61 typedef Benchmark INHERITED;
H A DGameBench.cpp8 #include "Benchmark.h"
17 class GameBench : public Benchmark {
307 typedef Benchmark INHERITED;
H A DBitmapBench.cpp8 #include "Benchmark.h"
73 class BitmapBench : public Benchmark {
171 typedef Benchmark INHERITED;
H A DMatrixBench.cpp8 #include "Benchmark.h"
14 class MatrixBench : public Benchmark {
41 typedef Benchmark INHERITED;
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc163 class Benchmark {
315 Benchmark() function
338 ~Benchmark() {
715 leveldb::Benchmark benchmark;
/external/chromium_org/tools/perf/benchmarks/
H A Ddromaeo.py95 class _DromaeoBenchmark(benchmark.Benchmark):
/external/chromium_org/v8/benchmarks/
H A Dbase.js38 function Benchmark(name, run, setup, tearDown) { class
46 // Benchmark results hold the benchmark and the measured time used to
H A Dsplay.js37 new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown)
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DBenchmark.java44 public class Benchmark { class
/external/chromium_org/third_party/skia/bench/
H A DColorFilterBench.cpp7 #include "Benchmark.h"
19 class ColorFilterBaseBench : public Benchmark {
61 typedef Benchmark INHERITED;
H A DGameBench.cpp8 #include "Benchmark.h"
17 class GameBench : public Benchmark {
307 typedef Benchmark INHERITED;
H A DBitmapBench.cpp8 #include "Benchmark.h"
73 class BitmapBench : public Benchmark {
169 typedef Benchmark INHERITED;
H A DMatrixBench.cpp8 #include "Benchmark.h"
14 class MatrixBench : public Benchmark {
41 typedef Benchmark INHERITED;
H A DPatchBench.cpp7 #include "Benchmark.h"
22 class PatchBench : public Benchmark {
156 typedef Benchmark INHERITED;
/external/owasp/sanitizer/
H A DMakefile150 org.owasp.html.Benchmark benchmark-data/Yahoo\!.html
155 java -cp ${TEST_CLASSPATH}:out/classes -agentlib:hprof=cpu=times,format=a,file=out/java.hprof.txt,lineno=y,doe=y org.owasp.html.Benchmark benchmark-data/Yahoo\!.html s
/external/bison/etc/
H A Dbench.pl.in21 use Benchmark qw (:all);
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcloud_storage_test_base.py219 class TestBase(benchmark.Benchmark):
H A Dcontext_lost.py316 class ContextLost(benchmark_module.Benchmark):
/external/chromium_org/tools/telemetry/telemetry/
H A Dbenchmark.py35 class Benchmark(command_line.Command): class in inherits:command_line.Command
167 """Get the PageTest for this Benchmark.
169 If the Benchmark has no PageTest, raises NotImplementedError.
179 """Get the PageSet for this Benchmark.
181 If the Benchmark has no PageSet, raises NotImplementedError.
/external/chromium_org/tools/telemetry/telemetry/page/
H A Drecord_wpr.py119 benchmark.Benchmark)
122 self._parser = self._options.CreateParser(usage='%prog <PageSet|Benchmark>')
192 print >> sys.stderr, 'Usage: record_wpr <PageSet|Benchmark>\n'
/external/chromium_org/v8/test/perf-test/Collections/
H A Dbase.js26 function Benchmark(name, doWarmup, doDeterministic, deterministicIterations, class
40 // Benchmark results hold the benchmark and the measured time used to
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java64 @Override public void prepare(final Benchmark benchmark) {

Completed in 777 milliseconds

1234567891011