/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 | 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 | attr-availability.m | 49 …ed in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'partialMethod' to silence this warning}} 54 …S X 10.8}} expected-note@+2 {{explicitly redeclare 'partial_proto_method' to silence this warning}} 58 …S X 10.8}} expected-note@+2 {{explicitly redeclare 'partial_proto_method' to silence this warning}} 166 … in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'ipartialMethod2' to silence this warning}} 173 … in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'ipartialMethod2' to silence this warning}} 186 …oduced in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'PartialI2' to silence this warning}}
|
D | self-assign.m | 11 // expected-note{{place parentheses around the assignment to silence this warning}}
|
D | idiomatic-parentheses.m | 31 … // 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 | 67 silence = '' 83 silence += "%s(void) %s;" % (space, p.name); 105 if silence: 106 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-…
|
D | remove_arguments_test.ll | 1 …oad %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
|
D | metadata.ll | 1 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
/external/valgrind/none/tests/s390x/ |
D | ecag.stdout.exp | 1 just to silence the consistency checker
|
/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/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()
|
D | voice_activity_detector.cc | 65 if (features_.silence) { in ProcessChunk()
|
/external/clang/test/PCH/ |
D | pragma-diag-section.cpp | 31 expected-note@28 {{initialize the variable 'a' to silence}} in m()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | Makefile | 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
|