Searched refs:Streaming (Results 1 – 17 of 17) sorted by relevance
/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/flatbuffers/src/ |
D | idl_gen_grpc.cpp | 31 enum Streaming { kNone, kClient, kServer, kBiDi }; enum in flatbuffers::FlatBufMethod 72 Streaming streaming_;
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | RELEASE-NOTES.txt | 25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
|
/external/lz4/ |
D | NEWS | 124 Modified : Streaming API, using strong types 137 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
|
/external/fec/ |
D | README | 67 AMD CPUs starting with the K6. SSE (SIMD Streaming Extensions) was
|
/external/libmtp/ |
D | README | 836 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/ |
D | gtest_unittest.cc | 3864 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
|
/external/v8/testing/gtest/test/ |
D | gtest_unittest.cc | 4027 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 4028 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_unittest.cc | 3929 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 4074 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 31 - Streaming translation, i.e. start translating as soon as the download starts.
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 31 - Streaming translation, i.e. start translating as soon as the download starts.
|