Home
last modified time | relevance | path

Searched defs:fillBuffer (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBufferedTreeNodeStream.java145 protected void fillBuffer() { in fillBuffer() method in BufferedTreeNodeStream
151 public void fillBuffer(Object t) { in fillBuffer() method in BufferedTreeNodeStream
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp427 void fillBuffer(const DeviceInterface &vk, const VkDevice device, const Allocation &alloc, const Vk… in fillBuffer() function
447 void fillBuffer(const DeviceInterface &vk, const VkDevice device, const Allocation &alloc, const Vk… in fillBuffer() function
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp110 void ReadbackHelper::fillBuffer(int32_t width, int32_t height, uint32_t stride, void* bufferData, in fillBuffer() function in android::hardware::graphics::composer::V2_2::vts::ReadbackHelper
287 void TestBufferLayer::fillBuffer(std::vector<IComposerClient::Color> expectedColors) { in fillBuffer() function in android::hardware::graphics::composer::V2_2::vts::TestBufferLayer
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DReadbackVts.cpp135 void ReadbackHelper::fillBuffer(uint32_t width, uint32_t height, uint32_t stride, in fillBuffer() function in aidl::android::hardware::graphics::composer3::vts::ReadbackHelper
459 void TestBufferLayer::fillBuffer(std::vector<Color>& expectedColors) { in fillBuffer() function in aidl::android::hardware::graphics::composer3::vts::TestBufferLayer
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as128 protected function fillBuffer():void { method in org.antlr.runtime.tree.CommonTreeNodeStream
/aosp_15_r20/libcore/ojluni/src/test/java/io/CharArrayReader/
H A DReadCharBuffer.java83 private void fillBuffer(CharBuffer buffer) { in fillBuffer() method in ReadCharBuffer
/aosp_15_r20/libcore/ojluni/src/test/java/io/InputStreamReader/
H A DReadCharBuffer.java83 private void fillBuffer(CharBuffer buffer) { in fillBuffer() method in ReadCharBuffer
/aosp_15_r20/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp186 status_t LWOmxNode::fillBuffer( in fillBuffer() function in android::hardware::media::omx::V1_0::implementation::LWOmxNode
381 Return<Status> TWOmxNode::fillBuffer( in fillBuffer() function in android::hardware::media::omx::V1_0::implementation::TWOmxNode
/aosp_15_r20/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp183 status_t LWOmxNode::fillBuffer( in fillBuffer() function in android::hardware::media::omx::V1_0::utils::LWOmxNode
378 Return<Status> TWOmxNode::fillBuffer( in fillBuffer() function in android::hardware::media::omx::V1_0::utils::TWOmxNode
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/
H A DCircularBufferInputStream.java82 protected void fillBuffer() throws IOException { in fillBuffer() method in CircularBufferInputStream
/aosp_15_r20/system/media/audio_utils/fuzz/format_fuzzer/
H A Dformat_fuzzer.cpp42 static void fillBuffer(const uint8_t bytes[], int16_t(&buffer)[size], size_t input_size) in fillBuffer() function
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DExplodingInputStream.java160 private void fillBuffer() throws IOException { in fillBuffer() method in ExplodingInputStream
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCommonTokenStream.as82 protected function fillBuffer():void { method in org.antlr.runtime.CommonTokenStream
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DUnsynchronizedBufferedInputStream.java174 private int fillBuffer(final InputStream localIn, byte[] localBuf) throws IOException { in fillBuffer() method in UnsynchronizedBufferedInputStream
H A DCharSequenceInputStream.java237 private void fillBuffer() throws CharacterCodingException { in fillBuffer() method in CharSequenceInputStream
H A DReaderInputStream.java341 private void fillBuffer() throws IOException { in fillBuffer() method in ReaderInputStream
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlBlitCommandEncoder.h50 void fillBuffer(id<MTLBuffer> buffer, size_t bufferOffset, size_t bytes, uint8_t value) { in fillBuffer() function
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaInserterTest.java138 private void fillBuffer(Uri uri, int numberOfFiles) throws Exception { in fillBuffer() method in MediaInserterTest
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionInputBuffer.java95 protected int fillBuffer() throws IOException { in fillBuffer() method in AbstractSessionInputBuffer
/aosp_15_r20/frameworks/av/media/libmedia/
H A DIOMX.cpp293 virtual status_t fillBuffer( in fillBuffer() function in android::BpOMXNode
457 virtual status_t fillBuffer( in fillBuffer() function in android::HpOMXNode
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DCommonTokenStream.js37 fillBuffer: function() { method
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3commontreenodestream.inl375 void CommonTreeNodeStream<ImplTraits>::fillBuffer(TreeType* t) function in CommonTreeNodeStream
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
H A DSynthTools.h45 static void fillBuffer(synth_float_t *output, in fillBuffer() function
/aosp_15_r20/frameworks/av/cmds/stagefright/
H A DAudioPlayer.cpp468 size_t AudioPlayer::fillBuffer(void *data, size_t size) { in fillBuffer() function in android::AudioPlayer
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmMultipleShadersTests.cpp108 auto fillBuffer = [&](BufferWithMemorySp buffer, int *dataSrc) in iterate() local

12345678910>>...14