Home
last modified time | relevance | path

Searched refs:from_handle (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/textproc/py-misaka/misaka-2.1.1/misaka/
H A Dcallbacks.py11 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
23 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
33 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
43 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
53 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
67 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
80 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
90 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
100 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
110 renderer = ffi.from_handle(lib.misaka_get_renderer(data))
[all …]
/dports/devel/p5-Workflow/Workflow-1.59/lib/Workflow/Persister/DBI/
H A DAutoGeneratedId.pm21 if ( my $handle_type = $self->from_handle ) {
31 $self->from_handle, "' for ID generator" );
46 my $from_handle = $self->from_handle;
47 if ( defined $from_handle and $from_handle eq 'database' ) {
49 } elsif ( defined $from_handle and $from_handle eq 'statement' ) {
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/bindings/python/
H A Dllbuild.py53 task = ffi.from_handle(context)
54 engine = ffi.from_handle(engine_context)
61 task = ffi.from_handle(context)
62 engine = ffi.from_handle(engine_context)
69 task = ffi.from_handle(context)
70 engine = ffi.from_handle(engine_context)
77 rule = ffi.from_handle(context)
78 engine = ffi.from_handle(engine_context)
97 rule = ffi.from_handle(context)
105 rule = ffi.from_handle(context)
[all …]
/dports/graphics/py-pyvips/pyvips-2.1.16/pyvips/
H A Dgobject.py20 callback = ffi.from_handle(handle)
30 callback = ffi.from_handle(handle)
47 callback = ffi.from_handle(handle)
54 callback = ffi.from_handle(handle)
62 callback = ffi.from_handle(handle)
69 callback = ffi.from_handle(handle)
78 callback = ffi.from_handle(handle)
86 callback = ffi.from_handle(handle)
94 callback = ffi.from_handle(handle)
100 callback = ffi.from_handle(handle)
/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/
H A Dbackend.py359 observer: Observer = _ffi.from_handle(data).data
365 observer: Observer = _ffi.from_handle(data).data
371 observer: Observer = _ffi.from_handle(data).data
377 observer: Observer = _ffi.from_handle(data).data
386 observer: Observer = _ffi.from_handle(data).data
396 observer: Observer = _ffi.from_handle(data).data
402 observer: Observer = _ffi.from_handle(data).data
408 observer: Observer = _ffi.from_handle(data).data
414 observer: Observer = _ffi.from_handle(data).data
420 observer: Observer = _ffi.from_handle(data).data
[all …]
H A Dapplication.py138 return _ffi.from_handle(data)(_to_str(value))
270 app, mem = _ffi.from_handle(data)
276 app, mem = _ffi.from_handle(data)
282 app = _ffi.from_handle(data)[0]
287 app = _ffi.from_handle(data)[0]
292 app = _ffi.from_handle(data)[0]
300 app = _ffi.from_handle(data)[0]
306 app, mem = _ffi.from_handle(data)
312 app = _ffi.from_handle(data)[0]
/dports/emulators/mgba/mgba-0.9.2/src/platform/python/mgba/
H A Dvfs.py14 ffi.from_handle(vfp.fileobj).close()
21 f = ffi.from_handle(vfp.fileobj)
30 ffi.from_handle(vfp.fileobj).readinto(pybuf)
38 ffi.from_handle(vfp.fileobj).write(pybuf)
55 ffi.from_handle(vfp.fileobj).truncate(size)
61 f = ffi.from_handle(vfp.fileobj)
72 f = ffi.from_handle(vfp.fileobj)
/dports/games/libretro-mgba/mgba-6186d45/src/platform/python/mgba/
H A Dvfs.py14 ffi.from_handle(vfp.fileobj).close()
21 f = ffi.from_handle(vfp.fileobj)
30 ffi.from_handle(vfp.fileobj).readinto(pybuf)
38 ffi.from_handle(vfp.fileobj).write(pybuf)
55 ffi.from_handle(vfp.fileobj).truncate(size)
61 f = ffi.from_handle(vfp.fileobj)
72 f = ffi.from_handle(vfp.fileobj)
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/pinyin/3rdparty/pinyin/share/
H A Ddicttrie.cpp350 if (from_handle > 0 && from_handle < mile_stones_pos_) { in reset_milestones()
351 mile_stones_pos_ = from_handle; in reset_milestones()
353 MileStone *mile_stone = mile_stones_ + from_handle; in reset_milestones()
359 MileStoneHandle DictTrie::extend_dict(MileStoneHandle from_handle, in extend_dict() argument
367 if (0 == from_handle) { in extend_dict()
380 MileStoneHandle DictTrie::extend_dict0(MileStoneHandle from_handle, in extend_dict0() argument
384 assert(NULL != dep && 0 == from_handle); in extend_dict0()
442 assert(NULL != dep && from_handle > 0 && from_handle < mile_stones_pos_); in extend_dict1()
454 MileStone *mile_stone = mile_stones_ + from_handle; in extend_dict1()
519 assert(NULL != dep && from_handle > 0 && from_handle < mile_stones_pos_); in extend_dict2()
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/
H A DIPC.pm235 pipe($opts{from_handle}, $input_pipe)
282 } elsif ($opts{from_handle}) {
283 open(STDIN, '<&', $opts{from_handle})
286 push @{$opts{close_in_child}}, $opts{from_handle};
314 close($opts{from_handle}) if exists $opts{from_handle};
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A DjniTypes_arm.hpp65 …tic inline void put_obj(const Handle& from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
66 …tic inline void put_obj(jobject from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_pipe.cpp610 _ASSERT(!(from_handle & (from_handle - 1))); in Read()
619 HANDLE fd = x_GetHandle(from_handle); in Read()
803 switch (from_handle) { in x_GetHandle()
1480 _ASSERT(!(from_handle & (from_handle - 1))); in Read()
1489 int fd = x_GetHandle(from_handle); in Read()
1638 switch (from_handle) { in x_GetHandle()
1931 if (from_handle == eStdIn) { in SetReadHandle()
1934 m_ReadHandle = from_handle == eDefault ? eStdOut : from_handle; in SetReadHandle()
1946 if (from_handle == eStdIn) { in Read()
1949 if (from_handle == eDefault) { in Read()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_pipe.cpp610 _ASSERT(!(from_handle & (from_handle - 1))); in Read()
619 HANDLE fd = x_GetHandle(from_handle); in Read()
803 switch (from_handle) { in x_GetHandle()
1480 _ASSERT(!(from_handle & (from_handle - 1))); in Read()
1489 int fd = x_GetHandle(from_handle); in Read()
1638 switch (from_handle) { in x_GetHandle()
1931 if (from_handle == eStdIn) { in SetReadHandle()
1934 m_ReadHandle = from_handle == eDefault ? eStdOut : from_handle; in SetReadHandle()
1946 if (from_handle == eStdIn) { in Read()
1949 if (from_handle == eDefault) { in Read()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A DjniTypes_aarch64.hpp69 … inline void put_obj(const Handle& from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
70 … inline void put_obj(jobject from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp75 …tic inline void put_obj(const Handle& from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
76 …tic inline void put_obj(jobject from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp76 static inline void put_obj(const Handle& from_handle, intptr_t *to, int& pos) { in put_obj() argument
77 *(to + pos++) = (intptr_t)from_handle.raw_value(); in put_obj()
80 static inline void put_obj(jobject from_handle, intptr_t *to, int& pos) { in put_obj() argument
81 *(to + pos++) = (intptr_t)from_handle; in put_obj()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/pinyin/3rdparty/pinyin/include/
H A Ddicttrie.h126 MileStoneHandle extend_dict0(MileStoneHandle from_handle,
131 MileStoneHandle extend_dict1(MileStoneHandle from_handle,
136 MileStoneHandle extend_dict2(MileStoneHandle from_handle,
185 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
187 MileStoneHandle extend_dict(MileStoneHandle from_handle,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DjniTypes_x86.hpp85 … inline void put_obj(const Handle& from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
86 … inline void put_obj(jobject from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_ffi/
H A Dloop.py81 self.from_handle = ffi.from_handle
83 def from_handle(self, handle): # pylint:disable=method-hidden member in AbstractCallbacks
84 x = self.ffi.from_handle(handle)
124 the_watcher = self.from_handle(handle)
142 the_watcher = self.from_handle(handle)
201 watcher = self.from_handle(handle)
245 watcher = self.from_handle(handle)
266 watcher = self.from_handle(handle)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp72 … inline void put_obj(const Handle& from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
73 … inline void put_obj(jobject from_handle, intptr_t *to, int& pos) { *(to + pos++) = (int… in put_obj() argument
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Dicon.rs46 Ok(WinIcon::from_handle(handle)) in into_windows_icon()
101 Ok(WinIcon::from_handle(handle)) in from_path()
124 Ok(WinIcon::from_handle(handle)) in from_resource()
146 fn from_handle(handle: HICON) -> Self { in from_handle() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Dicon.rs46 Ok(WinIcon::from_handle(handle)) in into_windows_icon()
101 Ok(WinIcon::from_handle(handle)) in from_path()
124 Ok(WinIcon::from_handle(handle)) in from_resource()
146 fn from_handle(handle: HICON) -> Self { in from_handle() method
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dconnection.c53 Link link, Name from_handle, Name to_handle) in initialiseConnection() argument
67 assign(c, from_handle, isDefault(from_handle) ? (Name) NIL : from_handle); in initialiseConnection()
69 assign(c, fixed_from, isDefault(from_handle) ? OFF : ON); in initialiseConnection()
134 if ( notNil(c->from_handle) ) in getConnectionPointsConnection()
135 hf = getHandleGraphical(from, c->from_handle); in getConnectionPointsConnection()
162 assign(c, from_handle, hf->name); in getConnectionPointsConnection()
186 assign(c, from_handle, hf->name); in getConnectionPointsConnection()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/src/
H A Dfamily.rs38 fonts.push(F::from_handle(font_handle)?) in from_font_handles()
44 pub(crate) fn from_handle(family_handle: &FamilyHandle) -> Result<Family<F>, FontLoadingError> { in from_handle() function
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/evt/
H A Dconngesture.c46 assign(g, from_handle, DEFAULT); in initialiseConnectGesture()
151 g->from_handle, g->to_handle, EAV); in terminateConnectGesture()
156 assign(g, from_handle, DEFAULT); in terminateConnectGesture()
178 if ( chain == g->from_indicators && notDefault(g->from_handle) && in indicateConnectGesture()
179 (h = getHandleGraphical(gr, g->from_handle)) ) in indicateConnectGesture()

12345678