Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 855 for Obj (0.1 sec)

  1. src/cmd/internal/obj/riscv/obj.go

    		adjargp := obj.Appendp(testargp, newprog)
    		adjargp.As = AADDI
    		adjargp.From = obj.Addr{Type: obj.TYPE_CONST, Offset: int64(ctxt.Arch.PtrSize)}
    		adjargp.Reg = REG_SP
    		adjargp.To = obj.Addr{Type: obj.TYPE_REG, Reg: REG_X6}
    
    		setargp := obj.Appendp(adjargp, newprog)
    		setargp.As = AMOV
    		setargp.From = obj.Addr{Type: obj.TYPE_REG, Reg: REG_X6}
    		setargp.Reg = obj.REG_NONE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loong64/obj.go

    limeidan <******@****.***> 1717559615 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 13:49:14 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. pkg/apis/core/v1/defaults.go

    	if obj.TimeoutSeconds == 0 {
    		obj.TimeoutSeconds = 1
    	}
    	if obj.PeriodSeconds == 0 {
    		obj.PeriodSeconds = 10
    	}
    	if obj.SuccessThreshold == 0 {
    		obj.SuccessThreshold = 1
    	}
    	if obj.FailureThreshold == 0 {
    		obj.FailureThreshold = 3
    	}
    }
    func SetDefaults_SecretVolumeSource(obj *v1.SecretVolumeSource) {
    	if obj.DefaultMode == nil {
    		perm := int32(v1.SecretVolumeSourceDefaultMode)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 22:24:15 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/crdclient/types.gen.go

    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    				Annotations:       obj.Annotations,
    				ResourceVersion:   obj.ResourceVersion,
    				CreationTimestamp: obj.CreationTimestamp.Time,
    				OwnerReferences:   obj.OwnerReferences,
    				UID:               string(obj.UID),
    				Generation:        obj.Generation,
    			},
    			Spec:   &obj.Spec,
    			Status: &obj.Status,
    		}
    	},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/v1/defaults.go

    		obj.MatchPolicy = &policy
    	}
    	if obj.NamespaceSelector == nil {
    		selector := metav1.LabelSelector{}
    		obj.NamespaceSelector = &selector
    	}
    	if obj.ObjectSelector == nil {
    		selector := metav1.LabelSelector{}
    		obj.ObjectSelector = &selector
    	}
    	if obj.TimeoutSeconds == nil {
    		obj.TimeoutSeconds = new(int32)
    		*obj.TimeoutSeconds = 10
    	}
    	if obj.ReinvocationPolicy == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta3/defaults.go

    	if obj.Networking.ServiceSubnet == "" {
    		obj.Networking.ServiceSubnet = DefaultServicesSubnet
    	}
    
    	if obj.Networking.DNSDomain == "" {
    		obj.Networking.DNSDomain = DefaultServiceDNSDomain
    	}
    
    	if obj.CertificatesDir == "" {
    		obj.CertificatesDir = DefaultCertificatesDir
    	}
    
    	if obj.ImageRepository == "" {
    		obj.ImageRepository = DefaultImageRepository
    	}
    
    	if obj.ClusterName == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. pkg/kubelet/apis/config/fuzzer/fuzzer.go

    			obj.MaxOpenFiles = 1000000
    			obj.MaxPods = 110
    			obj.MemoryManagerPolicy = v1beta1.NoneMemoryManagerPolicy
    			obj.PodPidsLimit = -1
    			obj.NodeStatusUpdateFrequency = metav1.Duration{Duration: 10 * time.Second}
    			obj.NodeStatusReportFrequency = metav1.Duration{Duration: time.Minute}
    			obj.NodeLeaseDurationSeconds = 40
    			obj.CPUManagerPolicy = "none"
    			obj.CPUManagerPolicyOptions = make(map[string]string)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/fuzzer/fuzzer.go

    	}
    	obj.SkipPhases = nil
    	obj.NodeRegistration.ImagePullPolicy = corev1.PullIfNotPresent
    	obj.NodeRegistration.ImagePullSerial = ptr.To(true)
    	obj.Patches = nil
    	obj.DryRun = false
    	kubeadm.SetDefaultTimeouts(&obj.Timeouts)
    }
    
    func fuzzJoinControlPlane(obj *kubeadm.JoinControlPlane, c fuzz.Continue) {
    	c.FuzzNoCustom(obj)
    }
    
    func fuzzResetConfiguration(obj *kubeadm.ResetConfiguration, c fuzz.Continue) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/obj9.go

    		p2.As = AMOVD
    		p2.From.Type = obj.TYPE_REG
    		p2.From.Reg = REG_R12
    		p2.To.Type = obj.TYPE_REG
    		p2.To.Reg = REG_LR
    		p3 := obj.Appendp(p2, c.newprog)
    		p3.As = obj.ACALL
    		p3.To.Type = obj.TYPE_REG
    		p3.To.Reg = REG_LR
    	}
    
    	var source *obj.Addr
    	if p.From.Name == obj.NAME_EXTERN || p.From.Name == obj.NAME_STATIC {
    		if p.From.Type == obj.TYPE_ADDR {
    			if p.As == ADWORD {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  10. src/go/types/object.go

    func (obj *object) Id() string { return Id(obj.pkg, obj.name) }
    
    func (obj *object) String() string      { panic("abstract") }
    func (obj *object) order() uint32       { return obj.order_ }
    func (obj *object) color() color        { return obj.color_ }
    func (obj *object) scopePos() token.Pos { return obj.scopePos_ }
    
    func (obj *object) setParent(parent *Scope)   { obj.parent = parent }
    func (obj *object) setType(typ Type)          { obj.typ = typ }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top