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

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/src/utils/
radiotap_iter.h 21 /* Radiotap header iteration
  /frameworks/base/core/java/android/content/
EntityIterator.java 23 * {@link Entity} objects. In addition to the iteration functionality it also allows
  /ndk/
remove-windows-symlink.sh 20 # with it in the next iteration. There is potential infinite-loop
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_prefix.hpp 21 #include <boost/preprocessor/iteration/iterate.hpp>
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementParallelTimeContainer.java 20 * specify a repeat iteration. (?)
  /external/chromium/testing/gtest/test/
gtest_shuffle_test.py 96 test iteration.
264 # iteration, and this test depends on the current implementation
272 # order as in iteration 1 above.
278 # order as in iteration 2 above. Success means that Google Test
280 # beginning of iteration 2.
286 # order as in iteration 3 above. Success means that Google Test
288 # beginning of iteration 3.
  /external/chromium_org/testing/gtest/test/
gtest_shuffle_test.py 96 test iteration.
264 # iteration, and this test depends on the current implementation
272 # order as in iteration 1 above.
278 # order as in iteration 2 above. Success means that Google Test
280 # beginning of iteration 2.
286 # order as in iteration 3 above. Success means that Google Test
288 # beginning of iteration 3.
  /external/chromium_org/third_party/icu/source/common/unicode/
usetiter.h 68 * <tt>string</tt> for the current iteration result.
83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
157 * true. If the current iteration item is a code point, a UnicodeString
169 * Advances the iteration position to the next element in the set,
181 * <p>The order of iteration is all code points in sorted order,
200 * <p>The order of iteration is all code points ranges in sorted
281 * string and the current iteration item is a code point, not a string.
  /external/gtest/test/
gtest_shuffle_test.py 96 test iteration.
264 # iteration, and this test depends on the current implementation
272 # order as in iteration 1 above.
278 # order as in iteration 2 above. Success means that Google Test
280 # beginning of iteration 2.
286 # order as in iteration 3 above. Success means that Google Test
288 # beginning of iteration 3.
  /external/icu4c/common/unicode/
usetiter.h 68 * <tt>string</tt> for the current iteration result.
83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
157 * true. If the current iteration item is a code point, a UnicodeString
169 * Advances the iteration position to the next element in the set,
181 * <p>The order of iteration is all code points in sorted order,
200 * <p>The order of iteration is all code points ranges in sorted
281 * string and the current iteration item is a code point, not a string.
utf8.h 215 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
240 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
268 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT_OR_FFFD.
289 /* definitions with forward iteration --------------------------------------- */
294 * (Post-incrementing forward iteration.)
327 * (Post-incrementing forward iteration.)
375 * (Post-incrementing forward iteration.)
490 * (Post-incrementing iteration.)
504 * (Post-incrementing iteration.)
532 * (Post-incrementing iteration.
    [all...]
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/protobuf/gtest/test/
gtest_shuffle_test.py 102 test iteration.
270 # iteration, and this test depends on the current implementation
278 # order as in iteration 1 above.
284 # order as in iteration 2 above. Success means that Google Test
286 # beginning of iteration 2.
292 # order as in iteration 3 above. Success means that Google Test
294 # beginning of iteration 3.
  /ndk/sources/third_party/googletest/googletest/test/
gtest_shuffle_test.py 96 test iteration.
264 # iteration, and this test depends on the current implementation
272 # order as in iteration 1 above.
278 # order as in iteration 2 above. Success means that Google Test
280 # beginning of iteration 2.
286 # order as in iteration 3 above. Success means that Google Test
288 # beginning of iteration 3.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 30 * can serve both single node iteration and random access.</p>
96 * document tree, but the context node from where the iteration
107 * where the iteration begins.
216 * @return true if the iteration of this list has not yet begun.
247 * @return The position of the iteration.
309 * Get a cloned Iterator that is reset to the start of the iteration.
311 * @return A clone of this iteration that has been reset.
318 * Get a clone of this iterator, but don't reset the iteration in the
328 * Returns true if all the nodes in the iteration well be returned in document
331 * @return true if all the nodes in the iteration well be returned in document
    [all...]
  /external/chromium/crypto/
symmetric_key_win.cc 259 // Iteration U_1: Compute PRF for S.
265 // Iteration U_1: and append (big-endian) INT (i).
280 // Iteration 2 - c: Compute U_{iteration} by applying the PRF to
281 // U_{iteration - 1}, then xor the resultant hash with |output|, which
282 // contains U_1 ^ U_2 ^ ... ^ U_{iteration - 1}.
283 for (size_t iteration = 2; iteration <= iterations; ++iteration) {
433 // to the password P, the salt S, the iteration count c, and the bloc
    [all...]
  /external/chromium_org/crypto/
symmetric_key_win.cc 259 // Iteration U_1: Compute PRF for S.
265 // Iteration U_1: and append (big-endian) INT (i).
280 // Iteration 2 - c: Compute U_{iteration} by applying the PRF to
281 // U_{iteration - 1}, then xor the resultant hash with |output|, which
282 // contains U_1 ^ U_2 ^ ... ^ U_{iteration - 1}.
283 for (size_t iteration = 2; iteration <= iterations; ++iteration) {
433 // to the password P, the salt S, the iteration count c, and the bloc
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 403 assertEquals("Incorrect iteration on AttributedString", it.first(),
429 assertTrue("Incorrect iteration on AttributedString", it
431 assertTrue("Incorrect iteration on AttributedString", it
433 assertTrue("Incorrect iteration on AttributedString", it
461 assertTrue("Incorrect iteration on AttributedString", it
463 assertTrue("Incorrect iteration on AttributedString", it
465 assertTrue("Incorrect iteration on AttributedString", it
470 assertTrue("Incorrect iteration on AttributedString", it
472 assertTrue("Incorrect iteration on AttributedString", it
474 assertTrue("Incorrect iteration on AttributedString", i
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 82 * @param node Sets the root of the iteration.
84 * @return A DTMAxisIterator set to the start of the iteration.
104 * Get the next node in the iteration.
106 * @return The next node handle in the iteration, or END if no more
136 * @param node Sets the root of the iteration.
138 * @return A DTMAxisIterator set to the start of the iteration.
179 * Get the next node in the iteration. In this case, we return
182 * @return The next node handle in the iteration, or END.
239 * @param node Sets the root of the iteration.
241 * @return A DTMAxisIterator set to the start of the iteration
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h 10 /* NOTE The class IterationController has been adapted from the iteration
72 * This class has been adapted from the iteration class of GMM++ and ITL libraries.
83 size_t m_nit; ///< iteration number
114 /* change the user-definable callback, called after each iteration */
120 size_t iteration() const { return m_nit; } function in class:Eigen::IterationController
  /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;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.cpp 185 PassOwnPtr<AnimationEffect::CompositableValueList> KeyframeAnimationEffect::sample(int iteration, double fraction) const
187 ASSERT(iteration >= 0);
192 map->append(std::make_pair(iter->key, iter->value->sample(iteration, fraction)));
318 PassRefPtr<AnimationEffect::CompositableValue> KeyframeAnimationEffect::PropertySpecificKeyframeGroup::sample(int iteration, double offset) const
321 ASSERT_UNUSED(iteration, iteration >= 0);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 85 // chunks so as to optimize for performance of the iteration.
174 // Used when iteration over :first-letter text to save pointer to
209 // Used when the iteration should stop if form controls are reached.
221 // chunks so as to optimize for performance of the iteration.
286 // Whether m_node has advanced beyond the iteration range (i.e. m_startNode).
292 // Used when the iteration should stop if form controls are reached.
  /external/guava/guava/src/com/google/common/collect/
ImmutableTable.java 31 * An immutable {@link Table} with reliable user-specified iteration order.
60 * <p>The {@link Table#cellSet()} iteration order of the provided table
61 * determines the iteration ordering of all views in the returned table. Note
63 * different iteration orders. For more control over the ordering, create a
134 * the iteration ordering of all views in the returned table, with {@link
135 * #putAll} following the {@link Table#cellSet()} iteration order. However, if
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 46 * <p>The iteration ordering of the collections generated by {@code keySet},
49 * iteration order. However, if you remove all values associated with a key and
51 * iteration order.
75 * Map entries with an iteration order corresponding to the order in which the
107 * multimap has the same {@link Multimap#entries()} iteration order as the
317 * {@link #values()} iteration orderings.

Completed in 537 milliseconds

1 2 3 4 5 6 78 91011>>