HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 1 - 25 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 87 ticker.advance(1);
90 ticker.advance(2);
93 ticker.advance(3);
98 ticker.advance(1);
101 ticker.advance(2);
105 ticker.advance(3);
110 ticker.advance(78);
114 ticker.advance(345);
119 ticker.advance(1);
121 ticker.advance(4)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java 41 public FakeTicker advance(long time, TimeUnit timeUnit) { method in class:FakeTicker
42 return advance(timeUnit.toNanos(time));
46 public FakeTicker advance(long nanoseconds) { method in class:FakeTicker
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBCursor.h 42 virtual void advance(unsigned long, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBCursor
  /cts/tools/dasm/src/java_cup/
lexer.java 144 /** Advance the scanner one character in the input stream. This moves
147 protected static void advance() throws java.io.IOException method in class:lexer
247 advance(); advance(); method
262 advance(); method
263 advance(); method
268 advance(); method
276 advance(); advance(); method
280 advance(); method
288 advance(); method
303 advance(); advance(); method
317 advance(); method
321 advance(); advance(); method
342 advance(); method
349 advance(); method
408 advance(); method
417 advance(); method
427 advance(); method
432 advance(); method
435 advance(); advance(); method
469 advance(); method
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.cpp 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
58 advance.fX = xUnitsToPoints(2048);
60 advance.fX = 0;
63 advance.fX = xUnitsToPoints(2048);
66 advance.fY = 0;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
SimpleFontInstance.cpp 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
58 advance.fX = xUnitsToPoints(2048);
60 advance.fX = 0;
63 advance.fX = xUnitsToPoints(2048);
66 advance.fY = 0;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
58 advance.fX = xUnitsToPoints(2048);
60 advance.fX = 0;
63 advance.fX = xUnitsToPoints(2048);
66 advance.fY = 0;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
58 advance.fX = xUnitsToPoints(2048);
60 advance.fX = 0;
63 advance.fX = xUnitsToPoints(2048);
66 advance.fY = 0;
  /external/llvm/include/llvm/Support/
LineIterator.h 55 /// \brief Advance to the next (non-empty, non-comment) line.
57 advance();
62 advance();
80 /// \brief Advance the iterator to the next line.
81 void advance();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
BitstreamReader.java 55 advance(); method
88 private void advance() throws IOException { method in class:BitstreamReader
101 advance(); method
106 advance(); method
118 advance(); method
149 advance(); method
  /external/guava/guava/src/com/google/common/io/
MultiInputStream.java 44 advance(); method
60 private void advance() throws IOException { method in class:MultiInputStream
84 advance(); method
96 advance(); method
MultiReader.java 38 advance(); method
44 private void advance() throws IOException { method in class:MultiReader
57 advance(); method
71 advance(); method
  /external/guava/guava-tests/test/com/google/common/testing/
FakeTickerTest.java 41 assertSame(ticker, ticker.advance(10));
43 ticker.advance(1, TimeUnit.MILLISECONDS);
63 ticker.advance(1L);
65 ticker.advance(1L);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.cc 23 using std::advance;
64 advance(start_it, start);
68 advance(start_it, length);
77 advance(pos_it, pos);
95 advance(start_it, start);
97 advance(end_it, length);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 36 for (; it.hasNext(); it.advance()) {
39 it.advance();
51 if (bracketDepth != 0) { it.advance(); }
83 it.advance();
99 it.advance();
106 continue; // Skip the advance over token.
147 it.advance();
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
ImagePageGenerator.java 36 public ImagePageGenerator(int startIndex, boolean advance) {
38 mAdvance = advance;
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 39 advance();
51 void VarTokenizer::advance (void) function in class:glu::VarTokenizer
102 tokenizer.advance();
111 tokenizer.advance();
126 tokenizer.advance();
130 tokenizer.advance();
153 tokenizer.advance();
155 tokenizer.advance();
  /external/llvm/lib/Support/
LineIterator.cpp 24 advance();
28 void line_iterator::advance() { function in class:line_iterator
29 assert(Buffer && "Cannot advance past the end!");
  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 54 * Advance the cursor by the indicated amount.
56 protected final void advance(int amount) { method in class:BaseCodeCursor
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.h 39 void advance(UChar);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Latin1TextIterator.h 50 void advance(unsigned advanceLength) function in class:blink::Latin1TextIterator
  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 58 /* we don't touch the advance width */
136 if ( slot->advance.x )
137 slot->advance.x += xstr;
139 if ( slot->advance.y )
140 slot->advance.y += ystr;
  /external/chromium_org/third_party/icu/source/samples/layout/
ScriptCompositeFontInstance.cpp 36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
42 advance.fX = 0;
43 advance.fY = 0;
46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); local
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
BaseCodeCursor.java 56 * Advance the cursor by the indicated amount.
58 protected final void advance(int amount) { method in class:BaseCodeCursor
  /external/freetype/src/base/
ftsynth.c 58 /* we don't touch the advance width */
136 if ( slot->advance.x )
137 slot->advance.x += xstr;
139 if ( slot->advance.y )
140 slot->advance.y += ystr;

Completed in 6218 milliseconds

1 2 3 4 5 6 7 8 91011>>