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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.h 31 * test the iteration functionality in different ways
35 * test the iteration functionality in different ways with unicodestring of UChar32's
sfwdchit.h 40 * in the iteration range
48 * in the iteration range
56 * at or after the current position in the iteration range.
58 * iteration.
rbbitst.h 95 * Internal method to perform iteration and test the first() and next() functions
99 * Internal method to perform iteration and test the last() and previous() functions
103 * Internal method to perform iteration and test the following() function
107 * Internal method to perform iteration and test the preceding() function
111 * Internal method to perform iteration and test the isBoundary() function
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
CollPerf.pl 48 #"Iteration icu forward null", ["$p TestIcu_ForwardIter_null"],
49 #"Iteration icu forward len", ["$p TestIcu_ForwardIter_len"],
50 #"Iteration icu backward null", ["$p TestIcu_BackwardIter_null"],
51 #"Iteration icu backward len", ["$p TestIcu_BackwardIter_len"],
52 #"Iteration/all icu forward null", ["$p TestIcu_ForwardIter_all_null"],
53 #"Iteration/all icu forward len", ["$p TestIcu_ForwardIter_all_len"],
54 #"Iteration/all icu backward null", ["$p TestIcu_BackwardIter_all_null"],
55 #"Iteration/all icu backward len", ["$p TestIcu_BackwardIter_all_len"],
  /external/icu4c/test/intltest/
citrtest.h 31 * test the iteration functionality in different ways
35 * test the iteration functionality in different ways with unicodestring of UChar32's
sfwdchit.h 40 * in the iteration range
48 * in the iteration range
56 * at or after the current position in the iteration range.
58 * iteration.
rbbitst.h 94 * Internal method to perform iteration and test the first() and next() functions
98 * Internal method to perform iteration and test the last() and previous() functions
102 * Internal method to perform iteration and test the following() function
106 * Internal method to perform iteration and test the preceding() function
110 * Internal method to perform iteration and test the isBoundary() function
  /external/icu4c/test/perf/collperf/
CollPerf.pl 49 #"Iteration icu forward null", ["$p TestIcu_ForwardIter_null"],
50 #"Iteration icu forward len", ["$p TestIcu_ForwardIter_len"],
51 #"Iteration icu backward null", ["$p TestIcu_BackwardIter_null"],
52 #"Iteration icu backward len", ["$p TestIcu_BackwardIter_len"],
53 #"Iteration/all icu forward null", ["$p TestIcu_ForwardIter_all_null"],
54 #"Iteration/all icu forward len", ["$p TestIcu_ForwardIter_all_len"],
55 #"Iteration/all icu backward null", ["$p TestIcu_BackwardIter_all_null"],
56 #"Iteration/all icu backward len", ["$p TestIcu_BackwardIter_all_len"],
  /external/chromium_org/net/quic/congestion_control/
cube_root.h 16 // Raphson iteration.
  /external/guava/guava/src/com/google/common/collect/
PeekingIterator.java 33 * Returns the next element in the iteration, without advancing the iteration.
35 * <p>Calls to {@code peek()} should not change the state of the iteration,
39 * @throws NoSuchElementException if the iteration has no more elements
  /libcore/luni/src/main/java/javax/crypto/spec/
PBEParameterSpec.java 37 * iteration count.
42 * the iteration count.
67 * Returns the iteration count.
69 * @return the iteration count.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 256 * Current iteration location. Usually this is the last location
298 * @param node Sets the root of the iteration.
300 * @return A DTMAxisIterator set to the start of the iteration.
320 * Get the next node in the iteration.
322 * @return The next node handle in the iteration, or END if no more
352 * @param node Sets the root of the iteration.
354 * @return A DTMAxisIterator set to the start of the iteration.
391 * Get the next node in the iteration. In this case, we return
394 * @return The next node handle in the iteration, or END.
443 * @param node Sets the root of the iteration
    [all...]
