/aosp_15_r20/external/tink/cc/mac/ |
H A D | aes_cmac_key_test.cc | 45 struct TestCase { struct 46 AesCmacParameters::Variant variant; 47 absl::optional<int> id_requirement; 48 std::string output_prefix;
|
H A D | hmac_key_test.cc | 45 struct TestCase { struct 46 HmacParameters::Variant variant; 47 absl::optional<int> id_requirement; 48 std::string output_prefix;
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aes_gcm_key_test.cc | 43 struct TestCase { struct 44 AesGcmParameters::Variant variant; 45 absl::optional<int> id_requirement; 46 std::string output_prefix;
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/ |
H A D | status_known.pass.cpp | 37 struct TestCase { in TEST_CASE() struct 38 file_type type; in TEST_CASE() 39 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_proto_serialization_test.cc | 61 struct TestCase { struct 62 Ed25519Parameters::Variant variant; 63 OutputPrefixType output_prefix_type; 64 absl::optional<int> id; 65 std::string output_prefix;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/ |
H A D | status_known.pass.cpp | 35 struct TestCase { in status_known_test() struct 36 file_type type; in status_known_test() 37 bool expect; in status_known_test()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | numbertest_simple.cpp | 248 struct TestCase { in testSign() struct 249 int64_t input; in testSign() 250 USimpleNumberSign sign; in testSign() 251 const char16_t* expected; in testSign()
|
H A D | formatted_string_builder_test.cpp | 102 static const struct TestCase { in testSplice() struct 103 const char16_t* input; in testSplice() 104 const int32_t startThis; in testSplice() 105 const int32_t endThis; in testSplice()
|
/aosp_15_r20/external/pigweed/pw_unit_test/ |
H A D | multi_event_handler_test.cc | 65 void TestCaseStart(const TestCase&) override { in TestCaseStart() 68 void TestCaseEnd(const TestCase&, TestResult) override { in TestCaseEnd() 71 void TestCaseExpect(const TestCase&, const TestExpectation&) override { in TestCaseExpect() 74 void TestCaseDisabled(const TestCase&) override { in TestCaseDisabled()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | formatted_string_builder_test.cpp | 102 static const struct TestCase { in testSplice() struct 103 const char16_t* input; in testSplice() 104 const int32_t startThis; in testSplice() 105 const int32_t endThis; in testSplice()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | padding.rs | 49 struct TestCase { struct 50 input: usize, 51 output: usize,
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 2541 class TestCase { in unitNounClass() class 2546 public TestCase(String locale, String unitIdentifier, NounClass expectedNounClass) { in unitNounClass() method in NumberFormatterApiTest.TestCase 2845 class TestCase { in unitGender() class 2850 public TestCase(String locale, String unitIdentifier, String expectedGender) { in unitGender() method in NumberFormatterApiTest.TestCase 5999 class TestCase { in formatUnitsAliases() class 6003 TestCase(MeasureUnit measureUnit, String expectedFormat) { in formatUnitsAliases() method in NumberFormatterApiTest.TestCase 6037 class TestCase { in testIssue22378() class 6041 TestCase(String localeId, String expectedFormat) { in testIssue22378() method in NumberFormatterApiTest.TestCase
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 2538 class TestCase { in unitNounClass() class 2543 public TestCase(String locale, String unitIdentifier, NounClass expectedNounClass) { in unitNounClass() method in NumberFormatterApiTest.TestCase 2842 class TestCase { in unitGender() class 2847 public TestCase(String locale, String unitIdentifier, String expectedGender) { in unitGender() method in NumberFormatterApiTest.TestCase 5996 class TestCase { in formatUnitsAliases() class 6000 TestCase(MeasureUnit measureUnit, String expectedFormat) { in formatUnitsAliases() method in NumberFormatterApiTest.TestCase 6034 class TestCase { in testIssue22378() class 6038 TestCase(String localeId, String expectedFormat) { in testIssue22378() method in NumberFormatterApiTest.TestCase
|
/aosp_15_r20/frameworks/base/test-junit/src/junit/framework/ |
H A D | TestCase.java | 76 public abstract class TestCase extends Assert implements Test { class 86 public TestCase() { in TestCase() method in TestCase 92 public TestCase(String name) { in TestCase() method in TestCase
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | test.rs | 160 pub struct TestCase { struct 164 impl TestCase { implementation 400 ) -> Option<TestCase> { in parse_test_case()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | standalone_test.cc | 272 struct TestCase { in TEST() struct 273 string graph_string; in TEST() 274 std::vector<int64_t> expected_outputs; in TEST()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_mle.cpp | 101 struct TestCase in TestLeaderWeightCalculation() struct 103 otDeviceProperties mDeviceProperties; in TestLeaderWeightCalculation() 104 uint8_t mExpectedLeaderWeight; in TestLeaderWeightCalculation()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/ |
H A D | is_socket.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/ |
H A D | is_block_file.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/ |
H A D | is_fifo.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/ |
H A D | is_other.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/ |
H A D | is_character_file.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/ |
H A D | is_regular_file.pass.cpp | 42 struct TestCase { in TEST_CASE() struct 43 file_type type; in TEST_CASE() 44 bool expect; in TEST_CASE()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/ |
H A D | is_socket.pass.cpp | 42 struct TestCase { in is_socket_status_test() struct 43 file_type type; in is_socket_status_test() 44 bool expect; in is_socket_status_test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/ |
H A D | is_character_file.pass.cpp | 42 struct TestCase { in is_character_file_status_test() struct 43 file_type type; in is_character_file_status_test() 44 bool expect; in is_character_file_status_test()
|