Searched defs:ByteBuffer (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc41 ByteBuffer::ByteBuffer() { function in class:talk_base::ByteBuffer
48 ByteBuffer::ByteBuffer(const char* bytes, size_t len) { function in class:talk_base::ByteBuffer
56 ByteBuffer::ByteBuffer(const char* bytes) { function in class:talk_base::ByteBuffer
64 ByteBuffer::~ByteBuffer() {
68 bool ByteBuffer::ReadUInt8(uint8* val) {
74 bool ByteBuffer
[all...]
H A Dbytebuffer.h38 class ByteBuffer { class in namespace:talk_base
40 ByteBuffer();
41 ByteBuffer(const char* bytes, size_t len);
42 explicit ByteBuffer(const char* bytes); // uses strlen
43 ~ByteBuffer();
77 DISALLOW_COPY_AND_ASSIGN(ByteBuffer);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java24 public class ByteBuffer class
37 public ByteBuffer(int initialCapacity) method in class:ByteBuffer
45 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
47 public ByteBuffer(byte[] buffer) method in class:ByteBuffer
55 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
58 public ByteBuffer(byte[] buffer, int length) method in class:ByteBuffer
75 public ByteBuffer(InputStream in) throws IOException method in class:ByteBuffer
99 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
103 public ByteBuffer(byte[] buffer, int offset, int length) method in class:ByteBuffer
216 * @param anotherBuffer another <code>ByteBuffer</cod
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 151 milliseconds