Searched defs:advance (Results 1 - 25 of 134) 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/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DBaseCodeCursor.java58 protected final void advance(int amount) { method in class:BaseCodeCursor
/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
69 LongMetric longMetric[VAR]; /* Paired advance width and leading
77 FWORD leadingBearingX[VAR]; /* Here the advance is assumed
78 * to be the same as the advance
/external/skia/gm/
H A Dglyph_pos.cpp98 SkScalar advance = paint.measureText(kText, sizeof(kText) - 1, &bounds); local
107 // Red line is the measured advance from the 0,0 of the text position.
109 canvas->drawLine(0.0f, 0.0f, advance, 0.0f, paint);
/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/
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.cpp36 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/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h74 void advance() { function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
H A DMachineInstrBundle.h98 // If the operands on InstrI are exhausted, advance InstrI to the next
100 void advance() { function in class:llvm::MachineOperandIteratorBase
102 // Don't advance off the basic block, or into a new bundle.
128 advance();
139 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
141 advance();
/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/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/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.java36 advance();
41 advance();
48 advance();
59 advance();
180 advance();
193 private void advance() { method in class:XMLRecordReader
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordReader.java32 advance();
37 advance();
44 advance();
55 advance();
176 advance();
189 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
/external/owasp/sanitizer/empiricism/
H A Dhtml-containment.js53 function advance() {
100 advance();
127 setTimeout(function () { advance(); step(); }, 0);

Completed in 875 milliseconds

123456