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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java86 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
261 || anrDialog != null || bad) {
267 pw.print(" bad="); pw.print(bad);
/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) {

Completed in 4305 milliseconds