Searched refs:bad (Results 1 – 23 of 23) sorted by relevance
/frameworks/base/docs/html/guide/developing/tools/ |
D | draw9patch.jd | 44 <img src="{@docRoot}images/draw9patch-bad.png" style="float:right;clear:both" alt="" height="300" w… 56 <li><strong>Show bad patches</strong>: Adds a red border around patch areas that may 58 image will be maintained if you eliminate all bad patches.</li>
|
/frameworks/base/media/libeffects/data/ |
D | audio_effects.conf | 57 uuid 4a387fc0-8ab3-11df-8bad- 0002a5d5c51b
|
/frameworks/base/services/java/com/android/server/am/ |
D | EventLogTags.logtags | 44 # An application process has been marked as bad 46 # An application process that was bad is now marked as good
|
D | ProcessRecord.java | 74 boolean bad; // True if disabled in the bad process list field in ProcessRecord 229 || anrDialog != null || bad) { in dump() 235 pw.print(" bad="); pw.print(bad); in dump()
|
D | ActivityManagerService.java | 1762 app.bad = false; in startProcessLocked() 6968 app.bad = true; in handleAppCrashLocked() 9594 if (!app.bad && allowRestart) { in cleanUpApplicationRecordLocked() 9727 if (!alwaysBad && !app.bad) { in checkAppInLaunchingProvidersLocked()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 5 # PDP Context has a bad DNS address
|
/frameworks/base/docs/html/resources/articles/ |
D | avoiding-memory-leaks.jd | 31 label.setText("Leaks are bad"); 59 label.setText("Leaks are bad"); 85 and they are bad. They make you run out of memory rather quickly.</p>
|
D | future-proofing.jd | 8 below is based on our observations of five ways that we've seen bad apps fail.
|
D | painless-threading.jd | 31 <p>If you want to see how bad this can look, write a simple application
|
/frameworks/base/opengl/libagl2/ |
D | README | 15 Texture names are implemented, but bad.
|
/frameworks/base/core/jni/ |
D | android_util_XmlBlock.cpp | 116 goto bad; in android_content_XmlBlock_nativeNext() 120 bad: in android_content_XmlBlock_nativeNext()
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-projects-cmdline.jd | 70 application if it is in a bad state by simply going to the settings and toggling the
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 164 which is a very bad user experience and can cause an ANR (Application Not Responding) error. Even if 266 have a bad experience. This section describes the main issues that you should be 470 mechanism to address this issue, which could in some cases lead to a bad user 489 However, the user is more likely to have a bad experience and will be more
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 61 depending on whether it's included into C or C++. For this reason it's a bad idea to 407 <li>Bad pointers: passing a bad jarray/jclass/jobject/jstring to a JNI call, or passing a NULL poin… 410 <li>Direct ByteBuffers: passing bad arguments to <code>NewDirectByteBuffer</code>.</li> 416 <li>Release modes: passing a bad release mode to a release call (something other than <code>0</code…
|
D | performance.jd | 52 optimized, and that you already have a way to measure the effect (good or bad) 171 <p>On Android, this is a bad idea. Virtual method calls are expensive,
|
D | seamlessness.jd | 114 application does, this could be bad news.</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 207 prevent users from having a bad experience with those apps, existing apps that
|
D | screens_support.jd | 249 <img src="{@docRoot}images/screens_support/density-test-bad.png" alt="" />
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_failed.txt | 490 /sdcard/android/layout_tests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype.html 880 /sdcard/android/layout_tests/http/tests/loading/bad-scheme-subframe.html 882 /sdcard/android/layout_tests/http/tests/loading/bad-server-subframe.html 988 /sdcard/android/layout_tests/transitions/hang-with-bad-transition-list.html
|
D | layout_tests_passed.txt | 1454 /sdcard/android/layout_tests/fast/js/arguments-bad-index.html 2927 /sdcard/android/layout_tests/transitions/bad-transition-shorthand-crash.html
|
D | layout_tests_nontext.txt | 928 /sdcard/android/layout_tests/editing/pasteboard/bad-placeholder.html 2950 /sdcard/android/layout_tests/fast/parser/bad-xml-slash.html
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 212 describing the permission, the second warning the user of what bad things
|
/frameworks/base/docs/html/guide/topics/search/ |
D | search-dialog.jd | 619 are good that once a search is done, the user will perform additional searches and it's a bad
|