Searched defs:advance (Results 1 - 25 of 150) sorted by relevance

123456

/external/llvm/lib/Support/
H A DLineIterator.cpp47 advance();
51 void line_iterator::advance() { function in class:line_iterator
52 assert(Buffer && "Cannot advance past the end!");
/external/guava/guava-testlib/src/com/google/common/testing/
H A DFakeTicker.java47 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/tcpdump/
H A Dprint-ipcomp.c49 int advance; local
75 advance = sizeof(struct ipcomp);
78 return advance;
H A Dprint-ip6.c78 register int advance; local
141 advance = sizeof(struct ip6_hdr);
143 while (cp < ndo->ndo_snapend && advance > 0) {
144 cp += advance;
145 len -= advance;
156 advance = hbhopt_print(ndo, cp);
160 advance = dstopt_print(ndo, cp);
164 advance = frag6_print(ndo, cp, (const u_char *)ip6);
165 if (ndo->ndo_snapend <= cp + advance)
174 * XXX - we don't use "advance"; th
[all...]
/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java47 advance();
63 private void advance() throws IOException { method in class:MultiInputStream
87 advance();
99 advance();
H A DMultiReader.java39 advance();
45 private void advance() throws IOException { method in class:MultiReader
58 advance();
72 advance();
/external/harfbuzz_ng/src/
H A Dhb-ot-hmtx-table.hh47 UFWORD advance; /* Advance width/height. */ member in struct:OT::LongMetric
67 LongMetric longMetric[VAR]; /* Paired advance width and leading
75 FWORD leadingBearingX[VAR]; /* Here the advance is assumed
76 * to be the same as the advance
/external/skia/gm/
H A Dglyph_pos.cpp99 SkScalar advance = paint.measureText(kText, sizeof(kText) - 1, &bounds); local
108 // Red line is the measured advance from the 0,0 of the text position.
110 canvas->drawLine(0.0f, 0.0f, advance, 0.0f, paint);
H A Dgamma.cpp59 auto advance = [&]() { local
71 advance();
77 advance();
96 advance();
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.cpp39 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/freetype/include/freetype/
H A Dftincrem.h103 * advance ::
104 * Horizontal component of glyph advance, in font units.
107 * Vertical component of glyph advance, in font units.
119 FT_Long advance; member in struct:FT_Incremental_MetricsRec_
H A Dftglyph.h97 /* advance width in 16.16 fixed-point format. */
106 /* advance :: A 16.16 vector that gives the glyph's advance width. */
113 FT_Vector advance; member in struct:FT_GlyphRec_
285 /* advance vector. */
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
48 advance.fX = 0;
49 advance.fY = 0;
52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); local
/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h74 void advance() { function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java55 advance();
88 private void advance() throws IOException { method in class:BitstreamReader
101 advance();
106 advance();
118 advance();
149 advance();
/external/openssh/openbsd-compat/
H A Dinet_ntop.c122 int advance; local
185 advance = snprintf(tp, ep - tp, "%x", words[i]);
186 if (advance <= 0 || advance >= ep - tp)
188 tp += advance;
/external/pdfium/third_party/freetype/include/freetype/
H A Dftincrem.h103 * advance ::
104 * Horizontal component of glyph advance, in font units.
107 * Vertical component of glyph advance, in font units.
119 FT_Long advance; member in struct:FT_Incremental_MetricsRec_
/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliLexer.java110 public void advance() { method in class:SmaliLexer
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h75 void advance() { function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/external/deqp/executor/
H A DxeContainerFormatParser.cpp76 advance();
127 void ContainerFormatParser::advance (void) function in class:xe::ContainerFormatParser
H A DxeXMLParser.cpp95 advance();
108 void Tokenizer::advance (void) function in class:xe::xml::Tokenizer
112 // Parser should not try to advance beyond end of string.
378 advance();
381 void Parser::advance (void) function in class:xe::xml::Parser
397 m_tokenizer.advance();
408 m_tokenizer.advance();
529 m_tokenizer.advance();
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DXMLRecordReader.java38 advance();
43 advance();
51 advance();
63 advance();
193 advance();
206 private void advance() { method in class:XMLRecordReader
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordReader.java34 advance();
39 advance();
47 advance();
59 advance();
189 advance();
202 private void advance() { method in class:XMLRecordReader
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java80 advance();
104 advance();
111 private void advance() throws IOException { method in class:ClassPathIterator
139 advance();
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java86 * or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state.
90 public final DNSState advance() { method in class:DNSState

Completed in 1355 milliseconds

123456