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

1 2 3 4

  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.h 59 void advance(unsigned position) function in class:WebCore::PositionedVector
126 // Path specific advance values to handle lengthAdjust
  /external/webkit/JavaScriptCore/runtime/
WeakRandom.h 68 return advance() / (UINT_MAX + 1.0);
72 unsigned advance() function in class:JSC::WeakRandom
CollectorHeapIterator.h 41 void advance(size_t max);
83 // Iterators advance up to the next-to-last -- and not the last -- cell in a
85 inline void CollectorHeapIterator::advance(size_t max) function in class:JSC::CollectorHeapIterator
102 advance(HeapConstants::cellsPerBlock - 1);
107 advance(HeapConstants::cellsPerBlock - 1);
120 advance(HeapConstants::cellsPerBlock - 1);
134 advance(HeapConstants::cellsPerBlock - 1);
  /external/tcpdump/
print-ipcomp.c 57 int advance; local
83 advance = sizeof(struct ipcomp);
86 return advance;
print-ip6.c 53 register int advance; local
111 advance = sizeof(struct ip6_hdr);
113 while (cp < snapend && advance > 0) {
114 cp += advance;
115 len -= advance;
126 advance = hbhopt_print(cp);
130 advance = dstopt_print(cp);
134 advance = frag6_print(cp, (const u_char *)ip6);
135 if (snapend <= cp + advance)
144 * XXX - we don't use "advance"; the curren
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_funcs.h 57 * functions, such as distance() and advance().
168 advance(_InputIterator& __i, _Distance __n) function
181 std::advance(__x, __n);
190 std::advance(__x, -__n);
  /bionic/libc/inet/
inet_ntop.c 108 int advance; local
173 advance = snprintf(tp, ep - tp, "%x", words[i]);
174 if (advance <= 0 || advance >= ep - tp)
176 tp += advance;
  /external/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
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressMonitor.java 44 public void advance(int work) { method in class:SyncProgressMonitor
  /system/bluetooth/brfpatch/
brfpatch.c 64 // advance beyond next whitespace. Return -1 if end of string reached
65 static int advance(char **buf) { function
83 FAILIF(advance(&buf), "Could not find opcode in: %s\n", buffer);
91 while (!advance(&buf)) {
  /external/icu4c/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/webkit/SunSpider/tests/sunspider-0.9/
access-nbody.js 95 NBodySystem.prototype.advance = function(dt){
165 bodies.advance(0.01);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
access-nbody.js 95 NBodySystem.prototype.advance = function(dt){
165 bodies.advance(0.01);
  /frameworks/base/services/audioflinger/
AudioResamplerCubic.h 53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
  /external/freetype/include/freetype/
ftincrem.h 103 * 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_
ftglyph.h 97 /* advance width in 16.16 fixed float 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. */
    [all...]
  /external/webkit/WebCore/platform/graphics/
GlyphBuffer.h 157 CGSize advance = { width, 0 }; local
158 m_advances.append(advance);
176 void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance)
187 m_advances.append(advance);
WidthIterator.cpp 69 void WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer) function in class:WebCore::WidthIterator
178 // Advance past the character we just dealt with.
218 advance(m_currentCharacter + 1, glyphBuffer);
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 136 CGSize advance; local
141 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance);
143 return advance.width + m_syntheticBoldOffset;
  /external/webkit/WebCore/platform/text/
SegmentedString.h 106 void advance() function in class:WebCore::SegmentedString
139 void advance(int& lineNumber) function in class:WebCore::SegmentedString
  /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/qemu/audio/
audio.h 145 static inline void *advance (void *p, int incr) function
  /external/qemu/elff/
dwarf_die.cc 39 return advance(NULL, &tag) != NULL ? tag : 0;
77 /* Advance to DIE attributes. */
78 const Elf_Byte* die_attr = advance(&at_abbr, NULL);
196 const Elf_Byte* die_attr = advance(&at_abbr, &tag);
250 const Elf_Byte* DIEObject::advance(const Dwarf_Abbr_AT** at_abbr, function in class:DIEObject
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 85 if (advanceNeeded) advance ();
90 // Advance RBSP decoder to next byte
91 void RbspParser::advance () function in class:RbspParser
108 advance ();

Completed in 829 milliseconds

1 2 3 4