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

1 2 3 4 5 6 78 91011>>

  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.cc 111 // Iterate over parameter blocks in the order which they occur in the
189 // Iterate over the jacobian blocks in increasing order of their
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 85 // of the node specified by |parent_id|. Iterate this return value until
127 // Step 1: Iterate through the operations, doing three things:
  /external/elfutils/libelf/
elf32_checksum.c 116 /* Iterate over all sections to find those which are not strippable. */
161 /* Iterate through the list of data blocks. */
  /external/icu4c/common/unicode/
caniter.h 38 * This class allows one to iterate through all the strings that are canonically equivalent to a given
112 * @param newSource the source string to iterate against. This allows the same iterator to be used
resbund.h 282 * Checks whether the resource has another element to iterate over.
340 * to iterate over.
351 * to iterate over.
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
LightList.java 264 * Returns an iterator that can be used to iterate over this LightList.
266 * @return an iterator that can be used to iterate over this LightList.
  /external/libnl-headers/netlink/
attr.h 254 * Iterate over a stream of attributes
267 * Iterate over a stream of nested attributes
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 108 // Iterate over fixed sized objects.
124 // Iterate over other objects.
  /external/v8/src/
compilation-cache.h 69 void Iterate(ObjectVisitor* v);
249 void Iterate(ObjectVisitor* v);
list-inl.h 153 void List<T, P>::Iterate(void (*callback)(T* x)) {
160 void List<T, P>::Iterate(Visitor* visitor) {
  /external/yaffs2/yaffs2/
devextras.h 188 * list_for_each - iterate over a list
197 * list_for_each_safe - iterate over a list safe against removal
  /frameworks/rs/driver/
rsdShaderCache.cpp 47 //Iterate over the list of active GL uniforms and find highest array index
193 // Iterate over all the uniforms and build the list we
  /sdk/docs/
Notes_on_WST_StructuredDocument.txt 131 To iterate through all regions, we need to process the list of top-level regions and then
132 iterate over inner regions:
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 410 // iterate over sub frames
413 // iterate over samples
570 // iterate over samples
610 // iterate over subframes
615 // iterate over samples
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 221 iterate from. */
262 /* Initialize an iterator to iterate over the intersection of two
330 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2.
411 is a bit to iterate. */
454 Return true if there is a bit to iterate. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 221 iterate from. */
262 /* Initialize an iterator to iterate over the intersection of two
330 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2.
411 is a bit to iterate. */
454 Return true if there is a bit to iterate. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 221 iterate from. */
262 /* Initialize an iterator to iterate over the intersection of two
330 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2.
411 is a bit to iterate. */
454 Return true if there is a bit to iterate. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 221 iterate from. */
262 /* Initialize an iterator to iterate over the intersection of two
330 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2.
411 is a bit to iterate. */
454 Return true if there is a bit to iterate. */
  /external/chromium/net/http/
http_util.h 163 // Used to iterate over the name/value pairs of HTTP headers. To iterate
222 // When using this class to iterate over response header values, be aware that
  /external/clang/include/clang/AST/
CXXInheritance.h 156 /// array is constructed only if needed, e.g., to iterate over the
279 // Iterate over the set of subobjects that have overriding methods.
288 // Iterate over the set of overriding virtual methods in a given
  /external/e2fsprogs/lib/ext2fs/
block.c 2 * block.c --- iterate over all blocks in an inode
347 * Iterate over the HURD translator block (if present)
459 * Iterate over normal data blocks
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java 43 * asMap} iterate through the keys in the order they were first added to the
45 * replaceValues} return collections that iterate through the values in the
47 * {@code values} iterate across the key-value mappings in the order they were
SortedMaps.java 209 * iterate across every key/value mapping in the underlying map and determine
253 * iterate across every key/value mapping in the underlying map and determine
298 * iterate across every key/value mapping in the underlying map and determine
  /external/icu4c/common/
caniter.cpp 24 * This class allows one to iterate through all the strings that are canonically equivalent to a given
163 *@param set the source string to iterate against. This allows the same iterator to be used
286 // otherwise iterate through the string, and recursively permute all the other characters
normlzr.cpp 325 * {@link #next} and {@link #previous} iterate through characters in the
394 * Set the input text over which this <tt>Normalizer</tt> will iterate.
415 * Set the input text over which this <tt>Normalizer</tt> will iterate.

Completed in 2299 milliseconds

1 2 3 4 5 6 78 91011>>