Home
last modified time | relevance | path

Searched refs:Streaming (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/boost/libs/icl/doc/
Dfunctions_streaming.qbk10 [/ //= Streaming, conversion ===================================================================]
11 [section Streaming, conversion]
14 [[['*Streaming, conversion*]] [__ch_itvs__][__ch_itv_sets__][__ch_itv_maps__][__ch_ele_…
19 [[['*Streaming, conversion*]] [Description] ]
32 [endsect][/ Streaming, conversion]
/third_party/lz4/examples/
Dstreaming_api_basics.md1 # LZ4 Streaming API Basics
13 - "Streaming" API : This is designed for complex things.
17 But if you want to write advanced application, it's time to use Block or Streaming APIs.
20 ## What is difference between Block and Streaming API ?
24 Streaming API does same thing but (de)compresses multiple adjacent contiguous memory blocks.
58 Example (3) : Streaming API, 4KiB Block
82 ## Restriction of Streaming API
84 For efficiency, Streaming API doesn't keep a mirror copy of dependent (de)compressed memory.
DblockStreaming_doubleBuffer.md1 # LZ4 Streaming API Example : Double Buffer
4 `blockStreaming_doubleBuffer.c` is LZ4 Streaming API example which implements double buffer (de)com…
8 - Firstly, read "LZ4 Streaming API Basics".
DREADME.md7 - [Streaming API Basics](streaming_api_basics.md)
DblockStreaming_lineByLine.md1 # LZ4 Streaming API Example : Line by Line Text Compression
8 - Firstly, read "LZ4 Streaming API Basics".
/third_party/parse5/packages/parse5-serializer-stream/docs/
Dindex.md3 Streaming AST node to an HTML serializer. A [readable stream](https://nodejs.org/api/stream.html#st…
39 Streaming AST node to an HTML serializer. A readable stream.
/third_party/eudev/hwdb/
D20-usb-classes.hwdb12 ID_USB_SUBCLASS_FROM_DATABASE=Streaming
15 ID_USB_SUBCLASS_FROM_DATABASE=MIDI Streaming
249 ID_USB_SUBCLASS_FROM_DATABASE=Video Streaming
288 ID_USB_PROTOCOL_FROM_DATABASE=Host Wire Adapter Control/Data Streaming
291 ID_USB_PROTOCOL_FROM_DATABASE=Device Wire Adapter Control/Data Streaming
294 ID_USB_PROTOCOL_FROM_DATABASE=Device Wire Adapter Isochronous Streaming
/third_party/parse5/packages/parse5-serializer-stream/
DREADME.md9 <i><b>Streaming HTML serializer.</b></i>
/third_party/parse5/packages/parse5-html-rewriting-stream/
DREADME.md9 <i><b>Streaming HTML rewriter.</b></i>
/third_party/parse5/packages/parse5-parser-stream/
DREADME.md9 <i><b>Streaming HTML parser with scripting support.</b></i>
/third_party/parse5/packages/parse5-sax-parser/
DREADME.md9 <i><b>Streaming <a href="https://en.wikipedia.org/wiki/Simple_API_for_XML">SAX</a>-style HTML parse…
/third_party/grpc/
DCONCEPTS.md41 ## Streaming section in gRPC Concepts Overview
45 Bidirectional Streaming where a single gRPC call establishes a stream in which both
/third_party/grpc/doc/cpp/
Dperf_notes.md3 ## Streaming write buffering
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync()
329 case RpcType.Streaming: in RunClientAsync()
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt84 option('asio', type : 'feature', value : 'auto', description : 'Steinberg Audio Streaming Input Out…
85 …ype : 'string', value : '', description : 'Full path to Steinberg Audio Streaming Input Output (AS…
149 …ming', type : 'feature', value : 'auto', description : 'Microsoft Smooth Streaming demuxer plugin')
171 option('winks', type : 'feature', value : 'auto', description : 'Windows Kernel Streaming video sou…
182 option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streaming plugin')
/third_party/node/deps/npm/node_modules/sorted-union-stream/
DREADME.md47 ## Streaming objects
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/strip-ansi/
Dreadme.md47 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module
/third_party/node/deps/npm/node_modules/cliui/node_modules/strip-ansi/
Dreadme.md47 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module
/third_party/node/deps/npm/node_modules/yargs/node_modules/strip-ansi/
Dreadme.md47 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module
/third_party/glib/gio/
Dgnetworking.h.in1 /* GIO - GLib Input, Output and Streaming Library
/third_party/grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/
DViewController.m92 NSLog(@"Streaming call finished with error: %@", error);
/third_party/node/deps/npm/node_modules/iconv-lite/
DREADME.md8 * Streaming support for Node v0.10+
32 ### Streaming API (Node v0.10+)
/third_party/parse5/packages/parse5-parser-stream/docs/
Dindex.md3 Streaming HTML parser with scripting support. A [writable stream](https://nodejs.org/api/stream.htm…
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp40 enum Streaming { kNone, kClient, kServer, kBiDi }; enum in flatbuffers::FlatBufMethod
109 Streaming streaming_;
/third_party/boost/libs/thread/doc/
Dcompliance.qbk187 [[X.3.2] [Streaming Iterators] [No] [ - ]]
253 …22/wg21/docs/papers/2013/n3678.html N3665 - Uninterleaved String Output Streaming] and [@http://ww…

123456