/external/guava/guava/src/com/google/common/collect/ |
Iterators.java | 800 * Advances {@code iterator} {@code position + 1} times, returning the 828 * Advances {@code iterator} {@code position + 1} times, returning the 864 * Advances {@code iterator} to the end, returning the last element. 879 * Advances {@code iterator} to the end, returning the last element or [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Iterators.java | 765 * Advances {@code iterator} {@code position + 1} times, returning the 793 * Advances {@code iterator} {@code position + 1} times, returning the 829 * Advances {@code iterator} to the end, returning the last element. 844 * Advances {@code iterator} to the end, returning the last element or [all...] |
/external/icu/icu4c/source/common/unicode/ |
usetiter.h | 169 * Advances the iteration position to the next element in the set,
|
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | [all...] |
/frameworks/native/include/media/openmax/ |
OMX_ContentPipe.h | 178 returns the size of the block actually read. Content pointer advances the by the returned size.
|
/hardware/intel/img/psb_video/src/ |
vsp_cmdbuf.c | 248 * Advances "obj_context" to the next cmdbuf
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_ContentPipe.h | 178 returns the size of the block actually read. Content pointer advances the by the returned size.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Phaser.java | 36 * number starts at zero, and advances when all parties arrive at the 51 * advances. These actions are performed by the party 60 * the phaser advances to (or is already at) a different phase. 114 * parties arrive, the phase advances. The values returned by these [all...] |
ArrayBlockingQueue.java | 115 * Inserts element at current put position, advances, and signals. 129 * Extracts element at current take position, advances, and signals. 753 * never advances, iterators are discarded before they are [all...] |
/system/core/libcutils/ |
open_memstream.c | 32 * The spec says the null byte is written when a write() advances EOF,
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
MonitorBasedArrayBlockingQueue.java | 101 * Inserts element at current put position, advances, and signals. 111 * Extracts element at current take position, advances, and signals.
|
/external/v8/src/ |
scanner.h | 50 // Returns and advances past the next UTF-16 code unit in the input 350 // Returns the next token and advances input.
|
/external/valgrind/include/ |
pub_tool_oset.h | 132 // advances the iterator by one, and returns True; the elements are 285 // iterator, and advances the iterator by one; the elements are visited
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_doc.cpp | 572 CGSize advances; local 573 CTFontGetAdvancesForGlyphs(font, kCTFontDefaultOrientation, &pGlyph, &advances, 1); 574 *width = (int)(advances.width / size * 1000) ; [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | [all...] |
/external/v8/src/arm64/ |
regexp-macro-assembler-arm64.cc | 850 // The output pointer advances for a possible global match. 889 // The output pointer advances for a possible global match. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 167 * Returns the next node in the set and advances the position of the
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
UnionPathIterator.java | 376 * Returns the next node in the set and advances the position of the
|
/external/freetype/include/config/ |
ftheader.h | 793 * FreeType~2 API which returns individual and ranged glyph advances.
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-myanmar.cc | 540 * generic shaper, except that it zeros mark advances GDEF_LATE. */
|
/external/icu/icu4c/source/common/ |
rbbi.cpp | 554 * Advances the iterator either forward or backward the specified number of steps. 576 * Advances the iterator to the next boundary position. 604 * Advances the iterator backwards, to the last boundary preceding this one. [all...] |
/external/lldb/test/pexpect-2.4/ |
screen.py | 123 """This advances the cursor with CRLF properties.
|
/external/pdfium/third_party/freetype/include/config/ |
ftheader.h | 791 * FreeType~2 API which returns individual and ranged glyph advances.
|
/external/skia/include/core/ |
SkTypeface.h | 372 @param perGlyphInfo Indicate what glyph specific information (advances,
|
/external/skia/src/gpu/ |
GrStencilAndCoverTextContext.cpp | 188 // the glyph outline or the advances. This is because we do not need to
|