DTMAxisIteratorBase.java 32 /** The position of the last node within the iteration, as defined by XPath.
38 /** The position of the current node within the iteration, as defined by XPath.
43 /** The position of the marked node within the iteration;
49 /** The handle to the start, or root, of the iteration.
54 /** True if the start node should be considered part of the iteration.
59 /** True if this iteration can be restarted. False otherwise (eg, if
69 * @return The root node of the iteration.
95 * Set the flag to include the start node in the iteration.
111 /** Returns the position of the last node within the iteration, as
208 * @param node Node handle which iteration is about to yield
    [all...]
  /external/chromium_org/base/test/launcher/
test_results_tracker.h 41 // Called when a test iteration is starting.
47 // Prints a summary of current test iteration to stdout.
84 // Store test results for each iteration.
87 // Index of current iteration (starting from 0). -1 before the first
88 // iteration.
  /frameworks/base/tests/backup/
backup_stress_test.sh 33 echo "Iteration $i at `date`"
47 echo "FAILED iteration $i of $iterations; $failures failures so far"
48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
50 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1))
51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
TestRewriteRuleTokenStream.m 113 @"stream iteration should not throw exception"
116 @"stream iteration past element count (single element) should not throw exception"
131 @"stream iteration should not throw exception"
137 @"stream iteration should not throw exception"
143 @"stream iteration should not throw exception"
162 @"stream iteration should not throw exception"
168 @"stream iteration should not throw exception"
174 @"stream iteration should not throw exception"
182 @"stream iteration should not throw exception"
188 @"stream iteration should not throw exception
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
schriter.h 48 * The iteration range is the whole string, and the starting position is 0.
56 * The iteration range is the whole string, and the starting
58 * iteration range, the behavior of this object is undefined.
60 * @param textPos The starting position of the iteration
69 * The iteration range begins with the code unit specified by
77 * @param textBegin The begin position of the iteration range
78 * @param textEnd The end position of the iteration range
79 * @param textPos The starting position of the iteration
141 * Copies the UnicodeString under iteration into the UnicodeString
144 * @param result Receives a copy of the text under iteration
    [all...]
  /external/icu4c/common/unicode/
schriter.h 48 * The iteration range is the whole string, and the starting position is 0.
56 * The iteration range is the whole string, and the starting
58 * iteration range, the behavior of this object is undefined.
60 * @param textPos The starting position of the iteration
69 * The iteration range begins with the code unit specified by
77 * @param textBegin The begin position of the iteration range
78 * @param textEnd The end position of the iteration range
79 * @param textPos The starting position of the iteration
141 * Copies the UnicodeString under iteration into the UnicodeString
144 * @param result Receives a copy of the text under iteration
    [all...]
  /external/qemu/android/utils/
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;
  /external/ceres-solver/include/ceres/
iteration_callback.h 31 // When an iteration callback is specified, Ceres calls the callback
43 // iteration of the minimization.
46 : iteration(0),
64 // Current iteration number.
65 int32 iteration; member in struct:ceres::IterationSummary
70 // Note: step_is_valid is false when iteration = 0.
78 // Note: step_is_nonmonotonic is false when iteration = 0;
90 // Note: step_is_successful is false when iteration = 0.
97 // iteration. This can be positive or negative.
111 // Size of the trust region at the end of the current iteration. Fo
    [all...]
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 52 protected int mIteration = 20; // default iteration is set 20
78 /* Array to record jankiness data in each test iteration */
80 /* Array to record frame rate in each test iteration */
82 /* Array to save max accumulated frame number in each test iteration */
181 String mIterationStr = getPropertyString(mParams, "iteration");
203 * @param iteration
205 protected void startTrace(String testCaseName, int iteration) {
207 String outputFile = String.format("%s_%d_trace", mTestCaseName, iteration);
290 * @param iteration
292 protected void recordResults(String testCaseName, int iteration) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 29 /** Specifies the end of the iteration, and is the same as DTM.NULL. */
33 * Get the next node in the iteration.
35 * @return The next node handle in the iteration, or END.
73 * @param node Sets the root of the iteration.
75 * @return A DTMAxisIterator set to the start of the iteration.
83 * @return The root node of the iteration.
  /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) {
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_repeat.py 28 """Runs after each completion of a page iteration"""
32 """Runs after each completion of a pageset iteration"""
59 Always navigate on the first iteration of a page and on every new pageset.

Completed in 276 milliseconds

12 3 4 5 6 7 8 91011>>