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

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
bind_fwd.hpp 88 ///// iteration
placeholders.hpp 78 ///// iteration
  /art/test/055-enum-performance/src/
Main.java 65 System.out.printf("test1: %.3g msec per iteration\n", msec1);
66 System.out.printf("test2: %.3g msec per iteration\n", msec2);
67 System.out.printf("test3: %.3g msec per iteration\n", msec3);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveActivity.java 137 // Creates a watchdog to ensure a iteration doesn't exceed the timeout.
139 // Used to record the start and end time of the iteration.
142 // The workload to use for this iteration.
  /dalvik/tests/055-enum-performance/src/
Main.java 45 System.out.printf("test1: %.3g msec per iteration\n", msec1);
46 System.out.printf("test2: %.3g msec per iteration\n", msec2);
47 System.out.printf("test3: %.3g msec per iteration\n", msec3);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java 97 * @return true if the iteration of this list has not yet begun.
102 * Get a cloned Iterator that is reset to the start of the iteration.
104 * @return A clone of this iteration that has been reset.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS12ParametersGenerator.java 165 * Generate a key parameter derived from the password, salt, and iteration
183 * the password, salt, and iteration count we are currently initialised
206 * salt, and iteration count we are currently initialised with.
  /external/chromium/base/
id_map.h 114 // It is safe to remove elements from the map during iteration. All iterators
200 // handle removing items during iteration.
203 // Keep set of IDs that should be removed after the outermost iteration has
  /external/chromium_org/base/android/java/src/org/chromium/base/
ObserverList.java 17 * This container can be modified during iteration without invalidating the iterator.
54 * An observer should not be added to the same list more than once. If an iteration is already
55 * in progress, this observer will be not be visible during that iteration.
  /external/chromium_org/third_party/freetype/include/freetype/
ftlist.h 180 /* node :: The current iteration list node. */
183 /* Can be used to point to the iteration's state. */
231 /* be used to point to the iteration's state. */
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_unroll.cpp 128 * will execute exactly once. Remove the break, set the iteration
148 * temporary continue inserted in each iteration of the loop
207 /* placeholder that will be removed in the next iteration */
  /external/chromium_org/tools/site_compare/utils/
browser_iterate.py 33 """Adds the necessary flags for iteration to a command.
75 command: the command line containing the iteration flags
195 # Invoke the iteration function
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 198 /* initialize levenberg-marquardt parameter and iteration counter. */
226 /* on the first iteration and if external scaling is not used, scale according */
233 /* on the first iteration, calculate the norm of the scaled x */
272 /* on the first iteration, adjust the initial step bound. */
317 /* test for successful iteration. */
319 /* successful iteration. update x, fvec, and their norms. */
414 /* initialize levenberg-marquardt parameter and iteration counter. */
479 /* on the first iteration and if external scaling is not used, scale according */
486 /* on the first iteration, calculate the norm of the scaled x */
519 /* on the first iteration, adjust the initial step bound. *
    [all...]
  /external/freetype/include/freetype/
ftlist.h 180 /* node :: The current iteration list node. */
183 /* Can be used to point to the iteration's state. */
231 /* be used to point to the iteration's state. */
  /external/icu4c/samples/citer/
citer.cpp 81 // Testing forward iteration...
144 // Testing backward iteration over a range...
178 u_fprintf(out, "ICU Iteration Sample Program (C++)\n\n");
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintInverseKinematics.java 96 // int iteration = 0;
97 // while (error >= IK_SOLVER_ERROR && iteration <= maxIterations) {
111 // ++iteration;
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 449 // Because of this, we allow iteration up to a specified iteration count.
452 // iteration count limit in case there is crazy code.
453 unsigned Iteration = 0;
456 DEBUG(if (Iteration)
457 dbgs() << " SCCPASSMGR: Re-visiting SCC, iteration #"
458 << Iteration << '\n');
461 } while (Iteration++ < MaxIterations && DevirtualizedCall);
464 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration
    [all...]
  /external/mesa3d/src/glsl/
loop_unroll.cpp 128 * will execute exactly once. Remove the break, set the iteration
148 * temporary continue inserted in each iteration of the loop
207 /* placeholder that will be removed in the next iteration */
  /external/skia/tools/
PictureBenchmark.cpp 119 // logPerIter or printMin options, since it does not know the time per iteration. It
156 // TODO(borenet): Turn off per-iteration tile time reporting for now. Avoiding logging the time
157 // for every iteration for each tile cuts down on data file size by a significant amount. Re-enable
  /libcore/crypto/src/main/java/org/conscrypt/
PRF.java 76 int iteration = 1; local
79 byte[] pref = new byte[iteration];
80 Arrays.fill(pref, (byte) (64 + iteration++));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
242 /* fn returns 0 to continue iteration */
259 /* fn returns 0 to continue iteration */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
242 /* fn returns 0 to continue iteration */
259 /* fn returns 0 to continue iteration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
242 /* fn returns 0 to continue iteration */
259 /* fn returns 0 to continue iteration */
  /external/chromium_org/chrome/test/functional/
perf.py 13 to run. An additional, initial iteration will also be run to "warm up" the
14 environment, and the result from that initial iteration will be ignored.
301 (such as an iteration number) and 'y' is the corresponding performance
307 with the performance measurements, such as 'iteration' if the x values
308 are iteration numbers. If this argument is specified, then the
423 x-axis value (such as an iteration number) and 'y' is the
431 with the performance measurements, such as 'iteration' if the x values
432 are iteration numbers. If this argument is specified, then the
627 for iteration in range(self._num_iterations + 1):
633 # Ignore the first iteration
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
normlzr.h 40 * provides iteration over its normalized form
85 * function's iteration semantics (post-increment or pre-decrement).
103 * With multiple iteration calls, this is repeated until the next piece
107 * iteration index into that buffer are not exposed on the API.
113 * (with careful consideration of the iteration semantics),
133 * If DONE is returned from an iteration function that returns a code point,
446 // Iteration API
512 * Set the iteration position in the input text that is being normalized,
530 * Retrieve the current iteration position in the input text that is
613 * until the iteration is able to re-sync at the next base character
    [all...]

Completed in 595 milliseconds

<<11121314151617181920>>