/external/guava/guava-tests/test/com/google/common/base/ |
H A D | StopwatchTest.java | 98 ticker.advance(1); 101 ticker.advance(2); 104 ticker.advance(3); 109 ticker.advance(1); 112 ticker.advance(2); 116 ticker.advance(3); 121 ticker.advance(78); 125 ticker.advance(345); 130 ticker.advance(1); 132 ticker.advance( [all...] |
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
H A D | StopwatchTest.java | 97 ticker.advance(1); 100 ticker.advance(2); 103 ticker.advance(3); 108 ticker.advance(1); 111 ticker.advance(2); 115 ticker.advance(3); 120 ticker.advance(78); 124 ticker.advance(345); 129 ticker.advance(1); 131 ticker.advance( [all...] |
/external/tcpdump/ |
H A D | print-lwres.c | 221 int advance; local 226 advance = lwres_printname(l, p + 2); 227 if (advance < 0) 229 return 2 + advance; 304 int advance; local 391 advance = lwres_printname(l, s); 392 if (advance < 0) 394 s += advance; 408 advance = lwres_printaddr(&gnba->addr); 409 if (advance < [all...] |
H A D | print-ipcomp.c | 57 int advance; local 83 advance = sizeof(struct ipcomp); 86 return advance;
|
H A D | print-pim.c | 625 int advance; local 719 int advance; local 722 advance = pimv2_addr_print(ptr, pimv2_unicast, 0); 723 if (advance < 0) { 727 ptr += advance; 786 if ((advance = pimv2_addr_print(bp, pimv2_group, 0)) < 0) { 790 bp += advance; len -= advance; 794 if ((advance = pimv2_addr_print(bp, pimv2_unicast, 0)) < 0) { 798 bp += advance; le [all...] |
H A D | print-ip6.c | 85 register int advance; local 143 advance = sizeof(struct ip6_hdr); 145 while (cp < ndo->ndo_snapend && advance > 0) { 146 cp += advance; 147 len -= advance; 158 advance = hbhopt_print(cp); 162 advance = dstopt_print(cp); 166 advance = frag6_print(cp, (const u_char *)ip6); 167 if (ndo->ndo_snapend <= cp + advance) 176 * XXX - we don't use "advance"; th [all...] |
H A D | print-bgp.c | 1299 int advance; local 1685 advance = decode_prefix4(tptr, len, buf, sizeof(buf)); 1686 if (advance == -1) 1688 else if (advance == -2) 1690 else if (advance == -3) 1696 advance = decode_labeled_prefix4(tptr, len, buf, sizeof(buf)); 1697 if (advance == -1) 1699 else if (advance == -2) 1701 else if (advance == -3) 1709 advance [all...] |
/external/icu/icu4c/source/test/letest/ |
H A D | SimpleFontInstance.cpp | 59 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const 63 advance.fX = xUnitsToPoints(2048); 65 advance.fX = 0; 69 advance.fX = xUnitsToPoints(2048); 72 advance.fY = 0;
|
/external/icu/icu4c/source/test/perf/leperf/ |
H A D | 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/guava/guava-testlib/src/com/google/common/testing/ |
H A D | FakeTicker.java | 47 public FakeTicker advance(long time, TimeUnit timeUnit) { method in class:FakeTicker 48 return advance(timeUnit.toNanos(time)); 52 public FakeTicker advance(long nanoseconds) { method in class:FakeTicker
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
H A D | BitstreamReader.java | 55 advance(); 88 private void advance() throws IOException { method in class:BitstreamReader 101 advance(); 106 advance(); 118 advance(); 149 advance();
|
/external/guava/guava/src/com/google/common/io/ |
H A D | MultiInputStream.java | 47 advance(); 63 private void advance() throws IOException { method in class:MultiInputStream 87 advance(); 99 advance();
|
H A D | MultiReader.java | 39 advance(); 45 private void advance() throws IOException { method in class:MultiReader 58 advance(); 72 advance();
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
H A D | 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/pdfium/third_party/freetype/src/type1/ |
H A D | t1gload.c | 47 /********** the maximum advance width of the font. It *********/ 107 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); 108 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); 114 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance ); 115 decoder->builder.advance.y = INT_TO_FIXED( metrics.advance_v ); 193 /* the advance width */ 198 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance ) 199 *max_advance = decoder.builder.advance 398 FT_Vector advance; local [all...] |
/external/deqp/framework/opengl/ |
H A D | 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/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
H A D | BaseCodeCursor.java | 58 protected final void advance(int amount) { method in class:BaseCodeCursor
|
/external/freetype/src/base/ |
H A D | ftsynth.c | 63 /* we don't touch the advance width */ 145 if ( slot->advance.x ) 146 slot->advance.x += xstr; 148 if ( slot->advance.y ) 149 slot->advance.y += ystr;
|
/external/icu/icu4c/source/samples/layout/ |
H A D | 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/pdfium/third_party/freetype/src/base/ |
H A D | ftsynth.c | 63 /* we don't touch the advance width */ 145 if ( slot->advance.x ) 146 slot->advance.x += xstr; 148 if ( slot->advance.y ) 149 slot->advance.y += ystr;
|
/external/llvm/include/llvm/Support/ |
H A D | LineIterator.h | 60 advance(); 65 advance(); 84 void advance();
|
/external/skia/include/effects/ |
H A D | Sk1DPathEffect.h | 54 @param advance The space between instances of path 55 @param phase distance (mod advance) along path for its initial position 59 static SkPath1DPathEffect* Create(const SkPath& path, SkScalar advance, SkScalar phase, argument 61 return SkNEW_ARGS(SkPath1DPathEffect, (path, advance, phase, style)); 71 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
|
/external/skia/src/effects/ |
H A D | Sk1DPathEffect.cpp | 34 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, argument 37 if (advance <= 0 || path.isEmpty()) { 38 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n")); 47 if (phase > advance) { 48 phase = SkScalarMod(phase, advance); 51 if (phase > advance) { 52 phase = SkScalarMod(phase, advance); 54 phase = advance - phase; 56 // now catch the edge case where phase == advance (within epsilon) 57 if (phase >= advance) { 155 SkScalar advance = buffer.readScalar(); local [all...] |
/external/pdfium/third_party/freetype/src/cid/ |
H A D | cidgload.c | 177 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); 178 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); 184 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance ); 185 decoder->builder.advance.y = INT_TO_FIXED( metrics.advance_v ); 206 /********** the maximum advance width of the font. It *********/ 248 /* the advance width */ 257 *max_advance = FIXED_TO_INT( decoder.builder.advance.x ); 341 /* advance widt 360 FT_Vector advance; local [all...] |
/external/elfutils/src/tests/ |
H A D | run-readelf-line.sh | 64 [ 3c] advance line by constant 15 to 16 68 [ 41] advance line by constant -9 to 9 74 [ 48] advance line by constant 13 to 22 76 [ 4b] advance line by constant -13 to 9 78 [ 4e] advance line by constant 12 to 21 81 [ 52] advance address by 2 to 0x8048324 118 [ 84] advance line by constant 12 to 13 121 [ 88] advance address by 11 to 0x804833b 124 [ 94] advance line by constant 18 to 19 127 [ 98] advance lin [all...] |