HomeSort by relevance Sort by last modified time
    Searched refs:streaming (Results 26 - 50 of 52) sorted by null

12 3

  /external/grpc-grpc/src/csharp/Grpc.Examples/
MathServiceImpl.cs 43 // Keep streaming the sequence until the call is cancelled.
  /external/protobuf/
configure.ac 47 [include classes for streaming compressed data in and out @<:@default=check@:>@])],
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
Program.cs 70 /// Server-streaming example. Calls listFeatures with a rectangle of interest. Prints each response feature as it arrives.
106 /// Client-streaming example. Sends numPoints randomly chosen points from features
148 /// Bi-directional streaming example. Send some chat messages, and print any
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ClientRunners.cs 273 // finish the streaming call
301 // finish the streaming call
312 GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports streaming calls");
329 case RpcType.Streaming:
ServerRunners.cs 102 /// Generic streaming call handler.
ReportQpsScenarioServiceGrpc.cs 21 // of unary/streaming requests/responses.
Messages.cs     [all...]
WorkerServiceGrpc.cs 21 // of unary/streaming requests/responses.
  /external/webrtc/webrtc/tools/rtcbot/test/
three_bots_video_conference.js 9 // A video conference between 3 bots streaming video and audio between
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AsyncCallServer.cs 79 /// Sends a streaming response. Only one pending send action is allowed at any given time.
87 /// Receives a streaming request. Only one pending read action is allowed at any given time.
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 61 // After 36 minutes, start streaming audio (background tab), total playtime
  /external/boringssl/src/ssl/test/runner/
packet_adapter.go 34 // newPacketAdaptor wraps a reliable streaming net.Conn into a reliable
  /external/grpc-grpc/src/ruby/spec/generic/
rpc_server_spec.rb 148 # A service with a bidi streaming method.
685 it 'should not crash when call used after client streaming finished' do
697 it 'should not crash when call used after server streaming finished' do
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_fullstack_trickle.cc 81 TrickledCHTTP2(Service* service, bool streaming, size_t req_size,
89 fn << "trickle." << (streaming ? "streaming" : "unary") << "." << req_size
  /external/u-boot/arch/arm/cpu/armv7/
start.S 234 orr r0, r0, #3 << 27 @ Disables streaming. All write-allocate
236 orr r0, r0, #3 << 25 @ Disables streaming. All write-allocate
  /external/grpc-grpc/src/csharp/Grpc.Core/
ServerCallContext.cs 183 /// For streaming response calls, this property is also exposed as on IServerStreamWriter for convenience.
  /external/nanohttpd/
README.md 127 * File server supports partial content (streaming & continue download).
  /external/nanohttpd/src/site/markdown/
index.md 127 * File server supports partial content (streaming & continue download).
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 140 bool streaming,
144 return submitRequestList(requestList, streaming, submitInfo);
186 bool streaming,
223 } else if (streaming) {
224 ALOGE("%s: Camera %s: streaming reprocess requests not supported.", __FUNCTION__,
389 if (streaming) {
394 "Camera %s: Got error %s (%d) after trying to set streaming request",
450 ALOGV("%s: Camera %s: Successfully cleared streaming request",
455 "Camera %s: Error clearing streaming request: %s (%d)",
    [all...]
  /external/mesa3d/src/mesa/
Makefile.sources 633 main/streaming-load-memcpy.c \
634 main/streaming-load-memcpy.h \
  /external/golang-protobuf/protoc-gen-go/testdata/deprecated/
deprecated.pb.go 203 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 157 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.`, servName, servName))
197 // Streaming RPC method
  /external/golang-protobuf/protoc-gen-go/testdata/grpc/
grpc.pb.go 188 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/
iam_policy.pb.go 235 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  /external/v8/tools/
parse-processor.js 957 case 'streaming-compile':
    [all...]

Completed in 903 milliseconds

12 3