Searched refs:rpcs (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/testing/ |
D | _client_test.py | 136 rpcs = [] 141 rpcs.append(rpc) 143 for rpc in rpcs: 145 for rpc in rpcs: 148 for rpc in rpcs: 150 for rpc in rpcs: 153 for rpc in rpcs: 155 for rpc in rpcs: 187 rpcs = tuple( 191 for rpc in rpcs: [all …]
|
/third_party/grpc/src/cpp/server/load_reporter/ |
D | load_reporter.h | 175 uint64_t rpcs; member 181 const std::chrono::system_clock::time_point& end_time, uint64_t rpcs, in LoadBalancingFeedbackRecord() 184 rpcs(rpcs), in LoadBalancingFeedbackRecord() 208 void AppendNewFeedbackRecord(uint64_t rpcs, uint64_t errors);
|
D | load_reporter.cc | 270 uint64_t rpcs = 0; in GenerateLoadBalancingFeedback() local 275 rpcs += p->rpcs; in GenerateLoadBalancingFeedback() 286 static_cast<float>(rpcs / duration_seconds.count())); in GenerateLoadBalancingFeedback() 368 void LoadReporter::AppendNewFeedbackRecord(uint64_t rpcs, uint64_t errors) { in AppendNewFeedbackRecord() argument 377 feedback_records_.emplace_back(std::chrono::system_clock::now(), rpcs, errors, in AppendNewFeedbackRecord()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | XdsInteropClient.cs | 76 List<RpcType> rpcs; field in Grpc.IntegrationTesting.XdsInteropClient 85 this.rpcs = ParseRpcArgument(this.options.Rpc); in XdsInteropClient() 146 foreach (var rpcType in rpcs) in RunSingleChannelAsync() 156 …int nextDueInMillis = (int) Math.Max(0, (1000 * rpcsStarted / options.Qps / rpcs.Count) - stopwatc… in RunSingleChannelAsync()
|
/third_party/grpc/src/ruby/end2end/ |
D | README.md | 9 well as an address to listen on for control rpcs. Depending on the test, the
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | server_test.py | 495 rpcs = [] 497 rpcs.append(channel.unary_unary(_BLOCK_BRIEFLY)(_REQUEST)) 499 asyncio.wait(rpcs, return_when=asyncio.FIRST_EXCEPTION))
|
/third_party/grpc/doc/ |
D | health-checking.md | 4 Health checks are used to probe whether the server is able to handle rpcs. The
|
D | connection-backoff-interop-test-description.md | 74 * The port to listen on for control rpcs. For example, "8080"
|
D | unit_testing.md | 38 …ctations on the pure-virtual methods we can test client-side logic without having to make any rpcs.
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | binding.dart | 121 …/// * <https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#rpcs-requests-a…
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | widget_inspector.dart | 944 …/// * <https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#rpcs-requests-a…
|