Home
last modified time | relevance | path

Searched refs:is_handle (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/devel/p5-Params-Util/Params-Util-1.102/t/pp/
H A D07_handle.t39 sub is_handle
64 is_handle(\*HANDLE, 'Ordinary read filehandle');
73 is_handle(\*HANDLE, 'Ordinary read filehandle');
84 is_handle($handle, '5.8-style read filehandle');
/dports/devel/p5-Params-Util/Params-Util-1.102/t/xs/
H A D07_handle.t39 sub is_handle
64 is_handle(\*HANDLE, 'Ordinary read filehandle');
73 is_handle(\*HANDLE, 'Ordinary read filehandle');
84 is_handle($handle, '5.8-style read filehandle');
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dinfer_handle.hpp129 struct is_handle : std::false_type {}; struct
132 struct is_handle<actor> : std::true_type {}; struct
135 struct is_handle<strong_actor_ptr> : std::true_type {}; struct
138 struct is_handle<typed_actor<Ts...>> : std::true_type {}; struct
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/types/
H A Dstruct.rs70 pub fn is_handle(&self) -> bool { in is_handle() method
122 let is_handle = self.is_handle(); in gen_struct() localVariable
130 } else if is_handle { in gen_struct()
176 let body = if is_handle { in gen_struct()
280 } else if is_handle { in gen_struct()
324 if is_handle { in gen_struct()
335 if is_handle { in gen_struct()
383 if is_handle { in gen_struct()
/dports/math/PDL/PDL-2.019/GENERATED/PDL/IO/
H A DMisc.pm414 my $is_handle = _is_io_handle $_[0];
415 my $fh = $is_handle ? $_[0] : gensym;
416 open $fh, $_[0] or die "File $_[0] not found\n" unless $is_handle;
688 close($fh) unless $is_handle;
910 my $is_handle = !UNIVERSAL::isa($file,'PDL') &&
913 if ($is_handle) { # file handle passed directly
919 if (!$is_handle) {
1123 my $is_handle = _is_io_handle $_[0];
1124 my $fh = $is_handle ? $_[0] : gensym;
1125 open $fh, $_[0] or die "File $_[0] not found\n" unless $is_handle;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/python/
H A Dhandle.hpp164 class is_handle class
171 class is_handle<handle<T> > class
189 class is_handle class
/dports/biology/lamarc/lamarc-2.1.8/boost/python/
H A Dhandle.hpp164 class is_handle class
171 class is_handle<handle<T> > class
189 class is_handle class
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/
H A Dcodegen_metal.cc39 if (arg.type().is_handle()) { in InitFuncState()
68 if (!v.type().is_handle()) break; in AddFunction()
95 CHECK(!v.type().is_handle()); in AddFunction()
157 if (t.is_handle()) { in PrintType()
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/
H A Dcodegen_metal.cc39 if (arg.type().is_handle()) { in InitFuncState()
68 if (!v.type().is_handle()) break; in AddFunction()
95 CHECK(!v.type().is_handle()); in AddFunction()
157 if (t.is_handle()) { in PrintType()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/source/
H A Dcodegen_metal.cc40 if (arg.dtype().is_handle()) { in InitFuncState()
71 if (!v.dtype().is_handle()) break; in AddFunction()
100 CHECK(!v.dtype().is_handle()); in AddFunction()
164 if (t.is_handle()) { in PrintType()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/handlers/
H A Dcommand_handler.rs480 let is_handle = |x: &Window| -> bool { x.handle == handle }; in move_window_change() localVariable
482 handle = helpers::relative_find(&to_reorder, is_handle, -val, true)?.handle; in move_window_change()
488 handle = helpers::relative_find(&window_group, is_handle, -val, true)?.handle; in move_window_change()
494 let _ = helpers::reorder_vec(&mut to_reorder, is_handle, val); in move_window_change()
510 let is_handle = |x: &Window| -> bool { x.handle == handle }; in move_window_top() localVariable
513 let index = list.iter().position(|x| is_handle(x))?; in move_window_top()
540 let is_handle = |x: &Window| -> bool { x.handle == handle }; in focus_window_change() localVariable
545 handle = helpers::relative_find(&to_reorder, is_handle, -val, true)?.handle; in focus_window_change()
561 handle = helpers::relative_find(window_group, is_handle, -val, true)?.handle; in focus_window_change()
563 } else if let Some(new_focused) = helpers::relative_find(&to_reorder, is_handle, val, true) { in focus_window_change()
/dports/devel/p5-PAR/PAR-1.017/lib/
H A DPAR.pm683 my $is_handle = ref($file_or_azip_handle) && $file_or_azip_handle->isa('Archive::Zip::Archive');
702 if ($is_handle) {
740 … $ArchivesExtracted{$is_handle ? $file_or_azip_handle->fileName() : $file_or_azip_handle} = $inc;
/dports/devel/boost-docs/boost_1_72_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/devel/boost-python-libs/boost_1_72_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/devel/R-cran-BH/BH/inst/include/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/databases/percona57-server/boost_1_59_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/databases/xtrabackup/boost_1_59_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/databases/percona57-client/boost_1_59_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/devel/boost-libs/boost_1_72_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/python/
H A Dhandle.hpp159 class is_handle class
166 class is_handle<handle<T> > class

1234567