Home
last modified time | relevance | path

Searched refs:stream (Results 1151 - 1175 of 2684) sorted by relevance

1...<<41424344454647484950>>...108

/third_party/curl/docs/examples/
H A Dhttpput.c43 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
51 retcode = fread(ptr, size, nmemb, stream); in read_callback()
/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() argument
/third_party/lzma/CPP/Common/
H A DStdOutStream.h19 CStdOutStream(FILE *stream = NULL): in CStdOutStream()
20 _stream(stream), in CStdOutStream()
28 // void AttachStdStream(FILE *stream) { _stream = stream; _streamIsOpen = false; }
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() argument
27 _stream = stream; in SetStream()
/third_party/node/test/parallel/
H A Dtest-stream-writableState-uncorked-bufferedRequestCount.js5 const stream = require('stream');
7 const writable = new stream.Writable();
H A Dtest-stream3-cork-end.js4 const stream = require('stream');
5 const Writable = stream.Writable;
10 // on calling end() and the stream subsequently ended.
30 // Let's record the stream end event.
59 // Trigger stream buffering.
67 // Trigger flush and ending the stream.
H A Dtest-stream3-cork-uncork.js4 const stream = require('stream');
5 const Writable = stream.Writable;
28 // Let's record the stream end event.
57 // Trigger stream buffering.
83 // The stream should not have been ended.
H A Dtest-tls-connect-stream-writes.js8 const stream = require('stream');
33 const p = new stream.Duplex({
H A Dtest-worker-http2-stream-terminate.js11 // stream activity is ongoing, in particular the C++ function
40 server.on('stream', (stream, headers) => {
46 stream.end('');
/third_party/node/test/pummel/
H A Dtest-fs-watch-system-limit.js6 const stream = require('stream');
31 const gatherStderr = new stream.PassThrough();
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc_occlusion.c83 etna_set_state_reloc(ctx->stream, VIVS_GL_OCCLUSION_QUERY_ADDR, &r); in occlusion_resume()
91 etna_set_state(ctx->stream, VIVS_GL_OCCLUSION_QUERY_CONTROL, 0x1DF5E76); in occlusion_suspend()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_camellia_hw.c35 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey()
39 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey()
/third_party/protobuf/csharp/src/AddressBook/
H A DListPeople.cs91 using (Stream stream = File.OpenRead(args[0])) in Main()
93 AddressBook addressBook = AddressBook.Parser.ParseFrom(stream); in Main()
/third_party/skia/src/codec/
H A DSkBmpStandardCodec.h30 * @param stream the stream of encoded image data
33 * @param bytesPerColor the number of bytes in the stream used to represent
42 SkBmpStandardCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream,
74 * @param stream This may be a pointer to the stream owned by the parent SkCodec
75 * or a sub-stream of the stream owned by the parent SkCodec.
76 * Either way, this stream is unowned.
78 void decodeIcoMask(SkStream* stream, cons
[all...]
/third_party/skia/src/core/
H A DSkDocument.cpp12 SkDocument::SkDocument(SkWStream* stream) : fStream(stream), fState(kBetweenPages_State) {} in SkDocument() argument
57 // we don't own the stream, but we mark it nullptr since we can in close()
75 // we don't own the stream, but we mark it nullptr since we can in abort()
/third_party/skia/src/images/
H A DSkJPEGWriteUtility.cpp48 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) in skjpeg_destination_mgr() argument
49 : fStream(stream) { in skjpeg_destination_mgr()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_camellia_hw.c35 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey()
39 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey()
/third_party/skia/src/ports/
H A DSkImageEncoder_NDK.cpp13 bool SkEncodeImageWithNDK(SkWStream* stream, const SkPixmap& pmap, SkEncodedImageFormat format, in SkEncodeImageWithNDK() argument
69 reinterpret_cast<void*>(stream), write_to_stream); in SkEncodeImageWithNDK()
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dbootstrap.py8 from . import stream, streamname namespace
24 LogDog Butler adds variables describing the LogDog stream parameters to the
70 """Returns: (StreamClient) stream client for the bootstrap streamserver URI.
72 If the Butler accepts external stream connections, it will export a
77 reg (stream.StreamProtocolRegistry or None): The stream protocol registry
78 to use to create the stream. If None, the default global registry will
84 reg = reg or stream._default_registry
/third_party/skia/tools/skiaserve/urlhandlers/
H A DPostHandler.cpp65 std::unique_ptr<SkStreamAsset> stream(request->fUploadContext->fStream.detachAsStream()); in handle()
66 if (!request->initPictureFromStream(stream.get())) { in handle()
67 fprintf(stderr, "Could not create picture from stream.\n"); in handle()
/third_party/skia/tools/viewer/
H A DSKPSlide.cpp18 SKPSlide::SKPSlide(const SkString& name, std::unique_ptr<SkStream> stream) in SKPSlide() argument
19 : fStream(std::move(stream)) { in SKPSlide()
43 SkDebugf("No skp stream for slide %s.\n", fName.c_str()); in load()
49 SkDebugf("Could parse SkPicture from skp stream for slide %s.\n", fName.c_str()); in load()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.h137 /// Write a fingerprint of this opcode list to the specified stream.
139 void FingerprintToStream (dng_stream &stream) const;
141 /// Read an opcode list from the specified stream, starting at the
144 /// will be thrown if the length of the opcode stream does not exactly
148 dng_stream &stream,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test_helpers.h83 inline std::ostream& operator<<(std::ostream& stream, TestCordSize size) { in operator <<() argument
84 return stream << ToString(size); in operator <<()
/third_party/skia/experimental/skrive/src/
H A DSkRive.cpp68 sk_sp<SkRive> SkRive::Builder::make(std::unique_ptr<SkStreamAsset> stream) { in make() argument
69 auto reader = internal::StreamReader::Make(std::move(stream)); in make()
/third_party/skia/dm/
H A DDMSrcSink.cpp1092 std::unique_ptr<SkStream> stream = SkStream::MakeFromFile(fPath.c_str()); in draw() local
1093 if (!stream) { in draw()
1096 sk_sp<SkPicture> pic(SkPicture::MakeFromStream(stream.get())); in draw()
1100 stream = nullptr; // Might as well drop this when we're done with it. in draw()
1107 std::unique_ptr<SkStream> stream = SkStream::MakeFromFile(path); in get_cull_rect_for_skp() local
1108 if (!stream) { in get_cull_rect_for_skp()
1112 if (!SkPicture_StreamIsSKP(stream.get(), &info)) { in get_cull_rect_for_skp()
1328 auto stream = SkStream::MakeFromFile(path.c_str()); in SVGSrc() local
1329 if (!stream) { in SVGSrc()
1338 .make(*stream); in SVGSrc()
1390 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(fPath.c_str()); MSKPSrc() local
1417 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(fPath.c_str()); draw() local
2204 draw_to_canvas(Sink* sink, SkBitmap* bitmap, SkWStream* stream, SkString* log, SkISize size, const DrawToCanvasFn& draw) draw_to_canvas() argument
2255 draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const draw() argument
2269 draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const draw() argument
2301 draw( const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const draw() argument
2330 draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const draw() argument
2354 draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const draw() argument
[all...]

Completed in 9 milliseconds

1...<<41424344454647484950>>...108