Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationByteBufferTest.java59 ByteBuffer bb = alloc.getByteBuffer(); in testByteBufferHelper() local
92 ByteBuffer bb = alloc.getByteBuffer(); in test1DWrite() local
112 ByteBuffer bb = alloc.getByteBuffer(); in test2DWrite() local
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
DInstallDexMetadataHostTest.java237 ByteBuffer bb = ByteBuffer.wrap(bytes); in ProfileReaderV10() local
262 ByteBuffer bb = ByteBuffer.wrap(bytes); in ProfileReaderV15() local
300 private byte[] readSection(ByteBuffer bb) throws Exception { in readSection()
319 private void skipSection(ByteBuffer bb) { in skipSection()
/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerTestHelper.java166 final Bundle bb = new Bundle(); in testSaveInstanceState() local
256 final Bundle bb = b.getBundle(id); in testDispatchCreate() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java380 int bb = b.getPixel(i, j) & 0xff; in equalBitmaps() local
/cts/tests/tests/media/src/android/media/cts/
DMediaExtractorTest.java734 final ByteBuffer bb = e.getValue().asReadOnlyBuffer(); in readAt() local
DAudioTrackTest.java1907 ByteBuffer bb = useDirect in playOnceStreamByteBuffer() local
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java301 System.arraycopy(buf.array(), offset, bb, i * width, width); in checksum() local
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp415 uint8_t *bb = new uint8_t[width * height]; in checksum() local