Home
last modified time | relevance | path

Searched refs:get_context_id (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/compute/
H A Devent.hpp57 inline context_id get_context_id(const event &e) { in get_context_id() function
66 context_id ctx = get_context_id(q); in enqueue_marker()
70 if (ctx == get_context_id(*e)) my_events.insert(*e); in enqueue_marker()
79 context_id ctx = get_context_id(q); in enqueue_barrier()
83 if (ctx == get_context_id(*e)) my_events.insert(*e); in enqueue_barrier()
94 context_id ctx = get_context_id(*e); in wait_for_events()
/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/opencl/
H A Devent.hpp63 inline context_id get_context_id(const event &e) { in get_context_id() function
72 context_id ctx = get_context_id(q); in enqueue_marker()
77 [=](const event &e){ return ctx == get_context_id(e); }); in enqueue_marker()
89 context_id ctx = get_context_id(q); in enqueue_barrier()
94 [=](const event &e){ return ctx == get_context_id(e); }); in enqueue_barrier()
107 context_id ctx = get_context_id(*e); in wait_for_events()
H A Dsvm_vector.hpp81 … p = static_cast<T*>(clSVMAlloc(backend::get_context_id(q), CL_MEM_READ_WRITE, n * sizeof(T), 0)); in svm_vector()
86 clSVMFree(backend::get_context_id(q), p); in ~svm_vector()
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/eventloop/
H A Dcontext.py42 def get_context_id(): function
88 ctx = get_context_id()
94 ctx = get_context_id()
98 ctx = get_context_id()
111 ctx_id = get_context_id()
H A Dutils.py5 from .context import context, get_context_id
24 self._ctx_id = get_context_id()
H A Dfuture.py9 from .context import context, get_context_id
42 self._ctx_id = get_context_id()
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/eventloop/
H A Dcontext.py42 def get_context_id(): function
88 ctx = get_context_id()
94 ctx = get_context_id()
98 ctx = get_context_id()
111 ctx_id = get_context_id()
H A Dutils.py5 from .context import context, get_context_id
24 self._ctx_id = get_context_id()
H A Dfuture.py9 from .context import context, get_context_id
42 self._ctx_id = get_context_id()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/docker/context/
H A Dconfig.py50 def get_context_id(name): function
61 return os.path.join(meta_dir, get_context_id(name))
72 return os.path.join(context_dir, "tls", get_context_id(name), endpoint)
/dports/sysutils/py-docker/docker-5.0.3/docker/context/
H A Dconfig.py50 def get_context_id(name): function
61 return os.path.join(meta_dir, get_context_id(name))
72 return os.path.join(context_dir, "tls", get_context_id(name), endpoint)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkStatusbar.t20 ok( my $sts_cid1 = $sts->get_context_id('Main') );
24 ok( my $sts_cid2 = $sts->get_context_id('Not Main') );
H A DGtkIMContext.t67 is ($context->get_context_id, undef, 'No default context ID');
71 my $id = $context->get_context_id;
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dstatusbar.py83 def get_context_id(self, context_description): member in Statusbar
85 return self.__status.get_context_id(context_description)
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dim_multicontext.rs77 fn get_context_id(&self) -> Option<GString>; in get_context_id() method
83 fn get_context_id(&self) -> Option<GString> { in get_context_id() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dim_multicontext.rs77 fn get_context_id(&self) -> Option<GString>; in get_context_id() method
83 fn get_context_id(&self) -> Option<GString> { in get_context_id() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dim_multicontext.rs79 fn get_context_id(&self) -> Option<GString>; in get_context_id() method
85 fn get_context_id(&self) -> Option<GString> { in get_context_id() method
/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/cuda/
H A Devent.hpp95 inline context_id get_context_id(const event &e) { in get_context_id() function
106 if (get_context_id(*e) == ctx) in enqueue_marker()
/dports/x11-toolkits/p5-Glade2/Gtk2-GladeXML-1.007/examples/
H A Dfileman.pl183 my $context = $status->get_context_id('Main');
247 my $context = $status->get_context_id('Main');
/dports/x11-toolkits/p5-Gtk2-GladeXML/Gtk2-GladeXML-1.008/examples/
H A Dfileman.pl182 my $context = $status->get_context_id('Main');
246 my $context = $status->get_context_id('Main');
/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/jit/
H A Devent.hpp61 inline context_id get_context_id(const event&) { in get_context_id() function
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dstatusbar.hg48 …_WRAP_METHOD(guint get_context_id(const Glib::ustring& context_description), gtk_statusbar_get_con…
54 * @param context_id The message's context id, as returned by get_context_id()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dstatusbar.hg51 …_WRAP_METHOD(guint get_context_id(const Glib::ustring& context_description), gtk_statusbar_get_con…
57 * @param context_id The message's context id, as returned by get_context_id()
/dports/devel/lua-lgi/lgi-0.9.2/samples/
H A Dgtkhello.lua28 local ctx = status_bar:get_context_id('default')
/dports/devel/vexcl/vexcl-1.4.3/vexcl/
H A Dgenerator.hpp589 backend::get_context_id(*q), in build()
598 cache.find(backend::get_context_id(queue[d]))->second.push_arg(v); in push_arg()
605 cache.find(backend::get_context_id(queue[d]))->second.push_arg(v(d)); in push_arg()
613 cache.find(backend::get_context_id(queue[d]))->second.push_arg(args[d]); in push_arg()
619 auto &K = cache.find(backend::get_context_id(queue[d]))->second; in operator ()()

12345