Home
last modified time | relevance | path

Searched defs:buffers (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DBufferUtilsTest.java77 ByteBuffer[] buffers = bufferType.newRandomBuffers(10, 10, 10, 10, 10); in checkNotNull() local
98 ByteBuffer[] buffers = bufferType.newRandomBuffers(sizes); in consume() local
125 ByteBuffer[] buffers = bufferType.newRandomBuffers(sizes); in copyNoConsume() local
137 private static byte[] toArray(ByteBuffer... buffers) { in toArray()
152 ByteBuffer[] buffers = bufferType.newRandomBuffers(100, 200, 300, 400); in getBufferLargerThan_allSmall() local
173 ByteBuffer[] buffers = bufferType.newRandomBuffers(100, K64, 300, 400); in getBufferLargerThan_oneLarge() local
200 ByteBuffer[] buffers = bufferType.newRandomBuffers(0, 0, 100, 0, 0); in getBufferLargerThan_onlyOneBuffer() local
/external/conscrypt/common/src/test/java/org/conscrypt/
DBufferUtilsTest.java73 ByteBuffer[] buffers = bufferType.newRandomBuffers(10, 10, 10, 10, 10); in checkNotNull() local
94 ByteBuffer[] buffers = bufferType.newRandomBuffers(sizes); in consume() local
121 ByteBuffer[] buffers = bufferType.newRandomBuffers(sizes); in copyNoConsume() local
133 private static byte[] toArray(ByteBuffer... buffers) { in toArray()
148 ByteBuffer[] buffers = bufferType.newRandomBuffers(100, 200, 300, 400); in getBufferLargerThan_allSmall() local
169 ByteBuffer[] buffers = bufferType.newRandomBuffers(100, K64, 300, 400); in getBufferLargerThan_oneLarge() local
196 ByteBuffer[] buffers = bufferType.newRandomBuffers(0, 0, 100, 0, 0); in getBufferLargerThan_onlyOneBuffer() local
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBufferPerformanceBenchmark.java100 public void threads1hot(HotBuffers buffers) throws IOException { in threads1hot()
106 public void threads2hot(HotBuffers buffers) throws IOException { in threads2hot()
112 public void threads4hot(HotBuffers buffers) throws IOException { in threads4hot()
118 public void threads8hot(HotBuffers buffers) throws IOException { in threads8hot()
124 public void threads16hot(HotBuffers buffers) throws IOException { in threads16hot()
130 public void threads32hot(HotBuffers buffers) throws IOException { in threads32hot()
137 public void thinkReadHot(HotBuffers buffers) throws IOException { in thinkReadHot()
144 public void thinkWriteCold(ColdBuffers buffers) throws IOException { in thinkWriteCold()
148 private void readWriteRecycle(HotBuffers buffers) throws IOException { in readWriteRecycle()
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java100 public void threads1hot(HotBuffers buffers) throws IOException { in threads1hot()
106 public void threads2hot(HotBuffers buffers) throws IOException { in threads2hot()
112 public void threads4hot(HotBuffers buffers) throws IOException { in threads4hot()
118 public void threads8hot(HotBuffers buffers) throws IOException { in threads8hot()
124 public void threads16hot(HotBuffers buffers) throws IOException { in threads16hot()
130 public void threads32hot(HotBuffers buffers) throws IOException { in threads32hot()
137 public void thinkReadHot(HotBuffers buffers) throws IOException { in thinkReadHot()
144 public void thinkWriteCold(ColdBuffers buffers) throws IOException { in thinkWriteCold()
148 private void readWriteRecycle(HotBuffers buffers) throws IOException { in readWriteRecycle()
/external/igt-gpu-tools/tests/i915/
Dgem_concurrent_all.c74 struct buffers { struct
85 int count, num_buffers; argument
90 static void blt_copy_bo(struct buffers *b, drm_intel_bo *dst, drm_intel_bo *src); argument
631 gpu_set_bo(struct buffers *buffers, drm_intel_bo *bo, uint32_t val) in gpu_set_bo()
967 static void do_basic0(struct buffers *buffers, in do_basic0()
982 static void do_basic1(struct buffers *buffers, in do_basic1()
1000 static void do_basicN(struct buffers *buffers, in do_basicN()
1024 static void do_overwrite_source(struct buffers *buffers, in do_overwrite_source()
1045 static void do_overwrite_source_read(struct buffers *buffers, in do_overwrite_source_read()
1076 static void do_overwrite_source_read_bcs(struct buffers *buffers, in do_overwrite_source_read_bcs()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp234 std::size_t send(const ConstBufferSequence& buffers) in send()
271 std::size_t send(const ConstBufferSequence& buffers, in send()
300 std::size_t send(const ConstBufferSequence& buffers, in send()
439 std::size_t receive(const MutableBufferSequence& buffers) in receive()
479 std::size_t receive(const MutableBufferSequence& buffers, in receive()
508 std::size_t receive(const MutableBufferSequence& buffers, in receive()
648 std::size_t write_some(const ConstBufferSequence& buffers) in write_some()
674 std::size_t write_some(const ConstBufferSequence& buffers, in write_some()
758 std::size_t read_some(const MutableBufferSequence& buffers) in read_some()
785 std::size_t read_some(const MutableBufferSequence& buffers, in read_some()
/external/conscrypt/common/src/main/java/org/conscrypt/
DBufferUtils.java35 public static void checkNotNull(ByteBuffer[] buffers) { in checkNotNull()
46 public static long remaining(ByteBuffer[] buffers) { in remaining()
79 public static ByteBuffer getBufferLargerThan(ByteBuffer[] buffers, int minSize) { in getBufferLargerThan()
107 …public static ByteBuffer copyNoConsume(ByteBuffer[] buffers, ByteBuffer destination, int maxAmount… in copyNoConsume()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DBufferUtils.java37 public static void checkNotNull(ByteBuffer[] buffers) { in checkNotNull()
48 public static long remaining(ByteBuffer[] buffers) { in remaining()
81 public static ByteBuffer getBufferLargerThan(ByteBuffer[] buffers, int minSize) { in getBufferLargerThan()
110 ByteBuffer[] buffers, ByteBuffer destination, int maxAmount) { in copyNoConsume()
/external/deqp-deps/amber/src/amberscript/
Dparser_buffer_test.cc63 const auto& buffers = script->GetBuffers(); in TEST_F() local
96 const auto& buffers = script->GetBuffers(); in TEST_F() local
129 const auto& buffers = script->GetBuffers(); in TEST_F() local
162 const auto& buffers = script->GetBuffers(); in TEST_F() local
194 const auto& buffers = script->GetBuffers(); in TEST_F() local
227 const auto& buffers = script->GetBuffers(); in TEST_F() local
260 const auto& buffers = script->GetBuffers(); in TEST_F() local
289 const auto& buffers = script->GetBuffers(); in TEST_F() local
318 const auto& buffers = script->GetBuffers(); in TEST_F() local
347 const auto& buffers = script->GetBuffers(); in TEST_F() local
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaCodec.java243 ByteBuffer[] buffers = input ? inputBuffers : outputBuffers; in getBuffer() local
410 protected void invalidateByteBuffer(@Nullable ByteBuffer[] buffers, int index) {} in invalidateByteBuffer()
413 protected void invalidateByteBufferLocked( in invalidateByteBufferLocked()
418 protected void validateInputByteBuffer(@Nullable ByteBuffer[] buffers, int index) {} in validateInputByteBuffer()
421 protected void validateInputByteBufferLocked(@Nullable ByteBuffer[] buffers, int index) {} in validateInputByteBufferLocked()
425 protected void revalidateByteBuffer(@Nullable ByteBuffer[] buffers, int index) {} in revalidateByteBuffer()
428 protected void revalidateByteBuffer(@Nullable ByteBuffer[] buffers, int index, boolean input) {} in revalidateByteBuffer()
435 protected void validateOutputByteBuffer( in validateOutputByteBuffer()
446 protected void validateOutputByteBufferLocked( in validateOutputByteBufferLocked()
453 protected void invalidateByteBuffers(@Nullable ByteBuffer[] buffers) {} in invalidateByteBuffers()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dwrite.hpp34 std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers, in write()
55 inline std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers) in write()
64 inline std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers, in write()
72 inline std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers, in write()
90 write_op(AsyncWriteStream& stream, const ConstBufferSequence& buffers, in write_op()
163 const asio::mutable_buffers_1& buffers, in write_op()
237 const asio::const_buffers_1& buffers, in write_op()
310 write_op(AsyncWriteStream& stream, const boost::array<Elem, 2>& buffers, in write_op()
392 write_op(AsyncWriteStream& stream, const std::array<Elem, 2>& buffers, in write_op()
Dread.hpp36 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read()
57 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers) in read()
66 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read()
74 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read()
92 read_op(AsyncReadStream& stream, const MutableBufferSequence& buffers, in read_op()
165 const asio::mutable_buffers_1& buffers, in read_op()
237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, in read_op()
319 read_op(AsyncReadStream& stream, const std::array<Elem, 2>& buffers, in read_op()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DOutputType.java65 List<TensorImage> createMasksFromBuffer(List<ByteBuffer> buffers, int[] maskShape) { in createMasksFromBuffer()
111 List<TensorImage> createMasksFromBuffer(List<ByteBuffer> buffers, int[] maskShape) { in createMasksFromBuffer()
138 abstract List<TensorImage> createMasksFromBuffer(List<ByteBuffer> buffers, int[] maskShape); in createMasksFromBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.h91 void set_buffers(ShapeTree<se::DeviceMemoryBase> buffers) { in set_buffers()
115 const ShapeTree<se::DeviceMemoryBase>& buffers() const { return buffers_; } in buffers() function
116 ShapeTree<se::DeviceMemoryBase>& buffers() { return buffers_; } in buffers() function
Dtuple_points_to_analysis.cc83 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet()
209 PointsToSet::BufferList* buffers) { in DefaultAction()
309 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleRecvDone()
326 [&](const ShapeIndex& target_index, PointsToSet::BufferList* buffers) { in HandleAsyncStart()
353 PointsToSet::BufferList* buffers) { in HandleAsyncUpdate()
393 [&](const ShapeIndex& target_index, PointsToSet::BufferList* buffers) { in HandleCopyStart()
520 PointsToSet::BufferList* buffers) { in HandleCustomCall()
567 const auto& buffers = GetPointsToSet(instruction).element(index); in InstructionDefinesBufferAtIndex() local
603 const auto& buffers = GetPointsToSet(instruction).element(index); in GetBufferDefinedAt() local
625 TuplePointsToAnalysis::BufferDefinitionVector* buffers) { in GatherBuffersDefinedByInstruction()
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_context.c40 use_fast_zclear(struct gl_context *ctx, GLbitfield buffers) in use_fast_zclear()
85 nv10_zclear(struct gl_context *ctx, GLbitfield *buffers) in nv10_zclear()
145 nv17_zclear(struct gl_context *ctx, GLbitfield *buffers) in nv17_zclear()
174 nv10_clear(struct gl_context *ctx, GLbitfield buffers) in nv10_clear()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport_test.cc128 auto buffers = BuildBuffers(); in BuildTestModel() local
190 auto buffers = 0; in TEST_F() local
204 auto buffers = BuildBuffers(); in TEST_F() local
218 auto buffers = BuildBuffers(); in TEST_F() local
232 auto buffers = BuildBuffers(); in TEST_F() local
247 auto buffers = BuildBuffers(); in TEST_F() local
/external/deqp/doc/testspecs/VK/
Dapitests.adoc578 Command Pools (5.1 in VK 1.0 Spec)
592 Command Buffer Lifetime (5.2 in VK 1.0 Spec)
609 Command Buffer Recording (5.3 in VK 1.0 Spec)
631 Command Buffer Submission (5.4 in VK 1.0 Spec)
646 Secondary Command Buffer Execution (5.6 in VK 1.0 Spec)
/external/cronet/net/base/
Ddatagram_buffer.cc20 DatagramBuffers* buffers) { in Enqueue()
33 void DatagramBufferPool::Dequeue(DatagramBuffers* buffers) { in Dequeue()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c43 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, in i915_clear_emit()
219 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, in i915_clear_blitter()
248 i915_clear_render(struct pipe_context *pipe, unsigned buffers, in i915_clear_render()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_engine_utils.cc84 std::vector<void*>& buffers, int binding_index) { in SetupBindings()
118 std::vector<void*>& buffers, bool use_implicit_batch, in SetTrtEngineInputs()
206 int trt_profile_idx, std::vector<void*>& buffers, in SetTrtEngineOutputs()
255 std::vector<void*>& buffers, cudaStream_t stream, in TrtEnqueue()
/external/skia/src/text/
DGlyphRun.h41 std::tuple<SkDrawableGlyphBuffer*, SkSourceGlyphBuffer*> buffers() { in buffers() function
171 SkSubRunBuffers* buffers() { return &fSubRunBuffers; } in buffers() function
205 inline SkSubRunBuffers* GlyphRunList::buffers() const { return fBuilder->buffers(); } in buffers() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc43 std::vector<DeviceBufferPair>& buffers, se::Stream& stream, in RunAllReduce()
219 std::vector<Buffer> buffers) in NcclAllReduceThunkBase()
228 std::vector<Buffer> buffers) in NcclAllReduceThunk()
264 std::vector<Buffer> buffers) in NcclAllReduceStartThunk()
338 std::vector<NcclAllReduceThunk::Buffer> buffers) in NcclReduceScatterThunk()
370 std::vector<DeviceBufferPair>& buffers, in RunReduceScatter()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp171 const ConstBufferSequence& buffers, in send()
195 const ConstBufferSequence& buffers, in async_send()
242 const MutableBufferSequence& buffers, in receive()
266 const MutableBufferSequence& buffers, in async_receive()
321 const MutableBufferSequence& buffers, in receive_with_flags()
351 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in async_receive_with_flags()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c66 unsigned buffers = 0, restore_buffers = 0; in batch_draw_tracking() local
340 batch_clear_tracking(struct fd_batch *batch, unsigned buffers) in batch_clear_tracking()
389 fd_clear(struct pipe_context *pctx, unsigned buffers, in fd_clear()
467 unsigned buffers, double depth, unsigned stencil, in fd_clear_depth_stencil()

12345678910>>...26