Home
last modified time | relevance | path

Searched refs:ufe (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/dports/devel/libudev-devd/libudev-devd-0.5.0/
H A Dudev-filter.c68 ufe = calloc in udev_filter_add()
70 if (ufe == NULL) in udev_filter_add()
73 ufe->type = type; in udev_filter_add()
74 ufe->neg = neg; in udev_filter_add()
76 ufe->value = NULL; in udev_filter_add()
78 ufe->value = ufe->expr + exprlen; in udev_filter_add()
149 if (ufe->type == UDEV_FILTER_TYPE_PROPERTY && ufe->neg == 0) { in udev_filter_match()
159 if (ufe->type == UDEV_FILTER_TYPE_SYSATTR && ufe->neg == 0) { in udev_filter_match()
189 if (ufe->type == UDEV_FILTER_TYPE_SYSATTR && ufe->neg == 1) { in udev_filter_match()
228 ufe->neg != 0 && in udev_filter_match_subsystem()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/internal/testutils/
H A Dfeature.go46 var ufe *internal.UnsupportedFeatureError
47 if errors.As(err, &ufe) {
48 checkKernelVersion(t, ufe)
55 var ufe *internal.UnsupportedFeatureError
56 if errors.As(err, &ufe) {
57 checkKernelVersion(tb, ufe)
58 tb.Skip(ufe.Error())
65 func checkKernelVersion(tb testing.TB, ufe *internal.UnsupportedFeatureError) {
66 if ufe.MinimumVersion.Unspecified() {
71 if ufe.MinimumVersion.Less(kernelVersion) {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System/
H A DUriFormatExceptionCas.cs56 UriFormatException ufe = new UriFormatException (); in DenySerializationFormatter_GetObjectData()
57 ufe.GetObjectData (null, sc); in DenySerializationFormatter_GetObjectData()
65 UriFormatException ufe = new UriFormatException (); in DenyUnrestricted()
83 UriFormatException ufe = new UriFormatException (); in LinkDemand_GetObjectData_Deny_DenySerializationFormatter()
84 MethodInfo mi = ufe.GetType ().GetMethod ("GetObjectData"); in LinkDemand_GetObjectData_Deny_DenySerializationFormatter()
86 Assert.IsNotNull (mi.Invoke (ufe, new object[2] { null, sc }), "invoke"); in LinkDemand_GetObjectData_Deny_DenySerializationFormatter()
96 UriFormatException ufe = new UriFormatException (); in LinkDemand_GetObjectData_PermitOnly_DenySerializationFormatter()
97 MethodInfo mi = ufe.GetType ().GetMethod ("GetObjectData"); in LinkDemand_GetObjectData_PermitOnly_DenySerializationFormatter()
99 Assert.IsNotNull (mi.Invoke (ufe, new object[2] { null, sc }), "invoke"); in LinkDemand_GetObjectData_PermitOnly_DenySerializationFormatter()
109 UriFormatException ufe = new UriFormatException (); in LinkDemand_ISerializableGetObjectData_Deny_DenySerializationFormatter()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsFontFaceLoader.cpp108 gfxUserFontEntry* ufe = loader->mUserFontEntry.get(); in LoadTimerCallback() local
123 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
135 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_ALMOST_DONE; in LoadTimerCallback()
147 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
151 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
154 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
155 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
157 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
163 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
176 ufe->GetUserFontSets(fontSets); in LoadTimerCallback()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsFontFaceLoader.cpp104 gfxUserFontEntry* ufe = loader->mUserFontEntry.get(); in LoadTimerCallback() local
120 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
131 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_ALMOST_DONE; in LoadTimerCallback()
142 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
146 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
149 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
150 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
152 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
158 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
171 ufe->GetUserFontSets(fontSets); in LoadTimerCallback()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 if ufe.MinimumVersion.Unspecified() {
24 return fmt.Sprintf("%s not supported", ufe.Name)
26 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
30 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsFontFaceLoader.cpp115 gfxUserFontEntry* ufe = loader->mUserFontEntry.get(); in LoadTimerCallback() local
131 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
142 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_ALMOST_DONE; in LoadTimerCallback()
153 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
157 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
160 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
161 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
163 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
169 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
182 ufe->GetUserFontSets(fontSets); in LoadTimerCallback()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsFontFaceLoader.cpp121 gfxUserFontEntry* ufe = loader->mUserFontEntry.get(); in LoadTimerCallback() local
137 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
148 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_ALMOST_DONE; in LoadTimerCallback()
159 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
163 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
166 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
167 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
169 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
175 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
188 ufe->GetUserFontSets(fontSets); in LoadTimerCallback()
[all …]
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsFontFaceLoader.cpp121 gfxUserFontEntry* ufe = loader->mUserFontEntry.get(); in LoadTimerCallback() local
137 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
148 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_ALMOST_DONE; in LoadTimerCallback()
159 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
163 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
166 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
167 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
169 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
175 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
188 ufe->GetUserFontSets(fontSets); in LoadTimerCallback()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsFontFaceLoader.cpp121 gfxUserFontEntry* ufe = loader->mUserFontEntry.get(); in LoadTimerCallback() local
137 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
148 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_ALMOST_DONE; in LoadTimerCallback()
159 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
163 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
166 if (ufe->mFontDataLoadingState == gfxUserFontEntry::LOADING_STARTED) { in LoadTimerCallback()
167 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_SLOWLY; in LoadTimerCallback()
169 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
175 ufe->mFontDataLoadingState = gfxUserFontEntry::LOADING_TIMED_OUT; in LoadTimerCallback()
188 ufe->GetUserFontSets(fontSets); in LoadTimerCallback()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/internal/
H A Dfeature.go22 func (ufe *UnsupportedFeatureError) Error() string {
23 return fmt.Sprintf("%s not supported (requires >= %s)", ufe.Name, ufe.MinimumVersion)
27 func (ufe *UnsupportedFeatureError) Is(target error) bool {
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/peer/gtk/
H A DGtkClipboard.java160 catch (UnsupportedFlavorException ufe) in setContents()
209 catch (UnsupportedFlavorException ufe) in provideText()
245 catch (UnsupportedFlavorException ufe) in provideText()
270 catch (UnsupportedFlavorException ufe) in provideImage()
306 catch (UnsupportedFlavorException ufe) in provideURIs()
373 catch (UnsupportedFlavorException ufe) in provideContent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dwatch_time_reporter.cc469 for (auto& ufe : pending_underflow_events_) { in RecordWatchTime() local
472 if (ufe.timestamp > current_timestamp) { in RecordWatchTime()
473 ufe.reported = true; in RecordWatchTime()
474 ufe.duration = base::TimeDelta(); in RecordWatchTime()
478 if (!ufe.reported) { in RecordWatchTime()
479 ufe.reported = true; in RecordWatchTime()
489 if (ufe.duration != kNoTimestamp && in RecordWatchTime()
490 ufe.duration <= kMaximumRebufferDuration) { in RecordWatchTime()
492 total_underflow_duration_ += ufe.duration; in RecordWatchTime()
496 base::EraseIf(pending_underflow_events_, [](const UnderflowEvent& ufe) { in RecordWatchTime() argument
[all …]

12345678910>>...25