Searched defs:suppress (Results 1 - 25 of 35) sorted by relevance

12

/external/libchrome/base/debug/
H A Ddebugger.cc33 void SetSuppressDebugUI(bool suppress) { argument
34 is_debug_ui_suppressed = suppress;
/external/e2fsprogs/debugfs/
H A Dzap.c238 int suppress = -1; local
241 if (suppress < 0) {
243 suppress = i;
248 if (memcmp(buf + i, buf + suppress, 16) == 0)
250 suppress = -1;
/external/guava/guava/src/com/google/common/io/
H A DCloser.java219 suppressor.suppress(closeable, throwable, e);
239 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); method in interface:Closer.Suppressor
250 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:Closer.LoggingSuppressor
280 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:Closer.SuppressingSuppressor
289 LoggingSuppressor.INSTANCE.suppress(closeable, thrown, suppressed);
/external/libjpeg-turbo/
H A Djcapimin.c122 * Forcibly suppress or un-suppress all quantization and Huffman tables.
123 * Marks all currently defined tables as already written (if suppress)
124 * or not written (if !suppress). This will control whether they get emitted
134 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) argument
142 qtbl->sent_table = suppress;
147 htbl->sent_table = suppress;
149 htbl->sent_table = suppress;
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast.h98 uint8_t suppress:1; member in struct:igmpv3_query
102 uint8_t suppress:1; member in struct:igmpv3_query
H A Dns-traffic.h188 uint8_t suppress:1; member in struct:my_mldv2_query
192 uint8_t suppress:1; member in struct:my_mldv2_query
/external/python/cpython3/Lib/
H A Dcontextlib.py9 "redirect_stderr", "suppress"]
228 class suppress(AbstractContextManager): class in inherits:AbstractContextManager
229 """Context manager to suppress specified exceptions
234 with suppress(FileNotFoundError):
250 # due to various internal implementation details. suppress provides
291 Can suppress exceptions the same way __exit__ methods can.
311 Cannot suppress exceptions.
/external/guava/guava-tests/test/com/google/common/io/
H A DCloserTest.java389 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:CloserTest.TestSuppressor
395 * Record of a call to suppress.
/external/kernel-headers/original/uapi/linux/
H A Digmp.h70 suppress:1, member in struct:igmpv3_query
74 suppress:1, member in struct:igmpv3_query
/external/e2fsprogs/e2fsck/
H A Dproblem.c2143 int suppress = 0; local
2200 suppress++;
2204 suppress++;
2207 suppress++;
2210 suppress++;
2213 suppress++;
2216 suppress++;
2226 if (!suppress) {
2270 if (!suppress)
H A Dpass1.c85 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
1511 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
3066 pb.suppress = 0; pb.clear = 0;
3477 if (!p->suppress && (p->num_illegal_blocks % 12) == 0) {
3483 p->suppress = 1;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc249 bool suppress = false; local
254 suppress = log_silencer_count_ > 0;
257 if (!suppress) {
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c303 TIFFjpeg_suppress_tables(JPEGState* sp, boolean suppress) argument
305 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress));
1842 /* mode, so we must manually suppress them. However TIFFjpeg_set_quality() */
/external/selinux/checkpolicy/
H A Dpolicy_define.c2506 int suppress = 0; local
2611 if (!suppress)
2619 if (!suppress) {
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp205 void suppress() { AddResult = false; } function in class:clang::ASTDeclReader::FindExistingResult
2924 Result.suppress();
3670 // so suppress further lookup.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 620 milliseconds

12