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()
215 ByteBuffer bb = ByteBuffer.allocateDirect(2 * Long.SIZE); in doTest() local244 ByteBuffer bb = ByteBuffer.allocate(2 * Float.SIZE); in doTest() local275 ByteBuffer bb = ByteBuffer.wrap(bytes, offset, bytes.length - offset); in doTest() local
959 String bb = "hello world how are you"; in main() local
2296 ScopedLocalRef<jclass> bb(env_, env_->FindClass("java/nio/ByteBuffer")); in TEST_F() local