/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}}
|
D | self-assign.m | 11 // expected-note{{place parentheses around the assignment 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()
|
D | condition.cpp | 52 expected-note {{prefix with the address-of operator to silence this warning}} in test3()
|
/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 | 68 silence = '' 84 silence += "%s(void) %s;" % (space, p.name); 106 if silence: 107 print ' %s' % (silence)
|
/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
|
D | replace-funcs-with-null.ll | 3 …s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs -silence-passes -safe-run-…
|
/external/libopus/celt/ |
D | celt_decoder.c | 326 int silence, int arch) in celt_synthesis() argument 361 downsample, silence); in celt_synthesis() 375 downsample, silence); in celt_synthesis() 378 downsample, silence); in celt_synthesis() 387 downsample, silence); in celt_synthesis() 828 int silence; local 925 silence = 1; 927 silence = ec_dec_bit_logp(dec, 15); 929 silence = 0; 930 if (silence) [all …]
|
/external/python/cpython2/Mac/Demo/sound/ |
D | morselib.py | 148 self.silence = '\0' * (n*SAMPWIDTH) 158 self.dev.writeframes(self.silence * duration)
|
/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/valgrind/none/tests/s390x/ |
D | ecag.stdout.exp | 1 just to silence the consistency checker
|
/external/python/cpython2/Lib/ |
D | warnings.py | 408 silence = [ImportWarning, PendingDeprecationWarning] variable 411 silence.append(DeprecationWarning) 412 for cls in silence:
|
/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/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()
|
/external/python/cpython3/Lib/ |
D | warnings.py | 507 silence = [ImportWarning, PendingDeprecationWarning] variable 508 silence.append(DeprecationWarning) 509 for cls in silence:
|