Searched defs:bad (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c234 bool bad = false; // whether the option string is invalid local
242 bad = true;
251 bad = true;
260 bad = true;
269 bad = true;
274 bad = true;
276 if (bad) {
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java119 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
368 || anrDialog != null || bad) {
374 pw.print(" bad="); pw.print(bad);

Completed in 114 milliseconds