Home
last modified time | relevance | path

Searched refs:_tmp27_ (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestsortedset.c730 gchar* _tmp27_; in sorted_set_tests_test_lower() local
826 gchar* _tmp27_; in sorted_set_tests_test_higher() local
922 gchar* _tmp27_; in sorted_set_tests_test_floor() local
1018 gchar* _tmp27_; in sorted_set_tests_test_ceil() local
1840 gint _tmp27_; in sorted_set_tests_sub_set_test_size() local
2271 fail = _tmp27_; in sorted_set_tests_sub_set_test_add()
3328 gchar* _tmp27_; in sorted_set_tests_sub_set_test_boundaries() local
3724 gchar* _tmp27_; in sorted_set_tests_sub_set_test_lower() local
3910 gchar* _tmp27_; in sorted_set_tests_sub_set_test_higher() local
4096 gchar* _tmp27_; in sorted_set_tests_sub_set_test_floor() local
[all …]
H A Dtestlist.c260 GeeIterator* _tmp27_; in list_tests_test_iterator_is_ordered() local
313 _tmp27_ = iterator; in list_tests_test_iterator_is_ordered()
495 _tmp27_ = iterator; in list_tests_test_list_iterator()
748 GeeList* _tmp27_; in list_tests_test_get() local
873 gint _tmp27_; in list_tests_test_set() local
926 _tmp28_ = _tmp27_; in list_tests_test_set()
1115 GeeList* _tmp27_; in list_tests_test_remove_at() local
1383 gchar* _tmp27_; in list_tests_test_first() local
1488 gchar* _tmp27_; in list_tests_test_last() local
2132 gint _tmp27_; in list_tests_test_slice() local
[all …]
H A Dtestcollection.c340 const gchar* _tmp27_; in collection_tests_test_iterator_returns_all_elements_once() local
341 _tmp27_ = element; in collection_tests_test_iterator_returns_all_elements_once()
611 has_next = _tmp27_; in collection_tests_test_mutable_iterator()
744 GeeCollection* _tmp27_; in collection_tests_test_contains_size_and_is_empty() local
1051 gchar* _tmp27_; in collection_tests_test_add_remove() local
1152 _tmp40_[26] = _tmp27_; in collection_tests_test_add_remove()
1337 gchar* _tmp27_; in collection_tests_test_clear() local
1439 _tmp40_[26] = _tmp27_; in collection_tests_test_clear()
1558 GeeCollection* _tmp27_; in collection_tests_test_add_all() local
2006 gboolean _tmp27_; in collection_tests_test_retain_all() local
[all …]
H A Dtestreadonlymap.c258 gboolean _tmp27_ = FALSE; in read_only_map_tests_test_immutable_iterator() local
326 _tmp27_ = gee_iterator_has_next (_tmp26_); in read_only_map_tests_test_immutable_iterator()
327 _vala_assert (_tmp27_, "iterator.has_next ()"); in read_only_map_tests_test_immutable_iterator()
405 GeeMap* _tmp27_; in read_only_map_tests_test_immutable() local
483 _tmp27_ = self->ro_map; in read_only_map_tests_test_immutable()
484 _tmp28_ = gee_map_has (_tmp27_, "one", "one"); in read_only_map_tests_test_immutable()
581 gchar* _tmp27_; in read_only_map_tests_test_accurate_view() local
688 _tmp27_ = (gchar*) _tmp26_; in read_only_map_tests_test_accurate_view()
689 _vala_assert (g_strcmp0 (_tmp27_, "one") == 0, "ro_map.get (\"one\") == \"one\""); in read_only_map_tests_test_accurate_view()
690 _g_free0 (_tmp27_); in read_only_map_tests_test_accurate_view()
H A Dtestmap.c282 gchar* _tmp27_; in map_tests_test_has_key_size_is_empty() local
515 _g_free0 (_tmp27_); in map_tests_test_has_key_size_is_empty()
837 GeeSet* _tmp27_; in map_tests_test_keys() local
908 _tmp27_ = keys; in map_tests_test_keys()
975 GeeCollection* _tmp27_; in map_tests_test_values() local
1046 _tmp27_ = values; in map_tests_test_values()
1193 _tmp27_ = _tmp26_; in map_tests_test_entries()
1380 gpointer _tmp27_ = NULL; in map_tests_test_set_all() local
1496 gint _tmp27_; in map_tests_test_unset_all() local
1589 _tmp28_ = _tmp27_; in map_tests_test_unset_all()
[all …]
H A Dtestreadonlycollection.c283 gboolean _tmp27_ = FALSE; in read_only_collection_tests_test_immutable_iterator() local
374 _tmp27_ = gee_iterator_next (_tmp26_); in read_only_collection_tests_test_immutable_iterator()
375 _vala_assert (!_tmp27_, "! iterator.next ()"); in read_only_collection_tests_test_immutable_iterator()
427 gboolean _tmp27_ = FALSE; in read_only_collection_tests_test_immutable() local
504 _tmp27_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); in read_only_collection_tests_test_immutable()
505 if (_tmp27_) { in read_only_collection_tests_test_immutable()
614 gint _tmp27_; in read_only_collection_tests_test_accurate_view() local
690 _tmp27_ = gee_collection_get_size (_tmp26_); in read_only_collection_tests_test_accurate_view()
691 _tmp28_ = _tmp27_; in read_only_collection_tests_test_accurate_view()
H A Dtestqueue.c221 gboolean _tmp27_ = FALSE; in queue_tests_test_capacity_bound() local
244 _tmp27_ = gee_queue_offer (_tmp26_, "one"); in queue_tests_test_capacity_bound()
245 _vala_assert (_tmp27_, "test_queue.offer (\"one\")"); in queue_tests_test_capacity_bound()
347 gint _tmp27_; in queue_tests_test_one_element_operation() local
416 _tmp27_ = _tmp26_; in queue_tests_test_one_element_operation()
417 _vala_assert (_tmp27_ == 1, "recipient.size == 1"); in queue_tests_test_one_element_operation()
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestlist.c457 gpointer _tmp27_; in list_tests_test_list_iterator() local
862 GeeList* _tmp27_; in list_tests_test_set() local
905 gchar* _tmp27_; in list_tests_test_insert() local
973 _g_free0 (_tmp27_); in list_tests_test_insert()
1050 gint _tmp27_; in list_tests_test_remove_at() local
1148 _tmp27_ = _tmp26_; in list_tests_test_remove_at()
1669 GeeList* _tmp27_; in list_tests_test_first() local
1765 GeeList* _tmp27_; in list_tests_test_last() local
1877 gboolean _tmp27_; in list_tests_test_insert_all() local
2067 _tmp28_ = _tmp27_; in list_tests_test_insert_all()
[all …]
H A Dtestsortedset.c1336 gint _tmp27_; in sorted_set_tests_sub_set_tests_test_size() local
1503 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_contains() local
1751 fail = _tmp27_; in sorted_set_tests_sub_set_tests_test_add()
1985 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_remove() local
2259 _tmp27_ = e; in sorted_set_tests_sub_set_tests_test_iterator()
2445 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_clear() local
2648 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_boundaries() local
2809 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_iterator_at() local
3030 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_lower() local
3205 gchar* _tmp27_; in sorted_set_tests_sub_set_tests_test_higher() local
[all …]
H A Dtestreadonlycollection.c402 GeeIterator* _tmp27_; in read_only_collection_tests_test_immutable_iterator() local
403 _tmp27_ = iterator; in read_only_collection_tests_test_immutable_iterator()
404 gee_iterator_remove (_tmp27_); in read_only_collection_tests_test_immutable_iterator()
445 gint _tmp27_; in read_only_collection_tests_test_immutable() local
521 _tmp27_ = _tmp26_; in read_only_collection_tests_test_immutable()
522 _vala_assert (_tmp27_ == 1, "ro_collection.size == 1"); in read_only_collection_tests_test_immutable()
591 GeeCollection* _tmp27_; in read_only_collection_tests_test_accurate_view() local
655 _tmp27_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
656 _vala_assert (gee_collection_contains (_tmp27_, "two"), "ro_collection.contains (\"two\")"); in read_only_collection_tests_test_accurate_view()
H A Dtestreadonlylist.c280 gchar* _tmp27_; in read_only_list_tests_test_immutable_iterator() local
372 _tmp27_ = (gchar*) _tmp26_; in read_only_list_tests_test_immutable_iterator()
373 _vala_assert (g_strcmp0 (_tmp27_, "two") == 0, "iterator.get () == \"two\""); in read_only_list_tests_test_immutable_iterator()
374 _g_free0 (_tmp27_); in read_only_list_tests_test_immutable_iterator()
505 gint _tmp27_; in read_only_list_tests_test_immutable() local
575 _tmp27_ = _tmp26_; in read_only_list_tests_test_immutable()
576 _vala_assert (_tmp27_ == 1, "ro_list.size == 1"); in read_only_list_tests_test_immutable()
645 gpointer _tmp27_; in read_only_list_tests_test_accurate_view() local
719 _tmp27_ = gee_list_get (ro_list, 1); in read_only_list_tests_test_accurate_view()
720 _tmp28_ = (gchar*) _tmp27_; in read_only_list_tests_test_accurate_view()
H A Dtestreadonlymap.c278 GeeMap* _tmp27_; in read_only_map_tests_test_immutable_iterator() local
342 _tmp27_ = self->ro_map; in read_only_map_tests_test_immutable_iterator()
343 _tmp28_ = gee_map_get_keys (_tmp27_); in read_only_map_tests_test_immutable_iterator()
482 GeeMap* _tmp27_; in read_only_map_tests_test_immutable() local
484 _tmp27_ = self->ro_map; in read_only_map_tests_test_immutable()
486 gee_map_set_all (_tmp27_, _tmp28_); in read_only_map_tests_test_immutable()
549 gint _tmp27_; in read_only_map_tests_test_accurate_view() local
642 _tmp27_ = _tmp26_; in read_only_map_tests_test_accurate_view()
643 _vala_assert (_tmp27_ == 2, "ro_map.size == 2"); in read_only_map_tests_test_accurate_view()
H A Dtestqueue.c210 GeeQueue* _tmp27_; in queue_tests_test_capacity_bound() local
260 _tmp27_ = test_queue; in queue_tests_test_capacity_bound()
261 _tmp28_ = gee_queue_get_is_full (_tmp27_); in queue_tests_test_capacity_bound()
345 gint _tmp27_; in queue_tests_test_one_element_operation() local
413 _tmp27_ = gee_collection_get_size ((GeeCollection*) test_queue); in queue_tests_test_one_element_operation()
414 _tmp28_ = _tmp27_; in queue_tests_test_one_element_operation()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaenum.c244 ValaDataType* _tmp27_; in vala_enum_real_add_method() local
254 _tmp27_ = _tmp26_; in vala_enum_real_add_method()
257 _tmp30_ = vala_local_variable_new (_tmp27_, "result", NULL, _tmp29_); in vala_enum_real_add_method()
261 _vala_code_node_unref0 (_tmp27_); in vala_enum_real_add_method()
471 ValaList* _tmp27_; in vala_enum_real_accept_children() local
480 _tmp27_ = _c_list; in vala_enum_real_accept_children()
481 _tmp28_ = vala_list_get (_tmp27_, _c_index); in vala_enum_real_accept_children()
597 ValaSourceReference* _tmp27_; in vala_enum_real_check() local
603 _tmp27_ = vala_code_node_get_source_reference ((ValaCodeNode*) self); in vala_enum_real_check()
604 _tmp28_ = _tmp27_; in vala_enum_real_check()
H A Dvalaunresolvedtype.c293 ValaDataType* _tmp27_; in vala_unresolved_type_real_copy() local
306 _tmp27_ = arg; in vala_unresolved_type_real_copy()
307 _tmp28_ = vala_data_type_copy (_tmp27_); in vala_unresolved_type_real_copy()
385 gchar* _tmp27_; in vala_unresolved_type_real_to_qualified_string() local
418 _tmp27_ = g_strconcat (_tmp23_, _tmp26_, NULL); in vala_unresolved_type_real_to_qualified_string()
420 s = _tmp27_; in vala_unresolved_type_real_to_qualified_string()
H A Dvalaclasstype.c146 ValaClassType* _tmp27_; in vala_class_type_real_copy() local
159 _tmp27_ = _result_; in vala_class_type_real_copy()
163 vala_data_type_add_type_argument ((ValaDataType*) _tmp27_, _tmp30_); in vala_class_type_real_copy()
H A Dvalainterfacetype.c146 ValaInterfaceType* _tmp27_; in vala_interface_type_real_copy() local
159 _tmp27_ = _result_; in vala_interface_type_real_copy()
163 vala_data_type_add_type_argument ((ValaDataType*) _tmp27_, _tmp30_); in vala_interface_type_real_copy()
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dshortcuts-dialog.c150 GtkLabel* _tmp27_; in xfmpc_shortcuts_dialog_constructor() local
226 _tmp27_ = (GtkLabel*) gtk_label_new (_ ("Next: CTRL+f")); in xfmpc_shortcuts_dialog_constructor()
227 g_object_ref_sink (_tmp27_); in xfmpc_shortcuts_dialog_constructor()
229 label = _tmp27_; in xfmpc_shortcuts_dialog_constructor()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dprojects.c787 gint _tmp27_; in projects_add() local
801 _tmp28_ = _tmp27_; in projects_add()
1071 gpointer _tmp27_; in projects_change_main_file() local
1262 gint _tmp27_; in projects_delete() local
1268 _tmp27_ = _tmp26_; in projects_delete()
1464 if (_tmp27_) { in projects_update_all_documents()
1712 GError* _tmp27_; in projects_parser_start() local
1724 _tmp27_ = _tmp26_; in projects_parser_start()
1875 gchar* _tmp27_; in projects_save() local
1922 _tmp27_ = _tmp26_; in projects_save()
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c217 _tmp28_ = _tmp27_; in vala_gerror_module_real_generate_error_domain_declaration()
301 gchar* _tmp27_; in vala_gerror_module_real_visit_error_domain() local
370 _tmp28_ = _tmp27_; in vala_gerror_module_real_visit_error_domain()
517 _tmp28_ = _tmp27_; in vala_gerror_module_real_return_with_exception()
679 _tmp27_ = _tmp26_; in vala_gerror_module_uncaught_error_statement()
681 domain_name = _tmp27_; in vala_gerror_module_uncaught_error_statement()
953 ValaArrayList* _tmp27_; in vala_gerror_module_real_add_simple_check() local
979 _tmp27_ = error_types; in vala_gerror_module_real_add_simple_check()
1561 ValaBlock* _tmp27_; in vala_gerror_module_real_visit_try_statement() local
1651 _tmp28_ = _tmp27_; in vala_gerror_module_real_visit_try_statement()
[all …]
H A Dvalaccodeassignmentmodule.c201 ValaExpression* _tmp27_; in vala_ccode_assignment_module_emit_simple_assignment() local
213 _tmp27_ = _tmp26_; in vala_ccode_assignment_module_emit_simple_assignment()
214 _tmp28_ = vala_get_cvalue (_tmp27_); in vala_ccode_assignment_module_emit_simple_assignment()
458 ValaExpression* _tmp27_; in vala_ccode_assignment_module_real_visit_assignment() local
479 _tmp27_ = vala_assignment_get_right (assignment); in vala_ccode_assignment_module_real_visit_assignment()
480 _tmp28_ = _tmp27_; in vala_ccode_assignment_module_real_visit_assignment()
599 ValaCCodeBinaryExpression* _tmp27_; in vala_ccode_assignment_module_real_store_value() local
641 _tmp28_ = _tmp27_; in vala_ccode_assignment_module_real_store_value()
1022 ValaTargetValue* _tmp27_; in vala_ccode_assignment_module_real_store_parameter() local
1113 _tmp27_ = vala_ccode_base_module_get_parameter_cvalue ((ValaCCodeBaseModule*) self, param); in vala_ccode_assignment_module_real_store_parameter()
[all …]
H A Dvalagtkmodule.c323 ValaList* _tmp27_; in vala_gtk_module_recurse_type_id_to_vala_map() local
330 _tmp27_ = _inner_list; in vala_gtk_module_recurse_type_id_to_vala_map()
913 const gchar* _tmp27_; in vala_gtk_module_process_current_ui_resource() local
914 _tmp27_ = current_name; in vala_gtk_module_process_current_ui_resource()
1462 gchar* _tmp27_; in vala_gtk_module_real_visit_field() local
1467 _tmp27_ = _tmp26_; in vala_gtk_module_real_visit_field()
1469 _g_free0 (_tmp27_); in vala_gtk_module_real_visit_field()
1729 ValaSignal* _tmp27_; in vala_gtk_module_real_visit_method() local
1802 _tmp27_ = sig; in vala_gtk_module_real_visit_method()
1803 if (_tmp27_ != NULL) { in vala_gtk_module_real_visit_method()
[all …]
/dports/x11/libfm/libfm-1.3.2/src/actions/
H A Dprofile.c127 GKeyFile* _tmp27_ = NULL; in fm_file_action_profile_new() local
197 _tmp27_ = kf; in fm_file_action_profile_new()
199 _tmp29_ = utils_key_file_get_string (_tmp27_, _tmp28_, "ExecuteAs", NULL); in fm_file_action_profile_new()
447 gchar* _tmp27_ = NULL; in fm_file_action_profile_launch() local
449 _tmp27_ = _tmp26_->str; in fm_file_action_profile_launch()
452 _vala_output = _tmp27_; in fm_file_action_profile_launch()
/dports/x11/libfm-extra/libfm-1.3.2/src/actions/
H A Dprofile.c127 GKeyFile* _tmp27_ = NULL; in fm_file_action_profile_new() local
197 _tmp27_ = kf; in fm_file_action_profile_new()
199 _tmp29_ = utils_key_file_get_string (_tmp27_, _tmp28_, "ExecuteAs", NULL); in fm_file_action_profile_new()
447 gchar* _tmp27_ = NULL; in fm_file_action_profile_launch() local
449 _tmp27_ = _tmp26_->str; in fm_file_action_profile_launch()
452 _vala_output = _tmp27_; in fm_file_action_profile_launch()
/dports/lang/vala/vala-0.48.18/libvaladoc/html/
H A Dbasicdoclet.c1487 _tmp27_ = ns; in valadoc_html_basic_doclet_write_navi_package()
2530 _tmp27_ = pkg; in valadoc_html_basic_doclet_write_navi_packages_inline()
2941 _tmp27_ = nodes; in valadoc_html_basic_doclet_write_known_symbols_note()
3188 gchar* _tmp27_; in valadoc_html_basic_doclet_write_symbol_content() local
3588 _tmp27_ = iface; in valadoc_html_basic_doclet_write_inherited_symbols_note_for_class()
3723 _tmp27_ = pre; in valadoc_html_basic_doclet_write_inherited_symbols_note_for_interface()
3845 gchar** _tmp27_; in valadoc_html_basic_doclet_write_child_namespaces() local
3908 _tmp27_ = _tmp26_; in valadoc_html_basic_doclet_write_child_namespaces()
4146 _tmp27_ = p; in valadoc_html_basic_doclet_write_child_dependencies()
4820 gchar** _tmp27_; in valadoc_html_basic_doclet_write_package_content() local
[all …]

12345678910>>...22