| /external/OpenCL-CTS/test_conformance/ |
| D | opencl_conformance_tests_full_spirv.csv | 13 Basic,basic/test_basic --compilation-mode spir-v --compilation-cache-path . 14 API,api/test_api --compilation-mode spir-v --compilation-cache-path . 15 Compiler,compiler/test_compiler --compilation-mode spir-v --compilation-cache-path . 20 Common Functions,commonfns/test_commonfns --compilation-mode spir-v --compilation-cache-path . 21 Geometric Functions,geometrics/test_geometrics --compilation-mode spir-v --compilation-cache-path . 22 Relationals,relationals/test_relationals --compilation-mode spir-v --compilation-cache-path . 27 …mensions,thread_dimensions/test_thread_dimensions full* --compilation-mode spir-v --compilation-ca… 28 …e Device/Context,multiple_device_context/test_multiples --compilation-mode spir-v --compilation-ca… 29 Atomics,atomics/test_atomics --compilation-mode spir-v --compilation-cache-path . 30 Profiling,profiling/test_profiling --compilation-mode spir-v --compilation-cache-path . [all …]
|
| D | opencl_conformance_tests_full_binary.csv | 13 Basic,basic/test_basic --compilation-mode binary --compilation-cache-path . 14 API,api/test_api --compilation-mode binary --compilation-cache-path . 15 Compiler,compiler/test_compiler --compilation-mode binary --compilation-cache-path . 20 Common Functions,commonfns/test_commonfns --compilation-mode binary --compilation-cache-path . 21 Geometric Functions,geometrics/test_geometrics --compilation-mode binary --compilation-cache-path . 22 Relationals,relationals/test_relationals --compilation-mode binary --compilation-cache-path . 27 …mensions,thread_dimensions/test_thread_dimensions full* --compilation-mode binary --compilation-ca… 28 …e Device/Context,multiple_device_context/test_multiples --compilation-mode binary --compilation-ca… 29 Atomics,atomics/test_atomics --compilation-mode binary --compilation-cache-path . 30 Profiling,profiling/test_profiling --compilation-mode binary --compilation-cache-path . [all …]
|
| /external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
| D | CrossProfileCallbackTest.java | 38 import com.google.testing.compile.Compilation; 96 Compilation compilation = javac().withProcessors(new Processor()).compile(callbackInterface); in crossProfileCallbackInterface_compiles() local 98 assertThat(compilation).succeededWithoutWarnings(); in crossProfileCallbackInterface_compiles() 112 Compilation compilation = javac().withProcessors(new Processor()).compile(callbackInterface); in crossProfileCallbackInterface_defaultPackage_hasError() local 114 assertThat(compilation) in crossProfileCallbackInterface_defaultPackage_hasError() 132 Compilation compilation = javac().withProcessors(new Processor()).compile(callbackInterface); in crossProfileCallbackInterface_notInterface_hasError() local 134 assertThat(compilation) in crossProfileCallbackInterface_notInterface_hasError() 150 Compilation compilation = javac().withProcessors(new Processor()).compile(callbackInterface); in crossProfileCallbackInterface_noMethods_hasError() local 152 assertThat(compilation) in crossProfileCallbackInterface_noMethods_hasError() 170 Compilation compilation = javac().withProcessors(new Processor()).compile(callbackInterface); in crossProfileCallbackInterface_simple_moreThanOneMethod_hasError() local [all …]
|
| D | CrossProfileTest.java | 40 import com.google.testing.compile.Compilation; 87 Compilation compilation = in validCrossProfileAnnotation_compiles() local 94 assertThat(compilation).succeededWithoutWarnings(); in validCrossProfileAnnotation_compiles() 110 Compilation compilation = in staticCrossProfileMethod_compiles() local 115 assertThat(compilation).succeededWithoutWarnings(); in staticCrossProfileMethod_compiles() 132 Compilation compilation = in crossProfileMethodWithUnsupportedReturnType_hasError() local 137 assertThat(compilation) in crossProfileMethodWithUnsupportedReturnType_hasError() 157 Compilation compilation = in crossProfileMethodWithContextReturnType_hasError() local 162 assertThat(compilation) in crossProfileMethodWithContextReturnType_hasError() 181 Compilation compilation = in crossProfileMethodWithUnsupportedReturnTypeArray_hasError() local [all …]
|
| D | InterfaceTest.java | 27 import com.google.testing.compile.Compilation; 51 Compilation compilation = in compile_generatesSingleSenderInterface() local 58 assertThat(compilation).generatedSourceFile(NOTES_PACKAGE + ".NotesType_SingleSender"); in compile_generatesSingleSenderInterface() 74 Compilation compilation = in compile_singleAnnotatedMethod_singleSenderInterfaceHasMethod() local 79 assertThat(compilation) in compile_singleAnnotatedMethod_singleSenderInterfaceHasMethod() 102 Compilation compilation = in compile_multipleAnnotatedMethods_singleSenderInterfaceHasAllMethods() local 107 assertThat(compilation) in compile_multipleAnnotatedMethods_singleSenderInterfaceHasAllMethods() 112 assertThat(compilation) in compile_multipleAnnotatedMethods_singleSenderInterfaceHasAllMethods() 134 Compilation compilation = in compile_multipleMethods_singleSenderInterfaceDoesNotHaveUnannotatedMethods() local 139 assertThat(compilation) in compile_multipleMethods_singleSenderInterfaceDoesNotHaveUnannotatedMethods() [all …]
|
| D | CacheableTest.java | 15 import com.google.testing.compile.Compilation; 65 Compilation compilation = javac().withProcessors(new Processor()).compile(validCacheableMethod); in validCacheableAnnotation_compiles() local 67 assertThat(compilation).succeededWithoutWarnings(); in validCacheableAnnotation_compiles() 85 Compilation compilation = javac().withProcessors(new Processor()).compile(validCacheableMethod); in cacheableAnnotationOnClass_hasError() local 87 assertThat(compilation) in cacheableAnnotationOnClass_hasError() 107 Compilation compilation = javac().withProcessors(new Processor()).compile(voidMethod); in cacheableMethodReturnsVoid_hasError() local 109 assertThat(compilation) in cacheableMethodReturnsVoid_hasError() 131 Compilation compilation = in cacheableMethodReturnsNonSerializable_hasError() local 134 assertThat(compilation) in cacheableMethodReturnsNonSerializable_hasError() 156 Compilation compilation = in cacheableMethodReturnSerializable_compiles() local [all …]
|
| D | ProfileInterfaceTest.java | 29 import com.google.testing.compile.Compilation; 53 Compilation compilation = in compile_generatesProfileInterface() local 60 assertThat(compilation).generatedSourceFile(NOTES_PACKAGE + ".ProfileNotesType"); in compile_generatesProfileInterface() 65 Compilation compilation = in compile_profileInterfaceHasCreateMethod() local 72 assertThat(compilation) in compile_profileInterfaceHasCreateMethod() 80 Compilation compilation = in compile_profileInterfaceContainsExpectedMethods() local 87 assertThat(compilation) in compile_profileInterfaceContainsExpectedMethods() 91 assertThat(compilation) in compile_profileInterfaceContainsExpectedMethods() 95 assertThat(compilation) in compile_profileInterfaceContainsExpectedMethods() 100 assertThat(compilation) in compile_profileInterfaceContainsExpectedMethods() [all …]
|
| D | CrossProfileProviderTest.java | 27 import com.google.testing.compile.Compilation; 75 Compilation compilation = in providesAValidCrossProfileType_compiles() local 80 assertThat(compilation).succeededWithoutWarnings(); in providesAValidCrossProfileType_compiles() 101 Compilation compilation = in providesANotCrossProfileType_hasError() local 106 assertThat(compilation) in providesANotCrossProfileType_hasError() 127 Compilation compilation = in takesContextArgument_compiles() local 132 assertThat(compilation).succeededWithoutWarnings(); in takesContextArgument_compiles() 149 Compilation compilation = in takesNonContextArgument_hasError() local 156 assertThat(compilation) in takesNonContextArgument_hasError() 175 Compilation compilation = in takesMultipleContextArguments_hasError() local [all …]
|
| D | CrossProfileTypeTest.java | 30 import com.google.testing.compile.Compilation; 89 Compilation compilation = in crossProfileType_inDefaultPackage_hasError() local 92 assertThat(compilation) in crossProfileType_inDefaultPackage_hasError() 110 Compilation compilation = in crossProfileType_inNonPublicClass_hasError() local 113 assertThat(compilation) in crossProfileType_inNonPublicClass_hasError() 132 Compilation compilation = in crossProfileType_doesNotSpecifyConnector_compiles() local 135 assertThat(compilation).succeededWithoutWarnings(); in crossProfileType_doesNotSpecifyConnector_compiles() 152 Compilation compilation = in crossProfileType_specifiesValidConnector_compiles() local 157 assertThat(compilation).succeededWithoutWarnings(); in crossProfileType_specifiesValidConnector_compiles() 180 Compilation compilation = in crossProfileType_specifiesNotInterfaceConnector_hasError() local [all …]
|
| D | ProcessorCrossProfileConfigurationTest.java | 31 import com.google.testing.compile.Compilation; 87 Compilation compilation = in multipleConfigurations_compiles() local 92 assertThat(compilation).succeededWithoutWarnings(); in multipleConfigurations_compiles() 108 Compilation compilation = javac().withProcessors(new Processor()).compile(configuration); in providersContainsNoProviders_compiles() local 110 assertThat(compilation).succeededWithoutWarnings(); in providersContainsNoProviders_compiles() 124 Compilation compilation = javac().withProcessors(new Processor()).compile(configuration); in providersContainsNoProvidersAndNoConnector_generatesCrossProfileConnectorService() local 126 assertThat(compilation) in providersContainsNoProvidersAndNoConnector_generatesCrossProfileConnectorService() 165 Compilation compilation = in providersContainsProviderWithoutConnectorAndNoConnector_generatesCrossProfileConnectorService() local 170 assertThat(compilation) in providersContainsProviderWithoutConnectorAndNoConnector_generatesCrossProfileConnectorService() 187 Compilation compilation = in providersContainsSingleValidProvider_compiles() local [all …]
|
| D | InternalProviderClassTest.java | 27 import com.google.testing.compile.Compilation; 51 Compilation compilation = in generatesInternalProviderClass() local 58 assertThat(compilation).generatedSourceFile(NOTES_PACKAGE + ".Profile_NotesProvider_Internal"); in generatesInternalProviderClass() 63 Compilation compilation = in internalProviderClassHasPrivateConstructor() local 70 assertThat(compilation) in internalProviderClassHasPrivateConstructor() 78 Compilation compilation = in internalProviderClassHasPublicCallMethod() local 85 assertThat(compilation) in internalProviderClassHasPublicCallMethod() 95 Compilation compilation = in internalProviderClassHasInstanceMethod() local 102 assertThat(compilation) in internalProviderClassHasInstanceMethod() 110 Compilation compilation = in internalProviderClassHasProviderClassGetter() local [all …]
|
| D | CrossProfileProviderClassTest.java | 28 import com.google.testing.compile.Compilation; 77 Compilation compilation = in hasACustomNoArgsConstructor_compiles() local 82 assertThat(compilation).succeededWithoutWarnings(); in hasACustomNoArgsConstructor_compiles() 101 Compilation compilation = in hasNonPublicNoArgsConstructor_hasError() local 106 assertThat(compilation) in hasNonPublicNoArgsConstructor_hasError() 127 Compilation compilation = in hasNoNoArgsConstructor_hasError() local 132 assertThat(compilation) in hasNoNoArgsConstructor_hasError() 154 Compilation compilation = in hasPublicConstructorTakingContext_compiles() local 159 assertThat(compilation).succeededWithoutWarnings(); in hasPublicConstructorTakingContext_compiles() 181 Compilation compilation = in hasMoreThanOnePublicConstructor_errors() local [all …]
|
| /external/deqp-deps/glslang/Test/ |
| D | hlsl.type.type.conversion.all.frag | 88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv… 89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv… 93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con… 97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver… [all …]
|
| /external/angle/third_party/glslang/src/Test/ |
| D | hlsl.type.type.conversion.all.frag | 88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv… 89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv… 93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con… 97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver… [all …]
|
| /external/auto/factory/src/test/java/com/google/auto/factory/processor/ |
| D | AutoFactoryProcessorNegativeTest.java | 20 import com.google.testing.compile.Compilation; 28 /** Testing compilation errors from {@link AutoFactoryProcessor}. */ 36 Compilation compilation = javac.compile(file); in failsWithMixedFinals() local 37 assertThat(compilation).failed(); in failsWithMixedFinals() 38 assertThat(compilation) in failsWithMixedFinals() 43 assertThat(compilation) in failsWithMixedFinals() 53 Compilation compilation = javac.compile(file); in providedButNoAutoFactory() local 54 assertThat(compilation).failed(); in providedButNoAutoFactory() 55 assertThat(compilation) in providedButNoAutoFactory() 65 Compilation compilation = javac.compile(file); in providedOnMethodParameter() local [all …]
|
| /external/auto/service/processor/src/test/java/com/google/auto/service/processor/ |
| D | AutoServiceProcessorTest.java | 23 import com.google.testing.compile.Compilation; 39 Compilation compilation = in autoService() local 47 assertThat(compilation).succeededWithoutWarnings(); in autoService() 48 assertThat(compilation) in autoService() 52 assertThat(compilation) in autoService() 60 Compilation compilation = in multiService() local 65 assertThat(compilation).succeededWithoutWarnings(); in multiService() 69 assertThat(compilation) in multiService() 73 assertThat(compilation) in multiService() 81 Compilation compilation = compiler.compile(JavaFileObjects.forResource("test/NoServices.java")); in badMultiService() local [all …]
|
| /external/auto/value/src/test/java/com/google/auto/value/processor/ |
| D | AutoBuilderCompilationTest.java | 25 import com.google.testing.compile.Compilation; 127 Compilation compilation = in simpleSuccess() local 132 assertThat(compilation) in simpleSuccess() 160 Compilation compilation = in simpleRecord() local 165 assertThat(compilation) in simpleRecord() 204 Compilation compilation = in buildOtherPackage() local 208 assertThat(compilation).succeededWithoutWarnings(); in buildOtherPackage() 209 assertThat(compilation).generatedSourceFile("foo.bar.AutoBuilder_Builder"); in buildOtherPackage() 225 Compilation compilation = in autoBuilderOnEnum() local 229 assertThat(compilation).failed(); in autoBuilderOnEnum() [all …]
|
| D | AutoValueCompilationTest.java | 31 import com.google.testing.compile.Compilation; 128 Compilation compilation = in simpleSuccess() local 133 assertThat(compilation) in simpleSuccess() 229 Compilation compilation = in importTwoWays() local 234 assertThat(compilation) in importTwoWays() 254 Compilation compilation = in testNoWarningsFromGenerics() local 259 assertThat(compilation).succeededWithoutWarnings(); in testNoWarningsFromGenerics() 362 Compilation compilation = in testNestedParameterizedTypesWithTypeAnnotations() local 368 assertThat(compilation).succeededWithoutWarnings(); in testNestedParameterizedTypesWithTypeAnnotations() 369 assertThat(compilation) in testNestedParameterizedTypesWithTypeAnnotations() [all …]
|
| D | AutoAnnotationErrorsTest.java | 21 import com.google.testing.compile.Compilation; 29 * Tests for compilation errors with the AutoAnnotation processor. 59 Compilation compilation = in testCorrect() local 61 assertThat(compilation).succeededWithoutWarnings(); in testCorrect() 78 Compilation compilation = in testDoesNotReturnAnnotation() local 80 assertThat(compilation) in testDoesNotReturnAnnotation() 105 Compilation compilation = in testOverload() local 107 assertThat(compilation) in testOverload() 145 Compilation compilation = in testSameNameDifferentPackagesDoesNotTriggerOverload() local 149 assertThat(compilation).succeededWithoutWarnings(); in testSameNameDifferentPackagesDoesNotTriggerOverload() [all …]
|
| /external/auto/value/src/test/java/com/google/auto/value/extension/toprettystring/ |
| D | ToPrettyStringValidatorTest.java | 23 import com.google.testing.compile.Compilation; 48 Compilation compilation = compile(file); in cannotBeStatic() local 50 assertThat(compilation).failed(); in cannotBeStatic() 51 assertThat(compilation).hadErrorCount(1); in cannotBeStatic() 52 assertThat(compilation) in cannotBeStatic() 74 Compilation compilation = compile(file); in mustReturnString() local 76 assertThat(compilation).failed(); in mustReturnString() 77 assertThat(compilation).hadErrorCount(1); in mustReturnString() 78 assertThat(compilation) in mustReturnString() 100 Compilation compilation = compile(file); in noParameters() local [all …]
|
| /external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
| D | comment_attribution_scenarios.story | 16 Then the compilation unit is not commented 17 Then the compilation unit has 0 orphan comments 45 Then the compilation unit is not commented 46 Then the compilation unit has 6 contained comments 47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit" 98 Then the compilation unit has 9 contained comments 99 Then the compilation unit has 0 orphan comments 156 Then the compilation unit has 4 contained comments 180 Then the compilation unit has 2 contained comments 205 Then the compilation unit has 6 contained comments [all …]
|
| /external/ksp/gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/ |
| D | KspConfigurations.kt | 57 …private fun getKotlinConfigurationName(compilation: KotlinCompilation<*>, sourceSet: KotlinSourceS… in <lambda>() 58 val isMain = compilation.name == KotlinCompilation.MAIN_COMPILATION_NAME in <lambda>() 59 …val isDefault = sourceSet.name == compilation.defaultSourceSetName && compilation !is KotlinCommon… in <lambda>() 65 … // Both targets share the same source set. Therefore configurations other than main compilation in <lambda>() 68 when (val targetName = compilation.target.name) { in <lambda>() 72 } else if (compilation is KotlinCommonCompilation) { in <lambda>() 73 sourceSet.name + compilation.target.name.capitalize() in <lambda>() 118 …* ( https://kotlinlang.org/docs/mpp-configure-compilations.html#compilation-of-the-source-set-hier… in <lambda>() 131 target.compilations.configureEach { compilation -> in <lambda>() method 132 compilation.kotlinSourceSets.forEach { sourceSet -> in <lambda>() [all …]
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | parseParameters.cpp | 47 --compilation-mode <mode> in helpInfo() 48 Specify a compilation mode. Mode can be: in helpInfo() 49 online Use online compilation (default) in helpInfo() 50 binary Use binary offline compilation in helpInfo() 51 spir-v Use SPIR-V offline compilation in helpInfo() 55 For offline compilation (binary and spir-v modes) only: in helpInfo() 56 --compilation-cache-mode <cache-mode> in helpInfo() 57 Specify a compilation caching mode: in helpInfo() 60 offline compilation (default) in helpInfo() 67 --compilation-cache-path <path> in helpInfo() [all …]
|
| /external/angle/src/tests/compiler_tests/ |
| D | ShaderValidation_test.cpp | 7 // Tests that malformed shaders fail compilation, and that correct shaders pass compilation. 138 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 156 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 174 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 192 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 210 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 229 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 248 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 269 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() 285 FAIL() << "Shader compilation succeeded, expecting failure:\n" << mInfoLog; in TEST_F() [all …]
|
| /external/clang/include/clang/Tooling/ |
| D | CompilationDatabase.h | 21 // compilation database from the root of the build tree. 42 /// \brief Specifies the working directory and command of a compilation. 61 /// files needed for the compilation that are not available via the file 66 /// compilation databases will usually not provide all files in mapped sources 71 /// \brief Interface for compilation databases. 73 /// A compilation database allows the user to retrieve all compile command lines 81 /// \brief Loads a compilation database from a build directory. 83 /// Looks at the specified 'BuildDirectory' and creates a compilation database 88 /// compilation database for the build directory. 90 /// FIXME: Currently only supports JSON compilation databases, which [all …]
|