/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 25 // expected-note{{explicitly cast the pointer to silence this warning}} 27 // expected-note{{explicitly cast the pointer to silence this warning}} 29 // expected-note{{explicitly cast the pointer to silence this warning}} 33 // expected-note{{explicitly cast the pointer to silence this warning}} 35 // expected-note{{explicitly cast the pointer to silence this warning}} 37 // expected-note{{explicitly cast the pointer to silence this warning}} 41 // expected-note{{explicitly cast the pointer to silence this warning}} 43 // expected-note{{explicitly cast the pointer to silence this warning}} 45 // expected-note{{explicitly cast the pointer to silence this warning}} 49 // expected-note{{explicitly cast the pointer to silence this warning}} [all …]
|
D | property-deprecated-warning.m | 60 …re 'partial_dep_target' to silence this warning}} expected-note@+2 {{explicitly redeclare 'setPart… 85 … in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'setPartialTarget:' to silence this warning}} 89 …re 'partial_dep_target' to silence this warning}} expected-note@+2 {{explicitly redeclare 'setPart… 118 …lare 'partialIsEnabled' to silence this warning}} expected-note@+3 {{explicitly redeclare 'partial… 141 …ced in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'partialPtarget' to silence this warning}}
|
D | warn-unreachable.m | 56 …if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by add… 59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}} 69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
|
D | attr-availability.m | 49 …d in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'partialMethod' to silence this warning}} 54 …cOS 10.8}} expected-note@+2 {{explicitly redeclare 'partial_proto_method' to silence this warning}} 58 …cOS 10.8}} expected-note@+2 {{explicitly redeclare 'partial_proto_method' to silence this warning}} 166 …in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'ipartialMethod2' to silence this warning}} 173 …in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'ipartialMethod2' to silence this warning}} 186 …duced in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'PartialI2' to silence this warning}}
|
D | uninit-variables.m | 17 int x; // expected-note{{initialize the variable 'x' to silence this warning}} 40 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
|
/external/clang/test/SemaCXX/ |
D | warn-bool-conversion.cpp | 49 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 51 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 53 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 55 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 57 expected-note {{prefix with the address-of operator to silence this warning}} \ in bar() 60 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.targets | 46 …d been passed. Update the Debug Information Format in project settings to silence this warning."/> 49 …d been passed. Update the Debug Information Format in project settings to silence this warning."/> 54 …afe optimizations (/GT). Disable this option in compatibility settings to silence this warning."/> 59 … Link Time Optimization. Disable this option in compatibility settings to silence this warning."/> 64 …ndard Include Path (/X). Disable this option in compatibility settings to silence this warning."/> 69 …ller Type Check (/RTCc). Disable this option in compatibility settings to silence this warning."/> 74 …s (/RTCu, /RTC1, /RTCs). Disable this option in compatibility settings to silence this warning."/> 79 …agma loop(hint) (/Qpar). Disable this option in compatibility settings to silence this warning."/> 84 …able images (/hotpatch). Disable this option in compatibility settings to silence this warning."/> 89 …ormance (/Zc:forScope-). Disable this option in compatibility settings to silence this warning."/> [all …]
|
/external/gptfdisk/ |
D | sgdisk.cc | 42 int silence = open("/dev/null", 0); in android_dump() local 43 dup2(silence, STDOUT_FILENO); in android_dump() 44 dup2(silence, STDERR_FILENO); in android_dump()
|
/external/clang/test/Sema/ |
D | parentheses.cpp | 89 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test() 94 … expected-note {{place parentheses around the '-' expression to silence this warning}} in test() 100 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_apitemp.py | 67 silence = '' 83 silence += "%s(void) %s;" % (space, p.name); 105 if silence: 106 print ' %s' % (silence)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/BugPoint/ |
D | metadata.ll | 2 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes -disable-n… 5 …gpointPasses%shlibext %s -output-prefix %t-nodebug -bugpoint-crashcalls -silence-passes -disable-n… 8 …ugpointPasses%shlibext %s -output-prefix %t-notype -bugpoint-crashcalls -silence-passes -disable-n…
|
D | named-md.ll | 1 …gpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes -disable-s… 3 …gpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes > /dev/null
|
D | crash-narrowfunctiontest.ll | 3 …es%shlibext %s -output-prefix %t -bugpoint-crashcalls --opt-command opt -silence-passes > /dev/null
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 149 std::vector<int16_t> silence(samples * channels_, 0); in TestDtxEffect() local 178 opus_encoder_, silence, opus_decoder_, output_data_decode, in TestDtxEffect() 222 opus_encoder_, silence, opus_decoder_, output_data_decode, in TestDtxEffect() 258 opus_encoder_, silence, opus_decoder_, output_data_decode, in TestDtxEffect() 277 silence[0] = 10000; in TestDtxEffect() 282 opus_encoder_, silence, opus_decoder_, output_data_decode, in TestDtxEffect()
|
/external/llvm/test/BugPoint/ |
D | named-md.ll | 1 …gpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes > /dev/null 3 …gpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes > /dev/null
|
D | crash-narrowfunctiontest.ll | 3 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
/external/libopus/celt/ |
D | celt_decoder.c | 366 int silence, int arch) in celt_synthesis() argument 401 downsample, silence); in celt_synthesis() 415 downsample, silence); in celt_synthesis() 418 downsample, silence); in celt_synthesis() 427 downsample, silence); in celt_synthesis() 859 int silence; local 957 silence = 1; 959 silence = ec_dec_bit_logp(dec, 15); 961 silence = 0; 962 if (silence) [all …]
|
/external/clang/test/Parser/ |
D | objc-init.m | 44 // expected-note@-3 {{insert an explicit cast to silence this issue}} 49 // expected-note@-3 {{insert an explicit cast to silence this issue}}
|
/external/python/cpython2/Mac/Demo/sound/ |
D | morselib.py | 148 self.silence = '\0' * (n*SAMPWIDTH) 158 self.dev.writeframes(self.silence * duration)
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | common.h | 24 bool silence; member
|
D | vad_audio_proc.cc | 100 features->silence = false; in ExtractFeatures() 107 features->silence = true; in ExtractFeatures()
|
/external/u-boot/fs/ubifs/ |
D | Kconfig | 2 bool "UBIFS silence verbose messages"
|
/external/python/cpython2/Lib/ |
D | warnings.py | 411 silence = [ImportWarning, PendingDeprecationWarning] variable 414 silence.append(DeprecationWarning) 415 for cls in silence:
|
/external/swiftshader/third_party/LLVM/test/BugPoint/ |
D | crash-narrowfunctiontest.ll | 3 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
/external/clang/test/PCH/ |
D | pragma-diag-section.cpp | 31 expected-note@28 {{initialize the variable 'a' to silence}} in m()
|