Home
last modified time | relevance | path

Searched refs:destroy_flag (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dtrace_arguments_unittest.cc148 bool destroy_flag = false; in TEST() local
206 bool destroy_flag = false; in TEST() local
211 Foo(bool* destroy_flag) : destroy_flag_(destroy_flag) {} in TEST() argument
235 EXPECT_TRUE(destroy_flag); in TEST()
239 bool destroy_flag = false; in TEST() local
254 EXPECT_TRUE(destroy_flag); in TEST()
260 bool destroy_flag = false; in TEST() local
275 EXPECT_TRUE(destroy_flag); in TEST()
361 destroy_flag = false; in TEST()
402 destroy_flag = false; in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/trace_event/
H A Dtrace_arguments_unittest.cc148 bool destroy_flag = false; in TEST() local
206 bool destroy_flag = false; in TEST() local
211 Foo(bool* destroy_flag) : destroy_flag_(destroy_flag) {} in TEST() argument
235 EXPECT_TRUE(destroy_flag); in TEST()
239 bool destroy_flag = false; in TEST() local
254 EXPECT_TRUE(destroy_flag); in TEST()
260 bool destroy_flag = false; in TEST() local
275 EXPECT_TRUE(destroy_flag); in TEST()
361 destroy_flag = false; in TEST()
402 destroy_flag = false; in TEST()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/gtk/ADM_UIs/src/
H A Dchoice.cpp32 static int destroy_flag; variable
51 destroy_flag = 1; in alert_cb_destroyed()
107 destroy_flag = 0; in GUI_Alternate()
114 if (!destroy_flag) in GUI_Alternate()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/gtk/ADM_UIs/src/
H A Dchoice.cpp32 static int destroy_flag; variable
51 destroy_flag = 1; in alert_cb_destroyed()
107 destroy_flag = 0; in GUI_Alternate()
114 if (!destroy_flag) in GUI_Alternate()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/gtk/ADM_UIs/src/
H A Dchoice.cpp32 static int destroy_flag; variable
51 destroy_flag = 1; in alert_cb_destroyed()
107 destroy_flag = 0; in GUI_Alternate()
114 if (!destroy_flag) in GUI_Alternate()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/gtk/ADM_UIs/src/
H A Dchoice.cpp32 static int destroy_flag; variable
51 destroy_flag = 1; in alert_cb_destroyed()
107 destroy_flag = 0; in GUI_Alternate()
114 if (!destroy_flag) in GUI_Alternate()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drawdialog.c33 static gboolean ok_flag, destroy_flag; variable
52 destroy_flag = TRUE; in rawdialog_destroy()
112 ok_flag = destroy_flag = FALSE; in rawdialog_execute()
115 while (!destroy_flag) mainloop(); in rawdialog_execute()
H A Dsession.c319 gboolean destroy_flag, resume_click_flag; member
327 ddata->destroy_flag = TRUE; in session_dialog_destroy()
473 ddata.destroy_flag = ddata.resume_click_flag = FALSE; in session_dialog()
475 while (!ddata.destroy_flag) mainloop(); in session_dialog()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DObjPool.hpp247 int ObjPool <T>::delete_obj_stack (PtrStack &ptr_stack, bool destroy_flag) noexcept in delete_obj_stack() argument
256 if (destroy_flag) in delete_obj_stack()
H A DObjPool.h93 int delete_obj_stack (PtrStack &ptr_stack, bool destroy_flag) noexcept;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c258 int destroy_flag = 0; in pvr2_context_exit() local
260 destroy_flag = !0; in pvr2_context_exit()
263 if (destroy_flag) pvr2_context_notify(mp); in pvr2_context_exit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c258 int destroy_flag = 0; in pvr2_context_exit() local
260 destroy_flag = !0; in pvr2_context_exit()
263 if (destroy_flag) pvr2_context_notify(mp); in pvr2_context_exit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c258 int destroy_flag = 0; in pvr2_context_exit() local
260 destroy_flag = !0; in pvr2_context_exit()
263 if (destroy_flag) pvr2_context_notify(mp); in pvr2_context_exit()
/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_view_manager.cc301 int view_manager::close_window ( pisa_window_id id, int destroy_flag ) in close_window() argument
306 m_main_cls->close_window ( destroy_flag ); in close_window()
311 m_prev_cls->close_window ( destroy_flag ); in close_window()
315 m_gamma_cls->close_window ( destroy_flag ); in close_window()
319 m_config_cls->close_window ( destroy_flag ); in close_window()
H A Dpisa_view_manager.h66 int close_window ( pisa_window_id id, int destroy_flag );
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DTdDb.cpp230 void TdDb::do_close(Promise<> on_finished, bool destroy_flag) { in do_close() argument
233 …[promise = std::move(on_finished), sql_connection = std::move(sql_connection_), destroy_flag](Unit… in do_close()
236 if (destroy_flag) { in do_close()
274 if (destroy_flag) { in do_close()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Gl_Window.H79 void context(void*, int destroy_flag = 0);
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Gl_Window.H181 void context(void*, int destroy_flag = 0);
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/src/
H A DFl_Gl_Stubs.cxx30 void Fl_Gl_Window::context(void*, int destroy_flag) {} in context() argument
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Gl_Window.H181 void context(void*, int destroy_flag = 0);
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Gl_Window.H194 void context(void*, int destroy_flag = 0);
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Gl_Window.cxx446 void Fl_Gl_Window::context(void* v, int destroy_flag) { in context() argument
449 if (destroy_flag) mode_ &= ~NON_LOCAL_CONTEXT; in context()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Gl_Window.cxx446 void Fl_Gl_Window::context(void* v, int destroy_flag) { in context() argument
449 if (destroy_flag) mode_ &= ~NON_LOCAL_CONTEXT; in context()
/dports/security/shishi/shishi-1.0.2/src/
H A Dshishi_cmd.h42 …int destroy_flag; /**< @brief Destroy tickets in local cache, limited by any --client-name or --se… member
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Gl_Window.cxx460 void Fl_Gl_Window::context(void* v, int destroy_flag) { in context() argument
463 if (destroy_flag) mode_ &= ~NON_LOCAL_CONTEXT; in context()

12