Searched refs:streaming (Results 1 – 25 of 305) sorted by relevance
12345678910>>...13
/external/zstd/tests/regression/ |
D | results.csv | 357 silesia, level -5, advanced streaming, … 358 silesia, level -3, advanced streaming, … 359 silesia, level -1, advanced streaming, … 360 silesia, level 0, advanced streaming, … 361 silesia, level 1, advanced streaming, … 362 silesia, level 3, advanced streaming, … 363 silesia, level 4, advanced streaming, … 364 silesia, level 5, advanced streaming, … 365 silesia, level 6, advanced streaming, … 366 silesia, level 7, advanced streaming, … [all …]
|
/external/rust/crates/nom/src/number/ |
D | macros.rs | 24 …number::Endianness::Big == $e { $crate::number::streaming::be_u16($i) } else { $crate::number::str… 47 …number::Endianness::Big == $e { $crate::number::streaming::be_u32($i) } else { $crate::number::str… 70 …number::Endianness::Big == $e { $crate::number::streaming::be_u64($i) } else { $crate::number::str… 94 …number::Endianness::Big == $e { $crate::number::streaming::be_u128($i) } else { $crate::number::st… 117 …number::Endianness::Big == $e { $crate::number::streaming::be_i16($i) } else { $crate::number::str… 140 …number::Endianness::Big == $e { $crate::number::streaming::be_i32($i) } else { $crate::number::str… 163 …number::Endianness::Big == $e { $crate::number::streaming::be_i64($i) } else { $crate::number::str… 187 …number::Endianness::Big == $e { $crate::number::streaming::be_i128($i) } else { $crate::number::st…
|
/external/rust/crates/fallible-streaming-iterator/ |
D | METADATA | 1 name: "fallible-streaming-iterator" 2 description: "Fallible streaming iteration" 6 value: "https://crates.io/crates/fallible-streaming-iterator" 10 …value: "https://static.crates.io/crates/fallible-streaming-iterator/fallible-streaming-iterator-0.…
|
D | README.md | 1 # fallible-streaming-iterator 2 …rcleci.com/gh/sfackler/fallible-streaming-iterator.svg?style=shield)](https://circleci.com/gh/sfac… 4 [Documentation](https://docs.rs/fallible-streaming-iterator) 6 Fallible, streaming iteration
|
D | Android.bp | 5 "external_rust_crates_fallible-streaming-iterator_license", 29 name: "external_rust_crates_fallible-streaming-iterator_license", 42 name: "fallible-streaming-iterator_defaults", 55 name: "fallible-streaming-iterator_host_test_src_lib", 56 defaults: ["fallible-streaming-iterator_defaults"], 60 name: "fallible-streaming-iterator_device_test_src_lib", 61 defaults: ["fallible-streaming-iterator_defaults"],
|
D | Cargo.toml.orig | 2 name = "fallible-streaming-iterator" 5 description = "Fallible streaming iteration" 7 repository = "https://github.com/sfackler/fallible-streaming-iterator"
|
D | Cargo.toml | 14 name = "fallible-streaming-iterator" 17 description = "Fallible streaming iteration" 20 repository = "https://github.com/sfackler/fallible-streaming-iterator"
|
/external/angle/doc/ |
D | BufferImplementation.md | 6 the data into global vertex and index buffers. This streaming buffer 13 GL\_STREAM\_DRAW and GL\_DYNAMIC\_DRAW use the streaming buffer implementation. 16 a draw call, it falls back to the streaming buffer implementation, because 18 updating streaming ones (more on this later). 26 The streaming buffers implementation uses one Context-global vertex buffer 29 IndexDataManager::mStreamingBufferInt). The streaming behavior is achieved by 35 When the end of these streaming buffers is reached, they are 'recycled' by 52 buffer is invalidated (deleted) and the streaming buffer implementation is used 55 typical, and even when in some cases it falls back to the streaming buffer 62 size though, and can't be changed afterwards (streaming buffers can grow to [all …]
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 16 // of unary/streaming requests/responses. 29 // Should be called streaming ping-pong 33 // Single-sided unbounded streaming from client to server 37 // Single-sided unbounded streaming from server to client 41 // Two-sided unbounded streaming between server to client
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 16 // of unary/streaming requests/responses. 29 // Should be called streaming ping-pong 33 // Single-sided unbounded streaming from client to server 37 // Single-sided unbounded streaming from server to client 41 // Two-sided unbounded streaming between server to client
|
/external/rust/crates/nom/tests/ |
D | issues.rs | 8 use nom::{character::{is_digit, streaming::space1 as space}, Err, IResult, Needed, error::ErrorKind… 71 use nom::{IResult, character::streaming::{digit1 as digit, space1 as space}}; 107 use nom::number::streaming::be_u16; in usize_length_bytes_issue() 158 use nom::character::streaming::{line_ending, not_line_ending}; in issue_655() 227 length_count!(value!(count), call!(nom::number::streaming::be_u32)) 235 escaped_transform!(call!(::nom::character::streaming::alpha1), '\\', tag!("n")) 247 use nom::{Err, number::streaming::be_f64, error::ErrorKind};
|
/external/grpc-grpc-java/testing-proto/src/main/proto/io/grpc/testing/protobuf/ |
D | simpleservice.proto | 16 // of unary/streaming requests/responses. 31 // Simple client-to-server streaming RPC. 34 // Simple server-to-client streaming RPC. 37 // Simple bidirectional streaming RPC.
|
/external/pigweed/pw_rpc/nanopb/ |
D | docs.rst | 98 Server streaming RPC 100 A server streaming RPC receives the client's request message alongside a 128 Client streaming RPC 132 ``pw_rpc`` does not yet support client streaming RPCs. 134 Bidirectional streaming RPC 138 ``pw_rpc`` does not yet support bidirectional streaming RPCs. 169 There are two types of response handlers: unary and server-streaming, which are 172 Unary / client streaming RPC 195 client streaming). 226 Server streaming / bidirectional streaming RPC [all …]
|
/external/rust/crates/nom/src/character/ |
D | macros.rs | 18 ($i:expr, $inp: expr) => ( $crate::character::streaming::one_of($inp)($i) ); 37 ($i:expr, $inp: expr) => ( $crate::character::streaming::none_of($inp)($i) ); 55 ($i:expr, $c: expr) => ( $crate::character::streaming::char($c)($i) );
|
/external/openscreen/cast/streaming/ |
D | README.md | 1 # cast/streaming 4 streaming protocol between Cast senders and Cast receivers.
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 15 // of unary/streaming requests/responses. 32 // Should be called streaming ping-pong 36 // Single-sided unbounded streaming from client to server 40 // Single-sided unbounded streaming from server to client 44 // Two-sided unbounded streaming between server to client
|
/external/rust/crates/nom/src/bytes/ |
D | macros.rs | 22 $crate::bytes::streaming::tag($tag)($i) 44 $crate::bytes::streaming::tag_no_case($tag)($i) 64 $crate::bytes::streaming::is_not($arr)($input) 87 $crate::bytes::streaming::is_a($arr)($input) 214 $crate::bytes::streaming::take_while($f)($input) 244 $crate::bytes::streaming::take_while1($f)($input) 272 $crate::bytes::streaming::take_while_m_n($m, $n, $f)($input) 300 $crate::bytes::streaming::take_till($f)($input) 330 $crate::bytes::streaming::take_till1($f)($input) 353 let res: $crate::IResult<_,_,_> = $crate::bytes::streaming::take(c)($i); [all …]
|
/external/zstd/examples/ |
D | README.md | 21 Provides amount of memory used by streaming context. 29 Compress multiple files (in streaming mode) in a single command line. 35 Compatible with both simple and streaming compression.
|
/external/oboe/samples/iolib/ |
D | README.md | 6 (Oboe) **iolib** contains classes implementing streaming audio playback and mixing from multiple so… 14 Contains classes to support streaming playback from (potentially) multiple audio sources. 35 * Logic for handling streaming restart on error (i.e. playback device changes)
|
/external/grpc-grpc/examples/cpp/ |
D | cpptutorial.md | 68 - A *server-side streaming RPC* where the client sends a request to the server 71 example, you specify a server-side streaming method by placing the `stream` 82 - A *client-side streaming RPC* where the client writes a sequence of messages 85 and return its response. You specify a client-side streaming method by placing 94 - A *bidirectional streaming RPC* where both sides send a sequence of messages 218 Now let's look at something a bit more complicated - a streaming RPC. 219 `ListFeatures` is a server-side streaming RPC, so we need to send back multiple 250 If you look at the client-side streaming method `RecordRoute` you'll see it's 263 Finally, let's look at our bidirectional streaming RPC `RouteChat()`. 286 client-streaming and server-streaming methods. Although each side will always [all …]
|
/external/grpc-grpc/examples/ruby/errors_and_cancellation/ |
D | README.md | 9 * the call completes (unary and client-streaming call types) 10 * the response `Enumerable` is iterated through (server-streaming and
|
/external/openscreen/ |
D | BUILD.gn | 17 "cast/streaming:receiver", 18 "cast/streaming:sender", 73 "cast/streaming:unittests",
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | messages.proto | 74 // Client-streaming request. 82 // Client-streaming response. 99 // Server-streaming request. 114 // Server-streaming response, as configured by the request and parameters.
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ |
D | README.md | 6 … device. Once running, tap a few times of each of the two buttons to make a few unary and streaming 9 The expected behavior is that the pending streaming calls fails immediately with error UNAVAILABLE.
|
/external/flatbuffers/tests/ |
D | monster_test.fbs | 137 Store(Monster):Stat (streaming: "none"); 138 Retrieve(Stat):Monster (streaming: "server", idempotent); 139 GetMaxHitPoint(Monster):Stat (streaming: "client"); 140 GetMinMaxHitPoints(Monster):Stat (streaming: "bidi");
|
12345678910>>...13