/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 z_wrong_api.rs:5:60: error: compute kernel bad() targeting SDK levels 11-22 may not use special par…
|
D | 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 ctxt_wrong_place.rs:9:57: error: In compute kernel bad(), special parameter 'context' must be defin…
|
D | 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 too_many_inputs.rs:9:95: error: Invalid parameter 'in8' for compute kernel bad(). Kernels targeting…
|
D | 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/rs/tests/java_api/RSUnitTests/ |
D | find_versions.sh | 9 TMP=/tmp/bad
|
/frameworks/av/include/media/ |
D | convert.h | 142 return ss.eof() && !ss.fail() && !ss.bad(); 157 return !oss.fail() && !oss.bad();
|
/frameworks/av/media/libmedia/include/media/ |
D | convert.h | 142 return ss.eof() && !ss.fail() && !ss.bad(); 157 return !oss.fail() && !oss.bad();
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamRecord.cpp | 43 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamRecord() local 44 ALOGE_IF(bad, "stream not closed, in state %d", state); in ~AudioStreamRecord()
|
D | AudioStreamTrack.cpp | 48 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamTrack() local 49 ALOGE_IF(bad, "stream not closed, in state %d", state); in ~AudioStreamTrack()
|
/frameworks/av/media/libeffects/data/ |
D | audio_effects.conf | 106 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
|
/frameworks/base/proto/src/ |
D | wifi.proto | 85 // (bad channel, etc). 148 // Total number of networks over bad association threshold when watchdog triggered 151 // Total number of networks over bad authentication threshold when watchdog triggered 154 // Total number of networks over bad dhcp threshold when watchdog triggered 157 // Total number of networks over bad other threshold when watchdog triggered 163 // Total count of triggers with atleast one bad association network 166 // Total count of triggers with atleast one bad authentication network 169 // Total count of triggers with atleast one bad dhcp network 172 // Total count of triggers with atleast one bad other network
|
/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/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 | 129 boolean bad; // True if disabled in the bad process list field in ProcessRecord 364 || anrDialog != null || bad) { in dump() 370 pw.print(" bad="); pw.print(bad); in dump()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 5 # PDP Context has a bad DNS address
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 721 bad = ["java.util.Vector", "java.util.LinkedList", "java.util.ArrayList", "java.util.Stack", 724 if m.typ in bad: 727 if arg in bad: 1086 bad = { 1098 for k, v in bad.iteritems():
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 55 and from that score I can determine the great images from the bad ones.
|
/frameworks/data-binding/compilerCommon/ |
D | build.gradle | 69 // Using Java Properties appends date to the output which is bad for incremental compilation.
|