Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 220 for endLine (0.2 sec)

  1. cmd/admin-heal-ops.go

    	defer periodicTimer.Stop()
    
    	for {
    		select {
    		case <-periodicTimer.C:
    			now := UTCNow()
    			ahs.Lock()
    			for path, h := range ahs.healSeqMap {
    				if h.hasEnded() && h.endTime.Add(keepHealSeqStateDuration).Before(now) {
    					delete(ahs.healSeqMap, path)
    				}
    			}
    			ahs.Unlock()
    
    			periodicTimer.Reset(time.Minute * 5)
    		case <-ctx.Done():
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 18:04:41 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapterForTaskOperationsTest.groovy

                assertTrue event.descriptor.parent == null
                assertTrue event.result instanceof TaskSkippedResult
                assertTrue event.result.startTime == 1
                assertTrue event.result.endTime == 2
                assertTrue event.result.skipMessage == 'SKIPPED'
            }
        }
    
        def "convert to TaskSucceededEvent"() {
            given:
            def listener = Mock(ProgressListener)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/script/cmds.go

    			out := new(strings.Builder)
    
    			if len(conds) > 0 || (len(args) == 0 && len(s.engine.Conds) > 0) {
    				if conds == nil {
    					out.WriteString("conditions:\n\n")
    				}
    				s.engine.ListConds(out, s, conds...)
    			}
    
    			if len(cmds) > 0 || len(args) == 0 {
    				if len(args) == 0 {
    					out.WriteString("\ncommands:\n\n")
    				}
    				s.engine.ListCmds(out, verbose, cmds...)
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/AbstractProjectGeneratorTask.groovy

        List<String> subProjectTemplates = ['project-with-source']
    
        @Input
        Map<String, Object> templateArgs = [:]
    
        @Internal
        final SimpleTemplateEngine engine = new SimpleTemplateEngine()
        @Internal
        final gradlebuild.performance.generator.MavenJarCreator mavenJarCreator = new gradlebuild.performance.generator.MavenJarCreator()
    
        @Internal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 07 13:12:26 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  5. src/internal/trace/summary.go

    	CreationTime Time   // Timestamp of the first appearance in the trace.
    	StartTime    Time   // Timestamp of the first time it started running. 0 if the goroutine never ran.
    	EndTime      Time   // Timestamp of when the goroutine exited. 0 if the goroutine never exited.
    
    	// List of regions in the goroutine, sorted based on the start time.
    	Regions []*UserRegionSummary
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  6. src/net/lookup_test.go

    				t.Errorf("LookupAddr(8.8.8.8) = %v, want names ending in .google.com or .google with trailing dot (mode=%v)", names, mode)
    				break
    			}
    		}
    	}
    
    	cname, err := LookupCNAME("www.mit.edu")
    	if err != nil {
    		t.Errorf("LookupCNAME(www.mit.edu, mode=%v): %v", mode, err)
    	} else if !strings.HasSuffix(cname, ".") {
    		t.Errorf("LookupCNAME(www.mit.edu) = %v, want cname ending in . with trailing dot (mode=%v)", cname, mode)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  7. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/resolver/IdeDependencySet.java

    import static org.gradle.api.internal.artifacts.dsl.dependencies.DependencyFactoryInternal.ClassPathNotation.LOCAL_GROOVY;
    
    /**
     * Adapts Gradle's dependency resolution engine to the special needs of the IDE plugins.
     * Allows adding and subtracting {@link Configuration}s, working in offline mode and downloading sources/javadoc.
     */
    public class IdeDependencySet {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  8. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    Buildscript classes for Kotlin and Groovy are transformed via execution engine when they are compiled, base logic is in [BuildScriptCompileUnitOfWork.java](https://github.com/gradle/gradle/blob/master/subprojects/core/src/main/java/org/gradle/internal/scripts/BuildScriptCompileUnitOfWork.java). 
    The execution engine handles all the caching.
    
    ```mermaid
    flowchart TB
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  9. platforms/core-execution/persistent-cache/src/integTest/groovy/org/gradle/cache/internal/DefaultFileLockManagerContentionIntegrationTest.groovy

            def additionalRequests = 0
            setupLockOwner() { requestReceived = true }
    
            when:
            // Debug logging might have logged exceptions from other Gradle systems, e.g. execution engine, so we disable stacktrace checks
            def build1 = executer.withStackTraceChecksDisabled().withArguments("-d").withTasks("lock").start()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  10. src/internal/bisect/bisect.go

    //
    //   - “01+10” and “+01+10” both denote the set of changes
    //     with IDs ending with the bits 01 or 10.
    //
    //   - “01+10-1001” denotes the set of changes with IDs
    //     ending with the bits 01 or 10, but excluding those ending in 1001.
    //
    //   - “-01-1000” and “y-01-1000 both denote the set of all changes
    //     with IDs not ending in 01 nor 1000.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top