HomeSort by relevance Sort by last modified time
    Searched defs:CRASH (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/components/metrics/chromeos/
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/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/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)
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 152 // Cause a crash in a way that is guaranteed not to get optimized out by LLVM.
153 #define CRASH *(volatile int *) 0 = 0;
  /external/deqp/scripts/log/
log_parser.py 15 CRASH = 'Crash'
27 CRASH,
131 statusCode = StatusCode.CRASH
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 49 #define CRASH() do { \
90 CRASH();
110 CRASH();
138 // crash if Blink tries to call into the plugin's NPObjects after unloading
  /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...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 35 var CRASH = 'CRASH';
51 var kCrashLogSuffix = '-crash-log.txt';
123 case CRASH:
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 62 CRASH = "C"
78 CRASH_STRING = "CRASH"
94 CRASH_STRING: CRASH,
  /frameworks/base/libs/hwui/
DisplayListOp.h 38 #define CRASH() do { \
65 virtual ~DisplayListOp() { CRASH(); }
66 static void operator delete(void* ptr) { CRASH(); }
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 

Completed in 1370 milliseconds