HomeSort by relevance Sort by last modified time
    Searched full:iterations (Results 51 - 75 of 1508) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c 15 size_t ssid_len, int iterations, unsigned int count,
45 for (i = 1; i < iterations; i++) {
63 * @iterations: Number of iterations to run
69 * iterations is set to 4096 and buflen to 32. This function is described in
73 int iterations, u8 *buf, size_t buflen)
82 if (pbkdf2_sha1_f(passphrase, ssid, ssid_len, iterations,
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 37 iterations.clear();
38 iterations.reserve(reps);
53 iterations.push_back(count);
57 return (iterations.size() < reps);
62 sort(iterations.begin(), iterations.end());
63 return 1.0/iterations[reps/2];
67 // For storing loop iterations of a trial
68 vector<long> iterations; member in class:STL_Timer
71 // For counting loop iterations of a tria
    [all...]
  /external/valgrind/drd/tests/
annotate_barrier.c 46 int iterations; member in struct:threadinfo
102 * Single thread, which touches p->iterations elements of array p->array.
113 for (i = 0; i < p->iterations; i++)
125 static void barriers_and_races(const int nthread, const int iterations)
134 array = malloc(iterations * sizeof(array[0]));
146 t[i].iterations = iterations;
163 int iterations; local
166 iterations = (argc > 2) ? atoi(argv[2]) : 3;
169 barriers_and_races(nthread, iterations);
    [all...]
  /external/autotest/client/deps/glbench/src/
testbase.cc 27 uint64_t TimeTest(TestBase* test, uint64_t iterations) {
31 if (!test->TestFunc(iterations))
46 // the marginal cost, so we try more and more iterations until we reach the
67 // Do two iterations because initial timings can vary wildly.
73 uint64_t iterations = 1; local
78 time = TimeTest(test, iterations);
79 dbg_printf("iterations: %llu: time: %llu time/iter: %llu\n",
80 iterations, time, time / iterations);
87 (iterations + iterations_prev))
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
RepeatingSensorOperation.java 37 * @param iterations the number of iterations to run the operation for.
39 public RepeatingSensorOperation(SensorOperation operation, int iterations) {
44 mIterations = iterations;
49 * one iterations, it is thrown and all subsequent iterations will not run.
  /external/toybox/toys/other/
shred.c 18 -n COUNT Random overwrite iterations (default 1)
34 long iterations;
44 if (!(toys.optflags & FLAG_n)) TT.iterations++;
78 if (++iter == TT.iterations && (toys.optargs && FLAG_z)) {
82 if (iter >= TT.iterations) break;
99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw);
  /external/vixl/benchmarks/
bench-branch-masm.cc 41 int iterations = 0; local
44 case 1: iterations = kDefaultIterationCount; break;
45 case 2: iterations = atoi(argv[1]); break;
47 printf("Usage: %s [#iterations]\n", argv[0]);
60 for (int i = 0; i < iterations;) {
62 for (int j = 0; (j < max_buffer_iterations) && (i < iterations); ++j, ++i) {
  /system/bt/test/
run_unit_tests.sh 16 echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ...] [--<arg> ...]"
28 iterations=1
42 echo "error: number of iterations expected" 1>&2
46 iterations=$(( $1 ))
102 for i in $(seq 1 ${iterations})
108 failed_tests+=( "${name} ${failed_count}/${iterations}" )
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
NSEC3.py 43 @ivar iterations: the number of iterations
44 @type iterations: int
52 __slots__ = ['algorithm', 'flags', 'iterations', 'salt', 'next', 'windows']
54 def __init__(self, rdclass, rdtype, algorithm, flags, iterations, salt,
59 self.iterations = iterations
80 return '%u %u %u %s %s%s' % (self.algorithm, self.flags, self.iterations,
86 iterations = tok.get_uint16()
126 return cls(rdclass, rdtype, algorithm, flags, iterations, salt, next, windows
    [all...]
  /external/autotest/client/site_tests/network_GobiUncleanDisconnect/
network_GobiUncleanDisconnect.py 21 def run_once(self, iterations=10):
22 for iteration in xrange(iterations):
  /external/autotest/client/site_tests/network_MobileSuspendResume/
control.wimax_stress_autoconnect_off 7 PURPOSE = "Test wimax device state after suspend/resume over many iterations"
9 Check the wimax state of the device after many iterations of suspend/resume.
control.wimax_stress_autoconnect_on 7 PURPOSE = "Test wimax device state after suspend/resume over many iterations"
9 Check the wimax state of the device after many iterations of suspend/resume.
  /external/autotest/client/site_tests/power_SuspendStress/
control.video 10 PURPOSE = "Run repeated iterations of suspend/resume while rendering a video."
23 tag='power_SuspendStress', iterations=4)])
  /external/autotest/client/tests/tracing_microbenchmark/
control 27 job.run_test('tracing_microbenchmark', tracer='off', tag='off', iterations=10)
28 job.run_test('tracing_microbenchmark', tracer='ftrace', tag='ftrace', iterations=10)
  /external/autotest/server/site_tests/platform_BootPerfServer/
control.bootperf 22 # iterations to perform.
27 iterations=int(args[0]))
  /external/libbrillo/brillo/message_loops/
message_loop_utils.cc 28 int MessageLoopRunMaxIterations(MessageLoop* loop, int iterations) {
30 for (result = 0; result < iterations && loop->RunOnce(false); result++) {}
message_loop_utils.h 23 // Run the MessageLoop |loop| for up to |iterations| times without blocking.
26 int iterations);
  /system/extras/tests/workloads/
youtube.sh 7 iterations=10
20 echo "-i iterations"
92 while [ $cur -le $iterations ]
144 ((aveJanks=jankSum/iterations))
145 ((aveFrames=frameSum/iterations))
146 ((aveLatency90=latency90Sum/iterations))
147 ((aveLatency95=latency95Sum/iterations))
148 ((aveLatency99=latency99Sum/iterations))
  /external/autotest/client/samples/
control.parallel 13 job.run_test('kernbench', iterations=2, threads=5)
  /external/autotest/client/site_tests/network_3GDisableGobiWhileConnecting/
control 32 iterations=ITERATIONS_PER_TEST,
45 iterations=ITERATIONS_PER_TEST,
59 iterations=ITERATIONS_PER_TEST,
69 iterations=1,
  /external/autotest/client/site_tests/network_3GDisableWhileConnecting/
control.pseudomodem 35 iterations=ITERATIONS_PER_TEST,
45 iterations=ITERATIONS_PER_TEST,
56 iterations=ITERATIONS_PER_TEST,
66 iterations=ITERATIONS_PER_TEST,
  /external/autotest/client/site_tests/platform_Pkcs11LoadPerf/
control 17 iterations=3,
  /external/autotest/client/site_tests/power_CheckAfterSuspend/
power_CheckAfterSuspend.py 18 This can easily run multiple iterations with the built in Autotest
19 iterations parameter to run_test():
21 test_that -b <board> --iterations=3 ${MACHINE_IP} \
42 Handles iterations by adding tags with the iteration#.
  /external/autotest/client/tests/parallel_dd/
control 14 job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
  /external/autotest/client/tests/tiobench/
control 14 iterations=2,

Completed in 451 milliseconds

1 23 4 5 6 7 8 91011>>