/frameworks/base/docs/html-intl/intl/zh-cn/design/style/ |
D | writing.jd | 23 <div class="do-dont-label bad">错误做法</div> 46 <div class="do-dont-label bad">从“设置向导”屏幕</div> 48 <table class="ui-table bad"> 106 <div class="do-dont-label bad">错误做法</div> 129 <div class="do-dont-label bad">错误做法</div> 152 <div class="do-dont-label bad">错误做法</div> 183 <div class="do-dont-label bad">错误做法</div> 184 <table class="ui-table bad"> 230 <td class="do-dont-label bad" style="width:40%">不使用</td>
|
/frameworks/wilhelm/tests/sandbox/ |
D | reverb.c | 234 bool bad = false; // whether the option string is invalid in main() local 242 bad = true; in main() 251 bad = true; in main() 260 bad = true; in main() 269 bad = true; in main() 274 bad = true; in main() 276 if (bad) { in main()
|
/frameworks/base/core/tests/coretests/apks/install_bad_dex/ |
D | classes.dex | 1 This is a bad dex
|
/frameworks/compile/slang/tests/F_ctxt_wrong_name/ |
D | context.rs | 5 int RS_KERNEL bad(int in, uint32_t x, rs_kernel_context ct) {
|
D | stderr.txt.expect | 2 context.rs:5:57: error: In compute kernel bad(), special parameter 'context' must be defined before…
|
/frameworks/compile/slang/tests/F_z_wrong_api/ |
D | stderr.txt.expect | 1 F_z_wrong_api.rs:5:60: error: Compute kernel bad() targeting SDK levels 11-22 may not use special p…
|
D | F_z_wrong_api.rs | 5 int RS_KERNEL bad(int in, uint32_t x, uint32_t y, uint32_t z) {
|
/frameworks/compile/slang/tests/F_ctxt_wrong_place/ |
D | stderr.txt.expect | 1 F_ctxt_wrong_place.rs:9:57: error: In compute kernel bad(), special parameter 'context' must be def…
|
D | F_ctxt_wrong_place.rs | 9 int RS_KERNEL bad(int in, uint32_t x, rs_kernel_context context) {
|
/frameworks/compile/slang/tests/F_too_many_inputs/ |
D | stderr.txt.expect | 1 F_too_many_inputs.rs:9:95: error: Invalid parameter 'in8' for compute kernel bad(). Kernels targeti…
|
D | F_too_many_inputs.rs | 9 int RS_KERNEL bad(int in0, int in1, int in2, int in3, int in4, int in5, int in6, int in7, int in8) {
|
/frameworks/base/tests/SmokeTestApps/ |
D | README | 1 The apps in this folder are intentionally bad-behaving apps that are intended
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 51 <img src="{@docRoot}images/draw9patch-bad.png" style="float:right;clear:both" alt="" height="300" w… 63 <li><strong>Show bad patches</strong>: Adds a red border around patch areas that may 65 image will be maintained if you eliminate all bad patches.</li>
|
/frameworks/av/services/audiopolicy/utilities/convert/ |
D | convert.h | 142 return ss.eof() && !ss.fail() && !ss.bad(); 157 return !oss.fail() && !oss.bad();
|
/frameworks/av/media/libeffects/data/ |
D | audio_effects.conf | 106 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
|
/frameworks/base/services/core/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 | 112 boolean bad; // True if disabled in the bad process list field in ProcessRecord 342 || anrDialog != null || bad) { in dump() 348 pw.print(" bad="); pw.print(bad); in dump()
|
/frameworks/base/core/jni/ |
D | android_util_XmlBlock.cpp | 116 goto bad; in android_content_XmlBlock_nativeNext() 122 bad: in android_content_XmlBlock_nativeNext()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 5 # PDP Context has a bad DNS address
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 55 and from that score I can determine the great images from the bad ones.
|
/frameworks/base/docs/html/tools/performance/ |
D | index.jd | 14 bad display performance, or exhaust the battery.
|
/frameworks/base/docs/html/tools/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/tools/aapt2/ |
D | SourceXmlPullParser.cpp | 53 if (mIn.bad() && !done) { in next()
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 701 bad = ["java.util.Vector", "java.util.LinkedList", "java.util.ArrayList", "java.util.Stack", 704 if m.typ in bad: 707 if arg in bad:
|
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 58 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-multipane-bad.png" 59 … landscape lead to awkward whitespace and exceedingly long line lengths" id="figure-multipane-bad">
|