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

1 2 3 4 5 6 7 8

  /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_org/base/debug/
debugger.cc 32 void SetSuppressDebugUI(bool suppress) {
33 is_debug_ui_suppressed = suppress;
debugger.h 38 BASE_EXPORT void SetSuppressDebugUI(bool suppress);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformExport.h 63 #pragma warning(suppress:4275)
  /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
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcexport.h 39 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
42 // This uses suppress instead of push/pop because the delimiter after the
  /bionic/libc/kernel/uapi/linux/
igmp.h 66 suppress:1, member in struct:igmpv3_query
71 suppress:1, member in struct:igmpv3_query
  /development/ndk/platforms/android-L/include/linux/
igmp.h 66 suppress:1, member in struct:igmpv3_query
71 suppress:1, member in struct:igmpv3_query
  /external/chromium-trace/trace-viewer/src/cc/
picture_view_test_data.js 30 'skp64': 'AQAAAJABAACQAAAAIQAAAB8AAACQAQAAkAAAAAAAAAAAAAAACwAAACEAAAAfAAAAAwAAAAFkYWVyTAEAAAgAAB4DAAAACAAAHgMAAAAMAAAjAADIwwAAEMMcAAADAADIQwAAEEMAgNhDAAAvQwEAAABEAQAAGAAAFQEAAAAAAMhDAAAQQwCA2EMAAC9DDAAAIwAAAAAAAAAADAAAIwAAAAAAAAAAGAAAFQIAAAAAAMhDAAAQQwCA2EMAAC9DGAAAFQIAAAAAAMhDAAAQQwCA2EMAAC9DCAAAHgMAAAAcAAADAADQQwAAIEMAgAFEAAAxQwEAAADUAAAAGAAAFQMAAAAAANBDAAAgQwCAAUQAADFDBAAAHGwAABQEAAAAGgAAADMASwBMAE8ATABTAAMANQBSAEoASABVAFYAAAANAAAAANYdQwAGNEMAAC5DAADQQwCA1UMAgNpDAIDcQwCA3kMAgOBDAIDlQwAA50MAAO1DAADyQwAA90MAgPtDAID+QwQAABwEAAAcdGNhZgIAAAAPU2tDbGVhclhmZXJtb2RlDVNrU3JjWGZlcm1vZGVjZnB0AQAAAAEBBUFyaWFsBApBcmlhbCBCb2xkBgxBcmlhbC1Cb2xkTVT+\/wAAeWFyYfQAAAAgdG5wBAAAAAAAQEEAAIA\/AAAAAAAAgD8AAAAAAACAQAAAAP8CMAAAAAAAAAAAAAAAAAAAAQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQQAAgD8AAAAAAACAPwAAAAAAAIBA\/\/\/\/\/wIwAQAAAAAAAAAAAAAAAAACAAAABAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBBAACAPwAAAAAAAIA\/AAAAAAAAgED+uYKZADABAAAAAAAAAIBBAACAPwAAAAAAAIA\/AAAAAAAAgEAzMzP\/ARCBAAMAAAABAAAAIGZvZQ==' // @suppress longLineCheck
  /external/kernel-headers/original/uapi/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.11-4.6/sysroot/usr/include/linux/
igmp.h 70 suppress:1, member in struct:igmpv3_query
74 suppress:1, member in struct:igmpv3_query
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
igmp.h 70 suppress:1, member in struct:igmpv3_query
74 suppress:1, member in struct:igmpv3_query
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
igmp.h 66 suppress:1, member in struct:igmpv3_query
71 suppress:1, member in struct:igmpv3_query
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
igmp.h 66 suppress:1, member in struct:igmpv3_query
71 suppress:1, member in struct:igmpv3_query
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
igmp.h 66 suppress:1, member in struct:igmpv3_query
71 suppress:1, member in struct:igmpv3_query
  /external/e2fsprogs/debugfs/
zap.c 178 int suppress = -1; local
232 if (suppress < 0) {
234 suppress = i;
239 if (memcmp(buf + i, buf + suppress, 16) == 0)
241 suppress = -1;
  /external/clang/test/Lexer/
pragma-operators.cpp 39 #pragma warning(disable : 1 2L 3U ; error : 4 5 6 ; suppress : 7 8 9)
44 // CHECK: #pragma warning(suppress: 7 8 9)
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 15 .app-contents:active:not(.suppress-active),
16 .app:not(.click-focus):focus .app-contents:not(.suppress-active),
22 .app-contents:active:not(.suppress-active),
23 /* Active gets applied right before .suppress-active, so to avoid flicker
25 .app-contents.suppress-active {
  /external/clang/test/CodeGenCXX/
exceptions.cpp 431 extern bool suppress;
449 C::~C() try { cleanup(); } catch (...) { if (suppress) return; }
  /external/clang/test/Preprocessor/
pragma_microsoft.c 97 #pragma warning(suppress : 321)
106 #pragma warning( // expected-warning {{expected 'push', 'pop', 'default', 'disable', 'error', 'once', 'suppress', 1, 2, 3, or 4}}
107 #pragma warning() // expected-warning {{expected 'push', 'pop', 'default', 'disable', 'error', 'once', 'suppress', 1, 2, 3, or 4}}
  /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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapimin.c 108 * 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)
128 qtbl->sent_table = suppress;
133 htbl->sent_table = suppress;
135 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_org/chrome/browser/
browser_keyevents_browsertest.cc 146 // Set the suppress flag of an event specified by |type|. If |suppress| is
147 // true then the web page will suppress all events with |type|. Following
149 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) {
154 base::StringPrintf(kSuppressEventJS, type, GetBoolString(!suppress)),
156 ASSERT_EQ(!suppress, actual);
171 void SuppressAllEvents(int tab_index, bool suppress) {
172 SuppressEvents(tab_index, suppress, suppress, suppress, suppress)
    [all...]

Completed in 1072 milliseconds

1 2 3 4 5 6 7 8