Searched refs:suppress (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcapimin.c111 * Forcibly suppress or un-suppress all quantization and Huffman tables.
112 * Marks all currently defined tables as already written (if suppress)
113 * or not written (if !suppress). This will control whether they get emitted
123 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) argument
131 qtbl->sent_table = suppress;
136 htbl->sent_table = suppress;
138 htbl->sent_table = suppress;
H A Djpeglib.h95 * You could suppress output of a table by setting this to TRUE.
111 * You could suppress output of a table by setting this to TRUE.
935 boolean suppress));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java301 private void suppress(LintCategory lc) { method in class:Lint.AugmentVisitor
312 suppress(lc);
320 // walking the tree, in order to suppress the individual warnings
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.hpp55 static void expand_MemberName(Handle mname, int suppress, TRAPS); // expand defc/name/type if missing
69 // bit values for suppress argument to expand_MemberName:
H A DmethodHandles.cpp721 void MethodHandles::expand_MemberName(Handle mname, int suppress, TRAPS) { argument
734 if (suppress != 0) {
735 if (suppress & _suppress_defc) have_defc = true;
736 if (suppress & _suppress_name) have_name = true;
737 if (suppress & _suppress_type) have_type = true;

Completed in 67 milliseconds