Searched refs:buffers (Results 1 - 25 of 271) sorted by relevance

1234567891011

/external/jetty/src/java/org/eclipse/jetty/io/
H A DThreadLocalBuffers.java25 * simple unbounded pool of buffers for header, request and response sizes.
49 ThreadBuffers buffers = _buffers.get();
50 if (buffers._buffer!=null)
52 Buffer b=buffers._buffer;
53 buffers._buffer=null;
57 if (buffers._other!=null && isBuffer(buffers._other))
59 Buffer b=buffers._other;
60 buffers._other=null;
70 ThreadBuffers buffers
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c44 * Clear the given buffers to the specified values.
49 unsigned buffers,
60 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dlp_clear.h39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_clear.h37 * Clear the given buffers to the specified values.
42 struct pipe_framebuffer_state *framebuffer, unsigned buffers,
45 if (buffers & PIPE_CLEAR_COLOR) {
53 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
41 util_clear(struct pipe_context *pipe, struct pipe_framebuffer_state *framebuffer, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.h38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dsp_clear.c44 * Clear the given buffers to the specified values.
48 softpipe_clear(struct pipe_context *pipe, unsigned buffers, argument
66 if (buffers & PIPE_CLEAR_COLOR) {
72 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
H A Dsp_state_vertex.c83 const struct pipe_vertex_buffer *buffers)
91 buffers, count);
95 draw_set_vertex_buffers(softpipe->draw, count, buffers);
81 softpipe_set_vertex_buffers(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_buffer *buffers) argument
/external/parameter-framework/asio/include/asio/
H A Dbasic_stream_socket.hpp214 * @param buffers One or more data buffers to be sent on the socket.
230 * buffers in one go, and how to use it with arrays, boost::array or
234 std::size_t send(const ConstBufferSequence& buffers) argument
238 this->get_implementation(), buffers, 0, ec);
249 * @param buffers One or more data buffers to be sent on the socket.
267 * buffers in one go, and how to use it with arrays, boost::array or
271 std::size_t send(const ConstBufferSequence& buffers, argument
276 this->get_implementation(), buffers, flag
300 send(const ConstBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
345 async_send(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
397 async_send(const ConstBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(WriteHandler) handler) argument
439 receive(const MutableBufferSequence& buffers) argument
479 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags) argument
508 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
555 async_receive(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
608 async_receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(ReadHandler) handler) argument
648 write_some(const ConstBufferSequence& buffers) argument
674 write_some(const ConstBufferSequence& buffers, asio::error_code& ec) argument
718 async_write_some(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
758 read_some(const MutableBufferSequence& buffers) argument
785 read_some(const MutableBufferSequence& buffers, asio::error_code& ec) argument
831 async_read_some(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
[all...]
H A Dread.hpp38 * @li The supplied buffers are full. That is, the bytes transferred is equal to
49 * @param buffers One or more buffers into which the data will be read. The sum
61 * buffers in one go, and how to use it with arrays, boost::array or
66 * s, buffers,
70 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers);
77 * @li The supplied buffers are full. That is, the bytes transferred is equal to
88 * @param buffers One or more buffers into which the data will be read. The sum
100 * buffers i
[all...]
H A Dwrite.hpp37 * @li All of the data in the supplied buffers has been written. That is, the
48 * @param buffers One or more buffers containing the data to be written. The sum
60 * buffers in one go, and how to use it with arrays, boost::array or
65 * s, buffers,
69 std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers);
76 * @li All of the data in the supplied buffers has been written. That is, the
87 * @param buffers One or more buffers containing the data to be written. The sum
99 * buffers i
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_stream_socket.hpp214 * @param buffers One or more data buffers to be sent on the socket.
230 * buffers in one go, and how to use it with arrays, boost::array or
234 std::size_t send(const ConstBufferSequence& buffers) argument
238 this->get_implementation(), buffers, 0, ec);
249 * @param buffers One or more data buffers to be sent on the socket.
267 * buffers in one go, and how to use it with arrays, boost::array or
271 std::size_t send(const ConstBufferSequence& buffers, argument
276 this->get_implementation(), buffers, flag
300 send(const ConstBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
345 async_send(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
397 async_send(const ConstBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(WriteHandler) handler) argument
439 receive(const MutableBufferSequence& buffers) argument
479 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags) argument
508 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
555 async_receive(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
608 async_receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(ReadHandler) handler) argument
648 write_some(const ConstBufferSequence& buffers) argument
674 write_some(const ConstBufferSequence& buffers, asio::error_code& ec) argument
718 async_write_some(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
758 read_some(const MutableBufferSequence& buffers) argument
785 read_some(const MutableBufferSequence& buffers, asio::error_code& ec) argument
831 async_read_some(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
[all...]
H A Dread.hpp38 * @li The supplied buffers are full. That is, the bytes transferred is equal to
49 * @param buffers One or more buffers into which the data will be read. The sum
61 * buffers in one go, and how to use it with arrays, boost::array or
66 * s, buffers,
70 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers);
77 * @li The supplied buffers are full. That is, the bytes transferred is equal to
88 * @param buffers One or more buffers into which the data will be read. The sum
100 * buffers i
[all...]
H A Dwrite.hpp37 * @li All of the data in the supplied buffers has been written. That is, the
48 * @param buffers One or more buffers containing the data to be written. The sum
60 * buffers in one go, and how to use it with arrays, boost::array or
65 * s, buffers,
69 std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers);
76 * @li All of the data in the supplied buffers has been written. That is, the
87 * @param buffers One or more buffers containing the data to be written. The sum
99 * buffers i
[all...]
/external/lzma/xz-embedded/
H A Dxz_dec_test.c42 * Input and output buffers. The input buffer is used as a temporary safe
49 * Structure to pass the input and output buffers to the XZ decoder.
52 static struct xz_buf buffers = { variable in typeref:struct:xz_buf
75 buffers.in_pos = 0;
76 buffers.in_size = 0;
77 buffers.out_pos = 0;
120 while ((remaining > 0 || buffers.out_pos == buffers.out_size)
122 if (buffers.in_pos == buffers
[all...]
/external/mesa3d/src/mesa/main/
H A Dbuffers.h2 * \file buffers.h
44 _mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers);
47 _mesa_drawbuffers(struct gl_context *ctx, GLuint n, const GLenum *buffers,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c39 unsigned buffers,
62 if ((buffers & PIPE_CLEAR_COLOR) && fb->cbufs[0]) {
70 if ((buffers & PIPE_CLEAR_DEPTHSTENCIL) && fb->zsbuf) {
71 if (buffers & PIPE_CLEAR_DEPTH)
75 (buffers & PIPE_CLEAR_STENCIL))
107 svga_clear(struct pipe_context *pipe, unsigned buffers, argument
114 if (buffers & PIPE_CLEAR_COLOR)
121 ret = try_clear( svga, buffers, color, depth, stencil );
128 ret = try_clear( svga, buffers, color, depth, stencil );
38 try_clear(struct svga_context *svga, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dsvga_pipe_vertex.c40 const struct pipe_vertex_buffer *buffers)
48 memcmp(svga->curr.vb, buffers, count * sizeof buffers[0]) == 0)
53 pipe_resource_reference(&svga->curr.vb[i].buffer, buffers[i].buffer);
54 if (svga_buffer_is_user_buffer(buffers[i].buffer))
62 memcpy(svga->curr.vb, buffers, count * sizeof buffers[0]);
38 svga_set_vertex_buffers(struct pipe_context *pipe, unsigned count, const struct pipe_vertex_buffer *buffers) argument
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java64 * Each benchmark thread maintains three buffers; a receive buffer, a process buffer
77 * responses are satisfied with precomputed buffers to eliminate GC effects on
85 * buffers can be read from and written to during request/response handling but
100 public void threads1hot(HotBuffers buffers) throws IOException { argument
101 readWriteRecycle(buffers);
106 public void threads2hot(HotBuffers buffers) throws IOException { argument
107 readWriteRecycle(buffers);
112 public void threads4hot(HotBuffers buffers) throws IOException { argument
113 readWriteRecycle(buffers);
118 public void threads8hot(HotBuffers buffers) throw argument
124 threads16hot(HotBuffers buffers) argument
130 threads32hot(HotBuffers buffers) argument
137 thinkReadHot(HotBuffers buffers) argument
144 thinkWriteCold(ColdBuffers buffers) argument
148 readWriteRecycle(HotBuffers buffers) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h53 const void * const *buffers,
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_send_op.hpp33 const ConstBufferSequence& buffers,
37 buffers_(buffers),
51 bufs.buffers(), bufs.count(), o->flags_,
69 const ConstBufferSequence& buffers,
72 buffers, flags, &reactive_socket_send_op::do_complete),
32 reactive_socket_send_op_base(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, func_type complete_func) argument
68 reactive_socket_send_op(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, Handler& handler) argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_send_op.hpp33 const ConstBufferSequence& buffers,
37 buffers_(buffers),
51 bufs.buffers(), bufs.count(), o->flags_,
69 const ConstBufferSequence& buffers,
72 buffers, flags, &reactive_socket_send_op::do_complete),
32 reactive_socket_send_op_base(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, func_type complete_func) argument
68 reactive_socket_send_op(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, Handler& handler) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DMemoryDeferredOutputStream.java16 private final List<byte[]> buffers = Lists.newArrayList(); field in class:MemoryDeferredOutputStream
29 for (byte[] buffer: buffers) {
35 buffers.clear();
41 buffers.add(currentBuffer);
63 buffers.add(currentBuffer);
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketServletConnectionD06.java31 public WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol) argument
34 super(websocket,endpoint,buffers,timestamp,maxIdleTime,protocol);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c96 nouveau_clear(struct gl_context *ctx, GLbitfield buffers) argument
109 buf = buffers & (1 << i);
124 buffers &= ~buf;
128 (buffers & BUFFER_BIT_DEPTH &&
130 (buffers & BUFFER_BIT_STENCIL ?
140 buffers &= ~(BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL);
144 if (buffers)
145 _mesa_meta_Clear(ctx, buffers);
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_picture.c45 vlVaRenderPicture(VADriverContextP ctx, VAContextID context, VABufferID *buffers, int num_buffers) argument

Completed in 2096 milliseconds

1234567891011