Searched defs:bb (Results 1 – 7 of 7) sorted by relevance
24 ImplBSub bb = new ImplBSub(); in main() local
11 byte[] bb() default {}; in bb() method
34 float bb = 1; in main() local
204 public void addSingleClass(byte[] bb) { in addSingleClass()
263 ByteBuffer bb = ByteBuffer.allocateDirect(2 * Long.SIZE); in doTest() local292 ByteBuffer bb = ByteBuffer.allocate(2 * Float.SIZE); in doTest() local323 ByteBuffer bb = ByteBuffer.wrap(bytes, offset, bytes.length - offset); in doTest() local
1108 String bb = "hello world how are you"; in main() local
2413 ScopedLocalRef<jclass> bb(env_, env_->FindClass("java/nio/ByteBuffer")); in TEST_F() local