Searched refs:bad (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/apks/install_bad_dex/
H A DAndroid.mk10 # Override target specific variable PRIVATE_DEX_FILE to inject bad classes.dex file.
/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf106 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
/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/av/services/audiopolicy/utilities/convert/
H A Dconvert.h142 return ss.eof() && !ss.fail() && !ss.bad();
157 return !oss.fail() && !oss.bad();
/frameworks/base/cmds/app_process/
H A DAndroid.mk4 # bad apps. This prevents a library from having a mismatch when resolving
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp116 goto bad;
122 bad:
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp55 if (mIn.bad() && !done) {
H A DXmlDom.cpp182 if (in->bad() && !in->eof()) {
/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);
H A DAppErrors.java93 * Set of applications that we consider to be bad, and will reject
602 // as bad, since they don't have a peristent identity.
607 app.bad = true;
954 * Information about a process that is currently marked as bad.
H A DActivityManagerService.java719 * bad app behavior.
3499 // is bad. If so, we will just silently fail.
3507 // crash count so that we won't make it bad until they see at
3509 // if it had been bad.
3510 if (DEBUG_PROCESSES) Slog.v(TAG, "Clearing bad process: " + info.uid
3519 app.bad = false;
3560 checkTime(startTime, "startProcess: bad proc running, killing");
4324 throw new SecurityException("Called with bad activity token: " + resultTo);
6148 // such packages, so they can be left with bad pending intents.
6564 // If the app died trying to launch the receiver we declare it 'bad'
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py273 """Enums are bad, mmkay?"""
707 bad = ["java.util.Vector", "java.util.LinkedList", "java.util.ArrayList", "java.util.Stack",
710 if m.typ in bad:
713 if arg in bad:

Completed in 351 milliseconds