Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 270 for ptr (0.08 sec)

  1. pkg/apis/apps/v1beta1/defaults_test.go

    					ProgressDeadlineSeconds: ptr.To[int32](30),
    					RevisionHistoryLimit:    ptr.To[int32](2),
    				},
    			},
    			expected: &appsv1beta1.Deployment{
    				Spec: appsv1beta1.DeploymentSpec{
    					Replicas: ptr.To[int32](5),
    					Strategy: appsv1beta1.DeploymentStrategy{
    						Type: appsv1beta1.RecreateDeploymentStrategyType,
    					},
    					ProgressDeadlineSeconds: ptr.To[int32](30),
    					RevisionHistoryLimit:    ptr.To[int32](2),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. pkg/apis/apps/v1beta2/defaults_test.go

    					ProgressDeadlineSeconds: ptr.To[int32](30),
    					RevisionHistoryLimit:    ptr.To[int32](2),
    				},
    			},
    			expected: &appsv1beta2.Deployment{
    				Spec: appsv1beta2.DeploymentSpec{
    					Replicas: ptr.To[int32](5),
    					Strategy: appsv1beta2.DeploymentStrategy{
    						Type: appsv1beta2.RecreateDeploymentStrategyType,
    					},
    					ProgressDeadlineSeconds: ptr.To[int32](30),
    					RevisionHistoryLimit:    ptr.To[int32](2),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. pkg/apis/apps/v1/defaults_test.go

    					RevisionHistoryLimit:    ptr.To[int32](2),
    				},
    			},
    			expected: &appsv1.Deployment{
    				Spec: appsv1.DeploymentSpec{
    					Replicas: ptr.To[int32](5),
    					Strategy: appsv1.DeploymentStrategy{
    						Type: appsv1.RecreateDeploymentStrategyType,
    					},
    					ProgressDeadlineSeconds: ptr.To[int32](30),
    					RevisionHistoryLimit:    ptr.To[int32](2),
    					Template:                defaultTemplate,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/LOONG64.rules

    (Load <t> ptr mem) && is32BitFloat(t) => (MOVFload ptr mem)
    (Load <t> ptr mem) && is64BitFloat(t) => (MOVDload ptr mem)
    
    // stores
    (Store {t} ptr val mem) && t.Size() == 1 => (MOVBstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 2 => (MOVHstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 4 && !t.IsFloat() => (MOVWstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 8 && !t.IsFloat() => (MOVVstore ptr val mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 31.8K bytes
    - Viewed (0)
  5. pkg/proxy/winkernel/proxier_test.go

    				Addresses: []string{epIpAddressRemote},
    			}}
    			eps.Ports = []discovery.EndpointPort{{
    				Name:     ptr.To(svcPortName1.Port),
    				Port:     ptr.To(int32(svcPort1)),
    				Protocol: ptr.To(v1.ProtocolTCP),
    			},
    				{
    					Name:     ptr.To("p443"),
    					Port:     ptr.To[int32](443),
    					Protocol: ptr.To(v1.ProtocolTCP),
    				}}
    		}))
    
    	proxier.mu.Lock()
    	proxier.endpointSlicesSynced = true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. src/runtime/mbarrier.go

    		// safe to pass a type here. See the comment on bulkBarrierPreWrite.
    		bulkBarrierPreWrite(uintptr(ptr), 0, size, typ)
    	}
    	memclrNoHeapPointers(ptr, size)
    }
    
    // memclrHasPointers clears n bytes of typed memory starting at ptr.
    // The caller must ensure that the type of the object at ptr has
    // pointers, usually by checking typ.PtrBytes. However, ptr
    // does not have to point to the start of the allocation.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/nilcheck.go

    			if len(b.Preds) == 1 {
    				p := b.Preds[0].b
    				if p.Kind == BlockIf && p.Controls[0].Op == OpIsNonNil && p.Succs[0].b == b {
    					if ptr := p.Controls[0].Args[0]; nonNilValues[ptr.ID] == nil {
    						nonNilValues[ptr.ID] = ptr
    						work = append(work, bp{op: ClearPtr, ptr: ptr})
    					}
    				}
    			}
    
    			// Next, order values in the current block w.r.t. stores.
    			b.Values = storeOrder(b.Values, sset, storeNumber)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:45:54 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. pkg/apis/resource/structured/namedresources/validation/validation_test.go

    		},
    		"int": {
    			resources: testResources([]resourceapi.NamedResourcesInstance{{Name: goodName, Attributes: []resourceapi.NamedResourcesAttribute{{Name: goodName, NamedResourcesAttributeValue: resourceapi.NamedResourcesAttributeValue{IntValue: ptr.To(int64(1))}}}}}),
    		},
    		"int-slice": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:13 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. src/runtime/runtime-gdb.py

    	def invoke(self, obj):
    		try:
    			return obj['data'].cast(iface_dtype(obj))
    		except gdb.error:
    			pass
    		return obj
    
    #
    #  Commands
    #
    
    def linked_list(ptr, linkfield):
    	while ptr:
    		yield ptr
    		ptr = ptr[linkfield]
    
    
    class GoroutinesCmd(gdb.Command):
    	"List all goroutines."
    
    	def __init__(self):
    		gdb.Command.__init__(self, "info goroutines", gdb.COMMAND_STACK, gdb.COMPLETE_NONE)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 10 12:59:20 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  10. pkg/scheduler/apis/config/v1/default_plugins_test.go

    						{Name: names.TaintToleration, Weight: ptr.To[int32](3)},
    						{Name: names.NodeAffinity, Weight: ptr.To[int32](2)},
    						{Name: names.NodePorts},
    						{Name: names.NodeResourcesFit, Weight: ptr.To[int32](1)},
    						{Name: names.VolumeRestrictions},
    						{Name: names.NodeVolumeLimits},
    						{Name: names.VolumeBinding},
    						{Name: names.VolumeZone},
    						{Name: names.PodTopologySpread, Weight: ptr.To[int32](2)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:03:04 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top