/third_party/grpc/src/csharp/ |
D | BUILD-INTEGRATION.md | 27 ### I just want to compile .proto files into my library 108 ### I just want to generate proto and gRPC C# sources from my .proto files (no C# compile) 265 ### Alas, this all is nice, but my scenario is more complex, -OR- 266 ### I'll investigate that when I have time. I just want to run protoc as I did before. 310 ### What about C++ projects?
|
/third_party/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 243 def scenarios(self): member in CXXLanguage 629 def scenarios(self): member in CSharpLanguage 757 def scenarios(self): member in PythonLanguage 834 def scenarios(self): member in PythonAsyncIOLanguage 983 def scenarios(self): member in RubyLanguage 1056 def scenarios(self): member in Php7Language 1119 def scenarios(self): member in JavaLanguage 1223 def scenarios(self): member in GoLanguage 1315 def scenarios(self): member in NodeLanguage
|
/third_party/grpc/tools/profiling/qps/ |
D | qps_diff.py | 84 def run(name, scenarios, loops): argument 113 def diff(scenarios, loops, old, new): argument
|
/third_party/node/test/parallel/ |
D | test-timers-nested.js | 13 const scenarios = [0, 100]; variable
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | Scenarios.php | 21 private $scenarios; variable in Grpc\\Testing\\Scenarios
|
/third_party/grpc/test/cpp/thread_manager/ |
D | thread_manager_test.cc | 150 TestThreadManagerSettings scenarios[] = { variable
|
/third_party/grpc/test/core/fling/ |
D | client.cc | 139 static const scenario scenarios[] = { variable
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_cancel-points.c | 103 } scenarios[] = { variable
|
/third_party/grpc/test/cpp/qps/ |
D | qps_json_driver.cc | 261 Scenarios scenarios; in QpsDriver() local
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | projectReferenceCompileOnSave.ts | 161 scenarios: readonly ScenarioDetails[]; property
|
/third_party/grpc/test/cpp/end2end/ |
D | port_sharing_end2end_test.cc | 312 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | message_allocator_end2end_test.cc | 366 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | cfstream_test.cc | 298 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | flaky_network_test.cc | 322 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | client_interceptors_end2end_test.cc | 697 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | async_end2end_test.cc | 1872 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | client_callback_end2end_test.cc | 1487 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
D | end2end_test.cc | 2193 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 222 repeated Scenario scenarios = 1; field
|