Home
last modified time | relevance | path

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

/external/lz4/examples/
Dstreaming_api_basics.md1 # 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.
DREADME.md7 - [Streaming API Basics](streaming_api_basics.md)
DblockStreaming_doubleBuffer.md1 # LZ4 Streaming API Example : Double Buffer
8 - Firstly, read "LZ4 Streaming API Basics".
DblockStreaming_lineByLine.md1 # LZ4 Streaming API Example : Line by Line Text Compression
8 - Firstly, read "LZ4 Streaming API Basics".
/external/clang/test/Preprocessor/
Dmacro_expand.c25 #define Streaming _Pragma("omp FOO for") macro
26 Streaming
/external/flatbuffers/src/
Didl_gen_grpc.cpp31 enum Streaming { kNone, kClient, kServer, kBiDi }; enum in flatbuffers::FlatBufMethod
72 Streaming streaming_;
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
/external/lz4/
DNEWS124 Modified : Streaming API, using strong types
137 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
/external/fec/
DREADME67 AMD CPUs starting with the K6. SSE (SIMD Streaming Extensions) was
/external/libmtp/
DREADME836 I Want Streaming!
839 Streaming reads is easy. Just connect the output file descriptor from
1038 - Streaming does not work. (Size needs to be known beforehand due to
/external/protobuf/gtest/test/
Dgtest_unittest.cc3864 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/external/v8/testing/gtest/test/
Dgtest_unittest.cc4027 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/external/googletest/googletest/test/
Dgtest_unittest.cc4028 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc3929 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc4074 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/external/swiftshader/third_party/subzero/
DDESIGN.rst31 - Streaming translation, i.e. start translating as soon as the download starts.
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst31 - Streaming translation, i.e. start translating as soon as the download starts.