Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 101 for Distinguishes (0.2 sec)

  1. pkg/controller/job/metrics/metrics.go

    			Subsystem: JobControllerSubsystem,
    			Name:      "job_pods_creation_total",
    			Help: `The number of Pods created by the Job controller labelled with a reason for the Pod creation.
    This metric also distinguishes between Pods created using different PodReplacementPolicy settings.
    Possible values of the "reason" label are:
    "new", "recreate_terminating_or_failed", "recreate_failed".
    Possible values of the "status" label are:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 17:25:15 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskClassChangesIncrementalCompilationIntegrationTest.groovy

            when:
            source api: ["class A { String change; }"]
            run "app:${language.compileTaskName}"
    
            then:
            app.recompiledClasses("C")
        }
    
        def "distinguishes between api and implementation changes"() {
            createDirs("app")
            settingsFile << """
                include 'app'
            """
            addDependency("app", "impl")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  3. src/net/http/header.go

    		nv += len(vv)
    	}
    	sv := make([]string, nv) // shared backing array for headers' values
    	h2 := make(Header, len(h))
    	for k, vv := range h {
    		if vv == nil {
    			// Preserve nil values. ReverseProxy distinguishes
    			// between nil and zero-length header values.
    			h2[k] = nil
    			continue
    		}
    		n := copy(sv, vv)
    		h2[k] = sv[:n:n]
    		sv = sv[n:]
    	}
    	return h2
    }
    
    var timeFormats = []string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. src/html/template/context.go

    		c.delim == d.delim &&
    		c.urlPart == d.urlPart &&
    		c.jsCtx == d.jsCtx &&
    		c.attr == d.attr &&
    		c.element == d.element &&
    		c.err == d.err
    }
    
    // mangle produces an identifier that includes a suffix that distinguishes it
    // from template names mangled with different contexts.
    func (c context) mangle(templateName string) string {
    	// The mangled name for the default context is the input templateName.
    	if c.state == stateText {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  5. pkg/kubelet/kubeletconfig/util/files/files_test.go

    	utiltest "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/test"
    	utilfs "k8s.io/kubernetes/pkg/util/filesystem"
    )
    
    const (
    	prefix = "test-util-files"
    )
    
    type file struct {
    	name string
    	// mode distinguishes file type,
    	// we only check for regular vs. directory in these tests,
    	// specify regular as 0, directory as os.ModeDir
    	mode os.FileMode
    	data string // ignored if mode == os.ModeDir
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 07 11:36:13 UTC 2022
    - 11.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h

    // successors for each op, based on side effects on known and unknown resources.
    // Side-effecting ops on unknown resources are conservatively treated as
    // interfering with all known resource op accesses. It distinguishes accesses
    // based on whether they are read-only, and read-only ops do not interfere with
    // each other.
    //
    // If there are nested regions, each region is handled separately, and control
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  7. test/escape_struct_param1.go

    }
    
    func (v *V) UPPiSPPia() *string { // ERROR "leaking param: v to result ~r0 level=4$"
    	return *(*v._upp)._spp
    }
    
    // This test isolates the one value that needs to escape, not because
    // it distinguishes fields but because it knows that &s6 is the only
    // value reachable by two indirects from v.
    // The test depends on the level cap in the escape analysis tags
    // being able to encode that fact.
    func tUPPiSPPia() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 12 08:31:49 UTC 2020
    - 8.9K bytes
    - Viewed (0)
  8. test/escape_struct_param2.go

    }
    
    func (v V) UPPiSPPia() *string { // ERROR "leaking param: v to result ~r0 level=3$"
    	return *(*v._upp)._spp
    }
    
    // This test isolates the one value that needs to escape, not because
    // it distinguishes fields but because it knows that &s6 is the only
    // value reachable by two indirects from v.
    // The test depends on the level cap in the escape analysis tags
    // being able to encode that fact.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 12 08:31:49 UTC 2020
    - 8.9K bytes
    - Viewed (0)
  9. src/debug/dwarf/entry.go

    		return ClassAddress
    
    	case formDwarfBlock1, formDwarfBlock2, formDwarfBlock4, formDwarfBlock:
    		// In DWARF 2 and 3, ClassExprLoc was encoded as a
    		// block. DWARF 4 distinguishes ClassBlock and
    		// ClassExprLoc, but there are no attributes that can
    		// be both, so we also promote ClassBlock values in
    		// DWARF 4 that should be ClassExprLoc in case
    		// producers get this wrong.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 30.7K bytes
    - Viewed (0)
  10. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                    type: string
                  interfacePrefix:
                    description: 'InterfacePrefix is the interface name prefix that identifies
                      workload endpoints and so distinguishes them from host endpoint
                      interfaces. Note: in environments other than bare metal, the orchestrators
                      configure this appropriately. For example our Kubernetes and Docker
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
Back to top