Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,138 for clean (0.19 sec)

  1. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    	// module zip file.
    	MaxLICENSE = 16 << 20
    )
    
    // File provides an abstraction for a file in a directory, zip, or anything
    // else that looks like a file.
    type File interface {
    	// Path returns a clean slash-separated relative path from the module root
    	// directory to the file.
    	Path() string
    
    	// Lstat returns information about the file. If the file is a symbolic link,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/rules/OverlappingOutputsIntegrationTest.groovy

            def cleanSecond = ":cleanSecond"
    
            when:
            withBuildCache().run(first, cleanSecond, second)
            then:
            // Both tasks can be cached because clean removes the output from first
            // before second executes.
            assertTaskOutputCached(first)
            assertTaskOutputCached(second)
    
            when:
            cleanBuildDir()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 20:54:14 UTC 2024
    - 30K bytes
    - Viewed (0)
  3. pkg/kubelet/prober/prober_manager_test.go

    		return nil // Yay!
    	}
    
    	return fmt.Errorf("Unexpected probes: %v; Missing probes: %v;", unexpected, missing)
    }
    
    const interval = 1 * time.Second
    
    // Wait for the given workers to exit & clean up.
    func waitForWorkerExit(t *testing.T, m *manager, workerPaths []probeKey) error {
    	for _, w := range workerPaths {
    		condition := func() (bool, error) {
    			_, exists := m.getWorker(w.podUID, w.containerName, w.probeType)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  4. pkg/volume/csi/csi_attacher.go

    	defer func() {
    		// Only if there was an error and volume operation was considered
    		// finished, we should remove the directory.
    		if err != nil && volumetypes.IsOperationFinishedError(err) {
    			// clean up metadata
    			klog.Errorf(log("attacher.MountDevice failed: %v", err))
    			if err := removeMountDir(c.plugin, deviceMountPath); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 07:38:14 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/VariantAwareResolutionWithConfigurationAttributesIntegrationTest.groovy

            and: "compile classpath for client excludes external dependency"
            outputContains 'Compile classpath for :client:compileJavaFreeDebug : [core-freedebug.jar]'
    
            when:
            run 'clean', ':client:freeDebugAar'
    
            then:
            executedAndNotSkipped ':core:processResources'
            executedAndNotSkipped ':client:processResources'
            executedAndNotSkipped ':client:mergeFreeDebugResources'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseIncrementalCompilationAfterFailureIntegrationTest.groovy

            outputs.recompiledClasses("A", "B")
            !compileTransactionDir.exists()
    
            when: "Compilation after failure with clean is full recompilation"
            source("class A { garbage }")
            runAndFail language.compileTaskName
            outputs.snapshot { source("class A { }") }
            run "clean", language.compileTaskName
    
            then:
            outputs.recompiledClasses("A", "B")
            !compileTransactionDir.exists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:30 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. cmd/import-boss/main.go

    	}
    	sort.Strings(ret)
    	return ret
    }
    
    func hasPathPrefix(path, prefix string) bool {
    	if prefix == "" || path == prefix {
    		return true
    	}
    	path = filepath.Clean(path)
    	prefix = filepath.Clean(prefix)
    	if !strings.HasSuffix(path, string(filepath.Separator)) {
    		prefix += string(filepath.Separator)
    	}
    	return strings.HasPrefix(path, prefix)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  8. pkg/kubelet/userns/userns_manager.go

    			continue
    		}
    
    		klog.V(5).InfoS("Clean up orphaned pod user namespace possible allocation", "podUID", podUID)
    		m.releaseWithLock(podUID)
    	}
    
    	// Lets remove any existing allocation for a pod that is not "found".
    	for podUID := range m.usedBy {
    		if allFound.Has(string(podUID)) {
    			continue
    		}
    
    		klog.V(5).InfoS("Clean up orphaned pod user namespace possible allocation", "podUID", podUID)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    === Example: Clean build cache between tests
    
    [source,groovy,indent=0]
    .BuildLogicFunctionalTest.groovy
    ----
    include::{snippetsPath}/testKit/testKitFunctionalTestSpockBuildCache/groovy/src/test/groovy/org/gradle/sample/BuildLogicFunctionalTest.groovy[tag=clean-build-cache]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/continuous/ContinuousBuildActionExecutor.java

                    lastResult = executeBuildAndAccumulateInputs(action, new AccumulateBuildInputsListener(buildInputs), buildSession);
    
                    // Let the VFS clean itself up after the build
                    virtualFileSystem.afterBuildFinished();
    
                    if (buildInputs.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:41:07 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top