Home
last modified time | relevance | path

Searched refs:LimitType (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dmath_extras.h139 template <typename LimitType, typename ValueType>
162 template <typename LimitType, typename ValueType>
168 LimitType min, in clampTo()
174 template <typename LimitType, typename ValueType>
180 LimitType min, in clampTo()
190 ? static_cast<LimitType>(value) in clampTo()
198 template <typename LimitType, typename ValueType>
202 LimitType min, in clampTo()
310 inline LimitType clampTo(ValueType value,
311 LimitType min = defaultMinimumForClamp<LimitType>(),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dmath_extras.h139 template <typename LimitType, typename ValueType>
162 template <typename LimitType, typename ValueType>
168 LimitType min, in clampTo()
174 template <typename LimitType, typename ValueType>
180 LimitType min, in clampTo()
190 ? static_cast<LimitType>(value) in clampTo()
198 template <typename LimitType, typename ValueType>
202 LimitType min, in clampTo()
310 inline LimitType clampTo(ValueType value,
311 LimitType min = defaultMinimumForClamp<LimitType>(),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/
H A Dtime_limit_notifier_unittest.cc32 bool HasPolicyUpdateNotification(TimeLimitNotifier::LimitType limit_type) { in HasPolicyUpdateNotification()
35 case TimeLimitNotifier::LimitType::kScreenTime: in HasPolicyUpdateNotification()
38 case TimeLimitNotifier::LimitType::kBedTime: in HasPolicyUpdateNotification()
41 case TimeLimitNotifier::LimitType::kOverride: in HasPolicyUpdateNotification()
67 TimeLimitNotifier::LimitType::kScreenTime, in TEST_F()
103 TimeLimitNotifier::LimitType::kScreenTime, in TEST_F()
130 TimeLimitNotifier::LimitType::kScreenTime, in TEST_F()
146 TimeLimitNotifier::LimitType::kScreenTime, in TEST_F()
151 TimeLimitNotifier::LimitType::kScreenTime, in TEST_F()
170 TimeLimitNotifier::LimitType::kOverride, base::nullopt); in TEST_F()
[all …]
H A Dtime_limit_notifier.cc86 LimitType limit_type, in MaybeScheduleLockNotifications()
93 case LimitType::kScreenTime: in MaybeScheduleLockNotifications()
96 case LimitType::kBedTime: in MaybeScheduleLockNotifications()
97 case LimitType::kOverride: in MaybeScheduleLockNotifications()
121 LimitType limit_type, in ShowPolicyUpdateNotification()
127 case LimitType::kScreenTime: in ShowPolicyUpdateNotification()
133 case LimitType::kBedTime: in ShowPolicyUpdateNotification()
139 case LimitType::kOverride: in ShowPolicyUpdateNotification()
H A Dtime_limit_notifier.h28 enum class LimitType { kScreenTime, kBedTime, kOverride }; enum
34 void MaybeScheduleLockNotifications(LimitType limit_type,
38 void ShowPolicyUpdateNotification(LimitType limit_type,
H A Dscreen_time_controller.cc178 base::Optional<TimeLimitNotifier::LimitType> notification_type = in CheckTimeLimit()
201 base::Optional<TimeLimitNotifier::LimitType> notification_type = in CheckTimeLimit()
477 base::Optional<TimeLimitNotifier::LimitType>
482 return base::make_optional(TimeLimitNotifier::LimitType::kBedTime); in ConvertPolicyType()
485 return base::make_optional(TimeLimitNotifier::LimitType::kScreenTime); in ConvertPolicyType()
488 return base::make_optional(TimeLimitNotifier::LimitType::kOverride); in ConvertPolicyType()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckWidths.java38 private enum LimitType {
51 final LimitType limit;
199 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NONE)
205 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NUMBERSYMBOLS)
240 new Limit(12 * EM, 16 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
244 new Limit(4 * EM, 8 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
247 new Limit(3 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
252 new Limit(4 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
256 new Limit(8 * EM, 12 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
260 new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/admission/eventratelimit/apis/eventratelimit/
H A Dtypes.go22 type LimitType string type
27 ServerLimitType LimitType = "Server"
30 NamespaceLimitType LimitType = "Namespace"
33 UserLimitType LimitType = "User"
36 SourceAndObjectLimitType LimitType = "SourceAndObject"
56 Type LimitType `json:"type"`
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/admission/eventratelimit/apis/eventratelimit/v1alpha1/
H A Dtypes.go22 type LimitType string type
27 ServerLimitType LimitType = "Server"
30 NamespaceLimitType LimitType = "Namespace"
33 UserLimitType LimitType = "User"
36 SourceAndObjectLimitType LimitType = "SourceAndObject"
56 Type LimitType `json:"type"`
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json.Microsoft/System.Json/
H A DJsonValueDynamicMetaObject.cs38 get { return BindingRestrictions.GetTypeRestriction(Expression, LimitType); }
56 binder.Type.IsAssignableFrom(LimitType) || in BindConvert()
65 Expression instance = Expression.Convert(Expression, LimitType); in BindConvert()
70 … exceptionMessage = RS.Format(Properties.Resources.CannotCastJsonValue, LimitType.FullName, binder… in BindConvert()
158 …PropertyInfo propInfo = LimitType.GetProperty(binder.Name, BindingFlags.Instance | BindingFlags.Pu… in BindGetMember()
216 argTypeList.Add(args[idx].LimitType); in BindInvokeMember()
231 Expression thisInstance = Expression.Convert(Expression, LimitType); in BindInvokeMember()
374 Expression instance = Expression.Convert(Expression, LimitType); in GetMethodMetaObject()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Json/
H A DJsonValueDynamicMetaObject.cs38 get { return BindingRestrictions.GetTypeRestriction(Expression, LimitType); }
56 binder.Type.IsAssignableFrom(LimitType) || in BindConvert()
65 Expression instance = Expression.Convert(Expression, LimitType); in BindConvert()
70 … exceptionMessage = RS.Format(Properties.Resources.CannotCastJsonValue, LimitType.FullName, binder… in BindConvert()
158 …PropertyInfo propInfo = LimitType.GetProperty(binder.Name, BindingFlags.Instance | BindingFlags.Pu… in BindGetMember()
216 argTypeList.Add(args[idx].LimitType); in BindInvokeMember()
231 Expression thisInstance = Expression.Convert(Expression, LimitType); in BindInvokeMember()
374 Expression instance = Expression.Convert(Expression, LimitType); in GetMethodMetaObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/dlr/Runtime/Microsoft.Dynamic/
H A DComBinderHelpers.cs70 Type t = o.LimitType; in IsStrongBoxArg()
102 curArgument.LimitType in ProcessArgumentsForCom()
104 curArgument.LimitType.GetField("Value") in ProcessArgumentsForCom()
133 return BindingRestrictions.GetTypeRestriction(obj.Expression, obj.LimitType); in GetTypeRestrictionForDynamicMetaObject()
H A DIDispatchMetaObject.cs201 if (_self.TryGetPropertySetter(binder.Name, out method, value.LimitType, holdsNull) || in TryPropertyPut()
202 … _self.TryGetPropertySetterExplicit(binder.Name, out method, value.LimitType, holdsNull)) { in TryPropertyPut()
232 …if (_self.TryGetMemberEvent(binder.Name, out @event) && value.LimitType == typeof(BoundDispEvent))… in TryEventHandlerNoop()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/include/
H A DDoubleSpinBox.h97 enum LimitType{LeftLimit, RightLimit}; enum
99 RangeLimitBox(LimitType type, QWidget * parent = 0);
107 LimitType d_type;
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/image/v1/
H A Dconsts.go61 LimitTypeImage corev1.LimitType = "openshift.io/Image"
65 LimitTypeImageStream corev1.LimitType = "openshift.io/ImageStream"
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dlimitrangeitem.go28 Type *v1.LimitType `json:"type,omitempty"`
45 func (b *LimitRangeItemApplyConfiguration) WithType(value v1.LimitType) *LimitRangeItemApplyConfigu…
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Helpers.Test/
H A DDynamicDictionary.cs81 …n = new DynamicMetaObject(expression, BindingRestrictions.GetTypeRestriction(Expression, LimitType) in BindGetMember()
93 …n = new DynamicMetaObject(expression, BindingRestrictions.GetTypeRestriction(Expression, LimitType) in BindSetMember()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/smartag/
H A Dcreate_qos_car.go86 LimitType string `position:"Query"` member
103 LimitType string `json:"LimitType" xml:"LimitType"` member

12345678910>>...18