HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 151 - 175 of 376) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_AGET.S 23 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_APUT.S 23 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_IPUT_OBJECT_QUICK.S 14 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_IPUT_WIDE_QUICK.S 13 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_MUL_LONG_2ADDR.S 22 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_NEW_ARRAY.S 57 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
binopWide.S 31 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
binopWide2addr.S 28 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
  /dalvik/vm/mterp/armv6t2/
OP_MUL_LONG_2ADDR.S 21 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
binopWide2addr.S 27 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 48 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_CMPL_FLOAT.S 49 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_MONITOR_ENTER.S 49 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
binopDivRemLong2Addr.S 53 FFETCH_ADV 1, %ecx # %ecx<- next instruction hi; fetch, advance
  /external/freetype/src/base/
ftadvanc.c 5 /* Quick computation of advance widths (body). */
45 /* this must be the same scaling as to get linear{Hori,Vert}Advance */
55 /* at the moment, we can perform fast advance retrieval only in */
151 ? face->glyph->advance.y
152 : face->glyph->advance.x;
  /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
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 43 const SkPath* shape, float advance, float phase, int style) {
45 return new SkPath1DPathEffect(*shape, SkFloatToScalar(advance),
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
150 * "_count" value is in 16-bit code units. Does not advance rPC.
427 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
449 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
464 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
478 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
496 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
512 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
528 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
542 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS
    [all...]
InterpAsm-armv5te.S 111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
150 * "_count" value is in 16-bit code units. Does not advance rPC.
427 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
449 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
464 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
478 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
496 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
512 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
528 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
542 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS
    [all...]
  /external/freetype/include/freetype/
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/icu4c/samples/layout/
ScriptCompositeFontInstance.h 101 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
  /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
dwarf_die.h 121 const Elf_Byte* advance(const Dwarf_Abbr_AT** at_abbr, Dwarf_Tag* tag) const;
  /external/skia/include/effects/
Sk1DPathEffect.h 59 @param advance The space between instances of path
60 @param phase distance (mod advance) along path for its initial position
64 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
  /external/skia/src/animator/
SkAnimateActive.h 31 void advance();

Completed in 290 milliseconds

1 2 3 4 5 67 8 91011>>