/third_party/curl/docs/examples/ |
H A D | httpput.c | 43 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 D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
in SetStream() argument
|
/third_party/lzma/CPP/Common/ |
H A D | StdOutStream.h | 19 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 D | OutWindow.java | 24 public void SetStream(java.io.OutputStream stream) throws IOException
in SetStream() argument 27 _stream = stream;
in SetStream()
|
/third_party/node/test/parallel/ |
H A D | test-stream-writableState-uncorked-bufferedRequestCount.js | 5 const stream = require('stream'); 7 const writable = new stream.Writable();
|
H A D | test-stream3-cork-end.js | 4 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 D | test-stream3-cork-uncork.js | 4 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 D | test-tls-connect-stream-writes.js | 8 const stream = require('stream'); 33 const p = new stream.Duplex({
|
H A D | test-worker-http2-stream-terminate.js | 11 // 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 D | test-fs-watch-system-limit.js | 6 const stream = require('stream'); 31 const gatherStderr = new stream.PassThrough();
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_query_acc_occlusion.c | 83 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 D | cipher_camellia_hw.c | 35 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 D | ListPeople.cs | 91 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 D | SkBmpStandardCodec.h | 30 * @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 D | SkDocument.cpp | 12 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 D | SkJPEGWriteUtility.cpp | 48 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 D | cipher_camellia_hw.c | 35 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 D | SkImageEncoder_NDK.cpp | 13 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 D | bootstrap.py | 8 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 D | PostHandler.cpp | 65 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 D | SKPSlide.cpp | 18 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 D | dng_opcode_list.h | 137 /// 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 D | cord_test_helpers.h | 83 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 D | SkRive.cpp | 68 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 D | DMSrcSink.cpp | 1092 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...] |