Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 25 of 1505) sorted by relevance

12345678910>>...61

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmarshalers.h24 GType *param_types);
45 GType *param_types);
134 GType *param_types);
287 GType *param_types);
355 GType *param_types);
389 GType *param_types);
457 GType *param_types);
474 GType *param_types);
491 GType *param_types);
508 GType *param_types);
[all …]
H A Dgtkmarshalers.c97 GType *param_types) in _gtk_marshal_BOOLEAN__BOXEDv() argument
184 GType *param_types) in _gtk_marshal_BOOLEAN__ENUMv() argument
651 GType *param_types) in _gtk_marshal_BOOLEAN__OBJECTv() argument
1570 GType *param_types) in _gtk_marshal_BOOLEAN__INTv() argument
1945 GType *param_types) in _gtk_marshal_BOOLEAN__UINTv() argument
2123 GType *param_types) in _gtk_marshal_BOOLEAN__VOIDv() argument
2466 GType *param_types) in _gtk_marshal_ENUM__ENUMv() argument
2548 GType *param_types) in _gtk_marshal_ENUM__VOIDv() argument
2624 GType *param_types) in _gtk_marshal_INT__POINTERv() argument
2706 GType *param_types) in _gtk_marshal_OBJECT__VOIDv() argument
[all …]
/dports/devel/glibmm/glibmm-2.64.2/tools/pm/
H A DFunctionBase.pm42 my $param_types = $$self{param_types};
43 return join(", ", @$param_types);
91 my $param_types = $$self{param_types};
114 my $str = sprintf("%s %s", $$param_types[$arg_indices[$i]],
158 my $param_types = $$self{param_types};
204 my $param_types = $$self{param_types};
213 if (scalar(@$param_types)>0)
217 for (my $i = 0; $i < scalar(@$param_types); $i++)
219 print " \"$$param_types[$i]\" \"$$param_names[$i]\" \n";
242 my $param_types = $$self{param_types};
[all …]
H A DFunction.pm84 $$self{param_types} = [];
144 $$self{param_types} = [];
180 my $param_types = $$self{param_types};
181 return $#$param_types+1;
199 my $param_types = $$self{param_types};
373 my $param_types = $$self{param_types};
374 push(@$param_types, $type);
392 my $param_types = $$self{param_types};
441 my $param_types = $$self{param_types};
450 if($i > $#$param_types)
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgmarshal-internal.h39 GType *param_types);
56 GType *param_types);
90 GType *param_types);
107 GType *param_types);
124 GType *param_types);
141 GType *param_types);
158 GType *param_types);
175 GType *param_types);
192 GType *param_types);
209 GType *param_types);
[all …]
H A Dgmarshal-internal.c114 GType *param_types) in _g_cclosure_marshal_BOOLEAN__OBJECTv() argument
203 GType *param_types) in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGSv() argument
393 GType *param_types) in _g_cclosure_marshal_BOOLEAN__POINTER_INTv() argument
481 GType *param_types) in _g_cclosure_marshal_BOOLEAN__STRINGv() argument
568 GType *param_types) in _g_cclosure_marshal_BOOLEAN__UINTv() argument
650 GType *param_types) in _g_cclosure_marshal_BOOLEAN__VOIDv() argument
726 GType *param_types) in _g_cclosure_marshal_INT__BOXEDv() argument
813 GType *param_types) in _g_cclosure_marshal_INT__OBJECTv() argument
898 GType *param_types) in _g_cclosure_marshal_VOID__BOOLEAN_BOXEDv() argument
983 GType *param_types) in _g_cclosure_marshal_VOID__ENUM_OBJECTv() argument
[all …]
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgmarshal.h37 GType *param_types);
54 GType *param_types);
71 GType *param_types);
88 GType *param_types);
105 GType *param_types);
122 GType *param_types);
139 GType *param_types);
156 GType *param_types);
173 GType *param_types);
190 GType *param_types);
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/modjy/
H A Dmodjy_params.py54 def __init__(self, param_types): argument
56 self.param_types = param_types
57 for pname in self.param_types.keys():
58 typ, default = self.param_types[pname]
68 if self.param_types.has_key(name):
69 typ, default = self.param_types[name]
81 if self.param_types.has_key(name):
82 typ, default = self.param_types[name]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/ucxt/data/
H A Du7opcodes.data154 <param_types> {} </>
166 <param_types> {} </>
178 <param_types> {} </>
190 <param_types> {} </>
202 <param_types> {} </>
214 <param_types> {} </>
230 <param_types> {} </>
245 <param_types> {} </>
275 <param_types> {} </>
286 <param_types> {} </>
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkTextBufferRichText.xs29 GType param_types[4]; in gtk2perl_text_buffer_serialize_func_create() local
30 param_types[0] = GTK_TYPE_TEXT_BUFFER; in gtk2perl_text_buffer_serialize_func_create()
31 param_types[1] = GTK_TYPE_TEXT_BUFFER; in gtk2perl_text_buffer_serialize_func_create()
32 param_types[2] = GTK_TYPE_TEXT_ITER; in gtk2perl_text_buffer_serialize_func_create()
33 param_types[3] = GTK_TYPE_TEXT_ITER; in gtk2perl_text_buffer_serialize_func_create()
69 GType param_types[5]; in gtk2perl_text_buffer_deserialize_func_create() local
70 param_types[0] = GTK_TYPE_TEXT_BUFFER; in gtk2perl_text_buffer_deserialize_func_create()
71 param_types[1] = GTK_TYPE_TEXT_BUFFER; in gtk2perl_text_buffer_deserialize_func_create()
72 param_types[2] = GTK_TYPE_TEXT_ITER; in gtk2perl_text_buffer_deserialize_func_create()
73 param_types[3] = GPERL_TYPE_SV, in gtk2perl_text_buffer_deserialize_func_create()
[all …]
H A DGtkClipboard.xs343 GType param_types[2]; variable
361 GType param_types[2]; variable
364 param_types[1] = G_TYPE_STRING;
395 GType param_types[2];
398 param_types[0] = GTK_TYPE_CLIPBOARD;
399 param_types[1] = GPERL_TYPE_SV;
489 GType param_types[3]; variable
539 GType param_types[2]; variable
541 param_types[0] = GTK_TYPE_CLIPBOARD;
542 param_types[1] = G_TYPE_STRV;
[all …]
H A DGtkTreeView.xs35 GType param_types [4]; in gtk2perl_tree_view_column_drop_func_create() local
36 param_types[0] = GTK_TYPE_TREE_VIEW; in gtk2perl_tree_view_column_drop_func_create()
67 GType param_types [2]; in gtk2perl_tree_view_mapping_func_create() local
86 GType param_types [4]; in gtk2perl_tree_view_search_equal_func_create() local
88 param_types[1] = GTK_TYPE_INT; in gtk2perl_tree_view_search_equal_func_create()
89 param_types[2] = G_TYPE_STRING; in gtk2perl_tree_view_search_equal_func_create()
120 GType param_types[3];
123 param_types[2] = GTK_TYPE_INT;
124 return gperl_callback_new (func, data, G_N_ELEMENTS(param_types), param_types, 0);
144 GType param_types[2]; in gtk2perl_tree_view_row_separator_func_create() local
[all …]
H A DGtkTreeSelection.xs29 GType param_types [4]; in gtk2perl_tree_selection_func_create() local
30 param_types[0] = GTK_TYPE_TREE_SELECTION; in gtk2perl_tree_selection_func_create()
31 param_types[1] = GTK_TYPE_TREE_MODEL; in gtk2perl_tree_selection_func_create()
32 param_types[2] = GTK_TYPE_TREE_PATH; in gtk2perl_tree_selection_func_create()
33 param_types[3] = G_TYPE_BOOLEAN; in gtk2perl_tree_selection_func_create()
35 param_types, G_TYPE_BOOLEAN); in gtk2perl_tree_selection_func_create()
62 GType param_types [3]; in gtk2perl_tree_selection_foreach_func_create() local
63 param_types[0] = GTK_TYPE_TREE_MODEL; in gtk2perl_tree_selection_foreach_func_create()
64 param_types[1] = GTK_TYPE_TREE_PATH; in gtk2perl_tree_selection_foreach_func_create()
65 param_types[2] = GTK_TYPE_TREE_ITER; in gtk2perl_tree_selection_foreach_func_create()
[all …]
/dports/math/xgraph/xgraph/
H A Dparams.h19 } param_types; typedef
22 param_types type; /* INT */
27 param_types type; /* STR */
32 param_types type; /* PIXEL */
37 param_types type; /* FONT */
42 param_types type; /* STYLE */
48 param_types type; /* BOOL */
53 param_types type; /* DBL */
58 param_types type;
69 DECLARE(param_set, void, (char *name, param_types type, char *val));
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/
H A Dtyping.py261 self._param_types = tuple(param_types)
282 def param_types(self): member in _FunctionType
301 for p in self.param_types]
324 self.param_types == other.param_types:
454 param_types = tuple(param_types)
455 key = (return_type, param_types)
457 if len(param_types) == 0:
465 param_types=param_types)
552 param_types = (typemap[a] for a in ty.param_types)
582 def FunctionType(return_type, param_types): argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dtype-checker.h34 const TypeVector& param_types,
39 return label_type == LabelType::Loop ? param_types : result_types; in br_types()
43 TypeVector param_types; member
69 Result OnBlock(const TypeVector& param_types, const TypeVector& result_types);
76 Result OnCall(const TypeVector& param_types, const TypeVector& result_types);
77 Result OnCallIndirect(const TypeVector& param_types,
90 Result OnIf(const TypeVector& param_types, const TypeVector& result_types);
95 Result OnLoop(const TypeVector& param_types, const TypeVector& result_types);
119 Result OnTry(const TypeVector& param_types, const TypeVector& result_types);
130 const TypeVector& param_types,
[all …]
H A Dtype-checker.cc45 const TypeVector& param_types, in Label() argument
49 param_types(param_types), in Label()
219 Result result = CheckSignature(param_types, desc); in PopAndCheckCall()
220 result |= DropTypes(param_types.size()); in PopAndCheckCall()
365 PushTypes(param_types); in OnBlock()
512 PushTypes(label->param_types); in OnElse()
552 result |= PopAndCheckSignature(param_types, "if"); in OnIf()
553 PushLabel(LabelType::If, param_types, result_types); in OnIf()
554 PushTypes(param_types); in OnIf()
591 PushTypes(param_types); in OnLoop()
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dtype-checker.h35 const TypeVector& param_types,
40 return label_type == LabelType::Loop ? param_types : result_types; in br_types()
44 TypeVector param_types; member
71 Result OnBlock(const TypeVector& param_types, const TypeVector& result_types);
77 Result OnCall(const TypeVector& param_types, const TypeVector& result_types);
78 Result OnCallIndirect(const TypeVector& param_types,
93 Result OnIf(const TypeVector& param_types, const TypeVector& result_types);
98 Result OnLoop(const TypeVector& param_types, const TypeVector& result_types);
126 Result OnTry(const TypeVector& param_types, const TypeVector& result_types);
139 const TypeVector& param_types,
[all …]
H A Dtype-checker.cc45 const TypeVector& param_types, in Label() argument
49 param_types(param_types), in Label()
257 Result result = CheckSignature(param_types, desc); in PopAndCheckCall()
258 result |= DropTypes(param_types.size()); in PopAndCheckCall()
426 PushTypes(param_types); in OnBlock()
606 PushTypes(label->param_types); in OnElse()
647 result |= PopAndCheckSignature(param_types, "if"); in OnIf()
648 PushLabel(LabelType::If, param_types, result_types); in OnIf()
649 PushTypes(param_types); in OnIf()
686 PushTypes(param_types); in OnLoop()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonrpc-derive/src/
H A Dto_delegate.rs209 let mut param_types: Vec<_> = self in generate_delegate_closure() localVariable
222 let special_args = Self::special_args(&param_types); in generate_delegate_closure()
224 if param_types.len() > TUPLE_FIELD_NAMES.len() { in generate_delegate_closure()
232 .take(param_types.len()) in generate_delegate_closure()
235 let param_types = &param_types; in generate_delegate_closure() localVariable
242 } else if param_types.is_empty() { in generate_delegate_closure()
305 let meta_arg = param_types.first().and_then(|ty| { in special_args()
312 let subscriber_arg = param_types.get(1).and_then(|ty| { in special_args()
337 param_types: &[syn::Type], in params_with_trailing()
340 let total_args_num = param_types.len(); in params_with_trailing()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/pg/connection/stmt/
H A Dmod.rs56 param_types: &[PgTypeMetadata], in prepare()
60 let param_types_vec = param_types.iter().map(|x| x.oid).collect(); in prepare()
66 param_types.len() as libc::c_int, in prepare()
74 param_formats: vec![1; param_types.len()], in prepare()
79 fn param_types_to_ptr(param_types: Option<&Vec<u32>>) -> *const pq_sys::Oid { in param_types_to_ptr()
80 param_types in param_types_to_ptr()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/pg/connection/stmt/
H A Dmod.rs56 param_types: &[PgTypeMetadata], in prepare()
60 let param_types_vec = param_types.iter().map(|x| x.oid).collect(); in prepare()
66 param_types.len() as libc::c_int, in prepare()
74 param_formats: vec![1; param_types.len()], in prepare()
79 fn param_types_to_ptr(param_types: Option<&Vec<u32>>) -> *const pq_sys::Oid { in param_types_to_ptr()
80 param_types in param_types_to_ptr()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkmarshalers.h32 GType *param_types);
49 GType *param_types);
66 GType *param_types);
83 GType *param_types);
100 GType *param_types);
117 GType *param_types);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/subclass/
H A Dsignal.rs21 param_types: &'a [SignalType], field
35 param_types: Vec<SignalType>, field
114 let types = self.0.param_types;
447 param_types: self.param_types.to_vec(), in build()
461 param_types: &'a [SignalType], in builder()
471 param_types, in builder()
491 &self.param_types in param_types()
530 let param_types = self in register() localVariable
531 .param_types in register()
581 param_types.len() as u32, in register()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/subclass/
H A Dsignal.rs21 param_types: &'a [SignalType], field
35 param_types: Vec<SignalType>, field
114 let types = self.0.param_types;
447 param_types: self.param_types.to_vec(), in build()
461 param_types: &'a [SignalType], in builder()
471 param_types, in builder()
491 &self.param_types in param_types()
530 let param_types = self in register() localVariable
531 .param_types in register()
581 param_types.len() as u32, in register()
[all …]

12345678910>>...61