HomeSort by relevance Sort by last modified time
    Searched refs:CRASH (Results 1 - 25 of 63) 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/wtf/
TCSpinLock.h 48 if (pthread_mutex_init(&private_lock_, NULL) != 0) CRASH();
51 if (pthread_mutex_destroy(&private_lock_) != 0) CRASH();
54 if (pthread_mutex_lock(&private_lock_) != 0) CRASH();
57 if (pthread_mutex_unlock(&private_lock_) != 0) CRASH();
Assertions.h 126 /* IMMEDIATE_CRASH() - Like CRASH() below but crashes in the fastest, simplest possible way with no attempt at logging. */
135 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
137 Use CRASH() in response to known, unrecoverable errors like out-of-memory.
141 Signals are ignored by the crash reporter on OS X so we must do better.
143 #ifndef CRASH
144 #define CRASH() \
197 CRASH()) : \
203 CRASH()) : \
208 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/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_get_ppp_instance_crash.cc 31 CRASH;
ppapi_bad_ppp_initialize_crash.cc 23 CRASH;
33 // a missing crash above.
ppapi_bad_ppp_instance_didcreate_crash.cc 39 CRASH;
46 // since DidCreate is going to crash, these will never be called.
ppapi_bad_get_ppp_messaging_crash.cc 70 CRASH;
ppapi_bad_get_ppp_printing_crash.cc 70 CRASH;
  /external/chromium_org/content/public/browser/
download_interrupt_reason_values.h 104 // Crash.
108 INTERRUPT_REASON(CRASH, 50)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.cpp 108 CRASH();
132 CRASH();
156 CRASH();
180 CRASH();
204 CRASH();
210 CRASH();
234 CRASH();
241 CRASH();
  /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 75 CRASH();
84 CRASH();
  /external/chromium_org/build/android/pylib/base/
base_test_result.py 11 CRASH = 'CRASH'
18 return [ResultType.PASS, ResultType.FAIL, ResultType.CRASH,
160 return self._GetType(ResultType.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/third_party/WebKit/Source/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 60 CRASH();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8MutationCallback.cpp 69 CRASH();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h 60 CRASH();
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 305 CRASH();
307 CRASH();
309 CRASH();
311 CRASH();
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 58 "CRASH": [ 13, 10 ],
89 '<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">' +
104 '<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">' +
124 '<tr><td>CRASH</td><td>13</td><td>10</td></tr>' +
152 '<tr><td>CRASH</td><td>13</td><td>10</td></tr>' +
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 61 self.get_test('failures/expected/crash.html'),
71 Bug(test) failures/expected/crash.html [ WontFix ]
109 self.parse_exp('Bug(x) failures/expected/text.html [ Crash Failure ]')
112 set([FAIL, CRASH]))
120 self.assertEqual(TestExpectations.result_was_expected(SKIP, set([CRASH]), test_needs_rebaselining=False), True)
133 self.assertFalse(TestExpectations.result_was_expected(CRASH, set([NEEDS_REBASELINE]), test_needs_rebaselining=False))
140 self.assertEqual(TestExpectations.remove_pixel_failures(set([PASS, IMAGE, CRASH])), set([PASS, CRASH]))
145 self.assertEqual(TestExpectations.suffixes_for_expectations(set([FAIL, IMAGE, CRASH])), set(['txt', 'png', 'wav']))
158 self.assert_exp_list('failures/expected/crash.html', [WONTFIX, SKIP]
    [all...]

Completed in 1231 milliseconds

1 2 3