Home
last modified time | relevance | path

Searched defs:TestCase (Results 126 – 150 of 777) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_cmd_line_parser.cpp53 template <typename ValueType> struct TestCase struct
55 const char *mString;
56 otError mError;
57 ValueType mValue;
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_command.cpp3901 struct TestCase { in TEST_F() struct
3902 VkViewport vp; in TEST_F()
3903 std::string veid; in TEST_F()
4281 struct TestCase { in TEST_F() struct
4282 VkRect2D scissor; in TEST_F()
4283 std::string vuid; in TEST_F()
4670 struct TestCase { in TEST_F() struct
4671 uint32_t viewport_count; in TEST_F()
4672 VkViewport *viewports; in TEST_F()
4673 uint32_t scissor_count; in TEST_F()
[all …]
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_partition_key_collection_unittest.cc82 struct TestCase { in TEST() struct
83 const CookiePartitionKeyCollection keychain; in TEST()
84 const CookiePartitionKey key; in TEST()
85 bool expects_contains; in TEST()
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DFontCollectionItemizeTest.cpp818 struct TestCase { in TEST() struct
819 std::string userPreferredLocale; in TEST()
820 std::vector<std::string> fontLocales; in TEST()
821 int selectedFontIndex; in TEST()
980 struct TestCase { in TEST() struct
981 std::string testString; in TEST()
982 std::string requestedLocales; in TEST()
983 std::string expectedFont; in TEST()
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Doutput_test.h31 struct TestCase { struct
53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il); argument
/aosp_15_r20/external/google-benchmark/test/
H A Doutput_test.h31 struct TestCase { struct
53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il); argument
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Doutput_test.h31 struct TestCase { struct
53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il); argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dpath_secret.rs157 struct TestCase { struct
158 cipher_suite: u16,
159 generations: Vec<String>,
162 impl TestCase { implementation
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dunumberformattertst.c459 typedef struct TestCase { in Test21674_State() struct
460 double num; in Test21674_State()
461 const UChar* expected; in Test21674_State()
462 } TestCase; in Test21674_State() typedef
494 } TestCase; in TestNegativeDegrees() typedef
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_job_unittest.cc473 struct TestCase { in TEST_F() struct
474 const char* original_url; in TEST_F()
475 const char* original_referrer; in TEST_F()
476 const char* response_headers; in TEST_F()
477 ReferrerPolicy original_referrer_policy; in TEST_F()
478 ReferrerPolicy expected_final_referrer_policy; in TEST_F()
479 const char* expected_final_referrer; in TEST_F()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_ref.rs109 struct TestCase { struct
110 cipher_suite: u16,
112 input: Vec<u8>,
114 output: Vec<u8>,
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnumbertest_simple.cpp101 struct TestCase { in testSign() struct
102 int64_t input; in testSign()
103 USimpleNumberSign sign; in testSign()
104 const char16_t* expected; in testSign()
H A Dcallimts.cpp148 struct TestCase { struct
149 const char *type;
150 UBool hasLeapMonth;
151 UDate actualTestStart;
152 int32_t actualTestEnd;
/aosp_15_r20/external/executorch/extension/memory_allocator/test/
H A Dmalloc_memory_allocator_test.cpp38 struct TestCase { in TEST_F() struct
39 uintptr_t address; in TEST_F()
40 size_t alignment; in TEST_F()
41 bool expected; in TEST_F()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ciphertext_processor/
Dreuse_guard.rs89 struct TestCase { struct
90 nonce: Vec<u8>,
91 guard: [u8; REUSE_GUARD_SIZE],
92 result: Vec<u8>,
/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_private_key_test.cc39 struct TestCase { struct
40 Ed25519Parameters::Variant variant;
41 absl::optional<int> id_requirement;
42 std::string output_prefix;
H A Ded25519_public_key_test.cc38 struct TestCase { struct
39 Ed25519Parameters::Variant variant;
40 absl::optional<int> id_requirement;
41 std::string output_prefix;
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp148 struct TestCase { struct
149 const char *type;
150 UBool hasLeapMonth;
151 UDate actualTestStart;
152 int32_t actualTestEnd;
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dunumberformattertst.c459 typedef struct TestCase { in Test21674_State() struct
460 double num; in Test21674_State()
461 const UChar* expected; in Test21674_State()
462 } TestCase; in Test21674_State() typedef
494 } TestCase; in TestNegativeDegrees() typedef
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/
H A Dpw_tokenizer_core.rs130 struct TestCase { struct
131 string: &'static [u8],
132 hash_length: usize,
133 hash: u32,
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DTestCase.java31 public class TestCase { class
94 public TestCase(double julian, in TestCase() method in TestCase
128 public TestCase(int gregYear, int gregMonth, int gregDay, in TestCase() method in TestCase
151 protected TestCase() {} in TestCase() method in TestCase
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/
H A DTestCase.java28 public class TestCase { class
91 public TestCase(double julian, in TestCase() method in TestCase
125 public TestCase(int gregYear, int gregMonth, int gregDay, in TestCase() method in TestCase
148 protected TestCase() {} in TestCase() method in TestCase
/aosp_15_r20/external/tink/cc/daead/
H A Daes_siv_key_test.cc42 struct TestCase { struct
43 AesSivParameters::Variant variant;
44 absl::optional<int> id_requirement;
45 std::string output_prefix;
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestCase.cpp159 TestCase::TestCase(TestContext &testCtx, const char *name) : TestNode(testCtx, NODETYPE_SELF_VALIDA… in TestCase() function in tcu::TestCase
163 TestCase::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name) : TestNode(testCt… in TestCase() function in tcu::TestCase
170 TestCase::TestCase(TestContext &testCtx, const char *name, const char *description) : TestCase(test… in TestCase() function in tcu::TestCase
175 TestCase::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name, const char *descr… in TestCase() function in tcu::TestCase
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils_unittest.cpp12 struct TestCase { in TEST() struct
13 int input; in TEST()
14 int expected_output; in TEST()

12345678910>>...32