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

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22904.go 8 // invalid recursive types rather than crashing.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22904.go 8 // invalid recursive types rather than crashing.
  /prebuilts/go/darwin-x86/src/runtime/
signal_sighandler.go 13 // crashing is the number of m's we have waited for when implementing
15 var crashing int32 var
85 if crashing == 0 {
106 if crashing > 0 && gp != _g_.m.curg && _g_.m.curg != nil && readgstatus(_g_.m.curg)&^_Gscan == _Grunning {
110 } else if crashing == 0 {
118 crashing++
119 if crashing < mcount()-int32(extraMCount) {
print.go 44 // Not actively crashing: maintain circular buffer of print output.
panic.go 391 // Used when crashing with panicking.
410 // Print all currently active panics. Used when crashing.
628 // panicking is non-zero when crashing the program for an unrecovered panic.
771 // Is it okay for gp to panic instead of crashing the program?
cgocall.go 88 // Addresses collected in a cgo backtrace when crashing.
147 // and then live. Prevent these undead arguments from crashing
runtime2.go 440 cgoCallers *cgoCallers // cgo traceback if crashing in cgo call
traceback.go 968 // crashing, and so must be cautious about using memory. None of the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
signal_sighandler.go 13 // crashing is the number of m's we have waited for when implementing
15 var crashing int32 var
85 if crashing == 0 {
106 if crashing > 0 && gp != _g_.m.curg && _g_.m.curg != nil && readgstatus(_g_.m.curg)&^_Gscan == _Grunning {
110 } else if crashing == 0 {
118 crashing++
119 if crashing < mcount()-int32(extraMCount) {
print.go 44 // Not actively crashing: maintain circular buffer of print output.
panic.go 391 // Used when crashing with panicking.
410 // Print all currently active panics. Used when crashing.
628 // panicking is non-zero when crashing the program for an unrecovered panic.
771 // Is it okay for gp to panic instead of crashing the program?
cgocall.go 88 // Addresses collected in a cgo backtrace when crashing.
147 // and then live. Prevent these undead arguments from crashing
runtime2.go 440 cgoCallers *cgoCallers // cgo traceback if crashing in cgo call
  /external/valgrind/memcheck/tests/
leak-autofreepool-5.stderr.exp 28 crashing, especially if it happened in m_mallocfree.c.
  /prebuilts/go/darwin-x86/src/testing/
benchmark_test.go 90 // w/o crashing/deadlocking the whole benchmark.
  /prebuilts/go/linux-x86/src/testing/
benchmark_test.go 90 // w/o crashing/deadlocking the whole benchmark.
  /external/vulkan-validation-layers/build-android/
test_APK.sh 233 echo If the test is crashing, be sure to inspect full log for complete stack trace.
  /external/v8/src/
d8.js 10 var stringifyDepthLimit = 4; // To avoid crashing on cyclic objects
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 263 pr.crashing = true;
AppErrors.java 317 app.crashing = false;
380 * Bring up the "unexpected error" dialog box for a crashing app.
383 * @param r the application crashing
574 app.crashing = true;
602 * @param condition Crashing, Application Not Responding, etc. Values are defined in
646 if (!r.crashing && !r.notResponding && !r.forceCrashReport) {
657 if (r.crashing || r.forceCrashReport) {
703 // Allow restarting for started or bound foreground services that are crashing.
723 // repeatedly crashing, then badness for everyone.
    [all...]
ProcessRecord.java 198 boolean crashing; // are we in the process of crashing? field in class:ProcessRecord
410 if (debugging || crashing || crashDialog != null || notResponding
413 pw.print(" crashing="); pw.print(crashing);
419 // crashing or notResponding is always set before errorReportReceiver
    [all...]
BroadcastQueue.java 505 + " (pid " + app.pid + "). Crashing it.");
621 || filter.receiverList.app.crashing)) {
623 + " to " + filter.receiverList + ": process gone or crashing");
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
match_test.go 164 // Just make sure this runs without crashing for now.
  /prebuilts/go/linux-x86/src/path/filepath/
match_test.go 164 // Just make sure this runs without crashing for now.
  /external/dtc/Documentation/
dtc-paper.tex 17 Benjamin Herrenschmidt \texttt{<{benh}{@}{kernel.crashing.org}>}\\

Completed in 682 milliseconds

1 2