HomeSort by relevance Sort by last modified time
    Searched refs:scenario (Results 26 - 45 of 45) sorted by null

12

  /external/grpc-grpc/src/csharp/Grpc.Core/
Calls.cs 67 /// In server streaming scenario, client sends on request and server responds with a stream of responses.
86 /// In client streaming scenario, client sends a stream of requests and server responds with a single response.
104 /// In duplex streaming scenario, client sends a stream of requests and server responds with a stream of responses.
  /external/autotest/server/cros/cfm/configurable_test/
configurable_cfm_test.py 31 cfm_test.scenario.execute(self.context)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
altmacro_expression.s 4 # In a fail scenario: The asmprint will print: addl $%(1+4), %eax
  /external/grpc-grpc/src/python/grpcio_tests/tests/testing/
_client_application.py 32 class Scenario(enum.Enum):
45 """Outcome of a client application scenario.
48 kind: A Kind value describing the overall kind of scenario execution.
219 Scenario.UNARY_UNARY: _run_unary_unary,
220 Scenario.UNARY_STREAM: _run_unary_stream,
221 Scenario.STREAM_UNARY: _run_stream_unary,
222 Scenario.STREAM_STREAM: _run_stream_stream,
223 Scenario.CONCURRENT_STREAM_UNARY: _run_concurrent_stream_unary,
224 Scenario.CONCURRENT_STREAM_STREAM: _run_concurrent_stream_stream,
225 Scenario.CANCEL_UNARY_UNARY: _run_cancel_unary_unary
    [all...]
  /external/ltp/
ltpmenu 38 # March 31 2003 - Made scenario menu creation dynamic and code
39 # to pull the test descriptions from the scenario files.
43 # scenario file.
314 # Input: Users selection of testcases; scenario file.
441 # Description: This function displays a list of scenario files located
447 # 2) Contents of selected scenario.
458 --title "LTP Scenario Files" \
461 2>/tmp/runltp.scenario.$$ || RC=$?
462 scenario_item=$(cat /tmp/runltp.scenario.$$)
466 --title "LTP Scenario Files"
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialModule.java 26 import com.google.caliper.model.Scenario;
134 .scenario(new Scenario.Builder()
  /external/autotest/server/cros/power/
power_telemetry_logger.py 441 scenario=scenario_path,
508 """Get the absolute path for Sweetberry board and scenario file.
512 Sweetberry scenario file.
513 @raises error.TestError if board file or scenario file does not exist in
523 '%s.scenario' % filename)
525 msg = 'Sweetberry scenario file %s does not exist.' % scenario_path
533 def __init__(self, board, scenario, interval, stats_json_dir, end_flag,
538 [interval] seconds, which will sample each rail in [scenario] file
546 @param scenario: file name for Sweetberry scenario file
    [all...]
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 94 add_message "grpc.testing.Scenario" do
105 repeated :scenarios, :message, 1, "grpc.testing.Scenario"
128 optional :scenario, :message, 1, "grpc.testing.Scenario"
175 Scenario = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Scenario").msgclass
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java 435 String scenario = scenarioPrinter.print(invocations); local
442 scenario
    [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]
  /external/grpc-grpc/test/cpp/end2end/
end2end_test.cc 206 const TestScenario& scenario) {
208 << (scenario.use_proxy ? "true" : "false")
209 << ", inproc=" << (scenario.inproc ? "true" : "false")
210 << ", credentials='" << scenario.credentials_type << "'}";
    [all...]
async_end2end_test.cc 233 const TestScenario& scenario) {
234 return out << "TestScenario{inproc=" << (scenario.inproc ? "true" : "false")
235 << ", credentials='" << scenario.credentials_type
237 << (scenario.health_check_service ? "true" : "false")
238 << "', message_size=" << scenario.message_content.size() << "}";
    [all...]
  /external/syzkaller/dashboard/app/
fix_test.go 15 // Basic scenario of marking a bug as fixed by a particular commit,
520 // This must fix rep1 eventually and we must not livelock in such scenario.
reporting_test.go 234 // Basic dup scenario: mark one bug as dup of another.
email_test.go 394 // Basic dup scenario: mark one bug as dup of another.
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs 122 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.Scenario), global::Grpc.Testing.Scenario.Parser, new[]{ "Name", "ClientConfig", "NumClients", "ServerConfig", "NumServers", "WarmupSeconds", "BenchmarkSeconds", "SpawnLocalWorkerCount" }, null, null, null),
125 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ScenarioResult), global::Grpc.Testing.ScenarioResult.Parser, new[]{ "Scenario", "Latencies", "ClientStats", "ServerStats", "ServerCores", "Summary", "ClientSuccess", "ServerSuccess", "RequestResults" }, null, null, null)
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/trace/
trace.go 763 The most likely scenario is that some code elsewhere is using
  /external/v8/tools/
profile.js 693 * for this scenario:
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 788 milliseconds

12