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

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/mterp/armv5te/
OP_SPUT_OBJECT.S 29 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_USHR_LONG.S 24 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_USHR_LONG_2ADDR.S 19 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_INSTANCE_OF.S 49 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
61 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 42 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_IGET_WIDE.S 38 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_IPUT.S 42 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_SHL_LONG_2ADDR.S 18 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_SHR_LONG_2ADDR.S 18 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_USHR_LONG_2ADDR.S 18 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
  /dalvik/vm/mterp/x86-atom/
OP_CONST_STRING.S 64 FFETCH_ADV 2, %edx # %edx<- next instruction hi; fetch, advance
OP_SGET.S 57 FFETCH_ADV 2, %edx # %edx<- next instruction hi; fetch, advance
OP_SGET_WIDE.S 41 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_SPUT.S 57 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_SPUT_WIDE.S 41 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 129 void advance();
171 status_t advance();
224 void BlockIterator::advance() { function in class:android::BlockIterator
250 advance();
259 advance();
263 advance();
338 mBlockIter.advance();
568 iter.advance();
  /external/chromium/third_party/icu/source/common/
util.h 83 * @param advance if true, advance pos to the first non-white-space
90 UBool advance = FALSE);
98 * skipWhitespace(text, start, limit) will advance start past leading
  /external/chromium/third_party/icu/source/test/letest/
PortableFontInstance.h 103 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
  /external/freetype/src/cff/
cffgload.h 63 /* advance :: The horizontal advance vector. */
94 FT_Vector advance; member in struct:CFF_Builder_
177 /* Compute the maximum advance width of a font through quick parsing */
  /external/icu4c/common/
util.h 83 * @param advance if true, advance pos to the first non-white-space
90 UBool advance = FALSE);
98 * skipWhitespace(text, start, limit) will advance start past leading
  /external/icu4c/layout/
LEFontInstance.h 273 * This method gets the X and Y advance of a particular glyph, in pixels.
276 * @param advance - the X and Y pixel values will be stored here
280 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const = 0;
  /external/icu4c/samples/layout/
GDIFontInstance.h 93 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
GnomeFontInstance.h 88 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
  /external/icu4c/test/letest/
PortableFontInstance.h 103 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 59 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);

Completed in 329 milliseconds

1 2 3 4 5 6 7 891011>>