/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | test_utils.rs | 37 pub(crate) struct TestGroup { struct 41 impl TestGroup { argument 60 ) -> Result<(TestGroup, MlsMessage), MlsError> in join_with_custom_config() 116 pub(crate) async fn join(&mut self, name: &str) -> (TestGroup, MlsMessage) { in join() 236 ) -> TestGroup { in test_group_custom() 261 ) -> TestGroup { in test_group() 300 ) -> Vec<TestGroup> { in test_n_member_group() 315 pub(crate) async fn process_commit(groups: &mut [TestGroup], commit: MlsMessage, excluded: u32) { in process_commit()
|
D | snapshot.rs | 272 async fn snapshot_restore(group: TestGroup) { in snapshot_restore()
|
D | mod.rs | 2131 ) -> (TestGroup, TestGroup) { in test_two_member_group() 2221 ) -> (TestGroup, Result<MlsMessage, MlsError>) { in group_context_extension_proposal_test() 2933 ) -> Result<(TestGroup, MlsMessage), MlsError> in joining_group_fails_if_unsupported()
|
D | ciphertext_processor.rs | 294 group: &mut TestGroup, in test_processor()
|
D | message_verifier.rs | 433 test_group: &TestGroup, in test_new_member_proposal()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | group.rs | 767 group: &TestGroup, in make_external_group() 778 group: &TestGroup, in make_external_group_with_config() 828 async fn test_group_with_one_commit(v: ProtocolVersion, cs: CipherSuite) -> TestGroup { in test_group_with_one_commit() 840 ) -> TestGroup { in test_group_two_members() 1070 ) -> (SigningIdentity, SignatureSecretKey, TestGroup) { in setup_extern_proposal_test() argument 1088 alice: &mut TestGroup, in test_external_proposal()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fLifetimeTests.cpp | 44 class TestGroup : public TestCaseGroup class 47 TestGroup(Context &context) : TestCaseGroup(context, "lifetime", "Object lifetime tests") in TestGroup() function in deqp::gles2::Functional::__anon0ab4df390111::TestGroup
|
H A D | es2fFboCompletenessTests.cpp | 326 class TestGroup : public TestCaseGroup class 337 TestGroup::TestGroup(Context &ctx) in TestGroup() function in deqp::gles2::Functional::TestGroup
|
/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/ |
H A D | test_runner.py | 121 class TestGroup: class 129 def set_deps(self, deps: Iterable['TestGroup']) -> None:
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 441 class TestGroup : public TestCaseGroup class 496 TestGroup::TestGroup(Context &ctx) in TestGroup() function in deqp::gles3::Functional::TestGroup
|
H A D | es3fLifetimeTests.cpp | 557 class TestGroup : public TestCaseGroup class 560 TestGroup(gles3::Context &context) : TestCaseGroup(context, "lifetime", "Object lifetime tests") in TestGroup() function in deqp::gles3::Functional::__anonf3bf899b0111::TestGroup
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/ |
H A D | TestFmwk.java | 159 public abstract static class TestGroup extends TestFmwk { class in TestFmwk 170 protected TestGroup(String defaultPackage, String[] classnames, String description) { in TestGroup() method in TestFmwk.TestGroup 189 protected TestGroup(String[] classnames, String description) { in TestGroup() method in TestFmwk.TestGroup 197 protected TestGroup(String[] classnames) { in TestGroup() method in TestFmwk.TestGroup
|
/aosp_15_r20/external/golang-protobuf/encoding/protowire/ |
H A D | wire_test.go | 377 func TestGroup(t *testing.T) { func
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeTestCase.hpp | 104 class TestGroup : public TestNode class
|
H A D | xeTestCase.cpp | 183 TestGroup::TestGroup(TestGroup *parent, TestNodeType nodeType, const char *name) : TestNode(parent,… in TestGroup() function in xe::TestGroup
|
/aosp_15_r20/external/deqp/scripts/ |
H A D | mustpass.py | 79 class TestGroup: class
|
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | ContactsContract_TestDataBuilder.java | 314 public class TestGroup extends Builder<TestGroup> { class in ContactsContract_TestDataBuilder
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControls2Tests.cpp | 3322 struct TestGroup in createFloatControls2TestGroup() struct 3324 FloatType floatType; in createFloatControls2TestGroup() 3325 const char *groupName; in createFloatControls2TestGroup()
|
H A D | vktSpvAsmFloatControlsTests.cpp | 5409 struct TestGroup in createFloatControlsTestGroup() struct 5411 VariableType variableType; in createFloatControlsTestGroup() 5412 const char *groupName; in createFloatControlsTestGroup()
|
/aosp_15_r20/external/protobuf/csharp/protos/ |
H A D | unittest.proto | 338 message TestGroup { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/ |
H A D | unittest.proto | 338 message TestGroup { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unittest.proto | 343 message TestGroup { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unittest.proto | 343 message TestGroup { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 6976 public sealed partial class TestGroup : pb::IMessage<TestGroup> class 7002 public TestGroup() { in TestGroup() method in Google.Protobuf.TestProtos.Proto2.TestGroup 7010 public TestGroup(TestGroup other) : this() { in TestGroup() method in Google.Protobuf.TestProtos.Proto2.TestGroup
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 6976 public sealed partial class TestGroup : pb::IMessage<TestGroup> class 7002 public TestGroup() { in TestGroup() method in Google.Protobuf.TestProtos.Proto2.TestGroup 7010 public TestGroup(TestGroup other) : this() { in TestGroup() method in Google.Protobuf.TestProtos.Proto2.TestGroup
|