Home
last modified time | relevance | path

Searched refs:compileOnly (Results 1 – 25 of 107) sorted by relevance

12345

/dports/security/zaproxy/gradle-zaproxy/caches/7.3.1/kotlin-dsl/accessors/48524a11d1a2659e50f040d2eb33e3c7/sources/org/gradle/kotlin/dsl/
H A DCompileOnlyConfigurationAccessors.kt68 fun DependencyHandler.`compileOnly`(dependencyNotation: Any): Dependency? = method
80 fun DependencyHandler.`compileOnly`( method
96 fun DependencyHandler.`compileOnly`( method
118 fun DependencyHandler.`compileOnly`( method
139 fun <T : ModuleDependency> DependencyHandler.`compileOnly`( method
153 fun DependencyConstraintHandler.`compileOnly`(constraintNotation: Any): DependencyConstraint? = method
166 fun DependencyConstraintHandler.`compileOnly`(constraintNotation: Any, block: DependencyConstraint.… method
177 fun ArtifactHandler.`compileOnly`(artifactNotation: Any): PublishArtifact = method
189 fun ArtifactHandler.`compileOnly`( method
/dports/security/zaproxy/gradle-zaproxy/caches/7.3.1/kotlin-dsl/accessors/4ffc5152403d370c927c2a374654ee24/sources/org/gradle/kotlin/dsl/
H A DCompileOnlyConfigurationAccessors.kt68 fun DependencyHandler.`compileOnly`(dependencyNotation: Any): Dependency? = method
80 fun DependencyHandler.`compileOnly`( method
96 fun DependencyHandler.`compileOnly`( method
118 fun DependencyHandler.`compileOnly`( method
139 fun <T : ModuleDependency> DependencyHandler.`compileOnly`( method
153 fun DependencyConstraintHandler.`compileOnly`(constraintNotation: Any): DependencyConstraint? = method
166 fun DependencyConstraintHandler.`compileOnly`(constraintNotation: Any, block: DependencyConstraint.… method
177 fun ArtifactHandler.`compileOnly`(artifactNotation: Any): PublishArtifact = method
189 fun ArtifactHandler.`compileOnly`( method
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/
H A Dbuild.gradle7 compileOnly "com.google.code.findbugs:jsr305:3.0.2"
8 compileOnly "org.checkerframework:checker-compat-qual:2.5.0"
9 compileOnly "org.checkerframework:checker-qual:2.5.0"
10 compileOnly "org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.70"
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlpm/
H A Dmosmlpm.sml12 val compileOnly = ref false value
23 ; if !compileOnly then ()
33 [("-c", ArgParse.Unit (assignTrue compileOnly))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java88 compileOnly(); in run()
104 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp84 bool compileOnly{false}; // -c member
141 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
250 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
262 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
390 driver.compileOnly = true; in main()
464 if (!driver.compileOnly && !relo.empty()) { in main()
470 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/f18/f18-1688bef/tools/f18/
H A Df18-parse-demo.cc89 bool compileOnly{false}; // -c member
146 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
251 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
263 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
391 driver.compileOnly = true; in main()
465 if (!driver.compileOnly && !relo.empty()) { in main()
471 if (!driver.compileOnly && !relo.empty()) { in main()
H A Df18.cc86 bool compileOnly{false}; // -c member
153 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
331 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
343 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
487 driver.compileOnly = true; in main()
615 if (!driver.compileOnly && !relo.empty()) { in main()
621 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java79 compileOnly(); in run()
102 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/ProtectedInnerClass/
H A DProtectedInnerClassesTest.java79 compileOnly(); in run()
102 void compileOnly() throws Exception { in compileOnly() method in ProtectedInnerClassesTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
375 driver.compileOnly = true; in main()
449 if (!driver.compileOnly && !relo.empty()) { in main()
455 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
375 driver.compileOnly = true; in main()
449 if (!driver.compileOnly && !relo.empty()) { in main()
455 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
375 driver.compileOnly = true; in main()
449 if (!driver.compileOnly && !relo.empty()) { in main()
455 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
134 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
249 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
258 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
385 driver.compileOnly = true; in main()
459 if (!driver.compileOnly && !relo.empty()) { in main()
465 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
375 driver.compileOnly = true; in main()
449 if (!driver.compileOnly && !relo.empty()) { in main()
455 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
375 driver.compileOnly = true; in main()
449 if (!driver.compileOnly && !relo.empty()) { in main()
455 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp83 bool compileOnly{false}; // -c member
133 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
243 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
252 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
375 driver.compileOnly = true; in main()
449 if (!driver.compileOnly && !relo.empty()) { in main()
455 if (!driver.compileOnly && !relo.empty()) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18/
H A Df18.cpp84 bool compileOnly{false}; // -c member
147 if (driver.compileOnly && !driver.outputPath.empty()) { in RelocatableName()
346 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileFortran()
355 if (!driver.compileOnly && driver.outputPath.empty()) { in CompileOtherLanguage()
539 driver.compileOnly = true; in main()
716 if (!driver.compileOnly && !relo.empty()) { in main()
722 if (!driver.compileOnly && !relo.empty()) { in main()
726 if (!driver.compileOnly && !objlist.empty()) { in main()

12345