/external/guava/guava/src/com/google/common/io/ |
D | Closer.java | 219 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/ |
D | zap.c | 238 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/ |
D | Makefile.am | 43 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/ |
D | debugger.cc | 33 void SetSuppressDebugUI(bool suppress) { in SetSuppressDebugUI() argument 34 is_debug_ui_suppressed = suppress; in SetSuppressDebugUI()
|
D | debugger.h | 38 BASE_EXPORT void SetSuppressDebugUI(bool suppress);
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcapimin.c | 119 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/ |
D | jcapimin.c | 134 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/ |
D | ns-mcast.h | 98 uint8_t suppress:1; member 102 uint8_t suppress:1; member
|
D | ns-traffic.h | 188 uint8_t suppress:1; member 192 uint8_t suppress:1; member
|
/external/curl/lib/ |
D | curl_setup.h | 350 #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/ |
D | igmp.h | 69 suppress:1, member 73 suppress:1, member
|
/external/tagsoup/ |
D | TODO | 1 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/ |
D | x86_64-pc-linux-gnu.supp | 55 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/ |
D | x86_64-pc-linux-gnu.supp | 77 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/ |
D | glibc-2.34567-NPTL-helgrind.supp | 16 # - 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/ |
D | exceptions.cpp | 434 extern bool suppress; 452 C::~C() try { cleanup(); } catch (...) { if (suppress) return; } in ~C()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 247 bool suppress = false; in Finish() local 252 suppress = log_silencer_count_ > 0; in Finish() 255 if (!suppress) { in Finish()
|
/external/e2fsprogs/e2fsck/ |
D | problem.c | 2143 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/ |
D | compiler-specific.h | 80 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress : n))
|
/external/clang/test/Lexer/ |
D | pragma-operators.cpp | 39 #pragma warning(disable : 1 2L 3U ; error : 4 5 6 ; suppress : 7 8 9)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | frameless2.ll | 6 …setup(i8* nocapture %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* …
|
/external/autotest/client/site_tests/platform_LogDupSuppression/ |
D | control | 12 Test that we suppress duplicate messages from one process to syslog.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | frameless2.ll | 6 …setup(i8* nocapture %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* …
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 1 // 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/ |
D | README.md | 48 -q : suppress warnings; specify twice to suppress errors too
|