Home
last modified time | relevance | path

Searched defs:TestCase (Results 151 – 175 of 777) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/tink/cc/mac/
H A Daes_cmac_key_test.cc45 struct TestCase { struct
46 AesCmacParameters::Variant variant;
47 absl::optional<int> id_requirement;
48 std::string output_prefix;
H A Dhmac_key_test.cc45 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 Daes_gcm_key_test.cc43 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 Dstatus_known.pass.cpp37 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 Ded25519_proto_serialization_test.cc61 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 Dstatus_known.pass.cpp35 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 Dnumbertest_simple.cpp248 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 Dformatted_string_builder_test.cpp102 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 Dmulti_event_handler_test.cc65 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 Dformatted_string_builder_test.cpp102 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/
Dpadding.rs49 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 DNumberFormatterApiTest.java2541 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 DNumberFormatterApiTest.java2538 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 DTestCase.java76 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/
Dtest.rs160 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 Dstandalone_test.cc272 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 Dtest_mle.cpp101 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 Dis_socket.pass.cpp42 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 Dis_block_file.pass.cpp42 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 Dis_fifo.pass.cpp42 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 Dis_other.pass.cpp42 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 Dis_character_file.pass.cpp42 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 Dis_regular_file.pass.cpp42 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 Dis_socket.pass.cpp42 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 Dis_character_file.pass.cpp42 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()

12345678910>>...32