Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 273 for _ecounters (0.24 sec)

  1. pkg/util/iptables/testing/fake_test.go

    		t.Fatalf("Expected 'non-existent chain' error from Restore, got %v", err)
    	}
    
    	// more Restore; empty out one chain and delete another, but also update its counters
    	rules = dedent.Dedent(strings.Trim(`
    		*nat
    		:KUBE-RESTORED - [0:0]
    		:KUBE-TEST - [99:9999]
    		-X KUBE-RESTORED
    		COMMIT
    		`, "\n"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    // omitted (for example, a nested module or vendor directory), it will appear in
    // the omitted list, but its files won't be listed.
    //
    // CheckDir returns an error if it encounters an I/O error or if the returned
    // [CheckedFiles] does not describe a valid module zip file (according to
    // [CheckedFiles.Err]). The returned [CheckedFiles] is still populated when such
    // an error is returned.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/riscv/cpu.go

    	AAMOXORD
    	AAMOMAXD
    	AAMOMAXUD
    	AAMOMIND
    	AAMOMINUD
    	AAMOSWAPW
    	AAMOADDW
    	AAMOANDW
    	AAMOORW
    	AAMOXORW
    	AAMOMAXW
    	AAMOMAXUW
    	AAMOMINW
    	AAMOMINUW
    
    	// 10.1: Base Counters and Timers
    	ARDCYCLE
    	ARDCYCLEH
    	ARDTIME
    	ARDTIMEH
    	ARDINSTRET
    	ARDINSTRETH
    
    	// 11.2: Floating-Point Control and Status Register
    	AFRCSR
    	AFSCSR
    	AFRRM
    	AFSRM
    	AFRFLAGS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/runtime/preempt.go

    }
    
    //go:generate go run mkpreempt.go
    
    // asyncPreempt saves all user registers and calls asyncPreempt2.
    //
    // When stack scanning encounters an asyncPreempt frame, it scans that
    // frame and its parent frame conservatively.
    //
    // asyncPreempt is implemented in assembly.
    func asyncPreempt()
    
    //go:nosplit
    func asyncPreempt2() {
    	gp := getg()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/buildid.go

    		}
    		// Begin saving output for later writing to cache.
    		a.output = []byte{}
    		return false
    	}
    
    	defer func() {
    		// Increment counters for cache hits and misses based on the return value
    		// of this function. Don't increment counters if we return early because of
    		// cfg.BuildA above because we don't even look at the cache in that case.
    		if ok {
    			counterCacheHit.Inc()
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/facts/facts.go

    }
    
    // NewDecoderFunc returns a fact decoder for the specified package.
    //
    // It calls the getPackage function for the package path string of
    // each dependency (perhaps indirect) that it encounters in the
    // encoding. If the function returns nil, the fact is discarded.
    //
    // This function is preferred over [NewDecoder] when the client is
    // capable of efficient look-up of packages by package path.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

    in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

    in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  9. src/encoding/xml/xml.go

    		return v.Copy()
    	case StartElement:
    		return v.Copy()
    	}
    	return t
    }
    
    // A TokenReader is anything that can decode a stream of XML tokens, including a
    // [Decoder].
    //
    // When Token encounters an error or end-of-file condition after successfully
    // reading a token, it returns the token. It may return the (non-nil) error from
    // the same call or return the error (and a nil token) from a subsequent call.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    	"uncountedTerminatedPods": "uncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters.\n\nThe job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status:\n\n1. Add the pod UID to the arrays in this field. 2. Remove the pod finalizer....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top