Home
last modified time | relevance | path

Searched refs:Suppress (Results 1 – 25 of 108) sorted by relevance

12345

/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake284 …-wd4141 # Suppress ''modifier' : used more than once' (because of __forceinline combined with inli…
285 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
286 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
287 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
288 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo…
289 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
290 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
291 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
292 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
293 -wd4355 # Suppress ''this' : used in base member initializer list'
[all …]
/external/skia/site/dev/runtime/
Dconfig.md11 description: Suppress GIF warnings and errors when calling image decode
18 description: Suppress most JPG warnings when calling decode functions.
24 description: Suppress most JPG error messages when decode function fails.
30 description: Suppress most PNG warnings when calling image decode functions.
/external/webrtc/webrtc/modules/video_coding/
DBUILD.gn77 # Suppress warnings from Chrome's Clang plugins.
111 # Suppress warnings from Chrome's Clang plugins.
131 # Suppress warnings from Chrome's Clang plugins.
166 # Suppress warnings from Chrome's Clang plugins.
200 # Suppress warnings from Chrome's Clang plugins.
238 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/third_party/gflags/
Dgflags.gyp64 # Suppress warnings about WIN32_LEAN_AND_MEAN and size_t truncation.
73 '-Wheader-hygiene', # Suppress warning about using namespace.
76 '-Wno-unused-local-typedef', # Suppress unused private typedef.
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.h51 int Suppress(float* data,
64 void Suppress(float* in_ptr, float* spectral_mean, float* out_ptr);
Dtransient_suppressor.cc165 int TransientSuppressor::Suppress(float* data, in Suppress() function in webrtc::TransientSuppressor
211 Suppress(&in_buffer_[i * analysis_length_], in Suppress()
232 void TransientSuppressor::Suppress(float* in_ptr, in Suppress() function in webrtc::TransientSuppressor
/external/webrtc/webrtc/modules/video_render/
DBUILD.gn32 # Suppress warnings from Chrome's Clang plugins.
51 # Suppress warnings from Chrome's Clang plugins.
173 # Suppress warnings from Chrome's Clang plugins.
/external/valgrind/
Dglibc-2.X-drd.supp5 # Suppress all data races triggered by ld.
16 # Suppress all data races where the topmost frame is inside libc.so. Although
283 # Suppress the races on boost::once_flag::epoch and on
298 # Suppress the race reports on boost::detail::current_thread_tls_key. See also
/external/webrtc/webrtc/modules/video_capture/
DBUILD.gn40 # Suppress warnings from Chrome's Clang plugins.
61 # Suppress warnings from Chrome's Clang plugins.
161 # Suppress warnings from Chrome's Clang plugins.
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc22 // Suppress a race report if we've already output another race report
25 "Suppress a race report if we've already output another race report "
28 "Suppress a race report if we've already output another race report "
/external/webrtc/webrtc/modules/video_processing/
DBUILD.gn59 # Suppress warnings from Chrome's Clang plugins.
77 # Suppress warnings from Chrome's Clang plugins.
/external/bison/lib/
Dstrchrnul.valgrind1 # Suppress a valgrind message about use of uninitialized memory in strchrnul().
Drawmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr().
Dmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in memchr().
/external/skia/tools/
Dxsan.blacklist9 # Suppress third_party/externals. We mostly care about our own code.
/external/webrtc/webrtc/modules/pacing/
DBUILD.gn23 # Suppress warnings from Chrome's Clang plugins.
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp157 MachineOperand Suppress(MI.getOperand(2)); in shortenFPConv() local
168 .addOperand(Suppress); in shortenFPConv()
/external/webrtc/webrtc/audio/
DBUILD.gn28 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/call/
DBUILD.gn24 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/test/fuzzers/
Dwebrtc_fuzzer.gni23 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/modules/bitrate_controller/
DBUILD.gn32 # Suppress warnings from Chrome's Clang plugins.
/external/tagsoup/
DTODO16 Suppress start-tags for some restartable elements if the element
/external/webrtc/webrtc/modules/media_file/
DBUILD.gn39 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
DBUILD.gn53 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/modules/utility/
DBUILD.gn36 # Suppress warnings from Chrome's Clang plugins.

12345