/packages/apps/TV/tuner/src/com/android/tv/tuner/util/ |
D | ByteArrayBuffer.java | 57 public void append(final byte[] b, int off, int len) { in append() 88 public void append(final char[] b, int off, int len) { in append()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
D | CountedDataInputStream.java | 51 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/Camera2/src/com/android/camera/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
D | CountedDataInputStream.java | 51 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/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
D | CountedDataInputStream.java | 51 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | SpannableStringUtils.java | 109 int off = 0; in concatWithNonParagraphSuggestionSpansOnly() local 114 copyNonParagraphSuggestionSpansFrom((Spanned) text[i], 0, len, ss, off); in concatWithNonParagraphSuggestionSpansOnly() local
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
D | NullOutputStream.java | 44 public void write(byte[] b, int off, int len) { in write()
|
D | TeeOutputStream.java | 61 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
|
D | CountingOutputStream.java | 69 public void write(byte[] b, int off, int len) throws IOException { in write()
|
D | ThresholdingOutputStream.java | 125 public void write(byte b[], int off, int len) throws IOException in write()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Interp.h | 52 int off = (int)(xfrac * CTAPS); in ciCalc() local
|
D | Pyramid.cpp | 115 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/DocumentsUI/src/com/android/documentsui/archives/ |
D | ArchiveEntryInputStream.java | 51 public int read(byte[] b, int off, int len) throws IOException { in read() 75 int read(byte[] b, int off, int len) throws IOException; in read()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | CountedDataInputStream.java | 52 public int read(byte[] b, int off, int len) throws IOException { in read() 85 private void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
D | AutoCloseInputStream.java | 110 public int read(byte[] b, int off, int len) throws IOException { in read()
|
D | CountingInputStream.java | 73 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
D | PartialInputStream.java | 50 public int read(byte b[], int off, int len) throws IOException { in read()
|
D | PositionInputStream.java | 81 public int read(byte b[], int off, int len) throws IOException { in read()
|
/packages/apps/Gallery2/jni/filters/ |
D | fx.c | 19 __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
|
D | edge.c | 99 int off = k * 4; in JNIFUNCF() local
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | RootInputStream.java | 90 public int read(byte[] b, int off, int len) throws IOException { in read()
|
D | CloseShieldInputStream.java | 115 public int read(byte b[], int off, int len) throws IOException { in read()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | ToggleButton.java | 80 public void setToggleIcons(Drawable on, Drawable off) { in setToggleIcons()
|