Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for COMMIT (0.11 sec)

  1. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

        val k1Creator = cache.edit("k1")!!
        k1Creator.setString(0, "AB")
        k1Creator.setString(1, "C")
        k1Creator.commit()
        val k2Creator = cache.edit("k2")!!
        k2Creator.setString(0, "DEF")
        k2Creator.setString(1, "G")
        k2Creator.commit()
        val k1Snapshot = cache["k1"]!!
        k1Snapshot.close()
        cache.close()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  2. src/runtime/mgcpacer.go

    			return
    		}
    	}
    }
    
    // gcControllerCommit is gcController.commit, but passes arguments from live
    // (non-test) data. It also updates any consumers of the GC pacing, such as
    // sweep pacing and the background scavenger.
    //
    // Calls gcController.commit.
    //
    // The heap lock must be held, so this must be executed on the system stack.
    //
    //go:systemstack
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier.go

    	proxier.iptablesData.Write(proxier.filterRules.Bytes())
    	proxier.iptablesData.WriteString("COMMIT\n")
    	proxier.iptablesData.WriteString("*nat\n")
    	proxier.iptablesData.Write(proxier.natChains.Bytes())
    	proxier.iptablesData.Write(proxier.natRules.Bytes())
    	proxier.iptablesData.WriteString("COMMIT\n")
    
    	proxier.logger.V(2).Info("Reloading service iptables data",
    		"numServices", len(proxier.svcPortMap),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

                    }
                }
            }
    
            when:
            // bouncycastle has .properties files that are actually binary files
            // see https://github.com/bcgit/bc-java/commit/0aacc38aefe7e79a6d9cca76bd690c24671c3feb
            executer.withStackTraceChecksDisabled()
            run 'checkDeps', '--debug'
    
            then:
            noExceptionThrown()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	Decorator func(runtime.Object)
    
    	// CreateStrategy implements resource-specific behavior during creation.
    	CreateStrategy rest.RESTCreateStrategy
    	// BeginCreate is an optional hook that returns a "transaction-like"
    	// commit/revert function which will be called at the end of the operation,
    	// but before AfterCreate and Decorator, indicating via the argument
    	// whether the operation succeeded.  If this returns an error, the function
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier.go

    	proxier.natRules.Write(
    		"-A", string(kubeMarkMasqChain),
    		"-j", "MARK", "--or-mark", proxier.masqueradeMark,
    	)
    
    	// Write the end-of-table markers.
    	proxier.filterRules.Write("COMMIT")
    	proxier.natRules.Write("COMMIT")
    }
    
    func (proxier *Proxier) acceptIPVSTraffic() {
    	sets := []string{kubeClusterIPSet, kubeLoadBalancerSet}
    	for _, set := range sets {
    		var matchType string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - Removed legacy cloud provider integration code (undoing a previous reverted commit) ([#124886](https://github.com/kubernetes/kubernetes/pull/124886), [@carlory](https://github.com/carlory)) [SIG Cloud Provider and Release]
    
    ### API Change
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/init.go

    		fmt.Fprintf(os.Stderr, "go: to add module requirements and sums:\n\tgo mod tidy\n")
    	}
    }
    
    // fixVersion returns a modfile.VersionFixer implemented using the Query function.
    //
    // It resolves commit hashes and branch names to versions,
    // canonicalizes versions that appeared in early vgo drafts,
    // and does nothing for versions that already appear to be canonical.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  9. src/runtime/mheap.go

    	//
    	// It's fine to do this after allocating because we expect any scavenged
    	// pages not to get touched until we return. Simultaneously, it's important
    	// to do this before calling sysUsed because that may commit address space.
    	bytesToScavenge := uintptr(0)
    	forceScavenge := false
    	if limit := gcController.memoryLimit.Load(); !gcCPULimiter.limiting() {
    		// Assist with scavenging to maintain the memory limit by the amount
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/prove.go

    					// node.block is unreachable.
    					// Remove it and don't visit
    					// its children.
    					removeBranch(parent, branch)
    					ft.restore()
    					break
    				}
    				// Otherwise, we can now commit to
    				// taking this branch. We'll restore
    				// ft when we unwind.
    			}
    
    			// Add inductive facts for phis in this block.
    			addLocalInductiveFacts(ft, node.block)
    
    			work = append(work, bp{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
Back to top