Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 102 for rebuild (0.17 sec)

  1. android/guava/src/com/google/common/collect/CompactHashSet.java

          int oldNext = CompactHashing.tableGet(oldTable, oldTableIndex);
          while (oldNext != UNSET) {
            int entryIndex = oldNext - 1;
            int oldEntry = entries[entryIndex];
    
            // Rebuild hash using entry hashPrefix and tableIndex ("hashSuffix")
            int hash = CompactHashing.getHashPrefix(oldEntry, oldMask) | oldTableIndex;
    
            int newTableIndex = hash & newMask;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. build/common.sh

    # and build image.  This is especially useful for automated build systems like
    # Jenkins.
    #
    # Increment/change this number if you change the build image (anything under
    # build/build-image) or change the set of volumes in the data container.
    KUBE_BUILD_IMAGE_VERSION_BASE="$(cat "${KUBE_ROOT}/build/build-image/VERSION")"
    readonly KUBE_BUILD_IMAGE_VERSION_BASE
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  3. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator.go

    	pvcStatusCap := pvc.Status.Capacity.Storage()
    	dswp.desiredStateOfWorld.UpdatePersistentVolumeSize(uniqueVolumeName, pvCap)
    
    	// in case the actualStateOfWorld was rebuild after kubelet restart ensure that claimSize is set to accurate value
    	dswp.actualStateOfWorld.InitializeClaimSize(klog.TODO(), uniqueVolumeName, pvcStatusCap)
    }
    
    func getUniqueVolumeName(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/CompactHashSet.java

          int oldNext = CompactHashing.tableGet(oldTable, oldTableIndex);
          while (oldNext != UNSET) {
            int entryIndex = oldNext - 1;
            int oldEntry = entries[entryIndex];
    
            // Rebuild hash using entry hashPrefix and tableIndex ("hashSuffix")
            int hash = CompactHashing.getHashPrefix(oldEntry, oldMask) | oldTableIndex;
    
            int newTableIndex = hash & newMask;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. src/runtime/extern.go

    // GOROOT environment variable, if set at process start,
    // or else the root used during the Go build.
    func GOROOT() string {
    	s := gogetenv("GOROOT")
    	if s != "" {
    		return s
    	}
    	return defaultGOROOT
    }
    
    // buildVersion is the Go tree's version string at build time.
    //
    // If any GOEXPERIMENTs are set to non-default values, it will include
    // "X:<GOEXPERIMENT>".
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/CompactHashMap.java

          // head of its appropriate `newTable` linked list.
          while (oldNext != UNSET) {
            int entryIndex = oldNext - 1;
            int oldEntry = entries[entryIndex];
    
            // Rebuild the full 32-bit hash using entry hashPrefix and oldTableIndex ("hashSuffix").
            int hash = CompactHashing.getHashPrefix(oldEntry, oldMask) | oldTableIndex;
    
            int newTableIndex = hash & newMask;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/action.go

    			if a2.Package == nil || (a2.Mode != "build-install" && a2.Mode != "build") || haveDep[a2.Package.ImportPath] {
    				continue
    			}
    			haveDep[a2.Package.ImportPath] = true
    			a.Deps = append(a.Deps, a2)
    			if a2.Mode == "build-install" {
    				a2 = a2.Deps[0] // walk children of "build" action
    			}
    			workq = append(workq, a2)
    		}
    	}
    
    	// If this is go build -linkshared, then the link depends on the shared libraries
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/integtests/JavaProjectIntegrationTest.groovy

            when:
            executer.withTasks("build").run()
    
            then:
            testFile("build/resources/main/prod.resource").assertExists()
            testFile("build/classes/java/main/prod.resource").assertDoesNotExist()
    
            testFile("build/resources/test/test.resource").assertExists()
            testFile("build/classes/java/test/test.resource").assertDoesNotExist()
    
            testFile("build/classes/java/main/Main.class").assertExists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 20:01:36 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/CompactHashMap.java

          // head of its appropriate `newTable` linked list.
          while (oldNext != UNSET) {
            int entryIndex = oldNext - 1;
            int oldEntry = entries[entryIndex];
    
            // Rebuild the full 32-bit hash using entry hashPrefix and oldTableIndex ("hashSuffix").
            int hash = CompactHashing.getHashPrefix(oldEntry, oldMask) | oldTableIndex;
    
            int newTableIndex = hash & newMask;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  10. src/internal/types/errors/codes.go

    	//  var _ = max(s, t)
    	InvalidMinMaxOperand
    
    	// TooNew indicates that, through build tags or a go.mod file,
    	// a source file requires a version of Go that is newer than
    	// the logic of the type checker. As a consequence, the type
    	// checker may produce spurious errors or fail to report real
    	// errors. The solution is to rebuild the application with a
    	// newer Go release.
    	TooNew
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:50:48 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top