/frameworks/base/core/java/android/net/http/ |
CharArrayBuffers.java | 32 * Returns true if the buffer contains the given string. Ignores leading 35 * @param buffer to search 39 static boolean containsIgnoreCaseTrimmed(CharArrayBuffer buffer, 41 int len = buffer.length(); 42 char[] chars = buffer.buffer(); 64 static int setLowercaseIndexOf(CharArrayBuffer buffer, final int ch) { 67 int endIndex = buffer.length(); 68 char[] chars = buffer.buffer(); [all...] |
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
in_memory_wrapper_input.h | 30 InMemoryWrapperInput(const char* buffer, size_t size); 32 // Tries to read the requested number of bytes into the buffer. Returns the 34 virtual size_t Read(uint8_t* buffer, size_t wanted); 35 // Returns true if at end of buffer. Note: May return false 38 // Returns the size of the buffer (in bytes). 40 // Moves to the given offset within the buffer. Returns 44 // The actual in-memory buffer 46 // The position in the buffer 50 // The size of the buffer.
|
/libcore/dex/src/main/java/com/android/dex/ |
ClassDef.java | 24 private final Dex buffer; field in class:ClassDef 35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, 38 this.buffer = buffer; 67 return buffer.readTypeList(interfacesOffset).getTypes(); 91 if (buffer == null) { 96 result.append(buffer.typeNames().get(typeIndex)); 98 result.append(" extends ").append(buffer.typeNames().get(supertypeIndex));
|
/libcore/luni/src/main/java/java/io/ |
ObjectInput.java | 58 * Reads bytes from this stream into the byte array {@code buffer}. Blocks 65 public int read(byte[] buffer) throws IOException; 69 * byte array {@code buffer} starting at offset {@code byteOffset}. Blocks while 76 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException;
|
ObjectOutput.java | 46 * Writes the entire contents of the byte array {@code buffer} to the output 49 * @param buffer 50 * the buffer to write. 54 public void write(byte[] buffer) throws IOException; 57 * Writes {@code count} bytes from the byte array {@code buffer} starting at 61 * @param buffer 62 * the buffer to write. 64 * the index of the first byte in {@code buffer} to write. 66 * the number of bytes from {@code buffer} to write to the target 71 public void write(byte[] buffer, int offset, int count) throws IOException [all...] |
StringBufferInputStream.java | 33 protected String buffer; field in class:StringBufferInputStream 59 buffer = str; 78 return pos < count ? buffer.charAt(pos++) & 0xFF : -1; 81 @Override public synchronized int read(byte[] buffer, int byteOffset, int byteCount) { 82 if (buffer == null) { 83 throw new NullPointerException("buffer == null"); 85 Arrays.checkOffsetAndCount(buffer.length, byteOffset, byteCount); 92 buffer[byteOffset + i] = (byte) this.buffer.charAt(pos + i);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/ |
libgen.h | 42 * if 'buffer' is NULL, 'bufflen' is ignored and the length of the result is returned 43 * otherwise, place result in 'buffer' 49 * ERANGE: buffer is too short 52 extern int dirname_r(const char* path, char* buffer, size_t bufflen); 53 extern int basename_r(const char* path, char* buffer, size_t bufflen);
|