Home
last modified time | relevance | path

Searched defs:TestScenario (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/psk/
Dsecret.rs159 struct TestScenario { struct
160 cipher_suite: u16,
161 psks: Vec<PskInfo>,
163 psk_secret: Vec<u8>,
166 impl TestScenario { implementation
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dcfstream_test.cc61 struct TestScenario { struct
62 TestScenario(const std::string& creds_type, const std::string& content) in TestScenario() function
64 const std::string credentials_type;
65 const std::string message_content;
H A Dflaky_network_test.cc59 struct TestScenario { struct
60 TestScenario(const std::string& creds_type, const std::string& content) in TestScenario() argument
62 const std::string credentials_type;
63 const std::string message_content;
H A Dtls_key_export_test.cc83 class TestScenario { class
85 TestScenario(int num_listening_ports, bool share_tls_key_log_file, in TestScenario() function in grpc::testing::__anon62f6271a0111::TestScenario
H A Dcontext_allocator_end2end_test.cc53 class TestScenario { class
55 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario() function in grpc::testing::__anon579aefe20111::TestScenario
H A Dport_sharing_end2end_test.cc60 class TestScenario { class
62 TestScenario(bool server_port, bool pending_data, in TestScenario() function in grpc::testing::__anonfd8abd6d0111::TestScenario
H A Dmessage_allocator_end2end_test.cc82 class TestScenario { class
84 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario() function in grpc::testing::__anon4b6f7c020111::TestScenario
H A Dclient_interceptors_end2end_test.cc713 class TestScenario { class
715 explicit TestScenario(const ChannelType& channel_type, in TestScenario() function in grpc::testing::__anon8a214a7d0111::TestScenario
H A Dasync_end2end_test.cc252 class TestScenario { class
254 TestScenario(bool inproc_stub, const std::string& creds_type, bool hcs, in TestScenario() function in grpc::testing::__anon04e861db0111::TestScenario
H A Dclient_callback_end2end_test.cc57 class TestScenario { class
59 TestScenario(bool serve_callback, Protocol protocol, bool intercept, in TestScenario() function in grpc::testing::__anon04fca8480111::TestScenario
H A Dend2end_test.cc277 class TestScenario { class
279 TestScenario(bool use_interceptors, bool use_proxy, bool inproc, in TestScenario() function in grpc::testing::__anon1319a15e0111::TestScenario
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/csm/
H A Dmesh_id_test.cc32 class TestScenario { class
36 explicit TestScenario(XdsBootstrapSource bootstrap_source) in TestScenario() function in grpc::testing::__anon73110bfa0111::TestScenario
H A Dmetadata_exchange_test.cc77 class TestScenario { class
82 explicit TestScenario(ResourceType type, XdsBootstrapSource bootstrap_source) in TestScenario() function in grpc::testing::__anond9016ec40111::TestScenario
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/scroll/
H A DScrollCaptureControllerTest.java210 private static class TestScenario { class in ScrollCaptureControllerTest
/aosp_15_r20/external/cronet/base/android/javatests/src/org/chromium/base/test/metrics/
H A DHistogramWatcherTestBase.java36 protected @interface TestScenario { annotation in HistogramWatcherTestBase
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabPwsTest.py63 class TestScenario(enum.Enum): class
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DFrameRateOverrideCtsActivity.java441 interface TestScenario { interface in FrameRateOverrideCtsActivity
/aosp_15_r20/cts/tests/tests/gameframerate/src/
H A DGameFrameRateCtsActivity.java501 interface TestScenario { interface in GameFrameRateCtsActivity