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

1 2 3 4 5 6 7

  /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)
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcexport.h 42 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
45 // This uses suppress instead of push/pop because the delimiter after the
  /external/chromium_org/remoting/webapp/browser_test/
mock_signal_strategy.js 7 * @suppress {checkTypes}
12 /** @suppress {duplicate} */
cancel_pin_browser_test.js 7 * @suppress {checkTypes}
invalid_pin_browser_test.js 7 * @suppress {checkTypes}
mock_session_connector.js 8 * @suppress {checkTypes}
13 /** @suppress {duplicate} */
  /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
  /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/chromium_org/third_party/libjpeg_turbo/
jcapimin.c 119 * Forcibly suppress or un-suppress all quantization and Huffman tables.
120 * Marks all currently defined tables as already written (if suppress)
121 * or not written (if !suppress). This will control whether they get emitted
131 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress)
139 qtbl->sent_table = suppress;
144 htbl->sent_table = suppress;
146 htbl->sent_table = suppress;
  /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/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...]
  /external/chromium_org/remoting/webapp/
error.js 7 /** @suppress {duplicate} */
fullscreen.js 12 /** @suppress {duplicate} */
  /external/chromium_org/base/
compiler_specific.h 25 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
44 // This uses suppress instead of push/pop because the delimiter after the
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 246 // Show it again, it should have the option to suppress subsequent dialogs.
254 final CheckBox suppress = (CheckBox) dialog.findViewById(
256 if (suppress == null) return "Suppress checkbox not found.";
257 if (suppress.getVisibility() != View.VISIBLE) {
258 return "Suppress checkbox is not visible.";
260 suppress.setChecked(true);

Completed in 283 milliseconds

1 2 3 4 5 6 7