Home
last modified time | relevance | path

Searched +defs:is +defs:buffer (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/libs/iostreams/test/
Dwindows_pipe_test.cpp24 char buffer[2] = { 'a', 'b' }; in read_from_file_descriptor_source_test() local
29 file_descriptor_source is(handles[0], close_handle); in read_from_file_descriptor_source_test() local
42 char buffer[2] = { 'a', 'b' }; in read_from_filtering_istream_test() local
48 filtering_istream is; in read_from_filtering_istream_test() local
/third_party/boost/libs/process/test/
Dbind_stdout.cpp50 bp::ipstream is; variable
82 std::istream is(&buffer_); in operator ()() local
105 boost::asio::streambuf buffer; variable
161 fs::ifstream is{pth}; variable
Dbind_stderr.cpp49 bp::ipstream is; variable
74 std::istream is(&buffer_); in operator ()() local
98 boost::asio::streambuf buffer; variable
145 fs::ifstream is{pth}; variable
Dspawn.cpp48 bp::ipstream is; variable
79 std::istream is(&buffer_); in operator ()() local
102 boost::asio::streambuf buffer; variable
/third_party/mindspore/mindspore/core/utils/
Dany.h62 bool is() const { in is() function
69 std::stringstream buffer; in Hash() local
131 std::ostringstream buffer; in ToString() local
183 std::stringstream buffer; in GetString() local
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java49 SkottieAnimation(SurfaceTexture surfaceTexture, InputStream is) { in SkottieAnimation()
54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation()
64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation()
78 private ByteBuffer convertToByteBuffer(InputStream is) throws IOException { in convertToByteBuffer()
95 ByteBuffer buffer = ByteBuffer.allocateDirect(tmpStorage.length); in convertToByteBuffer() local
101 private boolean init(InputStream is) { in init()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c65 static char buffer[128]; in i915_get_name() local
383 struct i915_screen *is = i915_screen(screen); in i915_get_param() local
599 struct i915_screen *is = i915_screen(screen); in i915_fence_reference() local
608 struct i915_screen *is = i915_screen(screen); in i915_fence_finish() local
639 struct i915_screen *is = i915_screen(screen); in i915_destroy_screen() local
653 struct i915_screen *is = CALLOC_STRUCT(i915_screen); in i915_screen_create() local
Di915_resource_texture.c164 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex) in i915_texture_tiling()
777 struct i915_screen *is = i915_screen(screen); in i915_resource_get_handle() local
916 struct i915_screen *is = i915_screen(screen); in i915_texture_create() local
973 struct i915_screen *is = i915_screen(screen); in i915_texture_from_handle() local
976 struct i915_winsys_buffer *buffer; in i915_texture_from_handle() local
/third_party/boost/libs/beast/test/doc/
Dhttp_examples.cpp85 flat_buffer buffer; in doExpect100Continue() local
92 flat_buffer buffer; in doExpect100Continue() local
146 flat_buffer buffer; in doRelay() local
167 std::istringstream is(s); in doReadStdStream() local
169 flat_buffer buffer; in doReadStdStream() local
200 flat_buffer buffer; in doHEAD() local
207 flat_buffer buffer; in doHEAD() local
242 flat_buffer buffer; in doDeferredBody() local
/third_party/boost/libs/beast/example/doc/
Dhttp_examples.hpp58 DynamicBuffer& buffer, in send_expect_100_continue()
121 DynamicBuffer& buffer, in receive_expect_100_continue()
225 char buffer[2048]; in send_cgi_response() local
286 DynamicBuffer& buffer, in do_server_head()
378 DynamicBuffer& buffer, in do_head_request()
480 DynamicBuffer& buffer, in relay()
600 boost::asio::const_buffer const buffer = *it; in operator ()() local
691 std::istream& is, in read_istream()
692 basic_flat_buffer<Allocator>& buffer, in read_istream()
808 DynamicBuffer& buffer, in do_form_request()
[all …]
/third_party/openssl/crypto/ts/
Dts_rsp_verify.c304 ESS_ISSUER_SERIAL *is = cid->issuer_serial; in ts_find_cert() local
336 ESS_ISSUER_SERIAL *is = cid->issuer_serial; in ts_find_cert_v2() local
346 static int ts_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509 *cert) in ts_issuer_serial_cmp()
575 unsigned char buffer[4096]; in ts_compute_imprint() local
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmputils.c78 GInputStream *is = G_INPUT_STREAM (source); in read_all_bytes_done() local
161 GstBuffer *buffer; member
168 write_all_buffer_data_new (GstBuffer * buffer) in write_all_buffer_data_new()
188 GstBuffer * buffer, int io_priority, GCancellable * cancellable, in gst_rtmp_output_stream_write_all_buffer_async()
Drtmpconnection.c323 GInputStream *is; in gst_rtmp_connection_set_socket_connection() local
460 gst_rtmp_connection_input_ready (GInputStream * is, gpointer user_data) in gst_rtmp_connection_input_ready()
714 GstBuffer *buffer = gst_rtmp_chunk_stream_parse_finish (cstream); in gst_rtmp_connection_do_read() local
724 gst_rtmp_connection_handle_message (GstRtmpConnection * sc, GstBuffer * buffer) in gst_rtmp_connection_handle_message()
755 GstBuffer * buffer) in gst_rtmp_connection_handle_aggregate()
832 GstBuffer * buffer) in gst_rtmp_connection_handle_protocol_control()
884 GstBuffer * buffer) in gst_rtmp_connection_handle_user_control()
1018 gst_rtmp_connection_handle_cm (GstRtmpConnection * sc, GstBuffer * buffer) in gst_rtmp_connection_handle_cm()
1120 gst_rtmp_connection_queue_message (GstRtmpConnection * self, GstBuffer * buffer) in gst_rtmp_connection_queue_message()
1142 GstBuffer *buffer; in gst_rtmp_connection_send_command() local
[all …]
/third_party/boost/boost/process/detail/windows/
Dasync_out.hpp117 std::shared_ptr<boost::asio::streambuf> buffer = std::make_shared<boost::asio::streambuf>(); member
146 std::istream is (buffer_.get()); in on_success() local
/third_party/boost/boost/process/detail/posix/
Dasync_out.hpp120 std::shared_ptr<boost::asio::streambuf> buffer = std::make_shared<boost::asio::streambuf>(); member
146 std::istream is (buffer_.get()); in on_success() local
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c412 WCHAR *buffer; in lws_plat_inet_ntop() local
463 WCHAR *buffer; in lws_plat_inet_pton() local
550 lws_plat_ifconfig(int fd, uint8_t *ip, lws_dhcpc_ifstate_t *is) in lws_plat_ifconfig()
/third_party/harfbuzz/src/
Dhb-graphite2.cc231 hb_buffer_t *buffer, in _hb_graphite2_shape()
251 const gr_slot *is; in _hb_graphite2_shape() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc232 hb_buffer_t *buffer, in _hb_graphite2_shape()
252 const gr_slot *is; in _hb_graphite2_shape() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc236 hb_buffer_t *buffer, in _hb_graphite2_shape()
256 const gr_slot *is; in _hb_graphite2_shape() local
/third_party/ffmpeg/libavfilter/
Daf_adeclick.c69 AVFrame *buffer; member
70 AVFrame *is; member
511 double *is = (double *)s->is->extended_data[ch]; in filter_channel() local
594 double *is = (double *)s->is->extended_data[ch]; in filter_frame() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java75 ByteBuffer buffer = ByteBuffer.allocateDirect(data.length); in newDecoder() local
480 InputStream is = new RepeatingInputStream(new byte[]{1}, Integer.MAX_VALUE); in testSkipMaliciouslyHugeBlob() local
550 InputStream is = new RepeatingInputStream(serializedMessage, count); in testParseMessagesCloseTo2G() local
569 InputStream is = new RepeatingInputStream(serializedMessage, count); in testParseMessagesOver2G() local
/third_party/typescript/src/lib/
Des5.d.ts1120 …every<S extends T>(predicate: (value: T, index: number, array: readonly T[]) => value is S, thisAr… property
1311 …every<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any):… property
1391 isArray(arg: any): arg is any[]; property
1577 isView(arg: any): arg is ArrayBufferView; property
1585 buffer: ArrayBufferLike; property
1599 readonly buffer: ArrayBuffer; property
1745 readonly buffer: ArrayBufferLike; property
2027 readonly buffer: ArrayBufferLike; property
2309 readonly buffer: ArrayBufferLike; property
2590 readonly buffer: ArrayBufferLike; property
[all …]
/third_party/typescript/lib/
Dlib.es5.d.ts1140 …every<S extends T>(predicate: (value: T, index: number, array: readonly T[]) => value is S, thisAr… property
1331 …every<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any):… property
1411 isArray(arg: any): arg is any[]; property
1597 isView(arg: any): arg is ArrayBufferView; property
1605 buffer: ArrayBufferLike; property
1619 readonly buffer: ArrayBuffer; property
1765 readonly buffer: ArrayBufferLike; property
2047 readonly buffer: ArrayBufferLike; property
2329 readonly buffer: ArrayBufferLike; property
2610 readonly buffer: ArrayBufferLike; property
[all …]
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp104 bool Reader::parse(std::istream& is, Value& root, bool collectComments) { in parse()
607 String buffer(token.start_, token.end_); in decodeDouble() local
608 IStringStream is(buffer); in decodeDouble() local
796 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1670 const String buffer(token.start_, token.end_); in decodeDouble() local
1671 IStringStream is(buffer); in decodeDouble() local
1866 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c1199 uint8_t buffer[100]; in TestAppend() local
1250 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local

12