Home
last modified time | relevance | path

Searched defs:advance (Results 1 – 25 of 83) sorted by relevance

1234

/external/guava/guava-testlib/src/com/google/common/testing/
DFakeTicker.java41 public FakeTicker advance(long time, TimeUnit timeUnit) { in advance() method in FakeTicker
46 public FakeTicker advance(long nanoseconds) { in advance() method in FakeTicker
/external/webkit/Source/JavaScriptCore/runtime/
DWeakRandom.h72 unsigned advance() in advance() function
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DBaseCodeCursor.java58 protected final void advance(int amount) { in advance() method in BaseCodeCursor
/external/webkit/Source/WebCore/platform/graphics/
DGlyphBuffer.h157 CGSize advance = { width, 0 }; variable
176 void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance) in add()
DWidthIterator.cpp77 void WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer) in advance() function in WebCore::WidthIterator
/external/tcpdump/
Dprint-ipcomp.c57 int advance; in ipcomp_print() local
Dprint-ip6.c53 register int advance; in ip6_print() local
Dprint-pim.c625 int advance; in pimv2_print() local
721 int advance; in pimv2_print() local
/external/guava/guava/src/com/google/common/io/
DMultiReader.java44 private void advance() throws IOException { in advance() method in MultiReader
DMultiInputStream.java60 private void advance() throws IOException { in advance() method in MultiInputStream
/external/webkit/Source/WebKit/mac/WebView/
DWebTextIterator.mm79 {
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h75 void advance() { in advance() function
DMachineInstrBundle.h82 void advance() { in advance() function
/external/webkit/Source/WebCore/xml/
DXPathParser.cpp151 Token Parser::makeTokenAndAdvance(int code, int advance) in makeTokenAndAdvance()
157 Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance) in makeTokenAndAdvance()
163 Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance) in makeTokenAndAdvance()
/external/webkit/Source/WebCore/html/parser/
DHTMLEntitySearch.cpp111 void HTMLEntitySearch::advance(UChar nextCharacter) in advance() function in WebCore::HTMLEntitySearch
/external/webkit/Source/WebCore/platform/text/
DSegmentedString.h140 void advance() in advance() function
189 void advance(int& lineNumber) in advance() function
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Daccess-nbody.js95 NBodySystem.prototype.advance = function(dt){ method in NBodySystem
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Daccess-nbody.js95 NBodySystem.prototype.advance = function(dt){ method in NBodySystem
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DBitstreamReader.java88 private void advance() throws IOException { in advance() method in BitstreamReader
/external/openssh/openbsd-compat/
Dinet_ntop.c122 int advance; in inet_ntop6() local
/external/freetype/include/freetype/
Dftincrem.h119 FT_Long advance; member
Dftglyph.h113 FT_Vector advance; member
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp93 void UniscribeController::advance(unsigned offset, GlyphBuffer* glyphBuffer) in advance() function in WebCore::UniscribeController
293 float advance = advances[k] / cLogicalScale; in shapeAndPlaceItem() local
DSimpleFontDataCGWin.cpp148 CGSize advance; in platformWidthForGlyph() local
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSState.java90 public final DNSState advance() { in advance() method in DNSState

1234