Searched refs:bad (Results 1 - 15 of 15) 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/include/media/
H A Dconvert.h142 return ss.eof() && !ss.fail() && !ss.bad();
157 return !oss.fail() && !oss.bad();
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp43 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); local
44 ALOGE_IF(bad, "stream not closed, in state %d", state);
H A DAudioStreamTrack.cpp48 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); local
49 ALOGE_IF(bad, "stream not closed, in state %d", state);
/frameworks/av/media/libmedia/include/media/
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.mk14 # 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/apilint/
H A Dapilint.py278 """Enums are bad, mmkay?"""
720 bad = ["java.util.Vector", "java.util.LinkedList", "java.util.ArrayList", "java.util.Stack",
723 if m.typ in bad:
726 if arg in bad:
1085 bad = {
1097 for k, v in bad.iteritems():
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp57 if (in_.bad() && !done) {
H A DXmlDom.cpp206 if (in->bad() && !in->eof()) {
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java129 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
367 || anrDialog != null || bad) {
373 pw.print(" bad="); pw.print(bad);
H A DAppErrors.java90 * Set of applications that we consider to be bad, and will reject
624 // as bad, since they don't have a peristent identity.
629 app.bad = true;
1039 * Information about a process that is currently marked as bad.
H A DActivityManagerService.java788 * bad app behavior.
3658 // is bad. If so, we will just silently fail.
3666 // crash count so that we won't make it bad until they see at
3668 // if it had been bad.
3669 if (DEBUG_PROCESSES) Slog.v(TAG, "Clearing bad process: " + info.uid
3678 app.bad = false;
3711 checkTime(startTime, "startProcess: bad proc running, killing");
4522 throw new SecurityException("Called with bad activity token: " + resultTo);
6474 // such packages, so they can be left with bad pending intents.
6984 // If the app died trying to launch the receiver we declare it 'bad'
[all...]

Completed in 260 milliseconds