Home
last modified time | relevance | path

Searched defs:scenarios (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/src/csharp/
DBUILD-INTEGRATION.md27 ### 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/
Dscenario_config.py243 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/
Dqps_diff.py84 def run(name, scenarios, loops): argument
113 def diff(scenarios, loops, old, new): argument
/third_party/node/test/parallel/
Dtest-timers-nested.js13 const scenarios = [0, 100]; variable
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenarios.php21 private $scenarios; variable in Grpc\\Testing\\Scenarios
/third_party/grpc/test/cpp/thread_manager/
Dthread_manager_test.cc150 TestThreadManagerSettings scenarios[] = { variable
/third_party/grpc/test/core/fling/
Dclient.cc139 static const scenario scenarios[] = { variable
/third_party/musl/libc-test/src/functional/
Dpthread_cancel-points.c103 } scenarios[] = { variable
/third_party/grpc/test/cpp/qps/
Dqps_json_driver.cc261 Scenarios scenarios; in QpsDriver() local
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferenceCompileOnSave.ts161 scenarios: readonly ScenarioDetails[]; property
/third_party/grpc/test/cpp/end2end/
Dport_sharing_end2end_test.cc312 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dmessage_allocator_end2end_test.cc366 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dcfstream_test.cc298 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dflaky_network_test.cc322 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dclient_interceptors_end2end_test.cc697 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dasync_end2end_test.cc1872 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dclient_callback_end2end_test.cc1487 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
Dend2end_test.cc2193 std::vector<TestScenario> scenarios; in CreateTestScenarios() local
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto222 repeated Scenario scenarios = 1; field