Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for modcache (0.18 sec)

  1. src/cmd/dist/build.go

    	// go tool may complain.
    	os.Setenv("GOPATH", pathf("%s/pkg/obj/gopath", goroot))
    
    	// Set GOPROXY=off to avoid downloading modules to the modcache in
    	// the GOPATH set above to be inside GOROOT. The modcache is read
    	// only so if we downloaded to the modcache, we'd create readonly
    	// files in GOROOT, which is undesirable. See #67463)
    	os.Setenv("GOPROXY", "off")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

    import org.apache.maven.api.services.ModelBuilderException;
    import org.apache.maven.api.services.ModelBuilderRequest;
    import org.apache.maven.api.services.ModelBuilderResult;
    import org.apache.maven.api.services.ModelCache;
    import org.apache.maven.api.services.ModelProblem;
    import org.apache.maven.api.services.ModelProblemCollector;
    import org.apache.maven.api.services.ModelResolver;
    import org.apache.maven.api.services.ModelResolverException;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

            private final ConcurrentMap<String, Object> parentCache;
            private final ModelTransformerContextBuilder transformerContextBuilder;
            private final ExecutorService executor;
            private final ModelCache modelCache;
            private final ModelResolver modelResolver;
    
            BuildSession(ProjectBuildingRequest request, boolean localProjects) {
                this.request = request;
                this.session =
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  4. pkg/kubelet/pod_workers.go

    	resyncInterval time.Duration
    
    	// podCache stores kubecontainer.PodStatus for all pods.
    	podCache kubecontainer.Cache
    
    	// clock is used for testing timing
    	clock clock.PassiveClock
    }
    
    func newPodWorkers(
    	podSyncer podSyncer,
    	recorder record.EventRecorder,
    	workQueue queue.WorkQueue,
    	resyncInterval, backOffPeriod time.Duration,
    	podCache kubecontainer.Cache,
    ) PodWorkers {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/buildlist.go

    	})
    	return mg.buildList
    }
    
    func (mg *ModuleGraph) findError() error {
    	errStack := mg.g.FindPath(func(m module.Version) bool {
    		_, err := mg.loadCache.Get(m)
    		return err != nil && err != par.ErrCacheEntryNotFound
    	})
    	if len(errStack) > 0 {
    		_, err := mg.loadCache.Get(errStack[len(errStack)-1])
    		var noUpgrade func(from, to module.Version) bool
    		return mvs.NewBuildListError(err, errStack, noUpgrade)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/go.sum

    cloud.google.com/go/maps v1.4.0/go.mod h1:6mWTUv+WhnOwAgjVsSW2QPPECmW+s3PcRyOa9vgG/5s=
    cloud.google.com/go/mediatranslation v0.8.1/go.mod h1:L/7hBdEYbYHQJhX2sldtTO5SZZ1C1vkapubj0T2aGig=
    cloud.google.com/go/memcache v1.10.1/go.mod h1:47YRQIarv4I3QS5+hoETgKO40InqzLP6kpNLvyXuyaA=
    cloud.google.com/go/metastore v1.12.0/go.mod h1:uZuSo80U3Wd4zi6C22ZZliOUJ3XeM/MlYi/z5OAOWRA=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  7. pkg/kubelet/pod_workers_test.go

    				if fn := tc.prepare(t, podWorkers); fn != nil {
    					fns = append(fns, fn)
    				}
    			}
    
    			// set up an initial pod status for the UpdatePod invocation which is
    			// reset before workers call the podCache
    			if tc.runtimeStatus != nil {
    				podWorkers.runtime.PodStatus = *tc.runtimeStatus
    				podWorkers.runtime.Err = nil
    			} else {
    				podWorkers.runtime.PodStatus = kubecontainer.PodStatus{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/go.sum

    cloud.google.com/go/maps v1.4.0/go.mod h1:6mWTUv+WhnOwAgjVsSW2QPPECmW+s3PcRyOa9vgG/5s=
    cloud.google.com/go/mediatranslation v0.8.1/go.mod h1:L/7hBdEYbYHQJhX2sldtTO5SZZ1C1vkapubj0T2aGig=
    cloud.google.com/go/memcache v1.10.1/go.mod h1:47YRQIarv4I3QS5+hoETgKO40InqzLP6kpNLvyXuyaA=
    cloud.google.com/go/metastore v1.12.0/go.mod h1:uZuSo80U3Wd4zi6C22ZZliOUJ3XeM/MlYi/z5OAOWRA=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  9. src/cmd/dist/test.go

    			//
    			// On the builders, we skip this step: we assume that 'dist test' is
    			// already using the result of a clean build, and because of test sharding
    			// and virtualization we usually start with a clean GOCACHE, so we would
    			// end up rebuilding large parts of the standard library that aren't
    			// otherwise relevant to the actual set of packages under test.
    			goInstall(toolenv(), gorootBinGo, toolchain...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  10. src/runtime/mheap.go

    	// and re-allocating a span to prevent background sweeping
    	// from improperly cas'ing it from 0.
    	//
    	// This is safe because mspan contains no heap pointers.
    	h.spanalloc.zero = false
    
    	// h->mapcache needs no init
    
    	for i := range h.central {
    		h.central[i].mcentral.init(spanClass(i))
    	}
    
    	h.pages.init(&h.lock, &memstats.gcMiscSys, false)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top