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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
crash-recovery.c 2 // RUN: FileCheck < %t.err -check-prefix=CHECK-LOAD-SOURCE-CRASH %s
3 // CHECK-LOAD-SOURCE-CRASH: Unable to load translation unit
4 // RUN: env LIBCLANG_DISABLE_CRASH_RECOVERY=1 not --crash c-index-test -test-load-source all %s
6 // REQUIRES: crash-recovery
8 #pragma clang __debug crash
  /external/clang/test/Modules/Inputs/
crash.h 1 #pragma clang __debug crash
  /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/Parser/
crash-report.c 1 // RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
2 // REQUIRES: crash-recovery
9 ma clang __debug crash
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
5 // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s
6 // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit
10 #pragma clang __debug crash
crash-recovery-reparse-remap.c 8 #pragma clang __debug crash
  /build/kati/testcase/
append_self_reference.mk 5 # TODO: shouldn't crash.
  /external/clang/test/CodeGenCXX/
debug-info-globalinit.cpp 3 void crash() { function
9 crash();
debug-info-template-array.cpp 11 void crash() // Asserts function
  /external/clang/test/Driver/
output-file-cleanup.c 18 // REQUIRES: crash-recovery
20 #ifdef CRASH
21 #pragma clang __debug crash
  /cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
NativeActivity.java 27 System.loadLibrary("crash-jni");
30 public native void crash(); method in class:NativeActivity
35 crash(); method
  /cts/tools/dasm/src/java_cup/
internal_error.java 15 public void crash() method in class:internal_error
  /system/core/debuggerd/tombstoned/
tombstoned.cpp 53 // Ownership of Crash is a bit messy.
56 struct Crash {
57 ~Crash() {
75 static std::deque<Crash*> queued_requests;
129 static void perform_request(Crash* crash) {
131 if (!intercept_manager->GetIntercept(crash->crash_pid, &output_fd)) {
132 std::tie(output_fd, crash->crash_path) = get_tombstone();
138 ssize_t rc = send_fd(crash->crash_fd, &response, sizeof(response), std::move(output_fd));
143 PLOG(WARNING) << "crash socket write returned short"
173 Crash* crash = new Crash(); local
184 Crash* crash = static_cast<Crash*>(arg); local
229 Crash* crash = static_cast<Crash*>(arg); local
    [all...]
  /external/ltp/testcases/kdump/lib/
verify.sh 5 crash=${1}; shift
25 if [ "${crash}" -eq 1 ]; then
28 echo " CRASH "
63 crash -i crash_cmd "${VMLINUX}" "${vmcore}"
  /external/clang/test/PCH/
chain-friend-instantiation.cpp 46 struct crash { struct
49 crash(const TClass<std::s> p) function in struct:crash
59 crash c(p);
  /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
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15470.dir/
a.go 7 M1(x, _ int) // _ (blank) caused crash
23 Write(w io.Writer, _ int, start bool) // _ (blank) caused crash
  /prebuilts/go/linux-x86/test/fixedbugs/issue15470.dir/
a.go 7 M1(x, _ int) // _ (blank) caused crash
23 Write(w io.Writer, _ int, start bool) // _ (blank) caused crash
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
threadprof.go 36 void *crash(void *p) {
43 return pthread_create(&tid, 0, crash, 0);
75 if len(os.Args) > 2 && os.Args[2] == "crash" {
79 // Exit with 0 because parent expects us to crash.
83 // We should crash immediately, but give it plenty of
90 out, err := exec.Command(os.Args[0], "CgoExternalThreadSignal", "crash").CombinedOutput()
92 fmt.Println("C signal did not crash as expected")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
threadprof.go 36 void *crash(void *p) {
43 return pthread_create(&tid, 0, crash, 0);
75 if len(os.Args) > 2 && os.Args[2] == "crash" {
79 // Exit with 0 because parent expects us to crash.
83 // We should crash immediately, but give it plenty of
90 out, err := exec.Command(os.Args[0], "CgoExternalThreadSignal", "crash").CombinedOutput()
92 fmt.Println("C signal did not crash as expected")
  /art/test/408-move-bug/src/
Main.java 20 crash(); method
24 static void crash() { method in class:Main
44 // Similar to `crash` but generated an NPE.
  /cts/tests/tests/os/src/android/os/cts/
IParcelFileDescriptorPeer.aidl 46 void crash();
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug235.go 7 // used to crash the compiler
issue5291.go 7 // Issue 5291: GC crash
  /prebuilts/go/linux-x86/test/fixedbugs/
bug235.go 7 // used to crash the compiler

Completed in 1158 milliseconds

1 2 3 4 5 6 7 8 91011>>