Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 322 for boolp (0.07 sec)

  1. cmd/kubelet/app/server.go

    	kubeletFlags.AddFlags(cleanFlagSet)
    	options.AddKubeletConfigFlags(cleanFlagSet, kubeletConfig)
    	options.AddGlobalFlags(cleanFlagSet)
    	cleanFlagSet.BoolP("help", "h", false, fmt.Sprintf("help for %s", cmd.Name()))
    
    	// ugly, but necessary, because Cobra's default UsageFunc and HelpFunc pollute the flagset with global flags
    	const usageFmt = "Usage:\n  %s\n\nFlags:\n%s"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				},
    				EnableSystemLogHandler:        utilpointer.Bool(true),
    				EnableProfilingHandler:        utilpointer.Bool(true),
    				EnableDebugFlagsHandler:       utilpointer.Bool(true),
    				SeccompDefault:                utilpointer.Bool(false),
    				MemoryThrottlingFactor:        utilpointer.Float64(DefaultMemoryThrottlingFactor),
    				RegisterNode:                  utilpointer.Bool(true),
    				LocalStorageCapacityIsolation: utilpointer.Bool(true),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewrite.go

    	return fc.le() && !fc.V()
    }
    func (fc flagConstant) gtNoov() bool {
    	return fc.gt() && !fc.V()
    }
    func (fc flagConstant) geNoov() bool {
    	return fc.ge() && !fc.V()
    }
    
    func (fc flagConstant) String() string {
    	return fmt.Sprintf("N=%v,Z=%v,C=%v,V=%v", fc.N(), fc.Z(), fc.C(), fc.V())
    }
    
    type flagConstantBuilder struct {
    	N bool
    	Z bool
    	C bool
    	V bool
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      Env* env_;
      OptimizerOptions::GlobalJitLevel global_jit_level_;
      bool cpu_global_jit_;
      const std::string cluster_name_prefix_;
      absl::flat_hash_map<const Cluster*, bool> should_compile_cluster_cache_;
      jit::DeviceInfoCache device_info_cache_;
    
      bool initialized_ = false;
      bool edges_contracted_ = false;
      bool clusters_created_ = false;
    
      std::vector<std::unique_ptr<Cluster>> cluster_storage_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types/type.go

    )
    
    func (t *Type) NotInHeap() bool  { return t.flags&typeNotInHeap != 0 }
    func (t *Type) Noalg() bool      { return t.flags&typeNoalg != 0 }
    func (t *Type) Deferwidth() bool { return t.flags&typeDeferwidth != 0 }
    func (t *Type) Recur() bool      { return t.flags&typeRecur != 0 }
    func (t *Type) IsShape() bool    { return t.flags&typeIsShape != 0 }
    func (t *Type) HasShape() bool   { return t.flags&typeHasShape != 0 }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewritedec64.go

    		v.reset(OpOrB)
    		v0 := b.NewValue0(v.Pos, OpLess32, typ.Bool)
    		v1 := b.NewValue0(v.Pos, OpInt64Hi, typ.UInt32)
    		v1.AddArg(x)
    		v2 := b.NewValue0(v.Pos, OpInt64Hi, typ.UInt32)
    		v2.AddArg(y)
    		v0.AddArg2(v1, v2)
    		v3 := b.NewValue0(v.Pos, OpAndB, typ.Bool)
    		v4 := b.NewValue0(v.Pos, OpEq32, typ.Bool)
    		v4.AddArg2(v1, v2)
    		v5 := b.NewValue0(v.Pos, OpLeq32U, typ.Bool)
    		v6 := b.NewValue0(v.Pos, OpInt64Lo, typ.UInt32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 65.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	requireRecognizedConversionReviewVersion bool
    	// requireImmutableNames disables changing spec.names
    	requireImmutableNames bool
    	// requireOpenAPISchema requires an openapi V3 schema be specified
    	requireOpenAPISchema bool
    	// requireValidPropertyType requires property types specified in the validation schema to be valid openapi v3 types
    	requireValidPropertyType bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (1)
  8. src/crypto/tls/handshake_messages.go

    	ocspStapling                 bool
    	ticketSupported              bool
    	secureRenegotiationSupported bool
    	secureRenegotiation          []byte
    	extendedMasterSecret         bool
    	alpnProtocol                 string
    	scts                         [][]byte
    	supportedVersion             uint16
    	serverShare                  keyShare
    	selectedIdentityPresent      bool
    	selectedIdentity             uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    //sys	getSecurityDescriptorDacl(sd *SECURITY_DESCRIPTOR, daclPresent *bool, dacl **ACL, daclDefaulted *bool) (err error) = advapi32.GetSecurityDescriptorDacl
    //sys	getSecurityDescriptorSacl(sd *SECURITY_DESCRIPTOR, saclPresent *bool, sacl **ACL, saclDefaulted *bool) (err error) = advapi32.GetSecurityDescriptorSacl
    //sys	getSecurityDescriptorOwner(sd *SECURITY_DESCRIPTOR, owner **SID, ownerDefaulted *bool) (err error) = advapi32.GetSecurityDescriptorOwner
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  10. pkg/proxy/winkernel/proxier.go

    	externalPort  uint16
    	vip           string
    	endpointsHash [20]byte
    }
    
    type loadBalancerFlags struct {
    	isILB           bool
    	isDSR           bool
    	isVipExternalIP bool
    	localRoutedVIP  bool
    	useMUX          bool
    	preserveDIP     bool
    	sessionAffinity bool
    	isIPv6          bool
    }
    
    // internal struct for string service information
    type serviceInfo struct {
    	*proxy.BaseServicePortInfo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top