/external/lz4/examples/ |
D | streaming_api_basics.md | 1 # LZ4 Streaming API Basics 13 - "Streaming" API : This is designed for complex thing. 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)compress multiple adjacent contiguous memory block. 58 Example (3) : Streaming API, 4KiB Block 82 ## Restriction of Streaming API 84 For the efficiency, Streaming API doesn't keep mirror copy of dependent (de)compressed memory.
|
D | README.md | 7 - [Streaming API Basics](streaming_api_basics.md)
|
D | blockStreaming_doubleBuffer.md | 1 # LZ4 Streaming API Example : Double Buffer 8 - Firstly, read "LZ4 Streaming API Basics".
|
D | blockStreaming_lineByLine.md | 1 # LZ4 Streaming API Example : Line by Line Text Compression 8 - Firstly, read "LZ4 Streaming API Basics".
|
/external/clang/test/Preprocessor/ |
D | macro_expand.c | 25 #define Streaming _Pragma("omp FOO for") macro 26 Streaming
|
/external/exoplayer/tree/library/smoothstreaming/ |
D | README.md | 3 Provides support for Smooth Streaming content. To play Smooth Streaming content,
|
/external/exoplayer/tree/library/hls/ |
D | README.md | 3 Provides support for HTTP Live Streaming (HLS) content. To play HLS content,
|
/external/exoplayer/tree/library/dash/ |
D | README.md | 3 Provides support for Dynamic Adaptive Streaming over HTTP (DASH) content. To
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 41 ## Streaming section in gRPC Concepts Overview 45 Bidirectional Streaming where a single gRPC call establishes a stream in which both
|
/external/grpc-grpc/doc/cpp/ |
D | perf_notes.md | 3 ## Streaming write buffering
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ClientRunners.cs | 312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync() 329 case RpcType.Streaming: in RunClientAsync()
|
/external/flatbuffers/src/ |
D | idl_gen_grpc.cpp | 38 enum Streaming { enum in flatbuffers::FlatBufMethod 97 Streaming streaming_;
|
/external/skqp/src/compute/hs/ |
D | README.md | 236 1. *Streaming Flip Merge* 237 1. If necessary, *Streaming Half Merge* 271 As an example, the *Streaming Flip Merge* kernel is illustrated below:
|
/external/perfetto/protos/perfetto/ipc/ |
D | wire_protocol.proto | 61 // In the case of a Streaming response (has_more = true) the host will send
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | RELEASE-NOTES.txt | 25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ |
D | ViewController.m | 95 NSLog(@"Streaming call finished with error: %@", error);
|
/external/cbor-java/ |
D | README.md | 66 ### Streaming Decoding Example
|
/external/grpc-grpc/doc/ |
D | unit_testing.md | 152 Streaming RPC:
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-s5-global.log | 73 # VQG - User Agent Header for Video-Streaming Client
|
D | galaxy-a3-2016-eu.log | 93 # VQG - User Agent Header for Video-Streaming Client
|
D | galaxy-j7-tmobile.log | 84 # VQG - User Agent Header for Video-Streaming Client
|
D | galaxy-j7-uae.log | 83 # VQG - User Agent Header for Video-Streaming Client
|
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes) 440 .. rubric:: Buffered Streaming Protocols
|
/external/catch2/docs/ |
D | logging.md | 86 ## Streaming macros
|
/external/lz4/ |
D | NEWS | 172 Modified : Streaming API, using strong types 185 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
|