Home
last modified time | relevance | path

Searched refs:suppress (Results 1 – 25 of 163) sorted by relevance

1234567

/external/chromium/base/debug/
Ddebugger.cc26 void SetSuppressDebugUI(bool suppress) { in SetSuppressDebugUI() argument
27 is_debug_ui_suppressed = suppress; in SetSuppressDebugUI()
Ddebugger.h43 BASE_API void SetSuppressDebugUI(bool suppress);
/external/jpeg/
Djcapimin.c119 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()
Djconfig.st16 #define INCOMPLETE_TYPES_BROKEN /* suppress undefined-structure warnings */
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_string.c756 SDL_bool suppress = SDL_FALSE; in SDL_sscanf() local
768 suppress = SDL_TRUE; in SDL_sscanf()
777 if ( suppress ) { in SDL_sscanf()
799 suppress = SDL_TRUE; in SDL_sscanf()
837 if ( ! suppress ) { in SDL_sscanf()
848 if ( ! suppress ) { in SDL_sscanf()
890 if ( ! suppress ) { in SDL_sscanf()
901 if ( ! suppress ) { in SDL_sscanf()
931 if ( ! suppress ) { in SDL_sscanf()
943 if ( ! suppress ) { in SDL_sscanf()
[all …]
/external/chromium/chrome/browser/
Dbrowser_keyevents_browsertest.cc141 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) { in SuppressEventByType() argument
147 StringPrintf(kSuppressEventJS, type, GetBoolString(!suppress)), in SuppressEventByType()
149 ASSERT_EQ(!suppress, actual); in SuppressEventByType()
164 void SuppressAllEvents(int tab_index, bool suppress) { in SuppressAllEvents() argument
165 SuppressEvents(tab_index, suppress, suppress, suppress, suppress); in SuppressAllEvents()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc181 bool suppress = false; in Finish() local
186 suppress = internal::log_silencer_count_ > 0; in Finish()
189 if (!suppress) { in Finish()
/external/oprofile/doc/xsl/
Dxhtml-common.xsl17 <xsl:param name="suppress-numbers" select="'0'"/>
26 <xsl:when test="$suppress-numbers = '0'
/external/webkit/Source/WebKit/win/
DWebLocalizableStrings.cpp121 #pragma warning(suppress: 6385) in createWebKitBundle()
124 #pragma warning(suppress: 6386) in createWebKitBundle()
/external/valgrind/main/
Dglibc-2.34567-NPTL-helgrind.supp16 # - suppress anything that has its top frame in ld.so
20 # - suppress anything that has its top frame in libc.so.
71 # These are very ugly. They are needed to suppress errors inside (eg)
Dglibc-2.7.supp2 # Errors to suppress by default with glibc 2.7.x
/external/valgrind/main/auxprogs/
DMakefile.am33 valgrind_listener_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
/external/llvm/test/CodeGen/Thumb2/
Dframeless2.ll6 …setup(i8* nocapture %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* …
/external/libffi/
Dltcf-gcj.sh384 allow_undefined_flag='-undefined suppress'
388 allow_undefined_flag='-flat_namespace -undefined suppress'
392 allow_undefined_flag='-flat_namespace -undefined suppress'
Dltcf-c.sh385 allow_undefined_flag='-undefined suppress'
389 allow_undefined_flag='-flat_namespace -undefined suppress'
393 allow_undefined_flag='-flat_namespace -undefined suppress'
/external/e2fsprogs/e2fsck/
Dproblem.c1746 int suppress = 0; in fix_problem() local
1804 suppress++; in fix_problem()
1808 suppress++; in fix_problem()
1811 suppress++; in fix_problem()
1812 if (!suppress) { in fix_problem()
1840 if (!suppress) in fix_problem()
/external/chromium/base/
Dcompiler_specific.h26 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text57 Backslashing should suppress \[this] and [this\].
/external/skia/src/animator/
DSkScript.cpp1115 SkSuppress suppress; in logicalOp() local
1200 suppress.fSuppress = ifValue.fOperand.fS32 == 0; in logicalOp()
1201 suppress.fOperator = kIf; in logicalOp()
1202 suppress.fOpStackDepth = fOpStack.count(); in logicalOp()
1203 suppress.fElse = false; in logicalOp()
1204 fSuppressStack.push(suppress); in logicalOp()
1226 suppress.fSuppress = true; in logicalOp()
1227 suppress.fOperator = match; in logicalOp()
1228 suppress.fOpStackDepth = fOpStack.count(); in logicalOp()
1229 fSuppressStack.push(suppress); in logicalOp()
/external/valgrind/main/memcheck/tests/x86/
Dfxsave.stdout.exp1 Re-run with any arg to suppress least-significant
/external/llvm/test/Analysis/BasicAA/
Dfull-store-partial-alias.ll6 ; so the %tmp5 load is PartialAlias with the store and suppress TBAA.
/external/valgrind/main/cachegrind/
DMakefile.am30 cg_merge_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
/external/chromium/chrome/browser/renderer_host/
Dgtk_im_context_wrapper.cc216 const bool suppress = (last_key_code_ == key_code) && in ProcessKeyEvent() local
219 if (!suppress) in ProcessKeyEvent()
/external/zlib/contrib/minizip/
DChangeLogUnzip64 - suppress the type unzipFileInZip.
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/
Dcompsup.m9 % fprintf(1,'suppress has received a delay sequence\n');
25 A_GAIN=10.0; % for the suppress case
45 error('mLim in suppress.m too large\n');

1234567