HomeSort by relevance Sort by last modified time
    Searched full:iterate (Results 1 - 25 of 701) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/csharp/
data_cstest.cst 2 iterate foo elements:
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 132 * Iterate using inode_scan
134 static void iterate(void) function
143 com_err("iterate", retval, "While opening inode scan");
149 com_err("iterate", retval, "while reading first inode");
159 com_err("iterate", retval,
212 iterate();
dblist_dir.c 2 * dblist_dir.c --- iterate by directory entry
  /external/clearsilver/man/man3/
cgiwrap_iterenv.3 30 cgiwrap_iterenv allows a program to iterate over all the
dictNext.3 25 dict - dictionary to iterate over.
34 Can be used to iterate through values in the dictionary.
  /external/e2fsprogs/lib/blkid/
blkid.h 61 extern int blkid_dev_next(blkid_dev_iterate iterate, blkid_dev *dev);
62 extern void blkid_dev_iterate_end(blkid_dev_iterate iterate);
90 extern int blkid_tag_next(blkid_tag_iterate iterate,
92 extern void blkid_tag_iterate_end(blkid_tag_iterate iterate);
  /external/elfutils/lib/
dynamicsizehash.h 23 ITERATE iterating over the table entries is possible
28 #ifdef ITERATE
86 #ifdef ITERATE
103 # undef ITERATE
dynamicsizehash.c 26 ITERATE iterating over the table entries is possible
27 REVERSE iterate in reverse order of insert
72 #ifdef ITERATE
98 #ifdef ITERATE
113 #ifdef ITERATE
128 #ifdef ITERATE
173 #ifdef ITERATE
269 #ifdef ITERATE
  /external/elfutils/libasm/
symbolhash.h 20 #define ITERATE 1
symbolhash.c 27 #define ITERATE 1
  /external/elfutils/src/
sectionhash.h 20 #define ITERATE 1
symbolhash.h 20 #define ITERATE 1
symbolhash.c 26 #define ITERATE 1
  /external/bluetooth/glib/docs/reference/gobject/
gobject-query.xml 36 whether it should iterate over the fundamental types or print a type tree.
45 iterate over fundamental roots
  /external/chromium/third_party/icu/source/common/
usc_impl.h 37 * Here is an example of how to iterate over script runs:
67 * @param src is the address of the array of characters over which to iterate.
71 * @param length is the number of characters over which to iterate.
77 * @return the address of <code>UScriptRun</code> object which will iterate over the text,
112 * @param src is the address of the new array of characters over which to iterate.
116 * @param length is the new number of characters over which to iterate
  /external/icu4c/common/
usc_impl.h 37 * Here is an example of how to iterate over script runs:
67 * @param src is the address of the array of characters over which to iterate.
71 * @param length is the number of characters over which to iterate.
77 * @return the address of <code>UScriptRun</code> object which will iterate over the text,
112 * @param src is the address of the new array of characters over which to iterate.
116 * @param length is the new number of characters over which to iterate
  /external/chromium/third_party/icu/public/common/unicode/
schriter.h 104 * Assignment operator. *this is altered to iterate over the same
115 * Returns true if the iterators iterate over the same range of the
118 * @return true if the iterators iterate over the same range of the
134 * Sets the iterator to iterate over the provided string.
171 * Sets the iterator to iterate over the provided string.
  /external/icu4c/common/unicode/
schriter.h 104 * Assignment operator. *this is altered to iterate over the same
115 * Returns true if the iterators iterate over the same range of the
118 * @return true if the iterators iterate over the same range of the
134 * Sets the iterator to iterate over the provided string.
171 * Sets the iterator to iterate over the provided string.
  /libcore/luni/src/main/java/java/text/
StringCharacterIterator.java 35 * the source string to iterate over.
50 * the source string to iterate over.
72 * the source string to iterate over.
74 * the index of the first character to iterate.
76 * the index one past the last character to iterate.
259 * Sets the source string to iterate over. The begin and end positions are
  /external/iptables/libiptc/
linux_list.h 334 * list_for_each - iterate over a list
343 * __list_for_each - iterate over a list
356 * list_for_each_prev - iterate over a list backwards
365 * list_for_each_safe - iterate over a list safe against removal of list entry
375 * list_for_each_entry - iterate over list of given type
388 * list_for_each_entry_reverse - iterate backwards over list of given type.
411 * list_for_each_entry_continue - iterate over list of given type
425 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
438 * list_for_each_rcu - iterate over an rcu-protected list
455 * list_for_each_safe_rcu - iterate over an rcu-protected list saf
    [all...]
  /external/kernel-headers/original/linux/
list.h 357 * list_for_each - iterate over a list
366 * __list_for_each - iterate over a list
379 * list_for_each_prev - iterate over a list backwards
388 * list_for_each_safe - iterate over a list safe against removal of list entry
398 * list_for_each_entry - iterate over list of given type
409 * list_for_each_entry_reverse - iterate backwards over list of given type.
436 * Continue to iterate over list of given type, continuing after
445 * list_for_each_entry_from - iterate over list of given type from the current point
450 * Iterate over list of given type, continuing from current position.
457 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entr
    [all...]
  /bionic/libc/arch-x86/bionic/
crtend_so.S 8 * that we can just iterate backwards from it until we hit -1 and execute
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 49 * An array of headers to iterate over.
66 * <code>null</code> to iterate over all headers in the array.
75 * @param headers an array of headers over which to iterate
76 * @param name the name of the headers over which to iterate, or
BasicListHeaderIterator.java 51 * A list of headers to iterate over.
73 * <code>null</code> to iterate over all headers in the array.
82 * @param headers a list of headers over which to iterate
83 * @param name the name of the headers over which to iterate, or
  /external/e2fsprogs/lib/e2p/
iod.c 2 * iod.c - Iterate a function on each entry of a directory

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>