Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for resolution_ (0.23 sec)

  1. src/runtime/proc.go

    	sched.needspinning.Store(0)
    }
    
    func (mp *m) hasCgoOnStack() bool {
    	return mp.ncgo > 0 || mp.isextra
    }
    
    const (
    	// osHasLowResTimer indicates that the platform's internal timer system has a low resolution,
    	// typically on the order of 1 ms or more.
    	osHasLowResTimer = GOOS == "windows" || GOOS == "openbsd" || GOOS == "netbsd"
    
    	// osHasLowResClockInt is osHasLowResClock but in integer form, so it can be used to create
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    translated to [Greek: bx] as to pass beyond it at [Greek: x], and convene with it at _e_ and _f_. And this being understood not only of the red and violet, but of all the other intermediate Colours, and also of every revolution of those Colours, you will easily perceive how those of the same revolution or order, by their nearness at _xv_ and [Greek: Yx], and their coincidence at xv, _e_ and _f_, ought to constitute pretty distinct Arcs of Circles, especially at xv, or at _e_ and _f_; and that they will appear...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			// Using a fake clock for the queue and incrementing it after each added Pod will
    			// solve this issue on Windows unit test runs.
    			// For more details on the Windows clock resolution issue, see: https://github.com/golang/go/issues/8687
    			for _, p := range test.initialPods {
    				q.Add(logger, p)
    				fakeClock.Step(time.Second)
    			}
    
    			for _, action := range test.actions {
    				switch {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //
    //	go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
    //	go vet -vettool=$(which shadow)
    //
    // The build flags supported by go vet are those that control package resolution
    // and execution, such as -C, -n, -x, -v, -tags, and -toolexec.
    // For more about these flags, see 'go help build'.
    //
    // See also: go fmt, go fix.
    //
    // # Build constraints
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "array"
            },
            "options": {
              "description": "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.",
              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfigOption"
              },
              "type": "array"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    tn.us
    tx.us
    ut.us
    vi.us
    vt.us
    va.us
    wa.us
    wi.us
    wv.us
    wy.us
    // The registrar notes several more specific domains available in each state,
    // such as state.*.us, dst.*.us, etc., but resolution of these is somewhat
    // haphazard; in some states these domains resolve as addresses, while in others
    // only subdomains are available, or even nothing at all. We include the
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. src/encoding/json/testdata/code.json.gz

    3-expected.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"equal-precedence-resolution-expected.png","kids":[],"cl_weight":0.0004982561036372695,"touches":1,"min_t":1228525763,"max_t":1228525763,"mean_t":1228525763},{"name":"equal-precedence-resolution-expected.checksum","kids":[],"cl_weight":0.0004982561036372695,"touches":1,"min_t":1228525763,"max_t":1228525763,"mean_t":1228525763}],"cl_weight":0.012125049869...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top