/frameworks/base/awt/javax/imageio/stream/ |
D | ImageInputStream.java | 87 int read(byte[] b, int off, int len) throws IOException; in read() 101 void readBytes(IIOByteBuffer buf, int len) throws IOException; in readBytes() 235 void readFully(byte[] b, int off, int len) throws IOException; in readFully() 261 void readFully(short[] s, int off, int len) throws IOException; in readFully() 276 void readFully(char[] c, int off, int len) throws IOException; in readFully() 291 void readFully(int[] i, int off, int len) throws IOException; in readFully() 306 void readFully(long[] l, int off, int len) throws IOException; in readFully() 321 void readFully(float[] f, int off, int len) throws IOException; in readFully() 336 void readFully(double[] d, int off, int len) throws IOException; in readFully()
|
D | ImageOutputStream.java | 68 void write(byte[] b, int off, int len) throws IOException; in write() 206 void writeShorts(short[] s, int off, int len) throws IOException; in writeShorts() 220 void writeChars(char[] c, int off, int len) throws IOException; in writeChars() 235 void writeInts(int[] i, int off, int len) throws IOException; in writeInts() 250 void writeLongs(long[] l, int off, int len) throws IOException; in writeLongs() 265 void writeFloats(float[] f, int off, int len) throws IOException; in writeFloats() 280 void writeDoubles(double[] d, int off, int len) throws IOException; in writeDoubles()
|
D | ImageOutputStreamImpl.java | 53 public abstract void write(byte[] b, int off, int len) throws IOException; in write() 119 public void writeShorts(short[] s, int off, int len) throws IOException { in writeShorts() 124 public void writeChars(char[] c, int off, int len) throws IOException { in writeChars() 129 public void writeInts(int[] i, int off, int len) throws IOException { in writeInts() 134 public void writeLongs(long[] l, int off, int len) throws IOException { in writeLongs() 139 public void writeFloats(float[] f, int off, int len) throws IOException { in writeFloats() 144 public void writeDoubles(double[] d, int off, int len) throws IOException { in writeDoubles()
|
D | ImageInputStreamImpl.java | 98 public abstract int read(byte[] b, int off, int len) throws IOException; in read() 100 public void readBytes(IIOByteBuffer buf, int len) throws IOException { in readBytes() 194 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() 203 public void readFully(short[] s, int off, int len) throws IOException { in readFully() 208 public void readFully(char[] c, int off, int len) throws IOException { in readFully() 213 public void readFully(int[] i, int off, int len) throws IOException { in readFully() 218 public void readFully(long[] l, int off, int len) throws IOException { in readFully() 223 public void readFully(float[] f, int off, int len) throws IOException { in readFully() 228 public void readFully(double[] d, int off, int len) throws IOException { in readFully()
|
D | FileImageOutputStream.java | 77 public void write(byte[] b, int off, int len) throws IOException { in write() 96 public int read(byte[] b, int off, int len) throws IOException { in read()
|
D | MemoryCacheImageOutputStream.java | 66 public void write(byte[] b, int off, int len) throws IOException { in write() 85 public int read(byte[] b, int off, int len) throws IOException { in read()
|
D | FileCacheImageOutputStream.java | 117 public void write(byte[] b, int off, int len) throws IOException { in write() 137 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/frameworks/base/libs/utils/ |
D | String8.cpp | 160 static char* allocFromUTF8(const char* in, size_t len) in allocFromUTF8() 178 static char* allocFromUTF16OrUTF32(const T* in, L len) in allocFromUTF16OrUTF32() 199 size_t len = utf32_to_utf8_bytes(c); in allocFromUTF16OrUTF32() local 212 static char* allocFromUTF16(const char16_t* in, size_t len) in allocFromUTF16() 217 static char* allocFromUTF32(const char32_t* in, size_t len) in allocFromUTF32() 243 String8::String8(const char* o, size_t len) in String8() 261 String8::String8(const char16_t* o, size_t len) in String8() 271 String8::String8(const char32_t* o, size_t len) in String8() 298 status_t String8::setTo(const char* other, size_t len) in setTo() 308 status_t String8::setTo(const char16_t* other, size_t len) in setTo() [all …]
|
D | StringArray.cpp | 63 int len = strlen(str); in push_back() local 107 int len = strlen(str); in setEntry() local
|
D | String16.cpp | 247 static char16_t* allocFromUTF8(const char* in, size_t len) in allocFromUTF8() 269 size_t len = utf8_char_len(*p); in allocFromUTF8() local 310 String16::String16(const String16& o, size_t len, size_t begin) in String16() 318 size_t len = strlen16(o); in String16() local 331 String16::String16(const char16_t* o, size_t len) in String16() 356 String16::String16(const char* o, size_t len) in String16() 373 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() 399 status_t String16::setTo(const char16_t* other, size_t len) in setTo() 462 status_t String16::insert(size_t pos, const char16_t* chrs, size_t len) in insert() 583 status_t String16::remove(size_t len, size_t begin) in remove()
|
D | misc.cpp | 38 int len; in strdupNew() local 56 int len, totalLen, posn, idx; in concatArgv() local
|
/frameworks/base/media/libdrm/mobile2/src/util/xml/ |
D | ExpatWrapper.cpp | 40 int ExpatWrapper::decode(const char* buf, int len, int isFinal) in decode() 59 void ExpatWrapper::dataHandlerCallback(void *userData, const XML_Char *s, int len) in dataHandlerCallback() 75 void ExpatWrapper::dataHandler(const XML_Char *s, int len) in dataHandler()
|
/frameworks/base/cmds/servicemanager/ |
D | service_manager.c | 90 unsigned len; member 96 struct svcinfo *find_svc(uint16_t *s16, unsigned len) in find_svc() 125 void *do_find_service(struct binder_state *bs, uint16_t *s, unsigned len) in do_find_service() 139 uint16_t *s, unsigned len, in do_add_service() 191 unsigned len; in svcmgr_handler() local
|
/frameworks/base/media/java/android/drm/mobile1/ |
D | DrmRawContent.java | 131 …public DrmRawContent(InputStream inRawdata, int len, String mimeTypeStr) throws DrmException, IOEx… in DrmRawContent() 284 int len = nativeGetContentLength(); in available() local 324 public int read(byte[] b, int off, int len) throws IOException { in read() 394 private native int nativeConstructDrmContent(InputStream data, int len, int mimeType); in nativeConstructDrmContent() 428 private native int nativeReadContent(byte[] buf, int bufOff, int len, int mediaOff); in nativeReadContent()
|
/frameworks/base/core/jni/ |
D | android_os_SystemProperties.cpp | 29 int len; in SystemProperties_getSS() local 66 int len; in SystemProperties_get_int() local 95 int len; in SystemProperties_get_long() local 124 int len; in SystemProperties_get_boolean() local
|
/frameworks/base/include/utils/ |
D | Buffer.h | 35 makeRoomFor(int len) in makeRoomFor() 83 append(const char *s, int len) in append()
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 151 int len = text.length(); in withinHtml() local 544 int len = text.length(); in handleP() local 579 int len = text.length(); in start() local 585 int len = text.length(); in end() local 613 int len = text.length(); in startImg() local 625 int len = text.length(); in startFont() local 630 int len = text.length(); in endFont() local 670 int len = text.length(); in startA() local 675 int len = text.length(); in endA() local 692 int len = text.length(); in endHeader() local [all …]
|
D | TextUtils.java | 221 int len) { in regionMatches() 440 int len = s.length(); in getTrimmedLength() local 518 int len = end - start; in getChars() local 879 int len = text.length(); in getOffsetAfter() local 1004 int len = text.length(); in ellipsize() local 1234 out.insert(out.length(), text, right, len); in ellipsize() local 1242 int len = source.length(); in blank() local 1281 int len = text.length(); in commaEllipsize() local 1355 /* package */ static char[] obtain(int len) { in obtain() 1444 int len = text[i].length(); in concat() local [all …]
|
/frameworks/base/core/java/android/text/util/ |
D | Rfc822Token.java | 112 int len = name.length(); in quoteNameIfNecessary() local 136 int len = name.length(); in quoteName() local 156 int len = comment.length(); in quoteComment() local
|
D | Rfc822Tokenizer.java | 176 int len = sb.length(); in crunch() local 239 int len = text.length(); in findTokenEnd() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ATResponseParser.java | 98 int len = line.length(); in nextTok() local 155 int len; in skipWhiteSpace() local
|
/frameworks/base/core/java/android/util/ |
D | StringBuilderPrinter.java | 37 int len = x.length(); in println() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | TemporaryBuffer.java | 23 /* package */ static char[] obtain(int len) { in obtain()
|
/frameworks/base/services/java/com/android/server/ |
D | Installer.java | 78 private boolean readBytes(byte buffer[], int len) { in readBytes() 101 int len; in readReply() local 117 int len = cmd.length; in writeCommand() local
|
/frameworks/base/libs/binder/ |
D | Parcel.cpp | 337 status_t Parcel::setData(const uint8_t* buffer, size_t len) in setData() 348 status_t Parcel::appendFrom(Parcel *parcel, size_t offset, size_t len) in appendFrom() 481 status_t Parcel::finishWrite(size_t len) in finishWrite() 494 status_t Parcel::writeUnpadded(const void* data, size_t len) in writeUnpadded() 513 status_t Parcel::write(const void* data, size_t len) in write() 523 void* Parcel::writeInplace(size_t len) in writeInplace() 607 status_t Parcel::writeString16(const char16_t* str, size_t len) in writeString16() 847 const size_t len = eos - str; in readCString() local 869 size_t len; in readString16() local 1131 status_t Parcel::growData(size_t len) in growData()
|