HomeSort by relevance Sort by last modified time
    Searched refs:Repetitions (Results 1 - 11 of 11) sorted by null

  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattPMCReceiver.java 66 int startTime = 0, writeTime = 0, idleTime = 0, Repetitions = 1;
106 if (!extras.containsKey("Repetitions")) {
107 Log.e(TAG, "No Repetitions specified for GATT write");
110 str = extras.getString("Repetitions");
111 Log.d(TAG, "Repetitions = " + str);
112 Repetitions = Integer.valueOf(str);
114 mGattClientListener.startAlarm(startTime, writeTime, idleTime, Repetitions, null);
  /external/google-benchmark/test/
reporter_output_test.cc 185 BENCHMARK(BM_Repeat)->Repetitions(3);
208 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
218 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
235 ->Repetitions(3)
options_test.cc 37 BENCHMARK(BM_basic)->Repetitions(3);
  /external/libcxx/utils/google-benchmark/test/
reporter_output_test.cc 185 BENCHMARK(BM_Repeat)->Repetitions(3);
208 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
218 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
235 ->Repetitions(3)
options_test.cc 33 BENCHMARK(BM_basic)->Repetitions(3);
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 35 Repetitions:
51 Unlimited repetitions are not subject to this restriction.
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 35 Repetitions:
51 Unlimited repetitions are not subject to this restriction.
  /external/google-benchmark/include/benchmark/
benchmark_api.h 600 Benchmark* Repetitions(int n);
    [all...]
  /external/google-benchmark/src/
benchmark_register.cc 157 instance.repetitions = family->repetitions_;
376 Benchmark* Benchmark::Repetitions(int n) {
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 545 Benchmark* Repetitions(int n);
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 146 instance.repetitions = family->repetitions_;
347 Benchmark* Benchmark::Repetitions(int n) {

Completed in 362 milliseconds