Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for defs (0.26 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/logging/LoggingBuildOperationProgressIntegTest.groovy

                }
    
                def threaded(Closure action) {
                    Thread.start(action).join()
                }
            """
    
            when:
            succeeds("all")
    
            then:
            10.times { projectCount ->
                def allExecutionOp = operations.only("Execute doLast {} action for :project-${projectCount}:all")
                def allExecutionOpTaskProgresses = allExecutionOp.progress
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:34 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. android/pom.xml

            <artifactId>j2objc-annotations</artifactId>
            <version>${j2objc.version}</version>
          </dependency>
          <!--
          We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654.
          We could probably have resumed it after https://github.com/google/guava/pull/6664.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. pom.xml

            <artifactId>j2objc-annotations</artifactId>
            <version>${j2objc.version}</version>
          </dependency>
          <!--
          We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654.
          We could probably have resumed it after https://github.com/google/guava/pull/6664.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorIntegrationTest.groovy

    class WorkerExecutorIntegrationTest extends AbstractWorkerExecutorIntegrationTest {
    
        @Rule
        public final BlockingHttpServer blockingServer = new BlockingHttpServer()
    
        def buildOperations = new BuildOperationsFixture(executer, temporaryFolder)
    
        def "can create and use a work action defined in buildSrc in #isolationMode"() {
            fixture.withWorkActionClassInBuildSrc()
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 31K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ir/func.go

    		clo.Func.RangeParent = outerfn
    		if outerfn.OClosure != nil && outerfn.OClosure.Func.RangeParent != nil {
    			clo.Func.RangeParent = outerfn.OClosure.Func.RangeParent
    		}
    	}
    	fn.OClosure = clo
    
    	fn.Nname.Defn = fn
    	pkg.Funcs = append(pkg.Funcs, fn)
    
    	return fn
    }
    
    // IsFuncPCIntrinsic returns whether n is a direct call of internal/abi.FuncPCABIxxx functions.
    func IsFuncPCIntrinsic(n *CallExpr) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

            assertSuggestsReviewingAlgorithm()
            // TODO: Nothing specific here
        }
    
        @Ignore("Is the configuration key in the dependency map just not used for Maven deps?  Should this be an error?")
        def "demonstrate external configuration not found selection failure"() {
            externalConfigurationNotFound.prepare()
    
            expect:
            assertResolutionFailsAsExpected(externalConfigurationNotFound)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  7. pom.xml

    						</ant>
    						<ant antfile="${basedir}/plugin.xml" target="install.plugins">
    							<property name="with.fess" value="true" />
    						</ant>
    						<ant antfile="deps.xml" target="install.jars" />
    						<echo message="fess.version=${project.version}" file="${basedir}/src/main/webapp/WEB-INF/project.properties" />
    					</target>
    				</configuration>
    				<goals>
    					<goal>run</goal>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
Back to top