Home
last modified time | relevance | path

Searched refs:suppress (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/guava/guava/src/com/google/common/io/
DCloser.java219 suppressor.suppress(closeable, throwable, e); in close()
239 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); in suppress() method
250 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress() method in Closer.LoggingSuppressor
280 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress() method in Closer.SuppressingSuppressor
289 LoggingSuppressor.INSTANCE.suppress(closeable, thrown, suppressed); in suppress()
/external/e2fsprogs/debugfs/
Dzap.c238 int suppress = -1; in do_byte_hexdump() local
241 if (suppress < 0) { in do_byte_hexdump()
243 suppress = i; in do_byte_hexdump()
248 if (memcmp(buf + i, buf + suppress, 16) == 0) in do_byte_hexdump()
250 suppress = -1; in do_byte_hexdump()
/external/valgrind/auxprogs/
DMakefile.am43 valgrind_listener_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
62 valgrind_di_server_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
97 getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
116 getoff_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
/external/libchrome/base/debug/
Ddebugger.cc33 void SetSuppressDebugUI(bool suppress) { in SetSuppressDebugUI() argument
34 is_debug_ui_suppressed = suppress; in SetSuppressDebugUI()
Ddebugger.h38 BASE_EXPORT void SetSuppressDebugUI(bool suppress);
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcapimin.c119 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() argument
127 qtbl->sent_table = suppress; in jpeg_suppress_tables()
132 htbl->sent_table = suppress; in jpeg_suppress_tables()
134 htbl->sent_table = suppress; in jpeg_suppress_tables()
/external/libjpeg-turbo/
Djcapimin.c134 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() argument
142 qtbl->sent_table = suppress; in jpeg_suppress_tables()
147 htbl->sent_table = suppress; in jpeg_suppress_tables()
149 htbl->sent_table = suppress; in jpeg_suppress_tables()
/external/ltp/testcases/network/stress/ns-tools/
Dns-mcast.h98 uint8_t suppress:1; member
102 uint8_t suppress:1; member
Dns-traffic.h188 uint8_t suppress:1; member
192 uint8_t suppress:1; member
/external/curl/lib/
Dcurl_setup.h350 #pragma suppress 353 /* Possible nested comments */
351 #pragma suppress 593 /* Define not used */
352 #pragma suppress 61 /* enum has no name */
353 #pragma suppress 106 /* unnamed, unused parameter */
/external/kernel-headers/original/uapi/linux/
Digmp.h69 suppress:1, member
73 suppress:1, member
/external/tagsoup/
DTODO1 Consider having elements that suppress reopening
12 Make use of the pseudo-comment in a script element to suppress close-tag detection
/external/swiftshader/third_party/LLVM/utils/valgrind/
Dx86_64-pc-linux-gnu.supp55 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
61 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
/external/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
/external/valgrind/
Dglibc-2.34567-NPTL-helgrind.supp16 # - suppress anything that has its top frame in ld.so
20 # - suppress anything that has its top frame in libc.so.
29 # to suppress such manipulations.
83 # These are very ugly. They are needed to suppress errors inside (eg)
/external/clang/test/CodeGenCXX/
Dexceptions.cpp434 extern bool suppress;
452 C::~C() try { cleanup(); } catch (...) { if (suppress) return; } in ~C()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc247 bool suppress = false; in Finish() local
252 suppress = log_silencer_count_ > 0; in Finish()
255 if (!suppress) { in Finish()
/external/e2fsprogs/e2fsck/
Dproblem.c2143 int suppress = 0; in fix_problem() local
2200 suppress++; in fix_problem()
2204 suppress++; in fix_problem()
2207 suppress++; in fix_problem()
2210 suppress++; in fix_problem()
2213 suppress++; in fix_problem()
2216 suppress++; in fix_problem()
2226 if (!suppress) { in fix_problem()
2270 if (!suppress) in fix_problem()
/external/v8/src/base/
Dcompiler-specific.h80 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress : n))
/external/clang/test/Lexer/
Dpragma-operators.cpp39 #pragma warning(disable : 1 2L 3U ; error : 4 5 6 ; suppress : 7 8 9)
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dframeless2.ll6 …setup(i8* nocapture %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* …
/external/autotest/client/site_tests/platform_LogDupSuppression/
Dcontrol12 Test that we suppress duplicate messages from one process to syslog.
/external/llvm/test/CodeGen/Thumb2/
Dframeless2.ll6 …setup(i8* nocapture %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* …
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config suppress-inlined-defensive-chec…
48 // We only suppress on nil receiver if the nil value is directly causing the bug.
/external/lz4/programs/
DREADME.md48 -q : suppress warnings; specify twice to suppress errors too

12345678910>>...12