/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);
|
/external/chromium_org/base/debug/ |
debugger.cc | 32 void SetSuppressDebugUI(bool suppress) { 33 is_debug_ui_suppressed = suppress;
|
debugger.h | 42 BASE_EXPORT 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
|
/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
|
/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
|
/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/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/chromium_org/remoting/webapp/ |
viewer_plugin_proto.js | 8 /** @suppress {duplicate} */
|
clipboard_event_proto.js | 9 /** @suppress {duplicate} */
|
error.js | 7 /** @suppress {duplicate} */
|
/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/chromium_org/chrome/browser/ |
browser_keyevents_browsertest.cc | 149 // Set the suppress flag of an event specified by |type|. If |suppress| is 150 // true then the web page will suppress all events with |type|. Following 152 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) { 157 base::StringPrintf(kSuppressEventJS, type, GetBoolString(!suppress)), 159 ASSERT_EQ(!suppress, actual); 174 void SuppressAllEvents(int tab_index, bool suppress) { 175 SuppressEvents(tab_index, suppress, suppress, suppress, suppress) [all...] |