Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp116 struct testCase struct in gl4cts::CopyImage::FunctionalTest
118 targetDesc m_dst;
119 glw::GLuint m_dst_x;
120 glw::GLuint m_dst_y;
121 targetDesc m_src;
122 glw::GLuint m_src_x;
123 glw::GLuint m_src_y;
124 glw::GLuint m_width;
125 glw::GLuint m_height;
209 struct testCase struct in gl4cts::CopyImage::SmokeTest
[all …]
H A Dgl4cEnhancedLayoutsTests.hpp1372 struct testCase struct in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest
1374 CONSTANTS m_constant;
1375 Utils::Shader::STAGES m_stage;
1572 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockLayoutQualifierConflictTest
1574 QUALIFIERS m_qualifier;
1575 Utils::Shader::STAGES m_stage;
1631 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockMemberInvalidOffsetAlignmentTest
1633 glw::GLuint m_offset;
1634 bool m_should_fail;
1635 Utils::Shader::STAGES m_stage;
[all …]
H A Dgl3cGPUShader5Tests.hpp159 struct testCase struct in gl3cts::GPUShader5ImplicitConversionsTest
161 const glw::GLchar *m_destination_type;
162 bool m_is_white_expected;
163 const glw::GLchar *m_source_type;
164 Utils::_variable_type m_source_variable_type;
165 const void *m_u1_data;
166 const void *m_u2_data;
294 struct testCase struct in gl3cts::GPUShader5FloatEncodingTest
296 const valueInfo m_expected_value;
297 const valueInfo m_value;
[all …]
H A Dgl3cTextureSwizzleTests.hpp206 struct testCase struct in gl3cts::TextureSwizzle::SmokeTest
208 size_t m_channel_index;
209 size_t m_source_texture_format_index;
210 size_t m_source_texture_target_index;
211 size_t m_texture_access_index;
212 glw::GLint m_texture_swizzle_red;
213 glw::GLint m_texture_swizzle_green;
214 glw::GLint m_texture_swizzle_blue;
215 glw::GLint m_texture_swizzle_alpha;
216 glw::GLint m_texture_sizes[4];
H A Dgl4cBufferStorageTests.hpp113 struct testCase struct in gl4cts::BufferStorage::GetBufferParameterTest
117 glw::GLenum m_flags;
118 glw::GLenum m_access;
215 struct testCase struct in gl4cts::BufferStorage::MapPersistentBufferSubDataTest
217 glw::GLintptr m_offset;
218 glw::GLsizeiptr m_size;
219 bool m_cross_mapped_region;
H A Dgl4cShadingLanguage420PackTests.hpp745 struct testCase struct in gl4cts::GLSL420Pack::LineContinuationTest
747 glw::GLuint m_case;
748 glw::GLuint m_repetitions;
749 glw::GLuint m_line_endings;
875 struct testCase struct in gl4cts::GLSL420Pack::UTF8CharactersTest
877 CASES m_case;
878 Utils::UTF8_CHARACTERS m_character;
967 struct testCase struct in gl4cts::GLSL420Pack::ImplicitConversionsValidTest
969 typesPair m_types;
970 glw::GLuint m_n_cols;
[all …]
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Drunner.go512 type testCase struct { struct
513 testType testType
514 protocol protocol
515 name string
516 config Config
517 shouldFail bool
518 expectedError string
521 expectedLocalError string
524 expectations connectionExpectations
527 resumeExpectations *connectionExpectations
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Drunner.go512 type testCase struct { struct
513 testType testType
514 protocol protocol
515 name string
516 config Config
517 shouldFail bool
518 expectedError string
521 expectedLocalError string
524 expectations connectionExpectations
527 resumeExpectations *connectionExpectations
[all …]
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/test/
H A Dmake_legacy_aead_tests.go86 type testCase struct { struct
87 digest []byte
88 key []byte
89 nonce []byte
90 input []byte
91 ad []byte
92 ciphertext []byte
93 tag []byte
94 tag_len int
95 noSeal bool
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/test/
H A Dmake_legacy_aead_tests.go86 type testCase struct { struct
87 digest []byte
88 key []byte
89 nonce []byte
90 input []byte
91 ad []byte
92 ciphertext []byte
93 tag []byte
94 tag_len int
95 noSeal bool
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/auth-crt/src/test/java/software/amazon/awssdk/authcrt/signer/internal/
H A DBaseSigningScopeTest.java33 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in signing_withDefaultRegionScopeOnly_usesDefaultRegionScope() local
42 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in presigning_withDefaultRegionScopeOnly_usesDefaultRegionScope() local
50 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in signing_withDefaultScopeAndExplicitScope_usesExplicitScope() local
61 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in presigning_withDefaultScopeAndExplicitScope_usesExplicitScope() local
72 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in signing_withSigningRegionAndRegionScope_usesRegionScope() local
81 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in presigning_withSigningRegionAndRegionScope_usesRegionScope() local
89 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in signing_withSigningRegionOnly_usesSigningRegion() local
99 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in presigning_withSigningRegionOnly_usesSigningRegion() local
106 protected abstract SdkHttpFullRequest signRequestWithScope(SigningTestCase testCase, in signRequestWithScope()
110 protected abstract SdkHttpFullRequest presignRequestWithScope(SigningTestCase testCase, in presignRequestWithScope()
H A DDefaultAwsCrtS3V4aSignerTest.java88 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in when_credentials_are_anonymous_return_request() local
101 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in no_special_configuration_does_not_sign_payload() local
112 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in protocol_http_triggers_payload_signing() local
125 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in protocol_http_triggers_payload_signing_with_trailer_checksums() local
138 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in unsigned_payload_signing_with_trailer_checksums() local
150 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in payloadSigning_AND_chunkedEnabled_triggers_payload_signing() local
163 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in payloadSigning_and_chunked_disabled_does_not_sign_payload() local
176 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in no_payloadSigning_and_chunkedEnabled_does_not_sign_payload() local
192 SigningTestCase testCase = SignerTestUtils.createBasicQuerySigningTestCase(); in presigning_returns_signed_params() local
H A DSigningConfigProviderTest.java45 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in testBasicHeaderSigningConfiguration() local
60 SigningTestCase testCase = SignerTestUtils.createBasicQuerySigningTestCase(); in testBasicQuerySigningConfiguration() local
76 SigningTestCase testCase = SignerTestUtils.createBasicQuerySigningTestCase(); in testQuerySigningExpirationConfiguration() local
89 SigningTestCase testCase = SignerTestUtils.createBasicHeaderSigningTestCase(); in testS3SigningConfiguration() local
119 SigningTestCase testCase = SignerTestUtils.createBasicQuerySigningTestCase(); in testS3PresigningConfiguration() local
142 SigningTestCase testCase = SignerTestUtils.createBasicChunkedSigningTestCase(); in testChunkedSigningConfiguration() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/collperf2/
H A Dcollperf2.cpp1446 Strcoll *testCase = new Strcoll(coll, getData16(status), true /* useLen */); in TestStrcoll() local
1457 Strcoll *testCase = new Strcoll(coll, getData16(status), false /* useLen */); in TestStrcollNull() local
1468 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), true /* useLen … in TestStrcollSimilar() local
1479 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), true /* useLen */); in TestStrcollUTF8() local
1490 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),false /* useLen */); in TestStrcollUTF8Null() local
1501 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), true /* u… in TestStrcollUTF8Similar() local
1512 GetSortKey *testCase = new GetSortKey(coll, getData16(status), true /* useLen */); in TestGetSortKey() local
1523 GetSortKey *testCase = new GetSortKey(coll, getData16(status), false /* useLen */); in TestGetSortKeyNull() local
1534 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local
1545 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1446 Strcoll *testCase = new Strcoll(coll, getData16(status), true /* useLen */); in TestStrcoll() local
1457 Strcoll *testCase = new Strcoll(coll, getData16(status), false /* useLen */); in TestStrcollNull() local
1468 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), true /* useLen … in TestStrcollSimilar() local
1479 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), true /* useLen */); in TestStrcollUTF8() local
1490 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),false /* useLen */); in TestStrcollUTF8Null() local
1501 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), true /* u… in TestStrcollUTF8Similar() local
1512 GetSortKey *testCase = new GetSortKey(coll, getData16(status), true /* useLen */); in TestGetSortKey() local
1523 GetSortKey *testCase = new GetSortKey(coll, getData16(status), false /* useLen */); in TestGetSortKeyNull() local
1534 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local
1545 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local
[all …]
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DClassWriterComputeMaxsTest.java93 TestCaseBuilder testCase = new TestCaseBuilder(); in testVisitMaxs_basic() local
173 TestCaseBuilder testCase = in testVisitMaxs_ifElseInFinally() local
251 TestCaseBuilder testCase = in testVisitMaxs_simpleNestedFinally() local
339 TestCaseBuilder testCase = in testVisitMaxs_subroutineWithNoRet() local
395 TestCaseBuilder testCase = in testVisitMaxs_subroutineWithNoRet2() local
443 TestCaseBuilder testCase = in testVisitMaxs_implicitExit() local
525 TestCaseBuilder testCase = in testVisitMaxs_implicitExitToAnotherSubroutine() local
602 TestCaseBuilder testCase = in testVisitMaxs_implicitExitToAnotherSubroutine2() local
640 TestCaseBuilder testCase = in testVisitMaxs_interleavedCode() local
709 TestCaseBuilder testCase = in testVisitMaxs_implicitExitInTryCatch() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/index/suffixarray/
Dsuffixarray_test.go21 type testCase struct { struct
22 name string // name of test case
23 source string // source to index
24 patterns []string // patterns to lookup
130 func testLookup(t *testing.T, tc *testCase, x *Index, s string, n int) {
168 func testFindAllIndex(t *testing.T, tc *testCase, x *Index, rx *regexp.Regexp, n int) {
203 func testLookups(t *testing.T, tc *testCase, x *Index, n int) {
229 func testConstruction(t *testing.T, tc *testCase, x *Index) {
252 func testSaveRestore(t *testing.T, tc *testCase, x *Index) int {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/fix/
Dmain_test.go17 type testCase struct { struct
18 Name string
19 Fn func(*ast.File) bool
20 Version string
21 In string
22 Out string
27 func addTestCases(t []testCase, fn func(*ast.File) bool) {
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dtemplate_test.go179 type testCase struct { struct
180 t *testing.T
181 root *Template
191 func (c *testCase) lookup(name string) *Template {
195 func (c *testCase) mustParse(t *Template, text string) {
202 func (c *testCase) mustNotParse(t *Template, text string) {
209 func (c *testCase) mustExecute(t *Template, val any, want string) {
/aosp_15_r20/external/tink/go/daead/subtle/
H A Daes_siv_test.go44 type testCase struct { struct
45 TcID uint32
46 Key string
47 Aad string
48 Msg string
49 Ct string
50 Result string
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drouting_tree_test.go97 type testCase struct { struct
98 method, host, path string
99 wantPat string // "" for nil (no match)
100 wantMatches []string
/aosp_15_r20/platform_testing/libraries/power-helper/src/com/android/helper/
H A DPowerTestHelper.java131 protected void writePowerLog(String logType, String testCase, long delay) in writePowerLog()
146 protected void writePowerLog(String logType, String testCase, long time, in writePowerLog()
154 protected void writePowerLogStart(String testCase) throws IOException { in writePowerLogStart()
158 protected void writePowerLogEnd(String testCase) throws IOException { in writePowerLogEnd()
162 protected void writePowerLogIdleStart(String testCase, long delay) throws IOException { in writePowerLogIdleStart()
166 protected void writePowerLogIdleEnd(String testCase, long delay) throws IOException { in writePowerLogIdleEnd()
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/slogtest/
Dslogtest.go19 type testCase struct { struct
21 name string
23 explanation string
28 f func(*slog.Logger)
31 mod func(*slog.Record)
33 checks []check
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DParentChildTestBase.java38 private void startTestCase(String testCase) throws Exception { in startTestCase()
44 private void startTestCaseDocked(String testCase) throws Exception { in startTestCaseDocked()
55 void doFullscreenTest(String testCase, ParentChildTest t) throws Exception { in doFullscreenTest()
62 private void doDockedTest(String testCase, ParentChildTest t) throws Exception { in doDockedTest()
77 void doParentChildTest(String testCase, ParentChildTest t) throws Exception { in doParentChildTest()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/printf/
H A Dtest_printf.h98 struct testCase struct
110 extern std::vector<testCase*> allTestCase; argument

12345678910>>...22