Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 25 of 202) sorted by relevance

123456789

/aosp_15_r20/build/blueprint/proptools/
H A Dtag_test.go22 type testType struct { struct
23 NoTag string
24 EmptyTag string ``
25 OtherTag string `foo:"bar"`
26 MatchingTag string `name:"value"`
27 ExtraValues string `name:"foo,value,bar"`
28 ExtraTags string `foo:"bar" name:"value"`
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DProxyTest.java98 private TlsContext createProxyTlsContext(ProxyTestType testType) { in createProxyTlsContext()
110 private String getProxyHostForTest(ProxyTestType testType, ProxyAuthType authType) { in getProxyHostForTest()
122 private int getProxyPortForTest(ProxyTestType testType, ProxyAuthType authType) { in getProxyPortForTest()
134 private URI getUriForTest(ProxyTestType testType) { in getUriForTest()
150 …te HttpProxyOptions.HttpProxyConnectionType getProxyConnectionTypeForTest(ProxyTestType testType) { in getProxyConnectionTypeForTest()
165 …private HttpProxyOptions buildProxyOptions(ProxyTestType testType, ProxyAuthType authType, TlsCont… in buildProxyOptions()
180 …private HttpClientConnectionManager buildProxiedConnectionManager(ProxyTestType testType, ProxyAut… in buildProxiedConnectionManager()
376 …private CredentialsProvider buildProxiedX509CredentialsProvider(ProxyTestType testType, ProxyAuthT… in buildProxiedX509CredentialsProvider()
430 …private MqttClientConnection buildDirectMqttConnection(ProxyTestType testType, ProxyAuthType authT… in buildDirectMqttConnection()
/aosp_15_r20/external/skia/tests/
H A DVkProtectedContextTest.cpp58 void create_nonprotected_context(skiatest::Reporter* reporter, skiatest::TestType testType) { in create_nonprotected_context()
99 void create_protected_surface(skiatest::Reporter* reporter, skiatest::TestType testType) { in create_protected_surface()
313 void async_read_from_protected_surface(skiatest::Reporter* reporter, skiatest::TestType testType) { in async_read_from_protected_surface()
378 void draw_rectangle(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle()
414 void draw_rectangle_with_aa(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle_with_aa()
451 void draw_rectangle_with_blendmode(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle_with_blendmode()
488 void draw_rectangle_with_filter(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle_with_filter()
526 void draw_thin_path(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_thin_path()
567 void save_layer(skiatest::Reporter* reporter, skiatest::TestType testType) { in save_layer()
606 skiatest::TestType testType) { in draw_protected_image_on_protected_surface()
H A DSkSLTest.cpp254 skiatest::TestType testType) { // skiatest::TestType::kGraphite in failure_is_expected()
571 skiatest::TestType testType, in test_one_permutation()
643 skiatest::TestType testType, in test_permutations()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase(TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
166 const char *getTestTypeName(TestType testType) in getTestTypeName()
301 std::string getFunctionDstVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
526 std::string getFunctionParamTypeStr(TestType testType) in getFunctionParamTypeStr()
545 std::string getFunctionSrcParamStr(TestType testType) in getFunctionSrcParamStr()
564 std::string getFunctionDstParamStr(ReadOp readOp, TestType testType) in getFunctionDstParamStr()
664 …geSamplerTypeStr(DescriptorType descType, ReadOp readOp, uint32_t depthProperty, TestType testType, in getImageSamplerTypeStr()
1033 …generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType, TestType testType, in generateGraphicsImageSamplerSource()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp70 TestType testType; member
77 static inline string getTestSpirvBuiltinName(TestType testType) in getTestSpirvBuiltinName()
82 static inline string getTestName(TestType testType) in getTestName()
87 static inline string getTestVarName(TestType testType) in getTestVarName()
92 static inline string getTestMathOp(TestType testType) in getTestMathOp()
97 static inline string getTestSpirvOp(TestType testType) in getTestSpirvOp()
1378 const TestType testType = allStagesBuiltinVars[a]; in createSubgroupsBuiltinMaskVarTests() local
H A DvktSubgroupsBuiltinVarTests.cpp58 const char *getTestName(TestType testType) in getTestName()
308 TestType testType; member
1993 const TestType testType = allStagesBuiltinVars[a]; in createSubgroupsBuiltinVarTests() local
2072 const TestType testType = computeOnlyBuiltinVars[a]; in createSubgroupsBuiltinVarTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp80 struct testType struct
82 clockType testClockType;
83 bitType testBitType;
84 const char *testName;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp364 ShaderType shaderType, TestType testType, in LayoutBindingRenderCase()
743 … ShaderType shaderType, TestType testType, ErrorType errorType, in LayoutBindingNegativeCase()
1055 … ShaderType shaderType, TestType testType, glw::GLenum samplerType, in SamplerBindingRenderCase()
1258 … ShaderType shaderType, TestType testType, ErrorType errorType, in SamplerBindingNegativeCase()
1385 … ShaderType shaderType, TestType testType, glw::GLenum imageType, in ImageBindingRenderCase()
1593 … ShaderType shaderType, TestType testType, ErrorType errorType, in ImageBindingNegativeCase()
1714 TestType testType) in UBOBindingRenderCase()
1873 … ShaderType shaderType, TestType testType, ErrorType errorType) in UBOBindingNegativeCase()
1992 ShaderType shaderType, TestType testType) in SSBOBindingRenderCase()
2152 … ShaderType shaderType, TestType testType, ErrorType errorType) in SSBOBindingNegativeCase()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp45 const char *generateShaderVarString(TestType testType) in generateShaderVarString()
62 const char *generateShaderBufferString(TestType testType, BufferType bufferType) in generateShaderBufferString()
86 void initBufferValidatorPrograms(vk::SourceCollections &programCollection, TestType testType, Buffe… in initBufferValidatorPrograms()
H A DvktProtectedMemStorageBufferTests.cpp210 …StorageBufferTestCase(tcu::TestContext &testctx, const SSBOTestType testType, const glu::ShaderTyp… in StorageBufferTestCase()
252 StorageBufferTestInstance<T>::StorageBufferTestInstance(Context &ctx, const SSBOTestType testType, in StorageBufferTestInstance()
695SSBOTestType testType, const glu::ShaderType shaderType, in createSpecifiedStorageBufferTests()
715 tcu::TestCaseGroup *createRandomizedBufferTests(tcu::TestContext &testCtx, SSBOTestType testType, in createRandomizedBufferTests()
754 SSBOTestType testType, in createRWStorageBufferTests()
/aosp_15_r20/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
H A DMediaPlayerDrmTestBase.java181 ModularDrmTestType testType) throws Exception { in playModularDrmVideoDownload()
208 ModularDrmTestType testType) throws Exception { in playModularDrmVideo()
216 int playTime, ModularDrmTestType testType) throws Exception { in playModularDrmVideoWithRetries()
250 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo()
268 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo_Generic()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java265 String testType = "application/wibble"; in testConstrainedMediaExtensionMedia() local
280 String testType = "12345678901234567890123456789"; in testGeneralFormShortLengthExtensionMedia() local
445 String testType = "application/wibble"; in testGeneralFormLengthQuoteExtensionMedia() local
467 String testType = in testGeneralFormLengthQuoteExtensionMediaWithNiceLongMimeType() local
492 String testType = " application/wibble"; in testConstrainedMediaExtensionMediaWithSpace() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
H A DAuthenticationBoundKeyTestActivity.java215 private String getKeyName(int testType) { in getKeyName()
222 private void createKey(int testType) { in createKey()
250 private SecretKey loadSecretKey(int testType) { in loadSecretKey()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingLocalReadTests.cpp156 BasicLocalReadTestInstance::BasicLocalReadTestInstance(Context &context, TestType testType) in BasicLocalReadTestInstance()
878 …lendStateTestInstance::MappingWithBlendStateTestInstance(Context &context, const TestType testType) in MappingWithBlendStateTestInstance()
1117 …dTestCase::LocalReadTestCase(tcu::TestContext &context, const std::string &name, TestType testType) in LocalReadTestCase()
1427 TestType testType; in createDynamicRenderingLocalReadTests() member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp3634 ShaderRecordBlockTest(const TestType &testType, const std::vector<VariableType> &varTypesToTest) in ShaderRecordBlockTest()
3680 static std::vector<VariableType> getVarsToTest(const TestType &testType) in getVarsToTest()
3932 static bool isExplicitScalarOffsetTest(const TestType &testType) in isExplicitScalarOffsetTest()
3942 static bool isExplicitSTD430OffsetTest(const TestType &testType) in isExplicitSTD430OffsetTest()
3952 static bool isScalarLayoutTest(const TestType &testType) in isScalarLayoutTest()
3962 static bool isSTD430LayoutTest(const TestType &testType) in isSTD430LayoutTest()
3972 static bool isTest(const TestType &testType) in isTest()
4000 static bool usesF64(const TestType &testType) in usesF64()
4021 static bool usesI8(const TestType &testType) in usesI8()
4036 static bool usesI16(const TestType &testType) in usesI16()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp123 TestType testType; member
5550 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackSimpleTests() local
5598 const TestType testType = TEST_TYPE_WINDING; in createTransformFeedbackSimpleTests() local
5639 …const TestType testType = (multiview ? TEST_TYPE_DRAW_INDIRECT_MULTIVIEW : TEST_TYPE_DRAW_I… in createTransformFeedbackSimpleTests() local
5681 TestType testType; in createTransformFeedbackSimpleTests() member
5690 const auto &testType = testCase.testType; in createTransformFeedbackSimpleTests() local
5728 const TestType testType = TEST_TYPE_QUERY_GET; in createTransformFeedbackSimpleTests() local
5939 const TestType testType = TEST_TYPE_LINES_TRIANGLES; in createTransformFeedbackSimpleTests() local
6015 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackStreamsSimpleTests() local
6044 const TestType testType = TEST_TYPE_MULTISTREAMS; in createTransformFeedbackStreamsSimpleTests() local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp135 TestType testType; member
156 bool isMatrixMulAddOp(TestType testType) in isMatrixMulAddOp()
2023 TestType testType; in createCooperativeMatrixTestsInternal() member
2138 const TestType testType = (TestType)ttCases[ttNdx].value; in createCooperativeMatrixTestsInternal() local
2285 const TestType testType = ioTypes[ioNdx].testType; in createCooperativeMatrixTestsInternal() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/reflect/
H A DTypeUtilsTest.java833 final GenericArrayType testType = TypeUtils.genericArrayType(paramType); in testIsAssignableGenericArrayTypeToParameterizedType() local
853 final WildcardType testType = TypeUtils.WILDCARD_ALL; in testIsAssignableGenericArrayTypeToWildercardType() local
874 final Type testType = Object.class; in testIsAssignableGenericArrayTypeToObject() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp100 TestType testType; member
109 bool isHelperClassTest(TestType testType) in isHelperClassTest()
148 uint32_t getSampleMask(TestType testType) in getSampleMask()
153 uint32_t getColorAttachmentCount(TestType testType) in getColorAttachmentCount()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp65 TestType testType; member
1194 const char *getTestName(const TestType testType) in getTestName()
1243 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoCapabilitiesTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryStressTests.cpp56 TestType testType; member
530 TestType testType; in createRayQueryStressTests() member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp58 ApplicationParametersTestType testType; member
347 ApplicationParametersTestType testType; in createApplicationParametersTests() member
/aosp_15_r20/external/clang/test/Misc/
H A Dast-dump-decl.cpp370 template<typename> class testType { }; class
371 template class testType<int>; variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp93 TestType testType; member
2541 static inline ShaderBodyTextFunc getShaderBodyTextFunc(const TestType testType) in getShaderBodyTextFunc()
2562 TestType testType; in createDescriptorUpdateASTests() member
2606 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests() local

123456789