HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 276 - 300 of 376) sorted by null

<<111213141516

  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1485 FT_Int advance; local
    [all...]
  /external/stlport/test/unit/
mvctor_test.cpp 629 advance(it, index % vect.size());
658 advance(it, index % vect.size());
682 advance(it, index % vect.size());
707 advance(it, index % vect.size());
736 advance(it, index % vect.size());
766 advance(it, index % vect.size());
  /ndk/sources/android/stlport/test/unit/
mvctor_test.cpp 629 advance(it, index % vect.size());
658 advance(it, index % vect.size());
682 advance(it, index % vect.size());
707 advance(it, index % vect.size());
736 advance(it, index % vect.size());
766 advance(it, index % vect.size());
  /bionic/libc/netbsd/
gethnamaddr.c 1124 int len, af, advance; local
1145 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1148 if (advance > 0 && qp + advance < ep)
1149 qp += advance;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 549 FT_Fixed advance; local
553 &advance );
557 glyph->fAdvanceX = advance; // advance *2/3; //DEBUG
632 glyph->fAdvanceX = SkFDot6ToFixed(fFace->glyph->advance.x);
633 glyph->fAdvanceY = -SkFDot6ToFixed(fFace->glyph->advance.y);
    [all...]
  /external/stlport/test/eh/
test_insert.h 350 EH_STD::advance( pos, size_t(fPos) );
387 EH_STD::advance( pos, fPos );
456 EH_STD::advance( pos, offset );
  /external/webkit/WebCore/editing/
visible_units.cpp 112 forwardsIterator.advance();
140 it.advance();
159 charIt.advance(string.size() - suffixLength - next);
203 backwardsIterator.advance();
227 it.advance();
241 charIt.advance(next - prefixLength - 1);
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 56 FETCH_ADVANCE_INST(3) @ advance to next instr, load rINST
  /external/qemu/audio/
wavaudio.c 90 dst = advance (wav->pcm_buf, rpos << hw->info.shift);
383 src = advance (wav->pcm_buf, wpos << hw->info.shift);
alsaaudio.c 627 dst = advance (alsa->pcm_buf, rpos << hw->info.shift);
666 dst = advance (dst, written << hw->info.shift);
897 src = advance (alsa->pcm_buf, bufs[i].add << hwshift);
937 src = advance (src, nread << hwshift);
  /external/stlport/stlport/stl/
_algobase.c 423 _STLP_STD::advance(__result, -_STLP_STD::distance(__first2, __last2));
462 _STLP_STD::advance(__middle, __half);
_algo.c 760 _STLP_STD::advance(__middle, __half_len);
797 _STLP_STD::advance(__middle, __half_len);
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 96 it.advance(m_textRun.length(), 0);
305 it.advance(pos);
  /external/webkit/WebKit/mac/Misc/
WebNSAttributedStringExtras.mm 128 for (TextIterator it(range); !it.atEnd(); it.advance()) {
  /ndk/sources/android/stlport/stlport/stl/
_algobase.c 423 _STLP_STD::advance(__result, -_STLP_STD::distance(__first2, __last2));
462 _STLP_STD::advance(__middle, __half);
_algo.c 760 _STLP_STD::advance(__middle, __half_len);
797 _STLP_STD::advance(__middle, __half_len);
    [all...]
  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 365 Dictionary::getBigramAddress(int *pos, bool advance)
373 if (advance) {
  /external/speex/libspeex/
nb_celp.c 1133 int advance; local
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 460 int advance = 0; local
464 advance = PrintRightOperand(data);
469 advance = PrintRightOperand(data);
477 return advance;
    [all...]
  /external/webkit/WebCore/page/
XSSAuditor.cpp 252 source.advance();
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.h 108 extern BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance);
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 46 * <li>Loop over <code>advance</code> and <code>putAudio</code> until recognition complete.
74 * switch (recognizer.advance()) {
284 public int advance() { method in class:Recognizer
326 * <code>advance</code>, but before <code>stop</code>.
337 * <code>advance</code>, but before <code>stop</code>.
349 * <code>advance</code>, but before <code>stop</code>.
568 * Produce a displayable string from an <code>advance</code> event.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 172 int event = mSrec.advance();
175 Log.d(TAG, "start advance()=" +
  /external/tcpdump/
print-isakmp.c 1421 int advance; local
    [all...]

Completed in 1636 milliseconds

<<111213141516