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

123

/external/chromium/base/debug/
H A Ddebugger.cc26 void SetSuppressDebugUI(bool suppress) { argument
27 is_debug_ui_suppressed = suppress;
H A Ddebugger.h43 BASE_API void SetSuppressDebugUI(bool suppress);
/external/clang/test/CodeGenCXX/
H A Dexceptions.cpp423 extern bool suppress;
441 C::~C() try { cleanup(); } catch (...) { if (suppress) return; }
/external/chromium/base/
H A Dcompiler_specific.h26 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
45 // This uses push/pop instead of the seemingly simpler suppress feature to avoid
H A Dfile_util_win.cc143 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
262 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
264 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
/external/elfutils/libdwfl/
H A DAndroid.mk59 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
96 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
/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/qemu/distrib/jpeg-6b/
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/chromium/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc138 // Set the suppress flag of an event specified by |type|. If |suppress| is
139 // true then the web page will suppress all events with |type|. Following
141 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) { argument
147 StringPrintf(kSuppressEventJS, type, GetBoolString(!suppress)),
149 ASSERT_EQ(!suppress, actual);
164 void SuppressAllEvents(int tab_index, bool suppress) { argument
165 SuppressEvents(tab_index, suppress, suppress, suppress, suppres
[all...]
/external/elfutils/libelf/
H A DAndroid.mk151 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
182 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc181 bool suppress = false; local
186 suppress = internal::log_silencer_count_ > 0;
189 if (!suppress) {
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c756 SDL_bool suppress = SDL_FALSE; local
768 suppress = SDL_TRUE;
777 if ( suppress ) {
799 suppress = SDL_TRUE;
837 if ( ! suppress ) {
848 if ( ! suppress ) {
890 if ( ! suppress ) {
901 if ( ! suppress ) {
931 if ( ! suppress ) {
943 if ( ! suppress ) {
[all...]
/external/webkit/Source/WebKit/win/
H A DWebLocalizableStrings.cpp121 #pragma warning(suppress: 6385)
124 #pragma warning(suppress: 6386)
/external/e2fsprogs/e2fsck/
H A Dproblem.c1751 int suppress = 0; local
1801 suppress++;
1805 suppress++;
1808 suppress++;
1809 if (!suppress) {
1833 if (!suppress)
1841 if (!suppress)
H A Dpass1.c81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
817 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
1889 pb.suppress = 0; pb.clear = 0;
2206 if (!p->suppress && (p->num_illegal_blocks % 12) == 0) {
2212 p->suppress = 1;
/external/webkit/Tools/Scripts/
H A Dcheck-Xcode-source-file-types80 -w|--[no-]warnings show or suppress warnings (default: show warnings)
H A Dsort-Xcode-project-file67 -w|--[no-]warnings show or suppress warnings (default: show warnings)
H A Dresolve-ChangeLogs117 -w|--[no-]warnings show or suppress warnings (default: show warnings)
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.cc213 // In order to workaround http://crosbug.com/6582, we need to suppress
216 const bool suppress = (last_key_code_ == key_code) && local
219 if (!suppress)
/external/elfutils/libdw/
H A DAndroid.mk170 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
/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/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp41 --suppressions=<filename> suppress errors described in <filename>
H A Dcmdline2.stdout.exp41 --suppressions=<filename> suppress errors described in <filename>
/external/linux-tools-perf/Documentation/
H A DMakefile100 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp708 bool suppress = m_suppressNextKeypressEvent; local
713 return suppress;
717 return suppress || keyEventDefault(event);
734 if (!suppress && !handler->keyEvent(evt))

Completed in 658 milliseconds

123