Searched refs:streaming (Results 1 – 25 of 152) sorted by relevance
1234567
/external/v8/src/wasm/ |
D | streaming-decoder.cc | 123 virtual size_t ReadBytes(AsyncStreamingDecoder* streaming, 128 AsyncStreamingDecoder* streaming) = 0; 251 AsyncStreamingDecoder* streaming, Vector<const uint8_t> bytes) { in ReadBytes() argument 363 size_t ReadBytes(AsyncStreamingDecoder* streaming, 367 AsyncStreamingDecoder* streaming) override; 370 AsyncStreamingDecoder* streaming) = 0; 387 AsyncStreamingDecoder* streaming) override; 407 AsyncStreamingDecoder* streaming) override; 423 AsyncStreamingDecoder* streaming) override; 439 AsyncStreamingDecoder* streaming) override; [all …]
|
/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
|
D | messages.proto | 93 // Client-streaming request. 107 // Client-streaming response. 129 // Server-streaming request. 147 // Server-streaming response, as configured by the request and parameters.
|
D | report_qps_scenario_service.proto | 16 // of unary/streaming requests/responses.
|
/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/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
|
D | messages.proto | 97 // Client-streaming request. 111 // Client-streaming response. 133 // Server-streaming request. 152 // Server-streaming response, as configured by the request and parameters.
|
/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/flatbuffers/tests/ |
D | monster_test.fbs | 121 Store(Monster):Stat (streaming: "none"); 122 Retrieve(Stat):Monster (streaming: "server", idempotent); 123 GetMaxHitPoint(Monster):Stat (streaming: "client"); 124 GetMinMaxHitPoints(Monster):Stat (streaming: "bidi");
|
/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/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | messages.proto | 100 // Client-streaming request. 114 // Client-streaming response. 136 // Server-streaming request. 155 // Server-streaming response, as configured by the request and parameters.
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 97 // Client-streaming request. 111 // Client-streaming response. 133 // Server-streaming request. 152 // Server-streaming response, as configured by the request and parameters.
|
/external/grpc-grpc/examples/protos/ |
D | route_guide.proto | 34 // A server-to-client streaming RPC. 42 // A client-to-server streaming RPC. 48 // A Bidirectional streaming RPC.
|
/external/grpc-grpc-java/examples/src/main/proto/ |
D | route_guide.proto | 33 // A server-to-client streaming RPC. 41 // A client-to-server streaming RPC. 47 // A Bidirectional streaming RPC.
|
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
D | route_guide.proto | 33 // A server-to-client streaming RPC. 41 // A client-to-server streaming RPC. 47 // A Bidirectional streaming RPC.
|
/external/mesa3d/src/mesa/ |
D | Android.sources.bp | 6 "main/streaming-load-memcpy.c",
|
/external/flatbuffers/grpc/samples/greeter/ |
D | greeter.fbs | 16 SayManyHellos(ManyHellosRequest):HelloReply (streaming: "server");
|
/external/grpc-grpc/doc/ |
D | service_config.md | 93 // to streaming and non-streaming requests. 109 // to streaming and non-streaming requests.
|
/external/catch2/docs/ |
D | reporters.md | 23 * `xml` writes an xml format tailored to Catch. Unlike `junit` this is a streaming format so result… 28 * `teamcity` writes the native, streaming, format that [TeamCity](https://www.jetbrains.com/teamcit…
|
D | ci-and-misc.md | 24 …ally the more unusual features, such as nested sections) and is a fully streaming format - that is… 26 …formation that could convert it to, say, HTML - although this loses the streaming advantage, of co… 56 …ith it - but it is completely unsuitable for any other purpose. It is a streaming format (it write…
|
/external/autotest/client/site_tests/camera_V4L2/ |
D | control | 13 - If streaming is not supported
|
/external/perfetto/protos/perfetto/trace/ |
D | trace.proto | 28 // (streaming) where TracePacket are directly streamed without being wrapped
|
1234567