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

  /external/v8/src/
d8.js 9 var stringifyDepthLimit = 4; // To avoid crashing on cyclic objects
  /external/v8/test/mjsunit/regress/
regress-1151.js 47 // Regression test for not crashing.
  /external/v8/test/mjsunit/
big-array-literal.js 34 // crashing.
big-object-literal.js 30 // crashing.
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 264 pr.crashing = true;
AppErrors.java 248 app.crashing = false;
300 * Bring up the "unexpected error" dialog box for a crashing app.
303 * @param r the application crashing
476 app.crashing = true;
504 * @param condition Crashing, Application Not Responding, etc. Values are defined in
548 if (!r.crashing && !r.notResponding && !r.forceCrashReport) {
559 if (r.crashing || r.forceCrashReport) {
597 // repeatedly crashing, then badness for everyone.
637 // If the crashing process is what we consider to be the "home process" and it has been
639 // with a home activity running in the process to prevent a repeatedly crashing ap
    [all...]
ProcessRecord.java 175 boolean crashing; // are we in the process of crashing? field in class:ProcessRecord
367 if (debugging || crashing || crashDialog != null || notResponding
370 pw.print(" crashing="); pw.print(crashing);
376 // crashing or notResponding is always set before errorReportReceiver
    [all...]
BroadcastQueue.java 479 + " (pid " + app.pid + "). Crashing it.");
606 if (!skip && (filter.receiverList.app == null || filter.receiverList.app.crashing)) {
608 + " to " + filter.receiverList + ": process crashing");
    [all...]
ActivityRecord.java     [all...]
ActivityManagerService.java     [all...]

Completed in 271 milliseconds