HomeSort by relevance Sort by last modified time
    Searched full:crashed (Results 1 - 25 of 556) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
rdar-8288645-invalid-code.mm 3 // This test case previously crashed Sema.
invalid-rdar-8236270.cpp 3 // This test case previously just crashed the frontend.
  /external/clang/test/SemaCXX/
warn-everthing.cpp 3 // This previously crashed due to a bug in the CFG. Exercising all
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.h 19 CRASHED, // The tab crashed. Display the "Aw, Snap!" page.
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.h 13 // A delegate for the InfoBar shown when the previous session has crashed.
16 // If |browser| is not incognito, creates a session crashed infobar and
  /external/chromium/chrome/browser/
sanity_uitest.cc 6 // another have crashed the program.
30 // UITest will check if this crashed.
47 // UITest will check if this crashed.
68 // UITest will check if this crashed.
images_uitest.cc 25 // UI test framework will check if this crashed.
  /external/clang/test/CodeGenCXX/
2009-04-23-bool2.cpp 3 // Crashed before 67975 went in.
instrument-functions.cpp 20 // This test case previously crashed code generation. It exists solely
reference-in-blocks.cpp 28 // crashed in code gen (radar 7495203)
  /external/llvm/test/CodeGen/Generic/
2006-01-18-InvalidBranchOpcodeAssert.ll 2 ; This crashed the PPC backend.
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.h 21 // A views::View subclass used to render the presentation of the crashed
29 CRASHED, // The tab crashed. Display the "Aw, Snap!" page.
  /external/chromium_org/chrome/browser/ui/
sad_tab_types.h 13 SAD_TAB_KIND_CRASHED = 0, // Tab crashed. Display the "Aw, Snap!" page.
  /external/chromium_org/components/breakpad/app/
breakpad_win.h 16 // If chrome has been restarted because it crashed, this function will display
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_proxy_private.idl 10 /* Called when the given plugin process has crashed. */
  /external/chromium_org/third_party/sqlite/src/test/
savepoint4.test 57 for {set iDelay 1 ; set crashed 1} {$crashed} {incr iDelay} {
75 set crashed [lindex $ret 0]
112 for {set iDelay 1 ; set crashed 1} {$crashed} {incr iDelay} {
143 set crashed [lindex $ret 0]
144 if {$crashed} {
153 if {$crashed == 0 && $file == "test.db-journal"} {
154 set crashed 1
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.h 28 // This interprets the crashed status to decide whether or not this
29 // render data represents a tab that is "crashed" (i.e. the render
  /external/chromium_org/base/test/
gtest_xml_util.h 43 // On successful return |crashed| is set to true if the test results
47 bool* crashed) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h 29 // This interprets the crashed status to decide whether or not this
30 // render data represents a tab that is "crashed" (i.e. the render
  /external/chromium_org/content/public/browser/
browser_child_process_host_delegate.h 27 // Called if the process crashed. |exit_code| is the status returned when the
28 // process crashed (for posix, as returned from waitpid(), for Windows, as
invalidate_type.h 14 INVALIDATE_TYPE_TAB = 1 << 1, // The favicon, app icon, or crashed
utility_process_host_client.h 23 // Called when the process has crashed.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 138 def __init__(self, crashed):
139 self.crashed = crashed
148 return self.crashed
153 def assert_crash(driver, error_line, crashed, name, pid, unresponsive=False):
154 self.assertEqual(driver._check_for_driver_crash(error_line), crashed)
167 assert_crash(driver, '#CRASHED\n', True, 'FakeServerProcess', 1234)
173 assert_crash(driver, '#CRASHED - WebProcess\n', True, 'WebProcess', None)
179 assert_crash(driver, '#CRASHED - WebProcess (pid 8675)\n', True, 'WebProcess', 8675)
191 assert_crash(driver, '#CRASHED - renderer (pid 8675)\n', True, 'renderer', 8675
    [all...]
server_process_mock.py 31 def __init__(self, port_obj=None, name=None, cmd=None, env=None, universal_newlines=False, treat_no_data_as_crash=False, logging=False, lines=None, crashed=False):
34 self.crashed = crashed
47 return self.crashed
  /external/chromium_org/chrome/browser/
certificate_viewer.cc 16 // The certificate was not found. Could be that the renderer crashed before

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 91011>>