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

/external/e2fsprogs/debugfs/
H A Dzap.c178 int suppress = -1; local
232 if (suppress < 0) {
234 suppress = i;
239 if (memcmp(buf + i, buf + suppress, 16) == 0)
241 suppress = -1;
/external/guava/guava/src/com/google/common/io/
H A DCloser.java218 suppressor.suppress(closeable, throwable, e);
238 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); method in interface:Closer.Suppressor
249 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:Closer.LoggingSuppressor
279 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:Closer.SuppressingSuppressor
288 LoggingSuppressor.INSTANCE.suppress(closeable, thrown, suppressed);
/external/jpeg/
H A Djcapimin.c107 * Forcibly suppress or un-suppress all quantization and Huffman tables.
108 * Marks all currently defined tables as already written (if suppress)
109 * or not written (if !suppress). This will control whether they get emitted
119 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) argument
127 qtbl->sent_table = suppress;
132 htbl->sent_table = suppress;
134 htbl->sent_table = suppress;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcapimin.c108 * Forcibly suppress or un-suppress all quantization and Huffman tables.
109 * Marks all currently defined tables as already written (if suppress)
110 * or not written (if !suppress). This will control whether they get emitted
120 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) argument
128 qtbl->sent_table = suppress;
133 htbl->sent_table = suppress;
135 htbl->sent_table = suppress;
/external/guava/guava-tests/test/com/google/common/io/
H A DCloserTest.java388 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:CloserTest.TestSuppressor
394 * Record of a call to suppress.
/external/kernel-headers/original/uapi/linux/
H A Digmp.h69 suppress:1, member in struct:igmpv3_query
73 suppress:1, member in struct:igmpv3_query
/external/e2fsprogs/e2fsck/
H A Dproblem.c1829 int suppress = 0; local
1885 suppress++;
1889 suppress++;
1892 suppress++;
1895 suppress++;
1898 suppress++;
1901 suppress++;
1911 if (!suppress) {
1955 if (!suppress)
H A Dpass1.c81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
854 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
2017 pb.suppress = 0; pb.clear = 0;
2334 if (!p->suppress && (p->num_illegal_blocks % 12) == 0) {
2340 p->suppress = 1;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc181 bool suppress = false; local
186 suppress = log_silencer_count_ > 0;
189 if (!suppress) {
/external/skia/src/animator/
H A DSkScript.cpp1108 SkSuppress suppress; local
1193 suppress.fSuppress = ifValue.fOperand.fS32 == 0;
1194 suppress.fOperator = kIf;
1195 suppress.fOpStackDepth = fOpStack.count();
1196 suppress.fElse = false;
1197 fSuppressStack.push(suppress);
1219 suppress.fSuppress = true;
1220 suppress.fOperator = match;
1221 suppress.fOpStackDepth = fOpStack.count();
1222 suppress
[all...]
/external/libvorbis/lib/
H A Dvorbisenc.c382 const int *suppress){
388 p->tone_abs_limit=suppress[is]*(1.-ds)+suppress[is+1]*ds;
394 const int *suppress,
403 p->noisemaxsupp=suppress[is]*(1.-ds)+suppress[is+1]*ds;
381 vorbis_encode_peak_setup(vorbis_info *vi,double s,int block, const int *suppress) argument
393 vorbis_encode_noisebias_setup(vorbis_info *vi,double s,int block, const int *suppress, const noise3 *in, const noiseguard *guard, double userbias) argument
/external/lldb/include/lldb/Target/
H A DTarget.h1083 SetSuppresStopHooks (bool suppress) argument
1086 m_suppress_stop_hooks = suppress;
1097 SetSuppressSyntheticValue (bool suppress) argument
1100 m_suppress_synthetic_value = suppress;
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1748 bool suppress; local
1752 if (signals.GetSignalInfo (signo, suppress, stop, notify))
1754 bool pass = !suppress;
1857 bool suppress = ! ((bool) pass_action); local
1858 signals.SetShouldSuppress (signo, suppress);
1886 bool suppress = ! ((bool) pass_action); local
1887 signals.SetShouldSuppress (signo, suppress);
/external/selinux/checkpolicy/
H A Dpolicy_define.c2355 int suppress = 0; local
2455 if (!suppress)
2463 if (!suppress) {
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp204 void suppress() { AddResult = false; } function in class:clang::ASTDeclReader::FindExistingResult
2725 Result.suppress();
3516 // 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/ ...

Completed in 572 milliseconds