/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/ |
H A D | BinaryUtilsTest.java | 207 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfByteBuffer() local 231 ByteBuffer sourceBuffer = ByteBuffer.allocate(10); in immutableCopyOf_retainsOriginalLimit() local 247 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfByteBuffer_partiallyReadBuffer() local 263 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfRemainingByteBuffer() local 292 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfByteBufferRemaining_partiallyReadBuffer() local 328 ByteBuffer sourceBuffer = ByteBuffer.allocateDirect(4); in testToNonDirectBuffer_partiallyReadBuffer() local
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/ |
H A D | PeekableInputStream.java | 58 public boolean peek(final byte[] sourceBuffer) throws IOException { in peek() 73 …public boolean peek(final byte[] sourceBuffer, final int offset, final int length) throws IOExcept… in peek()
|
H A D | CircularByteBuffer.java | 182 public boolean peek(final byte[] sourceBuffer, final int offset, final int length) { in peek()
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuffer/ |
H A D | IndexOf.java | 79 StringBuffer sourceBuffer; in simpleTest() local 108 StringBuffer sourceBuffer; in compareIndexOfLastIndexOf() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | CameraSourceTimeLapse.cpp | 191 const MediaBufferBase& sourceBuffer, in createMediaBufferCopy() 206 void CameraSourceTimeLapse::fillLastReadBufferCopy(MediaBufferBase& sourceBuffer) { in fillLastReadBufferCopy()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.cpp | 183 int64_t BitstreamBufferImpl::CopyDataFromBuffer(const uint8_t *sourceBuffer, VkDeviceSize srcOffset, in CopyDataFromBuffer() 195 …nt64_t BitstreamBufferImpl::CopyDataFromBuffer(const VkSharedBaseObj<VulkanBitstreamBuffer> &sourc… in CopyDataFromBuffer()
|
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A D | CommonOkioKotlinTest.kt | 23 @Test fun sourceBuffer() { in sourceBuffer() method in okio.CommonOkioKotlinTest
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Buffer9.cpp | 102 Buffer9 *sourceBuffer = GetAs<Buffer9>(source); in copySubData() local
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
H A D | TemplateCompiler.java | 110 StringWriter sourceBuffer = new StringWriter(256); in translateAstToJavaSource() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/ |
H A D | ByteBuffersAsyncRequestBodyTest.java | 160 ByteBuffer sourceBuffer = ByteBuffer.wrap("Hello World!".getBytes(StandardCharsets.UTF_8)); in multipleSubscribersReceiveTheSameResults() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | buffer_with_extendable_buffer.cpp | 153 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) { in copy()
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Readback.cpp | 84 UniqueAHardwareBuffer sourceBuffer{rawSourceBuffer}; in copySurfaceInto() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 439 Buffer11 *sourceBuffer = GetAs<Buffer11>(source); in copySubData() local 1155 const d3d11::Buffer *sourceBuffer = &GetAs<NativeStorage>(source)->getBuffer(); in copyFromStorage() local
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFType1Font.cpp | 167 AutoTMalloc<uint8_t> sourceBuffer(SkToInt(srcLen + 1)); in convert_type1_font_stream() local
|
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/ |
H A D | VideoTrackTranscoder.cpp | 417 uint8_t* sourceBuffer = AMediaCodec_getInputBuffer(mDecoder, bufferIndex, &bufferSize); in enqueueInputSample() local
|
/aosp_15_r20/frameworks/av/drm/libmediadrm/fuzzer/ |
H A D | mediadrm_fuzzer.cpp | 397 const SharedBuffer sourceBuffer = {.bufferId = segmentIndex, .offset = 0, .size = totalSize}; in invokeCryptoDecrypt() local
|
/aosp_15_r20/hardware/interfaces/drm/1.2/vts/functional/ |
H A D | drm_hal_common.cpp | 415 const SharedBuffer sourceBuffer = { in decrypt() local
|
/aosp_15_r20/hardware/interfaces/drm/aidl/vts/ |
H A D | drm_hal_common.cpp | 510 SharedBuffer sourceBuffer; in decrypt() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 701 de::ArrayBuffer<uint8_t> sourceBuffer(testCase.bufferSize); in BufferViewAllFormatsTestInstance() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 589 std::vector<char> sourceBuffer(sourceLength + 1); in readSource() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | BufferDataTest.cpp | 1091 GLBuffer sourceBuffer; in TEST_P() local
|
/aosp_15_r20/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_clearkey_test.cpp | 860 const SharedBuffer sourceBuffer = { in decrypt() local
|
H A D | drm_hal_vendor_test.cpp | 1150 SharedBuffer sourceBuffer = { in decrypt() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 637 std::vector<char> sourceBuffer(sourceLength + 1); in readSource() local
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | Tracks.cpp | 1273 const AudioBufferProvider::Buffer& sourceBuffer) { in interceptBuffer()
|