Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 190 for too (0.13 sec)

  1. src/runtime/mgcpacer.go

    	// overestimates the "true" live heap size. It's better to overestimate
    	// than to underestimate because 1) this triggers the GC earlier than
    	// necessary rather than potentially too late and 2) this leads to a
    	// conservative GC rate rather than a GC rate that is potentially too
    	// low.
    	//
    	// Whenever this is updated, call traceHeapAlloc() and
    	// this gcControllerState's revise() method.
    	heapLive atomic.Uint64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    			testShouldFailFast.Store(true)
    		}
    
    		base.SetExitStatus(1)
    		if cancelSignaled {
    			fmt.Fprintf(cmd.Stdout, "*** Test killed with %v: ran too long (%v).\n", base.SignalTrace, testKillTimeout)
    		} else if cancelKilled {
    			fmt.Fprintf(cmd.Stdout, "*** Test killed: ran too long (%v).\n", testKillTimeout)
    		} else if errors.Is(err, exec.ErrWaitDelay) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	}, {
    		name:        "latest resource version",
    		key:         key,
    		expectedOut: storedObj,
    		rv:          fmt.Sprintf("%d", lastUpdatedCurrentRV),
    	}, {
    		name:             "too high resource version",
    		key:              key,
    		expectRVTooLarge: true,
    		rv:               strconv.FormatInt(math.MaxInt64, 10),
    	}, {
    		name:              "get non-existing",
    		key:               "/non-existing",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/riscv/obj.go

    					p.To.SetTarget(jmp.Link)
    
    					// We may have made previous branches too long,
    					// so recheck them.
    					rescan = true
    				}
    			case AJAL:
    				// Linker will handle the intersymbol case and trampolines.
    				if p.To.Target() == nil {
    					if !big {
    						break
    					}
    					// This function is going to be too large for JALs
    					// to reach trampolines. Replace with AUIPC+JALR.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            outputContains 'Providing metadata for group:projectB:1.1'
    
            // Because the consumer has declared attributes, we now need to call the supplier for projectA too
            outputContains 'Providing metadata for group:projectA:1.2'
        }
    
        /**
         * Component metadata from an external source only support 2 different types of attributes: boolean or string.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/init.go

    	if err := fsys.Init(base.Cwd()); err != nil {
    		base.Fatal(err)
    	}
    
    	// Disable any prompting for passwords by Git.
    	// Only has an effect for 2.3.0 or later, but avoiding
    	// the prompt in earlier versions is just too hard.
    	// If user has explicitly set GIT_TERMINAL_PROMPT=1, keep
    	// prompting.
    	// See golang.org/issue/9341 and golang.org/issue/12706.
    	if os.Getenv("GIT_TERMINAL_PROMPT") == "" {
    		os.Setenv("GIT_TERMINAL_PROMPT", "0")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    	// also use as a fallback.
    	startingScavSleepRatio = 0.001
    
    	// Spend at least 1 ms scavenging, otherwise the corresponding
    	// sleep time to maintain our desired utilization is too low to
    	// be reliable.
    	minScavWorkTime = 1e6
    )
    
    // Sleep/wait state of the background scavenger.
    var scavenger scavengerState
    
    type scavengerState struct {
    	// lock protects all fields below.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. src/runtime/pprof/pprof_test.go

    		// not enough samples due to coarse timer
    		// resolution. Let it go.
    		t.Log("too few samples on Windows (golang.org/issue/10842)")
    		return p, false
    	}
    
    	// Check that we got a reasonable number of samples.
    	// We used to always require at least ideal/4 samples,
    	// but that is too hard to guarantee on a loaded system.
    	// Now we accept 10 or more samples, which we take to be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/collect/MapsTest.java

        // Map<Integer, Number> looseValued4 = transformEntries(map9, transformer);
    
        // Can't call with too loose a key:
        // transformEntries(map1, transformer);
        // transformEntries(map2, transformer);
        // transformEntries(map3, transformer);
    
        // Can't call with too loose a value:
        // transformEntries(map1, transformer);
        // transformEntries(map4, transformer);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 67.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    In particular, you will notice that the CLI above uses the `help` task.
    If you don't specify any task, Gradle will automatically run the default task and generate a configuration file at the end of the build too.
    
    The difference is that Gradle _may_ discover more dependencies and artifacts depending on the tasks you execute.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top