HomeSort by relevance Sort by last modified time
    Searched defs:ByteBuffer (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/flatbuffers/net/FlatBuffers/
IFlatbufferObject.cs 24 void __init(int _i, ByteBuffer _bb);
26 ByteBuffer ByteBuffer { get; }
Table.cs 28 public ByteBuffer bb;
30 public ByteBuffer ByteBuffer { get { return bb; } }
40 public static int __offset(int vtableOffset, int offset, ByteBuffer bb)
52 public static int __indirect(int offset, ByteBuffer bb)
82 // ArraySegment<byte>. If the vector is not present in the ByteBuffer,
106 public static bool __has_identifier(ByteBuffer bb, string ident)
119 // Compare strings in the ByteBuffer.
120 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb)
137 // Compare string from the ByteBuffer with the string objec
    [all...]
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster()); }
16 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /external/flatbuffers/tests/MyGame/
InParentNamespace.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static InParentNamespace GetRootAsInParentNamespace(ByteBuffer _bb) { return GetRootAsInParentNamespace(_bb, new InParentNamespace()); }
16 public static InParentNamespace GetRootAsInParentNamespace(ByteBuffer _bb, InParentNamespace obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public InParentNamespace __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /system/connectivity/wifilogd/
byte_buffer.h 35 // const auto buffer = ByteBuffer<1024>()
40 class ByteBuffer {
42 ByteBuffer() : write_pos_(0) {}
46 // the ByteBuffer, to support chaining.
47 ByteBuffer<SizeBytes>& AppendOrDie(NONNULL const void* data,
  /external/libbrillo/brillo/streams/
memory_containers.cc 95 ByteBuffer::ByteBuffer(size_t reserve_size)
100 ByteBuffer::~ByteBuffer() {
  /external/flatbuffers/tests/MyGame/Example/
Ability.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public Ability __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
Test.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
TestSimpleTableWithEnum.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb) { return GetRootAsTestSimpleTableWithEnum(_bb, new TestSimpleTableWithEnum()); }
16 public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb, TestSimpleTableWithEnum obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public TestSimpleTableWithEnum __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
Stat.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); }
16 public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
Vec3.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public Vec3 __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
StructInNestedNS.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
TableInNestedNS.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNestedNS(_bb, new TableInNestedNS()); }
16 public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb) { return GetRootAsSecondTableInA(_bb, new SecondTableInA()); }
16 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
TableInFirstNS.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirstNS(_bb, new TableInFirstNS()); }
16 public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public TableInFirstNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.cs 14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new TableInC()); }
16 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public TableInC __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /libcore/libart/src/main/java/java/lang/invoke/
ByteBufferViewVarHandle.java 19 import java.nio.ByteBuffer;
31 ByteBuffer.class, int.class);
  /external/google-breakpad/src/common/
byte_cursor.h 53 struct ByteBuffer {
54 ByteBuffer() : start(0), end(0) { }
55 ByteBuffer(const uint8_t *set_start, size_t set_size)
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/webrtc/webrtc/base/
bytebuffer.cc 11 #include "webrtc/base/bytebuffer.h"
25 ByteBuffer::ByteBuffer() {
29 ByteBuffer::ByteBuffer(ByteOrder byte_order) {
33 ByteBuffer::ByteBuffer(const char* bytes, size_t len) {
37 ByteBuffer::ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order) {
41 ByteBuffer::ByteBuffer(const char* bytes)
    [all...]
bytebuffer.h 22 class ByteBuffer {
31 ByteBuffer();
32 explicit ByteBuffer(ByteOrder byte_order);
33 ByteBuffer(const char* bytes, size_t len);
34 ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order);
37 explicit ByteBuffer(const char* bytes);
39 explicit ByteBuffer(const Buffer& buf);
41 ~ByteBuffer();
73 // ByteBuffer.
91 friend class ByteBuffer;
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/
Smbus.c 234 UINT8 *ByteBuffer = Buffer;
250 Status = SmbusBlockRead(ByteBuffer, *Length);
252 Status = SmbusBlockWrite(ByteBuffer, *Length);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 24 public class ByteBuffer
37 public ByteBuffer(int initialCapacity)
45 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
47 public ByteBuffer(byte[] buffer)
55 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
58 public ByteBuffer(byte[] buffer, int length)
75 public ByteBuffer(InputStream in) throws IOException
99 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
103 public ByteBuffer(byte[] buffer, int offset, int length)
216 * @param anotherBuffer another <code>ByteBuffer</code
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
NAIRealmDataTest.java 27 import java.nio.ByteBuffer;
41 NAIRealmData.parse(ByteBuffer.wrap(new byte[0]));
52 ByteBuffer buffer = ByteBuffer.wrap(NAIRealmDataTestUtil.TEST_REAML_WITH_UTF8_DATA_BYTES);
65 ByteBuffer buffer = ByteBuffer.wrap(NAIRealmDataTestUtil.TEST_REAML_WITH_UTF8_DATA_BYTES);
77 ByteBuffer buffer = ByteBuffer.wrap(
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
InnerAuthEAPTest.java 28 import java.nio.ByteBuffer;
40 * @return {@link ByteBuffer}
42 private ByteBuffer getTestBuffer() {
43 return ByteBuffer.wrap(new byte[] {(byte) TEST_EAP_METHOD_ID});
53 InnerAuthEAP.parse(ByteBuffer.wrap(new byte[0]), InnerAuthEAP.EXPECTED_LENGTH_VALUE);
NonEAPInnerAuthTest.java 27 import java.nio.ByteBuffer;
39 * @return {@link ByteBuffer}
41 private ByteBuffer getTestBuffer() {
42 return ByteBuffer.wrap(new byte[] {(byte) TEST_AUTH_TYPE});
52 NonEAPInnerAuth.parse(ByteBuffer.wrap(new byte[0]), NonEAPInnerAuth.EXPECTED_LENGTH_VALUE);

Completed in 509 milliseconds

1 2 3 4 5 6 7