Home
last modified time | relevance | path

Searched refs:has_handle (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/p11-kit/p11-kit-0.24.0/p11-kit/
H A Dtest-iter.c77 has_handle (CK_ULONG *objects, in has_handle() function
133 assert (has_handle (objects, at, MOCK_DATA_OBJECT)); in test_all()
137 assert (has_handle (objects, at, MOCK_PUBLIC_KEY_PREFIX)); in test_all()
205 assert (!has_handle (objects, at, MOCK_DATA_OBJECT)); in test_callback()
209 assert (has_handle (objects, at, MOCK_PUBLIC_KEY_PREFIX)); in test_callback()
312 assert (has_handle (objects, at, MOCK_DATA_OBJECT)); in test_with_session()
316 assert (has_handle (objects, at, MOCK_PUBLIC_KEY_PREFIX)); in test_with_session()
363 assert (has_handle (objects, at, MOCK_DATA_OBJECT)); in test_with_slot()
406 assert (has_handle (objects, at, MOCK_DATA_OBJECT)); in test_with_module()
512 assert (!has_handle (objects, at, MOCK_DATA_OBJECT)); in test_uri_with_type()
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-applet-frame.c94 guint has_handle : 1; member
111 if (!frame->priv->has_handle) in G_DEFINE_TYPE_WITH_PRIVATE()
195 if (!frame->priv->has_handle) { in mate_panel_applet_frame_get_preferred_width()
234 if (!frame->priv->has_handle) { in mate_panel_applet_frame_get_preferred_height()
284 if (!frame->priv->has_handle) { in mate_panel_applet_frame_size_allocate()
387 if (!frame->priv->has_handle) in mate_panel_applet_frame_button_changed()
471 frame->priv->has_handle = FALSE; in mate_panel_applet_frame_init()
532 if (frame->priv->has_handle) { in mate_panel_applet_frame_change_background()
618 frame->priv->has_handle = has_handle; in _mate_panel_applet_frame_update_flags()
635 if (frame->priv->has_handle) { in _mate_panel_applet_frame_update_size_hints()
[all …]
H A Dpanel-applet-frame.h127 gboolean has_handle);
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/
H A Dtpm2-response_unit.c317 gboolean has_handle; in tpm2_response_no_handle_test() local
319 has_handle = tpm2_response_has_handle (data->response); in tpm2_response_no_handle_test()
320 assert_false (has_handle); in tpm2_response_no_handle_test()
331 gboolean has_handle = FALSE; in tpm2_response_has_handle_test() local
333 has_handle = tpm2_response_has_handle (data->response); in tpm2_response_has_handle_test()
334 assert_true (has_handle); in tpm2_response_has_handle_test()
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/device/
H A Dfile_descriptor.hpp76 : handle_(handle), flags_(has_handle) in impl()
84 has_handle = 2, enumerator
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/scripts/upgrade/sql/8.0.0/mysql/
H A Dseafevents.sql2 ALTER TABLE `VirusFile` CHANGE `has_handle` `has_deleted` TINYINT(1);
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/libmate-panel-applet-private/
H A Dpanel-applet-frame-dbus.c84 gboolean has_handle; in mate_panel_applet_frame_dbus_update_flags() local
90 has_handle = (flags & APPLET_HAS_HANDLE) != 0; in mate_panel_applet_frame_dbus_update_flags()
92 _mate_panel_applet_frame_update_flags (frame, major, minor, has_handle); in mate_panel_applet_frame_dbus_update_flags()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dinstance.rs151 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
153 match has_handle.raw_window_handle() { in create_surface()
/dports/security/p5-Crypt-Random-Source/Crypt-Random-Source-0.12/lib/Crypt/Random/Source/Base/
H A DHandle.pm95 if ( $self->has_handle and $self->handle ) {
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dweb.rs70 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
72 if let raw_window_handle::RawWindowHandle::Web(handle) = has_handle.raw_window_handle() { in create_surface()
H A Degl.rs695 has_handle: &impl HasRawWindowHandle, in create_surface()
699 let raw_window_handle = has_handle.raw_window_handle(); in create_surface()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/develop/
H A Dentitydb.rst67 .. automethod:: has_handle
/dports/cad/nvc/nvc-r1.5.3/src/vhpi/
H A Dvhpi_impl.c58 bool has_handle; member
289 if ((list->objects[i] != NULL) && list->objects[i]->cb.has_handle) in vhpi_count_live_cbs()
417 const bool release = !obj->cb.has_handle && !obj->cb.repetitive; in vhpi_fire_event()
531 obj->cb.has_handle = !!(flags & vhpiReturnCb); in vhpi_register_cb()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dmod.rs84 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
86 match has_handle.raw_window_handle() { in create_surface()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/vulkan/
H A Dinstance.rs554 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
558 match has_handle.raw_window_handle() { in create_surface()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dentitydb.py318 def has_handle(self, handle: str) -> bool: member in EntitySpace
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs257 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
259 match has_handle.raw_window_handle() { in create_surface()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dlib.rs258 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
260 match has_handle.raw_window_handle() { in create_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs302 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
304 match has_handle.raw_window_handle() { in create_surface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs302 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
304 match has_handle.raw_window_handle() { in create_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dlib.rs604 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
608 match has_handle.raw_window_handle() { in create_surface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dlib.rs604 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
608 match has_handle.raw_window_handle() { in create_surface()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs1166 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
1168 match has_handle.raw_window_handle() { in create_surface()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dlib.rs1136 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
1138 match has_handle.raw_window_handle() { in create_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs1483 has_handle: &impl raw_window_handle::HasRawWindowHandle, in create_surface()
1485 match has_handle.raw_window_handle() { in create_surface()

12