OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iterate
(Results
101 - 125
of
1378
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/text/
BreakIterator.java
228
* This constant is returned by
iterate
methods like {@code previous()} or
259
* Returns a new instance of {@code BreakIterator} to
iterate
over
269
* Returns a new instance of {@code BreakIterator} to
iterate
over
281
* Returns a new instance of {{@code BreakIterator} to
iterate
over
291
* Returns a new instance of {@code BreakIterator} to
iterate
over
304
* Returns a new instance of {@code BreakIterator} to
iterate
over
314
* Returns a new instance of {@code BreakIterator} to
iterate
over
327
* Returns a new instance of {@code BreakIterator} to
iterate
over
337
* Returns a new instance of {@code BreakIterator} to
iterate
over
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Word.java
27
* This is chiefly used to
iterate
a dictionary.
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectory.java
34
* Gets an iterator to
iterate
over the entries of this directory.
/external/blktrace/btt/
list.h
118
* __list_for_each -
iterate
over a list
131
* list_for_each_safe -
iterate
over a list safe against removal of list entry
/external/chromium/base/
linked_list.h
34
// Lastly, to
iterate
through the linked list forwards:
43
// Or to
iterate
the linked list backwards:
/external/chromium/net/base/
network_change_notifier_win.cc
94
// Initiate a client query to
iterate
through the
134
// There was nothing to
iterate
over!
/external/e2fsprogs/lib/blkid/
list.h
155
* list_for_each -
iterate
over elements in a list
163
* list_for_each_safe -
iterate
over elements in a list, but don't dereference
/external/elfutils/libdwfl/
dwfl_getmodules.c
0
/*
Iterate
through modules.
62
/* We
iterate
through the linked list when it's all we have.
/external/icu4c/io/
ufmt_cmn.c
146
/*
iterate
through buffer */
184
/*
iterate
through buffer, stop when you hit the end */
/external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp
42
//
Iterate
through each line in the blacklist file.
80
//
Iterate
through each of the prefixes, and create Regexs for them.
/external/opencv/cvaux/src/
extendededges.cpp
59
//
iterate
through contours
60
//
iterate
through tree
/external/oprofile/libutil/
op_list.h
156
* list_for_each -
iterate
over a list
164
* list_for_each_safe -
iterate
over a list safe against removal of list entry
/external/v8/src/
bootstrapper.h
51
void
Iterate
(ObjectVisitor* v) {
110
void
Iterate
(ObjectVisitor* v);
frames.h
110
inline void
Iterate
(ObjectVisitor* v, Code* holder) const;
241
virtual void
Iterate
(ObjectVisitor* v) const = 0;
306
virtual void
Iterate
(ObjectVisitor* v) const;
359
virtual void
Iterate
(ObjectVisitor* v) const;
421
//
Iterate
over expression stack including stack handlers, locals,
503
virtual void
Iterate
(ObjectVisitor* v) const;
553
virtual void
Iterate
(ObjectVisitor* v) const;
611
virtual void
Iterate
(ObjectVisitor* v) const;
objects-visiting-inl.h
107
// There are two places where we
iterate
code bodies: here and the
131
// There are two places where we
iterate
code bodies: here and the
/external/v8/test/mjsunit/harmony/
proxies-for.js
39
//
Iterate
over a proxy.
82
//
Iterate
over an object with a proxy prototype.
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalueiterator.cpp
37
beginning of the sequence of properties. Here's how to
iterate
over
46
If you want to remove properties as you
iterate
over the
/frameworks/base/drm/java/android/drm/
DrmInfo.java
112
* Retrieves an iterator object that you can use to
iterate
over the keys associated with
122
* Retrieves an iterator object that you can use to
iterate
over the values associated with
DrmSupportInfo.java
68
* Retrieves an iterator object that you can use to
iterate
over the MIME types that
78
* Retrieves an iterator object that you can use to
iterate
over the file suffixes that
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
conf.h
156
* \brief Helper macro to
iterate
over the children of a compound node.
159
* \param node Handle to the compound configuration node to
iterate
over.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
conf.h
156
* \brief Helper macro to
iterate
over the children of a compound node.
159
* \param node Handle to the compound configuration node to
iterate
over.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
conf.h
156
* \brief Helper macro to
iterate
over the children of a compound node.
159
* \param node Handle to the compound configuration node to
iterate
over.
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
plugin.xml
183
<
iterate
>
190
</
iterate
>
/system/core/libcorkscrew/
symbol_table.c
126
//
Iterate
through the dynamic symbol table, and count how many symbols
137
//
Iterate
through the symbol table, and count how many symbols
/external/ceres-solver/internal/ceres/
partitioned_matrix_view.cc
96
//
Iterate
over the first num_row_blocks_e_ row blocks, and multiply
119
//
Iterate
over row blocks, and if the row block is in E, then
148
//
Iterate
over the first num_row_blocks_e_ row blocks, and multiply
171
//
Iterate
over row blocks, and if the row block is in E, then
210
//
Iterate
over the column blocks, creating a new diagonal block for
Completed in 2649 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>