HomeSort by relevance Sort by last modified time
    Searched defs:bb (Results 26 - 50 of 575) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/flatbuffers/tests/MyGame/Example/
Vec3.php 21 $this->bb = $_bb; variable
30 return $this->bb->getFloat($this->bb_pos + 0);
38 return $this->bb->getFloat($this->bb_pos + 4);
46 return $this->bb->getFloat($this->bb_pos + 8);
54 return $this->bb->getDouble($this->bb_pos + 16);
62 return $this->bb->getSbyte($this->bb_pos + 24);
71 $obj->init($this->bb_pos + 26, $this->bb);
  /external/flatbuffers/tests/MyGame/Example2/
Monster.php 14 * @param ByteBuffer $bb
17 public static function getRootAsMonster(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
46 $this->bb = $_bb; variable
  /external/flatbuffers/tests/MyGame/
InParentNamespace.php 14 * @param ByteBuffer $bb
17 public static function getRootAsInParentNamespace(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
46 $this->bb = $_bb; variable
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.php 14 * @param ByteBuffer $bb
17 public static function getRootAsTableInNestedNS(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
31 $this->bb = $_bb; variable
41 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.php 14 * @param ByteBuffer $bb
17 public static function getRootAsSecondTableInA(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
31 $this->bb = $_bb; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
TableInC.php 14 * @param ByteBuffer $bb
17 public static function getRootAsTableInC(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
31 $this->bb = $_bb; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
46 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
TableInFirstNS.php 14 * @param ByteBuffer $bb
17 public static function getRootAsTableInFirstNS(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
31 $this->bb = $_bb; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
48 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \NamespaceA\NamespaceB\EnumInNestedNS::A;
55 return $o != 0 ? $obj->init($o + $this->bb_pos, $this->bb) : 0
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.php 14 * @param ByteBuffer $bb
17 public static function getRootAsTableInC(ByteBuffer $bb)
20 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
31 $this->bb = $_bb; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
46 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
  /external/flatbuffers/tests/union_vector/
Attacker.php 12 * @param ByteBuffer $bb
15 public static function getRootAsAttacker(ByteBuffer $bb)
18 return ($obj->init($bb->getInt($bb->getPosition()) + $bb->getPosition(), $bb));
39 $this->bb = $_bb; variable
49 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
  /external/mesa3d/src/gallium/state_trackers/hgl/
bitmap_wrapper.cpp 46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); local
47 if (bb)
48 return (Bitmap*)bb;
56 BBitmap *bb = (BBitmap*)bitmap; local
57 if (bb && width && height) {
58 uint32 w = bb->Bounds().IntegerWidth() + 1;
59 uint32 h = bb->Bounds().IntegerHeight() + 1;
69 BBitmap *bb = (BBitmap*)bitmap; local
70 if (bb)
71 return bb->ColorSpace()
79 BBitmap *bb = (BBitmap*)bitmap; local
91 BBitmap *bb = (BBitmap*)bitmap; local
102 BBitmap *bb = (BBitmap*)bitmap; local
110 BBitmap *bb = (BBitmap*)bitmap; local
120 BBitmap *bb = (BBitmap*)bitmap; local
130 BBitmap *bb = (BBitmap*)bitmap; local
    [all...]
  /external/valgrind/none/tests/amd64/
smc1.c 92 void bb ( int x ) { cc(x); } function
95 void aa ( int x ) { bb(x); }
  /external/valgrind/none/tests/x86/
smc1.c 75 void bb ( int x ) { cc(x); } function
78 void aa ( int x ) { bb(x); }
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 201 ByteBuffer bb = b.slice(); local
202 checkBuffer(bb);
204 assertEquals(0, bb.position());
205 assertEquals(4, bb.limit());
206 assertEquals(4, bb.capacity());
208 assertEquals((byte) 0xA6, bb.get());
209 assertEquals((byte) 0xA7, bb.get());
210 assertEquals((byte) 0xA8, bb.get());
211 assertEquals((byte) 0xA9, bb.get());
213 bb.get()
    [all...]
  /system/bt/osi/test/
ringbuffer_test.cc 37 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; local
45 added = ringbuffer_insert(rb, bb, 5);
73 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; local
74 ringbuffer_insert(rb, bb, sizeof(bb));
  /system/nfc/utils/test/
ringbuffer_test.cc 36 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; local
44 added = ringbuffer_insert(rb, bb, 5);
72 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; local
73 ringbuffer_insert(rb, bb, sizeof(bb));
  /toolchain/binutils/binutils-2.27/gprof/
bb_exit_func.c 34 struct bb
40 struct bb *next;
44 struct bb *__bb_head = (struct bb *) 0;
52 struct bb *ptr;
33 struct bb struct
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dl5.cc 46 A *bb = new A[10]; local
47 delete [] bb;
48 bb = new (std::nothrow) A [10];
49 delete [] bb;
  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamEncoder.java 163 private ByteBuffer bb; field in class:StreamEncoder
192 bb = ByteBuffer.allocateDirect(DEFAULT_BYTE_BUFFER_SIZE);
195 bb = ByteBuffer.allocate(DEFAULT_BYTE_BUFFER_SIZE);
204 this.bb = ByteBuffer.allocate(mbc < 0
210 bb.flip();
211 int lim = bb.limit();
212 int pos = bb.position();
218 if (ch.write(bb) != rem)
221 out.write(bb.array(), bb.arrayOffset() + pos, rem)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
ByteBufferAsDoubleBuffer.java 33 protected final ByteBuffer bb; field in class:ByteBufferAsDoubleBuffer
37 ByteBufferAsDoubleBuffer(ByteBuffer bb,
41 this.bb = bb.duplicate();
42 this.isReadOnly = bb.isReadOnly;
43 // There are only two possibilities for the type of ByteBuffer "bb", viz, DirectByteBuffer and
44 // HeapByteBuffer. We only have to initialize the field when bb is an instance of
50 if (bb instanceof DirectByteBuffer) {
51 this.address = bb.address + off;
53 this.bb.order(order)
    [all...]
ByteBufferAsFloatBuffer.java 32 protected final ByteBuffer bb; field in class:ByteBufferAsFloatBuffer
36 ByteBufferAsFloatBuffer(ByteBuffer bb,
40 this.bb = bb.duplicate();
41 this.isReadOnly = bb.isReadOnly;
42 // There are only two possibilities for the type of ByteBuffer "bb", viz, DirectByteBuffer and
43 // HeapByteBuffer. We only have to initialize the field when bb is an instance of
49 if (bb instanceof DirectByteBuffer) {
50 this.address = bb.address + off;
52 this.bb.order(order)
    [all...]
ByteBufferAsIntBuffer.java 32 protected final ByteBuffer bb; field in class:ByteBufferAsIntBuffer
36 ByteBufferAsIntBuffer(ByteBuffer bb,
40 this.bb = bb.duplicate();
41 this.isReadOnly = bb.isReadOnly;
42 // There are only two possibilities for the type of ByteBuffer "bb", viz, DirectByteBuffer and
43 // HeapByteBuffer. We only have to initialize the field when bb is an instance of
49 if (bb instanceof DirectByteBuffer) {
50 this.address = bb.address + off;
52 this.bb.order(order)
    [all...]
ByteBufferAsLongBuffer.java 32 protected final ByteBuffer bb; field in class:ByteBufferAsLongBuffer
36 ByteBufferAsLongBuffer(ByteBuffer bb,
40 this.bb = bb.duplicate();
41 this.isReadOnly = bb.isReadOnly;
42 // There are only two possibilities for the type of ByteBuffer "bb", viz, DirectByteBuffer and
43 // HeapByteBuffer. We only have to initialize the field when bb is an instance of
49 if (bb instanceof DirectByteBuffer) {
50 this.address = bb.address + off;
52 this.bb.order(order)
    [all...]
ByteBufferAsShortBuffer.java 32 protected final ByteBuffer bb; field in class:ByteBufferAsShortBuffer
36 ByteBufferAsShortBuffer(ByteBuffer bb,
40 this.bb = bb.duplicate();
41 this.isReadOnly = bb.isReadOnly;
42 // There are only two possibilities for the type of ByteBuffer "bb", viz, DirectByteBuffer and
43 // HeapByteBuffer. We only have to initialize the field when bb is an instance of
49 if (bb instanceof DirectByteBuffer) {
50 this.address = bb.address + off;
52 this.bb.order(order)
    [all...]
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
Triangle.java 47 ByteBuffer bb = ByteBuffer.allocateDirect( local
51 bb.order(ByteOrder.nativeOrder());
54 vertexBuffer = bb.asFloatBuffer();
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 38 B<bool> bb; variable

Completed in 1193 milliseconds

12 3 4 5 6 7 8 91011>>