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

1 2 3 4

  /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 18 // REQUIRES: crash-recovery
20 #ifdef CRASH
21 #pragma clang __debug crash
  /external/ltp/testcases/kdump/
runkdump.conf 4 # Vmcore verification using crash command.
5 # Require kernel-debuginfo and crash packages.
6 CRASH=0
15 # /var/crash for Red Hat.
17 COREDIR=/var/crash
runkdump.sh 138 ./verify.sh "../${conf}" "${vmcore}" "${CRASH}" \
  /external/ltp/testcases/kdump/lib/
setup.sh 57 if [ "${CRASH}" ] && [ "${CRASH}" -eq 1 ]; then
58 if [ ! -x "/usr/bin/crash" ]; then
59 echo "Fail: crash not found."
  /external/ltp/testcases/kdump/lib/crasher/
crasher.c 40 #define CRASH "crasher" /* name of /proc entry file */
94 if ((crasher_proc = create_proc_entry(CRASH, 0, NULL)) == NULL) {
107 remove_proc_entry(CRASH, NULL);
  /tools/loganalysis/src/com/android/loganalysis/item/
MonkeyLogItem.java 73 public static final String CRASH = "CRASH";
78 IS_FINISHED, NO_ACTIVITIES, INTERMEDIATE_COUNT, FINAL_COUNT, CRASH,
335 * or null if there was no crash.
338 return (MiscLogcatItem) getAttribute(CRASH);
345 public void setCrash(MiscLogcatItem crash) {
346 setAttribute(CRASH, crash);
  /frameworks/native/include/powermanager/
IPowerManager.h 52 CRASH = IBinder::FIRST_CALL_TRANSACTION + 20,
71 virtual status_t crash(const String16& message) = 0;
  /external/deqp/scripts/log/
log_parser.py 35 CRASH = 'Crash'
47 CRASH,
151 statusCode = StatusCode.CRASH
  /external/v8/tools/testrunner/local/
statusfile.py 40 CRASH = "CRASH"
52 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK,
91 (not CRASH in outcomes) and (not OKAY in outcomes))
testsuite.py 291 return statusfile.CRASH
  /frameworks/native/services/powermanager/
IPowerManager.cpp 129 virtual status_t crash(const String16& message) function in class:android::BpPowerManager
134 return remote()->transact(CRASH, data, &reply, 0);
  /tools/loganalysis/src/com/android/loganalysis/parser/
MonkeyLogParser.java 71 // Log messages can get intermixed in crash message, ignore those in the crash context.
76 private static final Pattern CRASH = Pattern.compile(
77 "// CRASH: (\\S+) \\(pid (\\d+)\\)");
79 "\\*\\* New native crash detected.");
135 AnrItem crash = new AnrParser().parse(mBlock); local
136 addCrashAndReset(crash);
148 if (line.contains("Native crash")) {
156 MiscLogcatItem crash = null; local
158 crash = new JavaCrashParser().parse(mBlock)
281 MiscLogcatItem crash = new NativeCrashItem(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 302 long crashToken = proto.start(ServiceRecordProto.CRASH);
303 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount);
304 ProtoUtils.toDuration(proto, ServiceRecordProto.Crash.RESTART_DELAY, restartDelay, now);
306 ServiceRecordProto.Crash.NEXT_RESTART_TIME, nextRestartTime, now);
307 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount);
    [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 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 

Completed in 795 milliseconds

1 2 3 4