/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
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
|
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...] |
driver.py | 106 # "#CRASHED - PROCESSNAME". Since those can happen at any time 108 # didn't crash, just a subprocess) we record the crashed subprocess name here. 113 # This could mean they crashed. 158 crashed = self.has_crashed() 162 if stop_when_done or crashed or timed_out: 163 # We call stop() even if we crashed or timed out in order to get any remaining stdout/stderr output. 173 if crashed: 189 crash=crashed, test_time=time.time() - test_begin_time, measurements=self._measurements, 328 if error_line == "#CRASHED\n": 329 # This is used on Windows to report that the process has crashed [all...] |
/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;
|
gtest_xml_util.cc | 61 // when the test binary crashed. Note that we cannot even open the <testcase> 92 bool* crashed) { 140 // running when the test binary crashed. 153 // Assume the test crashed - we can correct that later. 190 // Erase the fail-safe "crashed" result - now we know the test did 224 *crashed = (state != STATE_END);
|
/external/chromium_org/build/android/pylib/monkey/ |
test_runner.py | 70 crashed = True 79 crashed = False 83 if success_pattern in output and not crashed:
|
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 69 static int crashed = 0; local 70 crashed++; 72 "Tabs.SadTab.CrashCreated", crashed, 1, 1000, 50); 211 static int crashed = 0; local 213 "Tabs.SadTab.CrashDisplayed", ++crashed, 1, 1000, 50);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
internal_logging.cc | 53 static bool crashed = false; variable 108 if (!crashed) { 109 crashed = true;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
internal_logging.cc | 52 static bool crashed = false; variable 107 if (!crashed) { 108 crashed = true;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 26 // Background color of the content (a grayish blue) for a crashed tab. 63 static int crashed = 0; local 65 "Tabs.SadTab.CrashCreated", ++crashed, 1, 1000, 50); 180 static int crashed = 0; local 182 "Tabs.SadTab.CrashDisplayed", ++crashed, 1, 1000, 50);
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
example.js | 6 var crashed = false; variable 132 crashed = true; 150 if (!crashed) {
|
/external/chromium_org/tools/site_compare/commands/ |
timeload.py | 11 or the string "timeout" or "crashed".
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.h | 262 crashed(false), 275 bool crashed; member in struct:TabRendererGtk::TabData 415 // Set when the crashed favicon should be displayed.
|
/external/chromium_org/v8/tools/testrunner/local/ |
execution.py | 85 self.crashed = 0 145 self.crashed += 1
|
progress.py | 93 print "--- CRASHED ---" 104 if self.runner.crashed > 0: 105 print "=== %i tests CRASHED" % self.runner.crashed 176 print "--- CRASHED ---" 271 fail_text += "exit code: %d\n--- CRASHED ---" % test.output.exit_code
|
/external/chromium_org/tools/site_compare/scrapers/chrome/ |
chromebase.py | 110 return "crashed" 128 A list of tuples (url, time). "time" can be "crashed" or "timeout" 167 load_time = "crashed" 171 load_time = "crashed"
|
/external/chromium_org/tools/site_compare/scrapers/firefox/ |
firefox2.py | 162 A list of tuples (url, time). "time" can be "crashed" or "timeout" 216 load_time = "crashed" 221 load_time = "crashed"
|
/external/chromium_org/tools/site_compare/scrapers/ie/ |
ie7.py | 140 A list of tuples (url, time). "time" can be "crashed" or "timeout" 177 load_time = "crashed" 180 load_time = "crashed"
|
/external/chromium_org/base/test/launcher/ |
unit_test_launcher.cc | 319 bool crashed = false; local 321 ProcessGTestOutput(output_file, &test_results, &crashed);
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 247 crashed(false), 363 data_.crashed = true; 366 data_.crashed = false; 416 if (data_.crashed) { [all...] |
tab_renderer_gtk.h | 256 bool crashed; member in struct:TabRendererGtk::TabData 405 // Set when the crashed favicon should be displayed.
|
/external/chromium_org/chrome/test/functional/ |
infobars.py | 52 """Verify the "plugin crashed" infobar.""" 67 self.assertTrue('crashed' in crash_infobar[0]['text']) 121 """Returns the count of 'Shockwave Flash has crashed' infobars.""" 127 infobar['text'].startswith('Shockwave Flash has crashed')):
|
/external/chromium_org/v8/tools/testrunner/network/ |
network_execution.py | 211 self.crashed += 1
|
/external/ppp/pppd/ |
main.c | 1490 static int crashed = 0; local [all...] |
/external/v8/tools/ |
test.py | 66 self.crashed = 0 131 self.crashed += 1 168 print "--- CRASHED ---" 179 if self.crashed > 0: 180 print "=== %i tests CRASHED" % self.crashed 254 print "--- CRASHED ---" [all...] |