Home
last modified time | relevance | path

Searched refs:STREAMING (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dqps_json_driver_scenarios.bzl3STREAMING", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.01, "max_poss…
Djson_run_localhost_scenarios.bzl3STREAMING", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.01, "max_poss…
Dqps_openloop_test.cc45 client_config.set_rpc_type(STREAMING); in RunQPS()
Dclient_sync.cc409 case STREAMING: in CreateSynchronousClient()
Dclient_async.cc935 case STREAMING: in CreateAsyncClient()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRpcType.php19 const STREAMING = 1; define in Grpc\\Testing\\RpcType
/external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/
DLoadWorkerTest.java137 .setRpcType(Control.RpcType.STREAMING) in runPingPongAsyncClosedLoop()
166 .setRpcType(Control.RpcType.STREAMING) in runGenericPingPongAsyncClosedLoop()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc131 if (ui_ == STREAMING) { in PreTranslateMessage()
188 ui_ = STREAMING; in SwitchToStreamingUI()
230 if (ui_ == STREAMING && remote_renderer && local_renderer) { in OnPaint()
Dmain_wnd.h46 STREAMING, enumerator
Dconductor.cc148 if (main_wnd_->current_ui() != MainWindow::STREAMING) in EnsureStreamingUI()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java187 } else if (config.getRpcType() == Control.RpcType.STREAMING) { in start()
201 } else if (config.getRpcType() == Control.RpcType.STREAMING) { in start()
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py150 elif config.rpc_type == control_pb2.STREAMING:
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java214 config.rpcType = RpcType.STREAMING; in setClientValue()
DAsyncClient.java144 case STREAMING: in doRpcs()
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto41 STREAMING = 1; enumerator
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc166 return STREAMING; in current_ui()
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto39 STREAMING = 1; enumerator
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java278 STREAMING(1), enumConstant
335 case 1: return STREAMING; in forNumber()