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

1 2 3 4 56 7 8 91011>>

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 29 * During the iteration the XMPMeta-object must not be changed.
30 * Calls to <code>skipSubtree()</code> / <code>skipSiblings()</code> will affect the iteration.
38 /** the base namespace of the property path, will be changed during the iteration */
52 * @param schemaNS the iteration is reduced to this schema (optional)
53 * @param propPath the iteration is redurce to this property within the <code>schemaNS</code>
54 * @param options advanced iteration options, see {@link IteratorOptions}
63 // the start node of the iteration depending on the schema and property filter
207 /** iteration state */
209 /** iteration state */
211 /** iteration state *
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 56 * First step Newton iteration (solving t*t-x/t == 0) to 16 bits. In
65 * Second step Newton iteration to 47 bits. In double precision for
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_INDEXOF.S 49 /* Compute iteration count */
56 * r8: iteration count
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_INDEXOF.S 51 /* Compute iteration count */
58 * a3: iteration count
  /external/chromium_org/net/quic/congestion_control/
cube_root.cc 60 // iteration.
79 // Make one Newton-Raphson iteration.
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.1.in 10 \- Compiles ICU break iteration rules source files into binary data files
37 and creates a break iteration data file. Normally this data file has the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1423.js 30 // Test that the Lithium environment iterator does stop iteration early.
43 // iteration to stop early.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestContainerGenerator.java 54 * Returns the iteration ordering of elements, given the order in
63 * non-deterministic iteration order.
  /external/icu4c/tools/genbrk/
genbrk.1.in 10 \- Compiles ICU break iteration rules source files into binary data files
37 and creates a break iteration data file. Normally this data file has the
  /external/v8/test/mjsunit/regress/
regress-1423.js 30 // Test that the Lithium environment iterator does stop iteration early.
43 // iteration to stop early.
  /external/valgrind/main/drd/tests/
pth_barrier.c 53 printf("thread %lx iteration 0\n", pthread_self());
58 printf("thread %lx iteration %d; writing to %p\n",
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
advance_backward.hpp 80 ///// iteration, depth == 1
115 ///// iteration, depth == 2
advance_forward.hpp 80 ///// iteration, depth == 1
114 ///// iteration, depth == 2
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DequeMap.java 91 * value's key. Modifying this map during iteration is not supported. Iteration order is not
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 65 float iterDelay; // End of iteration delay in seconds
70 1e-3, // End of iteration delay
147 cerr << "Less than 1 iteration specified by: "
153 case 'd': // Delay between each iteration
262 // Create parcel to be sent. Will use the iteration cound
263 // and the iteration count + 3 as the two integer values
292 cerr << "Unexpected result for iteration " << iter << endl;
301 cout << "Time per iteration min: " << min
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 38 * Second is usage in ICU Services, such as break iteration, that will need to
40 * will need to use the iteration and related UText functions to gain
52 * Here is sample code for a forward iteration over the contents of a UText
376 * have the same iteration position within the text.
432 * The iteration position will be set to the start of the returned code point.
455 * Get the code point at the current iteration position,
456 * or U_SENTINEL (-1) if the iteration has reached the end of
468 * Get the code point at the current iteration position of the UText, and
481 * @return the Unicode code point at the iteration position.
502 * if the iteration has reached the start of the text
    [all...]
  /external/icu4c/i18n/unicode/
alphaindex.h 531 * Bucket numbers are zero-based, in Bucket iteration order.
543 * Get the zero based index of the current Bucket from an iteration
544 * over the Buckets of this index. Return -1 if no iteration is in process.
552 * Advance the iteration over the Buckets of this index. Return FALSE if
559 * @return TRUE if success, FALSE if at end of iteration
565 * Return the name of the Label of the current bucket from an iteration over the buckets.
566 * If the iteration is before the first Bucket (nextBucket() has not been called),
576 * iteration over Buckets.)
585 * If the current bucket iteration position is before the first label or after the
595 * Reset the Bucket iteration for this index. The next call to nextBucket(
    [all...]
  /art/test/302-float-conversion/src/
Main.java 27 //Every second iteration, sumInf becomes 0
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/
GLActivityIntentKeys.java 30 * The number of iterations to run, the workload increases with each iteration.
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSInitTest.java 37 Log.d("rscpptest", "Java iteration " + i);
  /dalvik/tests/302-float-conversion/src/
Main.java 27 //Every second iteration, sumInf becomes 0
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 110 iteration_summary.iteration = 0;
186 if (iteration_summary.iteration >= options_.max_num_iterations) {
205 iteration_summary.iteration) !=
212 iteration_summary.iteration));
225 iteration_summary.iteration = summary->iterations.back().iteration + 1;
273 // solve again. To do this, we are going to treat this iteration
274 // as an unsuccessful iteration. Since the various callbacks are
275 // still executed, we are going to fill the iteration summary
310 // Check if performing an inner iteration will make it better
    [all...]
  /external/chromium/chrome/browser/parsers/
metadata_parser.h 13 // Allows for Iteration on the Properties of a given file.
  /external/chromium/chrome/browser/resources/
network_menu.css 40 -webkit-animation-iteration-count:infinite;
  /external/chromium/chrome/browser/ui/views/frame/
browser_bubble_host.cc 15 // Do safe iteration in case the bubble winds up closing as a result of this

Completed in 316 milliseconds

1 2 3 4 56 7 8 91011>>