HomeSort by relevance Sort by last modified time
    Searched refs:suppress (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /development/tools/findunused/
findunusedtranslations 57 $suppress = 0;
65 $suppress = 1;
71 $suppress = 1;
77 $suppress = 1;
82 $text .= $_ unless ($suppress);
85 $suppress = 0;
88 $suppress = 0;
91 $suppress = 0;
  /external/chromium/base/debug/
debugger.cc 26 void SetSuppressDebugUI(bool suppress) {
27 is_debug_ui_suppressed = suppress;
debugger.h 43 BASE_API void SetSuppressDebugUI(bool suppress);
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
SuppressedTest.java 17 package android.test.suitebuilder.examples.suppress;
19 import android.test.suitebuilder.annotation.Suppress;
23 @Suppress
PartiallySuppressedTest.java 17 package android.test.suitebuilder.examples.suppress;
19 import android.test.suitebuilder.annotation.Suppress;
25 @Suppress
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
igmp.h 69 suppress:1, member in struct:igmpv3_query
73 suppress:1, member in struct:igmpv3_query
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
igmp.h 69 suppress:1, member in struct:igmpv3_query
73 suppress:1, member in struct:igmpv3_query
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
igmp.h 69 suppress:1, member in struct:igmpv3_query
73 suppress:1, member in struct:igmpv3_query
  /external/clang/test/CodeGenCXX/
exceptions.cpp 431 extern bool suppress;
449 C::~C() try { cleanup(); } catch (...) { if (suppress) return; }
  /external/chromium/base/
compiler_specific.h 26 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
45 // This uses push/pop instead of the seemingly simpler suppress feature to avoid
  /external/elfutils/libdwfl/
Android.mk 59 # 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/
jcapimin.c 107 * 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)
127 qtbl->sent_table = suppress;
132 htbl->sent_table = suppress;
134 htbl->sent_table = suppress;
  /external/qemu/distrib/jpeg-6b/
jcapimin.c 107 * 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)
127 qtbl->sent_table = suppress;
132 htbl->sent_table = suppress;
134 htbl->sent_table = suppress;
  /external/chromium/chrome/browser/
browser_keyevents_browsertest.cc 138 // 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) {
147 StringPrintf(kSuppressEventJS, type, GetBoolString(!suppress)),
149 ASSERT_EQ(!suppress, actual);
164 void SuppressAllEvents(int tab_index, bool suppress) {
165 SuppressEvents(tab_index, suppress, suppress, suppress, suppress)
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 38 * @suppress {checkTypes}
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 38 * @suppress {checkTypes}
  /external/elfutils/libelf/
Android.mk 151 # 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/
common.cc 181 bool suppress = false; local
186 suppress = internal::log_silencer_count_ > 0;
189 if (!suppress) {
  /hardware/invensense/libsensors_iio/software/core/driver/include/
log.h 122 __pragma (warning(suppress : 4127 )) \
125 __pragma (warning(suppress : 4127 )) \
344 __pragma (warning(suppress : 4127 )) \
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 756 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...]
  /build/core/combo/
HOST_darwin-x86.mk 120 -dynamiclib -single_module -read_only_relocs suppress \
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp 121 #pragma warning(suppress: 6385)
124 #pragma warning(suppress: 6386)
  /external/e2fsprogs/e2fsck/
problem.c 66 N_("Suppress messages"),/* 16 */
638 /* Suppress messages prompt */
1751 int suppress = 0; local
    [all...]
  /external/webkit/Tools/Scripts/
check-Xcode-source-file-types 80 -w|--[no-]warnings show or suppress warnings (default: show warnings)
sort-Xcode-project-file 67 -w|--[no-]warnings show or suppress warnings (default: show warnings)

Completed in 515 milliseconds

1 2 3 4