Home
last modified time | relevance | path

Searched refs:object_found (Results 1 – 12 of 12) sorted by relevance

/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dxml_configuration.cpp157 bool object_found = false; in set_value() local
185 while((!object_found) &&( nephew = child->IterateChildren( nephew ) )) in set_value()
189 object_found = true; in set_value()
194 if(object_found == false) in set_value()
212 bool object_found = false; in remove_object() local
238 while((!object_found) && ( nephew = child->IterateChildren( nephew ) )) in remove_object()
242 object_found = true; in remove_object()
247 if(object_found == false) in remove_object()
/dports/lang/seed7/seed7/src/
H A Ddcllib.c323 objectType object_found; in dcl_getfunc() local
335 printf("entity=%lu ", (unsigned long) GET_ENTITY(object_found)); in dcl_getfunc()
336 printf("%lu ", (unsigned long) object_found); in dcl_getfunc()
338 trace1(object_found); in dcl_getfunc()
344 return bld_reference_temp(object_found); in dcl_getfunc()
354 objectType object_found; in dcl_getobj() local
364 object_found = find_name(prog->declaration_root, name_expr, &err_info); in dcl_getobj()
366 printf("entity=%lu ", (unsigned long) GET_ENTITY(object_found)); in dcl_getobj()
367 printf("%lu ", (unsigned long) object_found); in dcl_getobj()
369 trace1(object_found); in dcl_getobj()
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/services/names/
H A Dname_server-messaging.cpp113 bool object_found = res == yami::core::ok; in process_bind() local
117 if (object_found && location_found) in process_bind()
204 bool object_found = res == yami::core::ok; in process_resolve() local
205 if (object_found) in process_resolve()
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_session.cpp673 bool object_found = false; in bake() local
676 object_found = true; in bake()
681 if (object_found && !session->progress.get_cancel()) { in bake()
701 if (object_found && !session->progress.get_cancel()) { in bake()
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dx_image.c700 object_found = 1; in x_image_get_pixbuf()
708 if (object_found) { in x_image_get_pixbuf()
/dports/cad/cura/Cura-58bae31/cura/
H A DCuraApplication.py1663 object_found = False
1669 object_found = True
1671 if not object_found:
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdbusconnection.c5162 gboolean *object_found)
5200 *object_found = TRUE;
7203 gboolean object_found = FALSE;
7245 if (obj_message_func (connection, eo, message, &object_found))
7270 if (object_found == TRUE)
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap.cpp2102 if (auto object_found = part->releaseObject(object)) in releaseObject() local
2103 return object_found; in releaseObject()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine.c1649 gboolean object_found;
1698 object_found = FALSE;
1702 g_signal_emit (e, signals[OBJECT_REQUESTED], 0, eb, &object_found);
1703 gtk_html_debug_log (e->widget, "object_found: %d\n", object_found);
1706 if (object_found) {
H A Dgtkhtml.c567 gboolean object_found = FALSE; in html_engine_object_requested_cb() local
571 object_found = FALSE; in html_engine_object_requested_cb()
572 g_signal_emit (gtk_html, signals[OBJECT_REQUESTED], 0, eb, &object_found); in html_engine_object_requested_cb()
573 return object_found; in html_engine_object_requested_cb()
/dports/devel/ipython5/ipython-5.10.0/docs/source/whatsnew/
H A Dgithub-stats-2.0.rst1431 * :ghissue:`4875`: Empty tooltip with `object_found = false` still being shown
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/
H A Dgithub-stats-2.0.rst1431 * :ghissue:`4875`: Empty tooltip with `object_found = false` still being shown