Home
last modified time | relevance | path

Searched refs:silence (Results 1 – 25 of 75) sorted by relevance

123

/external/clang/test/SemaObjC/
Darc-non-pod-memaccess.m25 // 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 …]
Dproperty-deprecated-warning.m60 …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}}
Dwarn-unreachable.m56 …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}}
Duninit-variables.m17 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}}
Dattr-availability.m49 …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}}
Dself-assign.m11 // expected-note{{place parentheses around the assignment to silence this warning}}
Didiomatic-parentheses.m31 … // expected-note {{place parentheses around the assignment to silence this warning}} \
/external/clang/test/SemaCXX/
Dwarn-bool-conversion.cpp49 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()
Dcondition.cpp52 expected-note {{prefix with the address-of operator to silence this warning}} in test3()
/external/gptfdisk/
Dsgdisk.cc42 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/
Dparentheses.cpp89 … 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/
Dgl_apitemp.py67 silence = ''
83 silence += "%s(void) %s;" % (space, p.name);
105 if silence:
106 print ' %s' % (silence)
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc149 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/
Dnamed-md.ll1 …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
Dcrash-narrowfunctiontest.ll3 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
Dreplace-funcs-with-null.ll3 …s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs -silence-passes -safe-run-…
Dremove_arguments_test.ll1 …oad %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
Dmetadata.ll1 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
/external/valgrind/none/tests/s390x/
Decag.stdout.exp1 just to silence the consistency checker
/external/clang/test/Parser/
Dobjc-init.m44 // 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/
Dcommon.h24 bool silence; member
Dvad_audio_proc.cc100 features->silence = false; in ExtractFeatures()
107 features->silence = true; in ExtractFeatures()
Dvoice_activity_detector.cc65 if (features_.silence) { in ProcessChunk()
/external/clang/test/PCH/
Dpragma-diag-section.cpp31 expected-note@28 {{initialize the variable 'a' to silence}} in m()
/external/mesa3d/src/gallium/state_trackers/xorg/
DMakefile12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \

123