Searched defs:ByteBuffer (Results 1 - 7 of 7) 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/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc41 ByteBuffer::ByteBuffer() { function in class:talk_base::ByteBuffer
45 ByteBuffer::ByteBuffer(ByteOrder byte_order) { function in class:talk_base::ByteBuffer
49 ByteBuffer::ByteBuffer(const char* bytes, size_t len) { function in class:talk_base::ByteBuffer
53 ByteBuffer::ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order) { function in class:talk_base::ByteBuffer
57 ByteBuffer::ByteBuffer(cons function in class:talk_base::ByteBuffer
[all...]
H A Dbytebuffer.h38 class ByteBuffer { class in namespace:talk_base
47 ByteBuffer();
48 explicit ByteBuffer(ByteOrder byte_order);
49 ByteBuffer(const char* bytes, size_t len);
50 ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order);
53 explicit ByteBuffer(const char* bytes);
55 ~ByteBuffer();
87 // ByteBuffer.
105 friend class ByteBuffer;
131 DISALLOW_COPY_AND_ASSIGN(ByteBuffer);
[all...]
/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 348 milliseconds