/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingActivity.java | 497 public void benchmark(View v) { method in class:ImageProcessingActivity 533 // For benchmark test
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
test.go | 55 These additional files can contain test functions, benchmark functions, and 134 benchmark's identifier. 139 Run enough iterations of each benchmark to take t, specified 144 Run each test and benchmark n times (default 1). 319 The 'go test' command expects to find test, benchmark, and example functions 327 A benchmark function is one named BenchmarkXXX and should have the signature, 370 declaration, and no test or benchmark functions. [all...] |
alldocs.go | 718 // These additional files can contain test functions, benchmark functions, and [all...] |
/prebuilts/go/darwin-x86/src/net/ |
tcpsock_test.go | 175 // The benchmark creates GOMAXPROCS client/server pairs. 177 // The benchmark stresses concurrent reading and writing to the same connection.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
test.go | 55 These additional files can contain test functions, benchmark functions, and 134 benchmark's identifier. 139 Run enough iterations of each benchmark to take t, specified 144 Run each test and benchmark n times (default 1). 319 The 'go test' command expects to find test, benchmark, and example functions 327 A benchmark function is one named BenchmarkXXX and should have the signature, 370 declaration, and no test or benchmark functions. [all...] |
/prebuilts/go/linux-x86/src/net/ |
tcpsock_test.go | 175 // The benchmark creates GOMAXPROCS client/server pairs. 177 // The benchmark stresses concurrent reading and writing to the same connection.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
page_test_results_unittest.py | 8 from telemetry import benchmark 371 benchmark_metadata = benchmark.BenchmarkMetadata(
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
page_run_end_to_end_unittest.py | 14 from telemetry import benchmark 58 class EmptyMetadataForTest(benchmark.BenchmarkMetadata):
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 9 /// LZMA Benchmark
247 System.Console.WriteLine("\nError: dictionary size for benchmark must be >= 19 (512 KB)");
|
/libcore/ |
NativeCode.mk | 202 luni/src/benchmark/native/libcore_io_Memory_bench.cpp \
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
dom.go | 108 //TODO: benchmark and try to find criteria for swapping between
|
dom_test.go | 159 // sink for benchmark
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv_test.go | 268 panic("benchmark incorrect: conversion failed")
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
dom.go | 108 //TODO: benchmark and try to find criteria for swapping between
|
dom_test.go | 159 // sink for benchmark
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv_test.go | 268 panic("benchmark incorrect: conversion failed")
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/ |
story_runner_unittest.py | 16 from telemetry import benchmark 118 class EmptyMetadataForTest(benchmark.BenchmarkMetadata): 156 class FakeBenchmark(benchmark.Benchmark): [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
pybench.py | 3 """ A Python Benchmark Suite
157 the necessary interface to the benchmark machinery.
178 # for comparisons of benchmark runs - tests with unequal version
184 # measure. The benchmark will output the amount of run-time per
216 # Timer used for the benchmark
392 ### Benchmark base class
394 class Benchmark:
396 # Name of the benchmark
399 # Number of benchmark rounds to run
405 # Average benchmark round time [all...] |
/external/toolchain-utils/crosperf/ |
experiment_runner_unittest.py | 37 benchmark: kraken { 425 mock_cleanup.called_with(bench_run.benchmark.rm_chroot_tmp) 446 'Storing results of each benchmark run.'])
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
tls_test.go | 668 // panic rather than synchronize to avoid benchmark overhead 760 // panic rather than synchronize to avoid benchmark overhead
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
tls_test.go | 668 // panic rather than synchronize to avoid benchmark overhead 760 // panic rather than synchronize to avoid benchmark overhead
|
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 867 public long benchmark(String volId) { method in class:StorageManager 869 return mStorageManager.benchmark(volId); [all...] |
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader_test.go | 401 buf.WriteString("uncommon-header-for-benchmark: foo\r\n\r\n") 406 if _, ok := h["Uncommon-Header-For-Benchmark"]; !ok {
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader_test.go | 401 buf.WriteString("uncommon-header-for-benchmark: foo\r\n\r\n") 406 if _, ok := h["Uncommon-Header-For-Benchmark"]; !ok {
|
/external/v8/benchmarks/ |
deltablue.js | 19 // This implementation of the DeltaBlue benchmark is derived 27 new Benchmark('DeltaBlue', deltaBlue) 40 * Beware: this benchmark is written in a grotesque style where 785 * This is the standard DeltaBlue benchmark. A long chain of equality
|