Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 161 for unroll (0.29 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/file/copy/CopySpecInternal.java

            int getAdditionIndex();
    
            CopySpecAddress append(CopySpecInternal spec, int additionIndex);
    
            CopySpecAddress append(CopySpecAddress relativeAddress);
    
            CopySpecResolver unroll(StringBuilder path);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/AbstractClassChangeIncrementalCompilationIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.java.compile.incremental
    
    import spock.lang.Unroll
    
    abstract class AbstractClassChangeIncrementalCompilationIntegrationTest extends AbstractJavaGroovyIncrementalCompilationSupport {
    
        abstract void recompiledWithFailure(String expectedFailure, String... recompiledClasses)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataSupplierRuleExecutorTest.groovy

    import org.gradle.internal.snapshot.impl.StringValueSnapshot
    import org.gradle.util.TestUtil
    import org.gradle.util.internal.BuildCommencedTimeProvider
    import spock.lang.Specification
    import spock.lang.Subject
    import spock.lang.Unroll
    
    import javax.inject.Inject
    import java.time.Duration
    
    class ComponentMetadataSupplierRuleExecutorTest extends Specification {
        @Subject
        ComponentMetadataSupplierRuleExecutor executor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  4. testing/performance/docs/performance-bisect.md

    We modify `RealWorldNativePluginPerformanceTest` to only include the test we are interested in:
    ```java
        @Ignore
        @Unroll("Project '#testProject' measuring incremental build speed")
        def "build real world native project"() {
    ...
    }
    
        @Unroll('Project #buildSize native build #changeType')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataRuleExecutorTest.groovy

    import org.gradle.internal.snapshot.impl.StringValueSnapshot
    import org.gradle.util.TestUtil
    import org.gradle.util.internal.BuildCommencedTimeProvider
    import spock.lang.Specification
    import spock.lang.Subject
    import spock.lang.Unroll
    
    import javax.inject.Inject
    import java.time.Duration
    
    class ComponentMetadataRuleExecutorTest extends Specification {
        @Subject
        ComponentMetadataRuleExecutor executor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishFeaturesJavaIntegTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.publish.maven
    
    import spock.lang.Unroll
    
    class MavenPublishFeaturesJavaIntegTest extends AbstractMavenPublishFeaturesJavaIntegTest {
    
        def "can publish java-library with a feature"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/HtmlDependencyVerificationReportRendererTest.groovy

    import org.jsoup.Jsoup
    import org.jsoup.nodes.Document
    import org.jsoup.nodes.Element
    import org.junit.Rule
    import spock.lang.Specification
    import spock.lang.Subject
    import spock.lang.Unroll
    
    import static java.nio.charset.StandardCharsets.UTF_8
    import static org.gradle.api.internal.artifacts.verification.verifier.SignatureVerificationFailure.FailureKind.FAILED
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/VariantAttributesRulesIntegrationTest.groovy

                        attribute 'format', 'custom'
                        artifact 'variant2'
                    }
                }
            }
    
            when:
            // @RequiredFeatures not compatible with @Unroll at method level
            if (GradleMetadataResolveRunner.isGradleMetadataPublished()) {
                repositoryInteractions {
                    id('org.test:moduleA:1.0') {
                        expectGetMetadata()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/Protocol.kt

         *
         * @throws IOException if `protocol` is unknown.
         */
        @JvmStatic
        @Throws(IOException::class)
        fun get(protocol: String): Protocol {
          // Unroll the loop over values() to save an allocation.
          @Suppress("DEPRECATION")
          return when (protocol) {
            HTTP_1_0.protocol -> HTTP_1_0
            HTTP_1_1.protocol -> HTTP_1_1
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:17:33 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/inline/inlheur/function_properties.go

    // the properties are guaranteed to be true in 100% of cases. For this
    // reason, properties should only be used to drive always-safe
    // optimization decisions (e.g. "should I inline this call", or
    // "should I unroll this loop") as opposed to potentially unsafe IR
    // alterations that could change program semantics (e.g. "can I delete
    // this variable" or "can I move this statement to a new location").
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 10 18:52:53 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top