Home
last modified time | relevance | path

Searched refs:crashed (Results 1 – 25 of 81) sorted by relevance

1234

/external/clang/test/CodeGen/
Dexceptions-seh-finally.c73 int crashed; variable
78 crashed = __abnormal_termination(); in use_abnormal_termination()
/external/v8/build/android/pylib/monkey/
Dtest_runner.py76 crashed = True
85 crashed = False
89 if success_pattern in output and not crashed:
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.mm70 // Send acknowledgement to the crashed process that the inspection
84 fprintf(stderr, "Inspection of crashed process failed\n");
148 // get information from the crashed process.
164 // We're done receiving mach messages from the crashed process,
193 // Wait for an initial message from the crashed process containing basic
342 // The crashed task needs to be told that the inspection has finished.
/external/clang/test/Index/
Drdar-8288645-invalid-code.mm3 // This test case previously crashed Sema.
/external/llvm/test/CodeGen/Generic/
D2006-01-18-InvalidBranchOpcodeAssert.ll2 ; This crashed the PPC backend.
/external/llvm/test/MC/X86/
Dinline-asm-obj.ll6 ; We crashed when using direct object emission in the past.
/external/llvm/test/CodeGen/X86/
Dcomplex-asm.ll2 ; This formerly crashed.
D2010-07-13-indirectXconstraint.ll3 ; formerly crashed
D2010-06-24-g-constraint-crash.ll2 ; Formerly crashed, rdar://8015842
Ddynamic-alloca-lifetime.ll3 ; This test crashed in PEI because the stack protector was dead.
Dshift-avx2-crash.ll2 ; This test crashed on variable shift creation on AVX2
D2010-02-01-DbgValueCrash.ll5 ; formerly crashed in SelectionDAGBuilder
/external/llvm/test/CodeGen/Thumb2/
Dbuildvector-crash.ll2 ; Formerly crashed, 3573915.
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-redefinition.ll3 ; doesn't crash. (It crashed formerly on ARM, and proved useful in
/external/llvm/test/Transforms/InstCombine/
Dselect-crash-noverify.ll2 ; Formerly crashed, PR8490.
Dselect-crash.ll2 ; Formerly crashed, PR8490.
/external/llvm/test/CodeGen/Mips/
Ddagcombine_crash.ll2 ; The selection DAG select(select()) normalisation crashed for different types
/external/llvm/test/CodeGen/SPARC/
Dmultiple-div.ll5 ;; and then crashed. Additionally, in -O1, it would omit the second
/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h101 bool crashed() const { return crashed_; } in crashed() function
/external/google-breakpad/src/processor/testdata/
Dmicrodump.stackwalk-arm.out10 Thread 0 (crashed)
Dminidump2.stackwalk.out11 Thread 0 (crashed)
Dmicrodump.stackwalk-arm64.out10 Thread 0 (crashed)
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_binaryop.ll28 ; The SLPVectorizer crashed because it tried to use binary_V
/external/v8/tools/testrunner/local/
Dprogress.py140 if self.runner.crashed > 0:
141 print "=== %i tests CRASHED" % self.runner.crashed
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm264 if (process_state.crashed()) {
276 process_state.crashed() ? "crashed" :
300 // Print the crashed registers

1234