Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 11 of 11) 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.java236 ByteBuffer bb = ByteBuffer.wrap(bytes); in ProfileReaderV10() local
261 ByteBuffer bb = ByteBuffer.wrap(bytes); in ProfileReaderV15() local
299 private byte[] readSection(ByteBuffer bb) throws Exception { in readSection()
318 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/car_builtin/src/android/car/cts/builtin/os/
DSharedMemoryHelperTest.java45 ByteBuffer bb = sm.map(OsConstants.PROT_READ | OsConstants.PROT_WRITE, 0, bufSize); in testCreateParcelFileDescriptor() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java396 int bb = b.getPixel(i, j) & 0xff; in equalBitmaps() local
/cts/tests/media/common/src/android/mediav2/common/cts/
DOutputManager.java194 System.arraycopy(buf.array(), offset, bb, i * width * bytesPerSample, in checksum() local
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java263 ByteBuffer bb = readAudioReferenceFile(refFile); in verify() local
/cts/tests/tests/media/decoder/jni/
Dnative-media-jni.cpp268 uint8_t *bb = new uint8_t[width * height]; in checksum() local
/cts/tests/tests/media/extractor/src/android/media/extractor/cts/
DMediaExtractorTest.java637 final ByteBuffer bb = e.getValue().asReadOnlyBuffer(); in readAt() local
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java427 ByteBuffer bb = ByteBuffer.allocate(TEST_DATA_LENGTH); in testMarshall_ByteBuffer_wrapped() local
434 ByteBuffer bb = ByteBuffer.allocateDirect(TEST_DATA_LENGTH); in testMarshall_DirectByteBuffer() local
438 private void testMarshall_ByteBuffer(ByteBuffer bb) { in testMarshall_ByteBuffer()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java1946 ByteBuffer bb = useDirect in playOnceStreamByteBuffer() local