Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for cnames9 (0.11 sec)

  1. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		pName3 = "pod3"
    	)
    	const (
    		cName00 = "c0"
    		cName01 = "c1"
    		cName10 = "c0" // ensure cName10 conflicts with cName02, but is in a different pod
    		cName20 = "c1" // ensure cName20 conflicts with cName01, but is in a different pod + namespace
    		cName30 = "c0-init"
    		cName31 = "c1"
    	)
    	const (
    		rootfsCapacity    = uint64(10000000)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/anames.go

    // Code generated by stringer -i aenum.go -o anames.go -p x86; DO NOT EDIT.
    
    package x86
    
    import "cmd/internal/obj"
    
    var Anames = []string{
    	obj.A_ARCHSPECIFIC: "AAA",
    	"AAD",
    	"AAM",
    	"AAS",
    	"ADCB",
    	"ADCL",
    	"ADCQ",
    	"ADCW",
    	"ADCXL",
    	"ADCXQ",
    	"ADDB",
    	"ADDL",
    	"ADDPD",
    	"ADDPS",
    	"ADDQ",
    	"ADDSD",
    	"ADDSS",
    	"ADDSUBPD",
    	"ADDSUBPS",
    	"ADDW",
    	"ADJSP",
    	"ADOXL",
    	"ADOXQ",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/decompose.go

    	i := 0
    	var newNames []*LocalSlot
    	for _, name := range f.Names {
    		t := name.Type
    		switch {
    		case t.IsStruct():
    			newNames = decomposeUserStructInto(f, name, newNames)
    		case t.IsArray():
    			newNames = decomposeUserArrayInto(f, name, newNames)
    		default:
    			f.Names[i] = name
    			i++
    		}
    	}
    	f.Names = f.Names[:i]
    	f.Names = append(f.Names, newNames...)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 21:22:15 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/codegen_test_h.golden

      };
    
      // Array of names of each positional argument, terminated by nullptr.
      static const char** StaticArgNames() {
        static const char* kNames[] = {"myfeed", nullptr};
        return kNames;
      }
    
      // Array of names of each positional variable, terminated by nullptr.
      static const char** StaticVariableNames() {
        static const char* kNames[] = {"myvar_readonly", "myvar", "myvar2", nullptr};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. pkg/dns/client/dns_test.go

    		} else {
    			for _, a := range res.Answer {
    				if arec, ok := a.(*dns.A); !ok {
    					// check if this is a cname redirect. If so, repeat the resolution
    					// assuming the client does not see/respect the inlined A record in the response.
    					if crec, ok := a.(*dns.CNAME); !ok {
    						errs++
    					} else {
    						cnames++
    						toResolve = crec.Target
    						goto redirect
    					}
    				} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/options/options.go

    	s.EphemeralVolumeController.AddFlags(fss.FlagSet(names.EphemeralVolumeController))
    	s.GarbageCollectorController.AddFlags(fss.FlagSet(names.GarbageCollectorController))
    	s.HPAController.AddFlags(fss.FlagSet(names.HorizontalPodAutoscalerController))
    	s.JobController.AddFlags(fss.FlagSet(names.JobController))
    	s.CronJobController.AddFlags(fss.FlagSet(names.CronJobController))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/s390x/a.out.go

    // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    // THE SOFTWARE.
    
    package s390x
    
    import "cmd/internal/obj"
    
    //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p s390x
    
    const (
    	NSNAME = 8
    	NSYM   = 50
    	NREG   = 16 // number of general purpose registers
    	NFREG  = 16 // number of floating point registers
    )
    
    const (
    	// General purpose registers (GPRs).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/codegen.cc

      // Shapes of the results.
    {{RESULT_SHAPE_INFOS}};
    
      // Array of names of each positional argument, terminated by nullptr.
      static const char** StaticArgNames() {{ARG_NAMES_CODE}}
    
      // Array of names of each positional variable, terminated by nullptr.
      static const char** StaticVariableNames() {{VARIABLE_NAMES_CODE}}
    
      // Array of names of each positional result, terminated by nullptr.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/aenum.go

    // Code generated by x86avxgen. DO NOT EDIT.
    
    package x86
    
    import "cmd/internal/obj"
    
    //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p x86
    
    const (
    	AAAA = obj.ABaseAMD64 + obj.A_ARCHSPECIFIC + iota
    	AAAD
    	AAAM
    	AAAS
    	AADCB
    	AADCL
    	AADCQ
    	AADCW
    	AADCXL
    	AADCXQ
    	AADDB
    	AADDL
    	AADDPD
    	AADDPS
    	AADDQ
    	AADDSD
    	AADDSS
    	AADDSUBPD
    	AADDSUBPS
    	AADDW
    	AADJSP
    	AADOXL
    	AADOXQ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/a.out.go

    // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    // THE SOFTWARE.
    
    package ppc64
    
    import "cmd/internal/obj"
    
    //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p ppc64
    
    /*
     * powerpc 64
     */
    const (
    	NSNAME = 8
    	NSYM   = 50
    	NREG   = 32 /* number of general registers */
    	NFREG  = 32 /* number of floating point registers */
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top