/third_party/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 113 server_type, argument 154 'server_type': server_type, 167 if server_type != 'ASYNC_GENERIC_SERVER': 249 server_type='ASYNC_SERVER', 263 server_type='ASYNC_SERVER', 277 server_type='ASYNC_SERVER', 298 server_type='ASYNC_GENERIC_SERVER', 309 server_type='ASYNC_GENERIC_SERVER', 323 server_type='ASYNC_GENERIC_SERVER', 338 server_type='ASYNC_GENERIC_SERVER', [all …]
|
/third_party/grpc/test/cpp/qps/ |
D | json_run_localhost_scenarios.bzl | 3 …server_type": "ASYNC_SERVER", "channel_args": [{"str_value": "latency", "name": "grpc.optimization…
|
D | qps_json_driver_scenarios.bzl | 3 …server_type": "SYNC_SERVER", "channel_args": [{"str_value": "throughput", "name": "grpc.optimizati…
|
D | qps_worker.cc | 73 ServerType_Name(config.server_type()).c_str()); in CreateServer() 75 switch (config.server_type()) { in CreateServer()
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ServerConfig.php | 19 protected $server_type = 0; variable in Grpc\\Testing\\ServerConfig 129 return $this->server_type; 140 $this->server_type = $var;
|
/third_party/ffmpeg/libavformat/ |
D | rtsp.c | 541 } else if (rt->server_type == RTSP_SERVER_WMS && in sdp_parse_line() 697 if (rt->server_type == RTSP_SERVER_WMS) in sdp_parse_line() 702 if (rt->server_type == RTSP_SERVER_REAL) in sdp_parse_line() 1481 rt->server_type == RTSP_SERVER_WMS) { in ff_rtsp_make_setup_request() 1503 if (rt->server_type == RTSP_SERVER_WMS && i > 1) { in ff_rtsp_make_setup_request() 1533 rt->server_type == RTSP_SERVER_SATIP ? ";" : "/UDP;", in ff_rtsp_make_setup_request() 1535 if (rt->server_type != RTSP_SERVER_REAL) in ff_rtsp_make_setup_request() 1540 !(rt->server_type == RTSP_SERVER_WMS && i > 0)) in ff_rtsp_make_setup_request() 1549 if (rt->server_type == RTSP_SERVER_WMS && in ff_rtsp_make_setup_request() 1570 } else if (rt->server_type == RTSP_SERVER_REAL || in ff_rtsp_make_setup_request() [all …]
|
D | rtspdec.c | 533 !(rt->server_type == RTSP_SERVER_WMS && i > 1)) in rtsp_read_play() 537 if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) { in rtsp_read_play() 593 else if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) { in rtsp_read_pause() 613 if (rt->server_type == RTSP_SERVER_REAL) { in ff_rtsp_setup_input_streams() 845 if (rt->server_type == RTSP_SERVER_REAL) { in rtsp_read_packet() 914 if (rt->server_type == RTSP_SERVER_REAL) in rtsp_read_packet() 935 if (rt->server_type == RTSP_SERVER_WMS || in rtsp_read_packet() 936 (rt->server_type != RTSP_SERVER_REAL && in rtsp_read_packet()
|
D | rtsp.h | 276 enum RTSPServerType server_type; member
|
/third_party/pulseaudio/src/daemon/ |
D | server-lookup.c | 120 static enum get_address_result_t get_address(pa_server_type_t server_type, char **address) { in get_address() argument 130 else if (!(*address = pa_get_dbus_address_from_server_type(server_type))) { in get_address() 151 switch (get_address(sl->core->server_type, &address)) { in handle_get_address() 337 switch (get_address(sl->core->server_type, &address)) { in handle_get_all()
|
D | main.c | 1066 c->server_type = conf->local_server_type; in main()
|
D | ohos_pa_main.c | 1101 c->server_type = conf->local_server_type; in ohos_pa_main()
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 74 if config.server_type == control_pb2.ASYNC_SERVER: 78 elif config.server_type == control_pb2.ASYNC_GENERIC_SERVER: 93 config.server_type))
|
/third_party/pulseaudio/src/modules/dbus/ |
D | module-dbus-protocol.c | 53 enum server_type { enum 81 enum server_type type; 193 …if (s->type == SERVER_TYPE_TCP || s->userdata->module->core->server_type == PA_SERVER_TYPE_SYSTEM)… in connection_new_cb() 394 static struct server *start_server(struct userdata *u, const char *address, enum server_type type) { in start_server() 449 address = pa_get_dbus_address_from_server_type(u->module->core->server_type); in start_local_server()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | worker_servicer.py | 77 if config.server_type == control_pb2.ASYNC_SERVER: 81 elif config.server_type == control_pb2.ASYNC_GENERIC_SERVER: 95 config.server_type))
|
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-dbus.h | 43 char *pa_get_dbus_address_from_server_type(pa_server_type_t server_type);
|
D | core.h | 231 pa_server_type_t server_type; member
|
D | protocol-dbus.c | 87 char *pa_get_dbus_address_from_server_type(pa_server_type_t server_type) { in pa_get_dbus_address_from_server_type() argument 92 switch (server_type) { in pa_get_dbus_address_from_server_type()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 141 ServerType server_type = 1; field
|