HomeSort by relevance Sort by last modified time
    Searched refs:buffer (Results 451 - 475 of 13868) sorted by null

<<11121314151617181920>>

  /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.
  /frameworks/ex/framesequence/jni/
Stream.h 29 size_t peek(void* buffer, size_t size);
30 size_t read(void* buffer, size_t size);
33 virtual size_t doRead(void* buffer, size_t size) = 0;
43 MemoryStream(void* buffer, size_t size) :
44 mBuffer((char*)buffer),
48 virtual size_t doRead(void* buffer, size_t size);
60 virtual size_t doRead(void* buffer, size_t size);
75 virtual size_t doRead(void* buffer, size_t size);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glBindVertexBuffer.cpp 1 /* void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride ) */
4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
11 (GLuint)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);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_pt_node_array_reader.h 42 Ver4PtNodeArrayReader(const BufferWithExtendableBuffer *const buffer) : mBuffer(buffer) {};
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_pt_node_array_reader.h 29 Ver4PtNodeArrayReader(const BufferWithExtendableBuffer *const buffer) : mBuffer(buffer) {};
  /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);

Completed in 1730 milliseconds

<<11121314151617181920>>