Searched refs:crashed (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process_mock.py31 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
H A Ddriver_unittest.py138 def __init__(self, crashed):
139 self.crashed = crashed
148 return self.crashed
153 def assert_crash(driver, error_line, crashed, name, pid, unresponsive=False, leaked=False):
154 self.assertEqual(driver._check_for_driver_crash(error_line), crashed)
H A Ddriver.py110 # didn't crash, just a subprocess) we record the crashed subprocess name here.
115 # This could mean they crashed.
166 crashed = self.has_crashed()
171 if not crashed:
174 self.error_from_test = 'OUTPUT CONTAINS "' + sanitizer + '", so we are treating this test as if it crashed, even though it did not.\n\n' + self.error_from_test
175 crashed = True
179 if stop_when_done or crashed or timed_out or leaked:
180 # We call stop() even if we crashed or timed out in order to get any remaining stdout/stderr output.
190 if crashed:
206 crash=crashed, test_tim
[all...]
/external/chromium_org/build/android/pylib/monkey/
H A Dtest_runner.py69 crashed = True
78 crashed = False
82 if success_pattern in output and not crashed:
/external/chromium_org/base/test/
H A Dgtest_xml_util.h43 // On successful return |crashed| is set to true if the test results
47 bool* crashed) WARN_UNUSED_RESULT;
H A Dgtest_xml_util.cc61 // when the test binary crashed. Note that we cannot even open the <testcase>
92 bool* crashed) {
140 // running when the test binary crashed.
154 // Assume the test crashed - we can correct that later.
191 // Erase the fail-safe "crashed" result - now we know the test did
225 *crashed = (state != STATE_END);
90 ProcessGTestOutput(const base::FilePath& output_file, std::vector<TestResult>* results, bool* crashed) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dsad_tab_view.cc70 static int crashed = 0; local
71 crashed++;
73 "Tabs.SadTab.CrashCreated", crashed, 1, 1000, 50);
216 static int crashed = 0; local
218 "Tabs.SadTab.CrashDisplayed", ++crashed, 1, 1000, 50);
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Dexample.js6 var crashed = false; variable
132 crashed = true;
150 if (!crashed) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.cc53 static bool crashed = false; variable
108 if (!crashed) {
109 crashed = true;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.cc52 static bool crashed = false; variable
107 if (!crashed) {
108 crashed = true;
/external/chromium_org/chrome/renderer/resources/
H A Doffline.js46 this.crashed = false;
132 CRASHED: 'crashed',
377 if (this.activated || this.crashed) {
387 if (this.crashed && this.gameOverPanel) {
399 if (!this.started && !this.crashed) {
421 } else if (this.crashed) {
513 if (!this.crashed) {
581 if (!this.crashed && (Runner.keycodes.JUMP[String(e.keyCode)] ||
594 if (this.crashed && e.type == Runner.events.TOUCHSTART &&
621 } else if (this.crashed) {
[all...]
/external/chromium_org/v8/tools/testrunner/local/
H A Dexecution.py84 self.crashed = 0
138 self.crashed += 1
H A Dprogress.py110 if self.runner.crashed > 0:
111 print "=== %i tests CRASHED" % self.runner.crashed
/external/chromium_org/base/test/launcher/
H A Dunit_test_launcher.cc310 bool crashed = false; local
312 ProcessGTestOutput(output_file, &test_results, &crashed);
/external/chromium_org/v8/tools/testrunner/network/
H A Dnetwork_execution.py213 self.crashed += 1
/external/ppp/pppd/
H A Dmain.c1490 static int crashed = 0; local
1492 if (crashed)
1494 crashed = 1;
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst416 **NativeClient: NaCl module load failed: Nexe crashed during startup**
417 This error message indicates that a module crashed while being loaded. You
418 can determine which module crashed by looking at the Network tab in Chrome's
419 Developer Tools (see above). The module that crashed will be the last one
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 654 milliseconds