Home
last modified time | relevance | path

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

12345678910>>...21

/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/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/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/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/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/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/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.h92 void set_buffers(ShapeTree<se::DeviceMemoryBase> buffers) { in set_buffers()
116 const ShapeTree<se::DeviceMemoryBase>& buffers() const { return buffers_; } in buffers() function
117 ShapeTree<se::DeviceMemoryBase>& buffers() { return buffers_; } in buffers() function
Dtuple_points_to_analysis.cc83 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet()
208 PointsToSet::BufferList* buffers) { in DefaultAction()
308 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleRecvDone()
327 [&](const ShapeIndex& target_index, PointsToSet::BufferList* buffers) { in HandleCopyStart()
458 [&](const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleTupleSelect()
486 PointsToSet::BufferList* buffers) { in HandleCustomCall()
526 const auto& buffers = GetPointsToSet(instruction).element(index); in InstructionDefinesBufferAtIndex() local
562 const auto& buffers = GetPointsToSet(instruction).element(index); in GetBufferDefinedAt() local
584 TuplePointsToAnalysis::BufferDefinitionVector* buffers) { in GatherBuffersDefinedByInstruction()
617 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in CreateCopiedPointsToSet()
Dbuffer_assignment_test.cc250 const BufferAssignment& buffers, HloInstruction* hlo) { in GetAssignedInputAllocation()
261 const BufferAssignment& buffers, HloInstruction* hlo) { in GetAssignedOutputAllocation()
268 const BufferAllocation& GetAllocation(const BufferAssignment& buffers, in GetAllocation()
273 const BufferAllocation& GetTopLevelAllocation(const BufferAssignment& buffers, in GetTopLevelAllocation()
285 const BufferAssignment& buffers) { in ValidateBuffers()
349 auto buffers = RunBufferAssignment(module.get()); in TEST_F() local
354 auto buffers = RunBufferAssignmentNoBuffersForConstants(module.get()); in TEST_F() local
373 auto buffers = RunBufferAssignment(module.get()); in TEST_F() local
379 auto buffers = RunBufferAssignmentNoBuffersForConstants(module.get()); in TEST_F() local
401 auto buffers = RunBufferAssignment(module.get()); in TEST_F() local
[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/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/tensorflow/tensorflow/lite/toco/tflite/
Dimport_test.cc125 auto buffers = BuildBuffers(); in BuildTestModel() local
187 auto buffers = 0; in TEST_F() local
201 auto buffers = BuildBuffers(); in TEST_F() local
215 auto buffers = BuildBuffers(); in TEST_F() local
229 auto buffers = BuildBuffers(); in TEST_F() local
244 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/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/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()
Dbuffer_sequence_adapter.hpp79 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
147 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
194 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
243 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
296 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
Dreactive_socket_send_op.hpp33 const ConstBufferSequence& buffers, in reactive_socket_send_op_base()
69 const ConstBufferSequence& buffers, in reactive_socket_send_op()
/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()
/external/deqp-deps/amber/src/vulkan/
Dbuffer_backed_descriptor.cc39 auto buffers = GetAmberBuffers(); in RecordCopyDataToResourceIfNeeded() local
82 auto buffers = GetAmberBuffers(); in MoveResourceToBufferOutput() local
/external/mesa3d/src/mesa/main/
Dbuffers.c432 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers()
644 const GLenum *buffers, const char *caller) in draw_buffers_error()
652 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers_no_error()
659 _mesa_DrawBuffers_no_error(GLsizei n, const GLenum *buffers) in _mesa_DrawBuffers_no_error()
667 _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) in _mesa_DrawBuffers()
764 GLuint n, const GLenum16 *buffers, in _mesa_drawbuffers()

12345678910>>...21