HomeSort by relevance Sort by last modified time
    Searched refs:benchmark (Results 301 - 325 of 400) sorted by null

<<111213141516

  /external/regex-re2/
Makefile 56 util/benchmark.h\
196 obj/test/regexp_benchmark: obj/libre2.a obj/re2/testing/regexp_benchmark.o $(TESTOFILES) obj/util/benchmark.o
198 $(CXX) -o $@ obj/re2/testing/regexp_benchmark.o $(TESTOFILES) obj/util/benchmark.o obj/libre2.a $(LDFLAGS) $(LDPCRE)
246 benchmark: obj/test/regexp_benchmark
263 (echo '==BENCHMARK==' `hostname` `date`; \
  /external/toolchain-utils/crosperf/
experiment_status.py 137 benchmark_name = benchmark_run.benchmark.name
benchmark_run_unittest.py 21 from benchmark import Benchmark
40 self.test_benchmark = Benchmark(
87 bench = Benchmark(
104 'self', 'name', 'benchmark', 'label', 'iteration', 'cache_conditions',
255 "Benchmark run: 'test_run' failed: This is an exception test; it is "
402 mock_runner.assert_called_with(mock_machine.name, br.label, br.benchmark,
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 5 // Large data benchmark.
8 // We benchmark converting between the JSON form
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 5 // Large data benchmark.
8 // We benchmark converting between the JSON form
  /prebuilts/go/darwin-x86/src/math/big/
hilbert_test.go 5 // A little test program and benchmark for rational arithmetics.
  /prebuilts/go/linux-x86/src/math/big/
hilbert_test.go 5 // A little test program and benchmark for rational arithmetics.
  /external/vogar/src/vogar/
Vogar.java 185 @Option(names = { "--benchmark" })
186 boolean benchmark = false; field in class:Vogar
240 System.out.println(" the target process is a Caliper benchmark or main method.");
268 System.out.println(" --benchmark: for use with dalvikvm, this dexes all files together,");
330 System.out.println(" Default is determined by --benchmark and --testonly, if they are");
342 System.out.println(" Default is: " + checkJni + ", but disabled for --benchmark.");
502 if (benchmark || debugPort != null) {
567 // When using --benchmark,
568 // caliper will spawn each benchmark as a new process (default dalvikvm).
573 if ("app_process".equals(vmCommand) && benchmark) {
    [all...]
  /frameworks/base/core/java/android/os/storage/
IStorageManager.aidl 279 long benchmark(in String volId) = 59;
  /prebuilts/go/darwin-x86/test/bench/go1/
fasta_test.go 9 // Not a benchmark; input for revcomp.
parserdata_test.go 5 // Input for parser benchmark.
9 // We compile the data into the binary so that the benchmark is
  /prebuilts/go/linux-x86/test/bench/go1/
fasta_test.go 9 // Not a benchmark; input for revcomp.
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 203 public void benchmark(View v) { method in class:LevelsRSActivity
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Instrument.java 75 * The application of an instrument to a particular benchmark method.
118 public abstract void dryRun(Object benchmark) throws InvalidBenchmarkException;
  /external/google-benchmark/src/
sysinfo.cc 50 namespace benchmark { namespace
348 } // end namespace benchmark
timers.cc 53 namespace benchmark { namespace
104 // https://github.com/google/benchmark/pull/292
129 // https://github.com/google/benchmark/pull/292
195 } // end namespace benchmark
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 50 namespace benchmark { namespace
348 } // end namespace benchmark
timers.cc 53 namespace benchmark { namespace
104 // https://github.com/google/benchmark/pull/292
129 // https://github.com/google/benchmark/pull/292
195 } // end namespace benchmark
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 87 } else if ("benchmark".equals(op)) {
214 mSm.benchmark(volId);
257 System.err.println(" sm benchmark VOLUME");
  /frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 165 public void benchmark(View v) { method in class:SampleRSActivity
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatProgress.java 103 mPrivateBench = storage.benchmark(privateVol.getId());
164 // The static threshold was derived by running the benchmark on
180 // benchmark, and it should be redone any time the benchmark
183 Log.d(TAG, "New volume took " + mPrivateBench + "ms to run benchmark");
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 286 // The benchmark creates GOMAXPROCS client/server pairs.
288 // The benchmark stresses concurrent reading and writing to the same connection.
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 5 // Garbage collection benchmark: parse Go packages repeatedly.
128 // Standard gotest benchmark output, collected by build dashboard.
  /prebuilts/go/darwin-x86/test/
fibo.go 9 // fibo -bench benchmark fibonacci computation (takes about 1 min)
16 // Command fibo is a stand-alone test and benchmark to
280 res := testing.Benchmark(func(b *testing.B) { benchFibo(b, n, half, opt) })
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 286 // The benchmark creates GOMAXPROCS client/server pairs.
288 // The benchmark stresses concurrent reading and writing to the same connection.

Completed in 1466 milliseconds

<<111213141516