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

/external/deqp/execserver/
H A DxsDefs.hpp61 typedef de::RingBuffer<deUint8> ByteBuffer; typedef in namespace:xs
/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/google-breakpad/src/common/
H A Dbyte_cursor.h53 struct ByteBuffer { struct in namespace:google_breakpad
54 ByteBuffer() : start(0), end(0) { } function in struct:google_breakpad::ByteBuffer
55 ByteBuffer(const uint8_t *set_start, size_t set_size) function in struct:google_breakpad::ByteBuffer
57 ~ByteBuffer() { };
61 bool operator==(const ByteBuffer &that) const {
64 bool operator!=(const ByteBuffer &that) const {
77 // A cursor pointing into a ByteBuffer that can parse numbers of various
80 // haven't gone beyond the end of the enclosing ByteBuffer.
85 ByteCursor(const ByteBuffer *buffer, bool big_endian = false)
250 const ByteBuffer *buffer
[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/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 176 milliseconds