HomeSort by relevance Sort by last modified time
    Searched refs:CRASH (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Index/Inputs/Headers/
crash.h 1 // Produce a crash if CRASH is defined.
2 #ifdef CRASH
3 # pragma clang __debug crash
  /external/clang/test/Driver/
output-file-cleanup.c 17 // REQUIRES: crash-recovery
19 #ifdef CRASH
20 #pragma clang __debug crash
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCommon.cpp 41 CRASH();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.cpp 75 CRASH();
96 CRASH();
117 CRASH();
138 CRASH();
159 CRASH();
165 CRASH();
186 CRASH();
192 CRASH();
213 CRASH();
234 CRASH();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 142 /* IMMEDIATE_CRASH() - Like CRASH() below but crashes in the fastest, simplest possible way with no attempt at logging. */
151 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
153 Use CRASH() in response to known, unrecoverable errors like out-of-memory.
157 Signals are ignored by the crash reporter on OS X so we must do better.
159 #ifndef CRASH
160 #define CRASH() \
204 CRASH()) : \
210 CRASH()) : \
215 CRASH(); \
    [all...]
ThreadSpecific.h 115 CRASH();
122 CRASH();
140 CRASH();
186 CRASH();
190 CRASH();
ThreadIdentifierDataPthreads.cpp 63 CRASH();
ThreadSpecificWin.cpp 54 CRASH();
  /external/chromium_org/content/public/browser/
download_interrupt_reason_values.h 110 // Crash.
114 INTERRUPT_REASON(CRASH, 50)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioArray.h 59 CRASH();
81 CRASH();
85 CRASH();
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.cpp 45 CRASH();
53 CRASH();
  /external/chromium_org/v8/tools/testrunner/local/
statusfile.py 35 CRASH = "CRASH"
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
79 (not CRASH in outcomes) and (not OKAY in outcomes))
  /external/chromium_org/components/metrics/chromeos/
metric_sample.cc 40 if (type_ == CRASH) {
41 return base::StringPrintf("crash%c%s%c",
79 CHECK_NE(type_, CRASH);
89 CHECK_NE(type_, CRASH);
104 new MetricSample(CRASH, crash_name, 0, 0, 0, 0));
metric_sample.h 23 CRASH,
43 // Check the metric type to make sure the request make sense. (ex: a crash
44 // sample does not have a bucket_count so we crash if we call bucket_count()
54 // crash: crash\0|name_|\0
61 // Builds a crash sample.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8MutationCallback.cpp 64 CRASH();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 57 CRASH();
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 307 CRASH();
309 CRASH();
311 CRASH();
313 CRASH();
  /external/chromium_org/build/android/pylib/base/
base_test_result.py 11 CRASH = 'CRASH'
18 return [ResultType.PASS, ResultType.FAIL, ResultType.CRASH,
172 return self._GetType(ResultType.CRASH)
base_test_result_unittest.py 20 self.c1 = BaseTestResult('c1', ResultType.CRASH, log='crash1')
55 '[CRASH] c1:\n'
61 'CRASH: 1 TIMEOUT: 0 UNKNOWN: 1 ')
  /external/deqp/scripts/log/
log_parser.py 15 CRASH = 'Crash'
27 CRASH,
131 statusCode = StatusCode.CRASH
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 61 self.get_test('failures/expected/crash.html'),
73 Bug(test) failures/expected/crash.html [ WontFix ]
111 self.parse_exp('Bug(x) failures/expected/text.html [ Crash Failure ]')
114 set([FAIL, CRASH]))
122 self.assertEqual(TestExpectations.result_was_expected(SKIP, set([CRASH]), test_needs_rebaselining=False), True)
136 self.assertFalse(TestExpectations.result_was_expected(CRASH, set([NEEDS_REBASELINE]), test_needs_rebaselining=False))
144 self.assertEqual(TestExpectations.remove_pixel_failures(set([PASS, IMAGE, CRASH])), set([PASS, CRASH]))
149 self.assertEqual(TestExpectations.suffixes_for_expectations(set([FAIL, IMAGE, CRASH])), set(['txt', 'png', 'wav']))
162 self.assert_exp_list('failures/expected/crash.html', [WONTFIX, SKIP]
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 59 "CRASH": [ 13, 10 ],
90 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
105 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Build Number|&chxr=0,3,5|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
125 '<tr><td>CRASH</td><td>13</td><td>10</td></tr>' +
153 '<tr><td>CRASH</td><td>13</td><td>10</td></tr>' +
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedBuffer.cpp 168 CRASH();
183 CRASH();
198 CRASH();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h 63 CRASH();
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 98 # to output the CRASHED marker when a crash happens.
122 full_test_name, base_test_result.ResultType.CRASH,
137 full_test_name, base_test_result.ResultType.CRASH,

Completed in 2788 milliseconds

1 2 3