/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_cmd_line_parser.cpp | 53 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 D | vklayertests_command.cpp | 3901 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 D | cookie_partition_key_collection_unittest.cc | 82 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 D | FontCollectionItemizeTest.cpp | 818 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 D | output_test.h | 31 struct TestCase { struct 53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il); argument
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | output_test.h | 31 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 D | output_test.h | 31 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/ |
D | path_secret.rs | 157 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 D | unumberformattertst.c | 459 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 D | url_request_job_unittest.cc | 473 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/ |
D | proposal_ref.rs | 109 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 D | numbertest_simple.cpp | 101 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 D | callimts.cpp | 148 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 D | malloc_memory_allocator_test.cpp | 38 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/ |
D | reuse_guard.rs | 89 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 D | ed25519_private_key_test.cc | 39 struct TestCase { struct 40 Ed25519Parameters::Variant variant; 41 absl::optional<int> id_requirement; 42 std::string output_prefix;
|
H A D | ed25519_public_key_test.cc | 38 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 D | callimts.cpp | 148 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 D | unumberformattertst.c | 459 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 D | pw_tokenizer_core.rs | 130 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 D | TestCase.java | 31 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 D | TestCase.java | 28 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 D | aes_siv_key_test.cc | 42 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 D | tcuTestCase.cpp | 159 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 D | xfa_utils_unittest.cpp | 12 struct TestCase { in TEST() struct 13 int input; in TEST() 14 int expected_output; in TEST()
|