Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
DByteArrayBuffer.java56 public void append(final byte[] b, int off, int len) { in append()
84 public void append(final char[] b, int off, int len) { in append()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSpannableStringUtils.java109 int off = 0; in concatWithNonParagraphSuggestionSpansOnly() local
114 copyNonParagraphSuggestionSpansFrom((Spanned) text[i], 0, len, ss, off); in concatWithNonParagraphSuggestionSpansOnly() local
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
DCountedDataInputStream.java51 public int read(byte[] b, int off, int len) throws IOException { in read()
82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
DCountedDataInputStream.java51 public int read(byte[] b, int off, int len) throws IOException { in read()
84 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
DCountedDataInputStream.java51 public int read(byte[] b, int off, int len) throws IOException { in read()
82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
DCountedDataInputStream.java51 public int read(byte[] b, int off, int len) throws IOException { in read()
82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DNullOutputStream.java44 public void write(byte[] b, int off, int len) { in write()
DTeeOutputStream.java61 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
DCountingOutputStream.java69 public void write(byte[] b, int off, int len) throws IOException { in write()
DThresholdingOutputStream.java125 public void write(byte b[], int off, int len) throws IOException in write()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DInterp.h52 int off = (int)(xfrac * CTAPS); in ciCalc() local
DPyramid.cpp115 int off, off2, height, h, w; in BorderSpread() local
152 int off = in->border / 2; in BorderExpandOdd() local
211 int off = scr->border - 2; in BorderReduceOdd() local
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DAutoCloseInputStream.java110 public int read(byte[] b, int off, int len) throws IOException { in read()
DCountingInputStream.java73 public int read(byte[] b, int off, int len) throws IOException { in read()
/packages/apps/Gallery2/jni/filters/
Dfx.c19 __inline__ int interp(unsigned char *src, int p , int *off ,float dr,float dg, float db){ in interp()
47 int off[8] = { in JNIFUNCF() local
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
DPartialInputStream.java50 public int read(byte b[], int off, int len) throws IOException { in read()
DPositionInputStream.java81 public int read(byte b[], int off, int len) throws IOException { in read()
/packages/services/Telephony/src/org/apache/james/mime4j/
DRootInputStream.java90 public int read(byte[] b, int off, int len) throws IOException { in read()
DCloseShieldInputStream.java115 public int read(byte b[], int off, int len) throws IOException { in read()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DRootInputStream.java90 public int read(byte[] b, int off, int len) throws IOException { in read()
DCloseShieldInputStream.java115 public int read(byte b[], int off, int len) throws IOException { in read()

12