Searched defs:CRASH (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/metrics/serialization/
H A Dmetric_sample.h23 CRASH, enumerator in enum:metrics::MetricSample::SampleType
/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py35 CRASH = "CRASH" variable
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/build/android/pylib/base/
H A Dbase_test_result.py12 CRASH = 'CRASH' variable in class:ResultType
20 ResultType.CRASH, ResultType.TIMEOUT, ResultType.UNKNOWN]
184 return self._GetType(ResultType.CRASH)
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.h153 #define CRASH *(volatile int *) 0 = 0; macro
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dresults.js33 var CRASH = 'CRASH'; variable
116 case CRASH:
/external/deqp/scripts/log/
H A Dlog_parser.py15 CRASH = 'Crash' variable in class:StatusCode
27 CRASH,
131 statusCode = StatusCode.CRASH
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.h133 /* IMMEDIATE_CRASH() - Like CRASH() below but crashes in the fastest, simplest possible way with no attempt at logging. */
142 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
144 Use CRASH() in response to known, unrecoverable errors like out-of-memory.
150 #ifndef CRASH
151 #define CRASH() \ macro
195 CRASH()) : \
201 CRASH()) : \
206 CRASH(); \
237 CRASH()) : \
265 CRASH(); \
[all...]
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp49 #define CRASH() do { \ macro
90 CRASH();
110 CRASH();

Completed in 286 milliseconds