Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/zstd/tests/regression/
Dresults.csv357 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/
Dmacros.rs24 …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/
DMETADATA1 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.…
DREADME.md1 # 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
DAndroid.bp5 "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"],
DCargo.toml.orig2 name = "fallible-streaming-iterator"
5 description = "Fallible streaming iteration"
7 repository = "https://github.com/sfackler/fallible-streaming-iterator"
DCargo.toml14 name = "fallible-streaming-iterator"
17 description = "Fallible streaming iteration"
20 repository = "https://github.com/sfackler/fallible-streaming-iterator"
/external/angle/doc/
DBufferImplementation.md6 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/
Dbenchmark_service.proto16 // 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/
Dbenchmark_service.proto16 // 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/
Dissues.rs8 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/
Dsimpleservice.proto16 // 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/
Ddocs.rst98 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/
Dmacros.rs18 ($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/
DREADME.md1 # cast/streaming
4 streaming protocol between Cast senders and Cast receivers.
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto15 // 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/
Dmacros.rs22 $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/
DREADME.md21 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/
DREADME.md6 (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/
Dcpptutorial.md68 - 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/
DREADME.md9 * the call completes (unary and client-streaming call types)
10 * the response `Enumerable` is iterated through (server-streaming and
/external/openscreen/
DBUILD.gn17 "cast/streaming:receiver",
18 "cast/streaming:sender",
73 "cast/streaming:unittests",
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto74 // 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/
DREADME.md6 … 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/
Dmonster_test.fbs137 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