HomeSort by relevance Sort by last modified time
    Searched refs:exit_now (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/breakpad/app/
breakpad_win.h 18 bool ShowRestartDialogIfCrashed(bool* exit_now);
breakpad_win.cc 297 UINT flags, bool* exit_now) {
302 *exit_now = (IDOK != ::MessageBoxW(NULL, text, caption, flags));
315 bool ShowRestartDialogIfCrashed(bool* exit_now) {
334 return WrapMessageBoxWithSEH(message.c_str(), title.c_str(), flags, exit_now);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /external/chromium_org/chrome/app/
client_util.cc 293 bool exit_now = true; local
295 if (breakpad::ShowRestartDialogIfCrashed(&exit_now)) {
298 if (exit_now)
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 91 milliseconds