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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera/perftests/panorama/
README.txt 9 Iteration 0: 1454x330 moasic created: 4.33 seconds (2.05 + 2.28)
10 Iteration 1: 1454x330 moasic created: 4.26 seconds (1.83 + 2.44)
11 Iteration 2: 1454x330 moasic created: 5.57 seconds (2.73 + 2.84)
12 Iteration 3: 1454x330 moasic created: 5.15 seconds (2.33 + 2.82)
13 Iteration 4: 1454x330 moasic created: 6.22 seconds (2.05 + 4.16)
14 Iteration 5: 1454x330 moasic created: 6.31 seconds (2.16 + 4.15)
15 Iteration 6: 1454x330 moasic created: 5.04 seconds (2.03 + 3.01)
16 Iteration 7: 1454x330 moasic created: 6.30 seconds (3.47 + 2.83)
17 Iteration 8: 1454x330 moasic created: 6.57 seconds (1.83 + 4.73)
18 Iteration 9: 1454x330 moasic created: 6.27 seconds (2.28 + 4.00
    [all...]
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
global_sideffects1.js 11 alert('iteration: ' + g_iteration);
global_sideffects3.js 11 alert('iteration: ' + g_iteration);
global_sideffects4.js 13 alert('iteration: ' + g_iteration);
  /external/qemu/android/utils/
refset.h 23 int iteration; member in struct:__anon24777
42 s->iteration = 0;
63 (_set)->iteration += 2; \
71 (_set)->iteration -= 2; \
72 if ((_set)->iteration == 1) \
  /external/chromium_org/third_party/icu/source/common/unicode/
uchriter.h 37 * The iteration range is 0 to <code>length-1</code>.
48 * The iteration range is 0 to <code>length-1</code>.
53 * iteration range, the behavior of this object is undefined.
56 * @param position The starting position of the iteration
64 * The iteration range is 0 to <code>end-1</code>.
69 * form a valid iteration range or "position" is outside the valid
70 * iteration range, the behavior of this object is undefined.
73 * @param textBegin The begin position of the iteration range
74 * @param textEnd The end position of the iteration range
75 * @param position The starting position of the iteration
    [all...]
chariter.h 23 * Abstract class that defines an API for forward-only iteration
25 * This is a minimal interface for iteration without random access
26 * or backwards iteration. It is especially useful for wrapping
55 * iteration loop should not be mixed. In UTF-16, if the current position
59 * <p>For iteration with either function, there are two ways to
60 * check for the end of the iteration. When there are no more
93 * when the iterator has reached the limits of its iteration.
144 * in the iteration range
154 * in the iteration range
164 * at or after the current position in the iteration range
    [all...]
  /external/icu4c/common/unicode/
uchriter.h 37 * The iteration range is 0 to <code>length-1</code>.
48 * The iteration range is 0 to <code>length-1</code>.
53 * iteration range, the behavior of this object is undefined.
56 * @param position The starting position of the iteration
64 * The iteration range is 0 to <code>end-1</code>.
69 * form a valid iteration range or "position" is outside the valid
70 * iteration range, the behavior of this object is undefined.
73 * @param textBegin The begin position of the iteration range
74 * @param textEnd The end position of the iteration range
75 * @param position The starting position of the iteration
    [all...]
chariter.h 23 * Abstract class that defines an API for forward-only iteration
25 * This is a minimal interface for iteration without random access
26 * or backwards iteration. It is especially useful for wrapping
55 * iteration loop should not be mixed. In UTF-16, if the current position
59 * <p>For iteration with either function, there are two ways to
60 * check for the end of the iteration. When there are no more
93 * when the iterator has reached the limits of its iteration.
144 * in the iteration range
154 * in the iteration range
164 * at or after the current position in the iteration range
    [all...]
  /frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
mandelbrot.rs 29 int iteration = 0;
30 while((t2.x + t2.y < 4.f) && (iteration < gMaxIteration)) {
34 iteration++;
38 if(iteration >= gMaxIteration) {
41 *v_out = (uchar4){iteration & 0xff, (iteration >> 6) & 0xff, 0x8f, 0xff};
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
CollPerf_r.pl 43 "Iteration icu forward null", ["$p1 TestIcu_ForwardIter_null", "$p2 TestIcu_ForwardIter_null"],
44 "Iteration icu forward len", ["$p1 TestIcu_ForwardIter_len", "$p2 TestIcu_ForwardIter_len"],
45 "Iteration icu backward null", ["$p1 TestIcu_BackwardIter_null", "$p2 TestIcu_BackwardIter_null"],
46 "Iteration icu backward len", ["$p1 TestIcu_BackwardIter_len", "$p2 TestIcu_BackwardIter_len"],
47 "Iteration/all icu forward null", ["$p1 TestIcu_ForwardIter_all_null", "$p2 TestIcu_ForwardIter_all_null"],
48 "Iteration/all icu forward len", ["$p1 TestIcu_ForwardIter_all_len", "$p2 TestIcu_ForwardIter_all_len"],
49 "Iteration/all icu backward null", ["$p1 TestIcu_BackwardIter_all_null", "$p2 TestIcu_BackwardIter_all_null"],
50 "Iteration/all icu backward len", ["$p1 TestIcu_BackwardIter_all_len", "$p2 TestIcu_BackwardIter_all_len"],
  /external/icu4c/test/perf/collperf/
CollPerf_r.pl 43 "Iteration icu forward null", ["$p1 TestIcu_ForwardIter_null", "$p2 TestIcu_ForwardIter_null"],
44 "Iteration icu forward len", ["$p1 TestIcu_ForwardIter_len", "$p2 TestIcu_ForwardIter_len"],
45 "Iteration icu backward null", ["$p1 TestIcu_BackwardIter_null", "$p2 TestIcu_BackwardIter_null"],
46 "Iteration icu backward len", ["$p1 TestIcu_BackwardIter_len", "$p2 TestIcu_BackwardIter_len"],
47 "Iteration/all icu forward null", ["$p1 TestIcu_ForwardIter_all_null", "$p2 TestIcu_ForwardIter_all_null"],
48 "Iteration/all icu forward len", ["$p1 TestIcu_ForwardIter_all_len", "$p2 TestIcu_ForwardIter_all_len"],
49 "Iteration/all icu backward null", ["$p1 TestIcu_BackwardIter_all_null", "$p2 TestIcu_BackwardIter_all_null"],
50 "Iteration/all icu backward len", ["$p1 TestIcu_BackwardIter_all_len", "$p2 TestIcu_BackwardIter_all_len"],
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
ReadMe.txt 16 BreakItWord250: Tests word break iteration with 250 iterations.
17 BreakItWord10000: Tests word break iteration with 10000 iterations.
18 BreakItChar250: Tests character break iteration with 250 iterations.
19 BreakItChar10000: Tests character break iteration with 10000 iterations.
  /external/icu4c/test/perf/DateFmtPerf/
ReadMe.txt 16 BreakItWord250: Tests word break iteration with 250 iterations.
17 BreakItWord10000: Tests word break iteration with 10000 iterations.
18 BreakItChar250: Tests character break iteration with 250 iterations.
19 BreakItChar10000: Tests character break iteration with 10000 iterations.
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /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/Camera2/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);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/
iterate.hpp 76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp>
77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp>
78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp>
79 # define BOOST_PP_ITERATE_4 <boost/preprocessor/iteration/detail/iter/forward4.hpp>
80 # define BOOST_PP_ITERATE_5 <boost/preprocessor/iteration/detail/iter/forward5.hpp>
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 206 * @param context The context node if this iteration.
207 * @param current The current node of the iteration.
209 * @return the next node in the iteration, or DTM.NULL.
220 * @param context The context node of this iteration.
221 * @param current The current node of the iteration.
224 * @return the next node in the iteration, or DTM.NULL.
249 * returned or the iteration will go into an infinate loop. To see if
263 * returned or the iteration will go into an infinate loop. To see if
289 * @param context The context node of this iteration.
290 * @param current The current node of the iteration
    [all...]
  /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;
  /cts/tests/src/android/renderscript/cts/
group2.rs 14 rsDebug("Failed to read in on iteration: ", x);
19 rsDebug("Failed to read -5 on iteration: ", x);
  /external/chromium/base/
dir_reader_fallback.h 14 // the iteration at the beginning of the directory.
19 // Move to the next entry returning false if the iteration is complete.
  /external/chromium_org/base/files/
dir_reader_fallback.h 13 // the iteration at the beginning of the directory.
20 // Move to the next entry returning false if the iteration is complete.
  /external/chromium_org/content/public/common/
sandbox_type_mac.h 14 SANDBOX_TYPE_FIRST_TYPE = 0, // Placeholder to ease iteration.
34 SANDBOX_TYPE_AFTER_LAST_TYPE, // Placeholder to ease iteration.

Completed in 877 milliseconds

1 2 3 4 5 6 7 8 91011>>