HomeSort by relevance Sort by last modified time
    Searched refs:iteration (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
div_s.cpp 103 Word16 iteration;
125 for (iteration = 15; iteration > 0; iteration--)
216 register Word16 iteration; local
238 for (iteration = 5; iteration > 0; iteration--)
  /packages/apps/Camera/tests/src/com/android/camera/stress/
TestUtil.java 47 public void writeReportHeader(String reportTag, int iteration) throws Exception {
49 mOut.write("No of loops :" + iteration + "\n");
53 public void writeResult(int iteration) throws Exception {
54 mOut.write(" ," + iteration);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java 47 public void writeReportHeader(String reportTag, int iteration) throws Exception {
49 mOut.write("No of loops :" + iteration + "\n");
53 public void writeResult(int iteration) throws Exception {
54 mOut.write(" ," + iteration);
  /external/qemu/android/utils/
refset.h 23 int iteration; member in struct:__anon10522
42 s->iteration = 0;
63 (_set)->iteration += 2; \
71 (_set)->iteration -= 2; \
72 if ((_set)->iteration == 1) \
reflist.h 39 uint16_t iteration; member in struct:ARefList
53 l->iteration = 0;
136 _reflist_loop->iteration += 2; \
145 if (_reflist_loop->iteration & 1) \
160 (_reflist_loop->iteration |= 1, *_reflist_loop_at = NULL)
163 (_reflist_loop->iteration |= 1, *_reflist_loop_at = (val))
170 _reflist->iteration += 2; \
178 _reflist->iteration -= 2; \
179 if (_reflist->iteration == 1) \
199 _reflist->iteration |= 1; }
    [all...]
refset.c 114 /* You can't add items to a set during iteration! */
115 AASSERT(s->iteration == 0);
127 if (s->iteration == 0) {
145 if (s->iteration == 0) {
155 s->iteration |= 1;
169 s->iteration = 0;
reflist.c 39 if (l->iteration > 0) {
44 l->iteration |= 1;
144 if (l->iteration == 0) {
163 if (l->iteration > 0) {
166 l->iteration |= 1;
227 if (l->iteration & 1) {
239 l->iteration = 0;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerStressTestRunner.java 65 int iteration = Integer.parseInt(valueStr); local
66 if (iteration > 0) {
67 mSoftapIterations = iteration;
91 int iteration = Integer.parseInt(reconnectStr); local
92 if (iteration > 0) {
93 mReconnectIterations = iteration;
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 65 # of the 2nd iteration is performed BEFORE the SWP of the first
66 # iteration. Fortunately, this is easy to detect (I of the 1st
67 # iteration will be equal to J of the 2nd iteration) and when this
68 # happens, we simply forward the proper value from the 1st iteration
70 # of S[I] from the first iteration (thanks to the fact that SWP
74 # iteration issues at the same time as the LDI of the 3rd iteration.
129 # - Pipelined, the loop can execute in 3 cycles/iteration and
216 local ($iteration, $p) = @_
    [all...]
  /external/webkit/Tools/EWSTools/
start-queue.sh 54 ./Tools/Scripts/webkit-patch $1 --bot-id=$2 --no-confirm --exit-after-iteration 10
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_file.h 85 * Initializes a list iteration session.
90 * @param iteration List iteration identifier.
97 int32_t* iteration);
103 * iteration session.
105 * the iteration session.
111 * @param iteration See DRM_file_listOpen().
120 int32_t* iteration);
123 * Ends a list iteration session. Notifies the implementation
128 * @param iteration See DRM_file_listOpen()
    [all...]
  /packages/apps/Camera/perftests/panorama/
benchmark.cpp 82 for (int iteration = 0; iteration < KERNEL_ITERATIONS; iteration++) {
115 printf("Iteration %d: %dx%d moasic created: "
117 iteration, mosaicWidth, mosaicHeight,
121 if (iteration == 0) {
  /dalvik/tests/074-gc-thrash/src/
Main.java 253 private String dive(int depth, int iteration) {
266 switch (iteration % 8) {
268 funStr = str0 = makeString(iteration);
271 funStr = str1 = makeString(iteration);
274 funStr = str2 = makeString(iteration);
277 funStr = str3 = makeString(iteration);
280 funStr = str4 = makeString(iteration);
283 funStr = str5 = makeString(iteration);
286 funStr = str6 = makeString(iteration);
289 funStr = str7 = makeString(iteration);
    [all...]
  /external/chromium/net/disk_cache/
stress_cache.cc 54 int RunSlave(int iteration) {
59 cmdline.AppendArg(base::IntToString(iteration));
91 // iteration is the current crash cycle, so the entries on the cache are marked
93 void StressTheCache(int iteration) {
113 printf("Iteration %d, initial entries: %d\n", iteration,
152 "i: %d iter: %d, size: %d, truncate: %d", i, iteration, size,
235 long int iteration = strtol(argv[1], &end, 0); local
242 StressTheCache(iteration);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 225 int32_t* iteration)
238 * *iteration
245 *iteration = prefixLen;
253 *iteration = sep - tmpPathBuf1 + 1;
278 int32_t *session, int32_t* iteration)
283 * in *iteration
285 const uint16_t* strData = prefix + *iteration;
286 int32_t strLength = prefixLen - *iteration;
293 * which means *iteration characters from prefix, plus the
301 if ( (len + *iteration) > entrySize
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /external/chromium/testing/gtest/test/
gtest-listener_test.cc 66 int iteration) {
69 << "(" << iteration << ")";
110 int iteration) {
113 << "(" << iteration << ")";
  /external/gtest/test/
gtest-listener_test.cc 66 int iteration) {
69 << "(" << iteration << ")";
110 int iteration) {
113 << "(" << iteration << ")";
  /external/protobuf/gtest/test/
gtest-listener_test.cc 75 int iteration) {
78 << "(" << iteration << ")";
119 int iteration) {
122 << "(" << iteration << ")";
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 143 * In a results Bundle, this key references a List of iteration Bundles.
147 * In an iteration Bundle, this key describes the iteration.
391 Bundle iteration = new Bundle(); local
392 iteration.putString(METRIC_KEY_LABEL, label);
393 iteration.putLong(METRIC_KEY_EXECUTION_TIME, mExecTime);
394 iteration.putLong(METRIC_KEY_CPU_TIME, mCpuTime);
395 mPerfMeasurement.getParcelableArrayList(METRIC_KEY_ITERATIONS).add(iteration);
399 return iteration;
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 80 Bundle iteration = mPerfCollector.addIteration("timing1"); local
82 verifyIterationBundle(iteration, "timing1");
147 Bundle iteration = mPerfCollector.addIteration("timing5"); local
149 verifyIterationBundle(iteration, "timing5");
454 private void verifyIterationBundle(Bundle iteration, String label) {
455 assertEquals(3, iteration.size());
456 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_LABEL));
457 assertEquals(label, iteration.getString(PerformanceCollector.METRIC_KEY_LABEL));
458 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_CPU_TIME));
459 assertTrue(iteration.getLong(PerformanceCollector.METRIC_KEY_CPU_TIME) > 0)
472 Bundle iteration = (Bundle)iterations.get(i); local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
PRF.java 76 int iteration = 1; local
79 byte[] pref = new byte[iteration];
80 Arrays.fill(pref, (byte) (64 + iteration++));
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 208 register int16 iteration; local
227 for (iteration = 5; iteration > 0; iteration--)
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 320 private int iteration; field in class:PopularUrlsTest.RunStatus
332 iteration = 0;
341 iteration = Integer.parseInt(line);
379 output.write(iteration + newLine);
407 ++iteration;
415 return iteration;
  /external/v8/test/mjsunit/harmony/
block-for.js 105 // In a normal for statement the iteration variable is not
106 // freshly allocated for each iteration.
133 // In a for-in statement the iteration variable is fresh
134 // for earch iteration.

Completed in 808 milliseconds

1 2 3 4