HomeSort by relevance Sort by last modified time
    Searched refs:suppress (Results 1 - 25 of 186) 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/libchrome/base/debug/
debugger.cc 33 void SetSuppressDebugUI(bool suppress) {
34 is_debug_ui_suppressed = suppress;
debugger.h 38 BASE_EXPORT void SetSuppressDebugUI(bool suppress);
  /external/curl/docs/cmdline-opts/
suppress-connect-headers.d 1 Long: suppress-connect-headers
2 Help: Suppress proxy CONNECT response headers
proxytunnel.d 11 To suppress proxy CONNECT response headers when curl is set to output headers
12 use --suppress-connect-headers.
  /external/ltp/testcases/network/stress/ns-tools/
ns-mcast.h 98 uint8_t suppress:1; member in struct:igmpv3_query
102 uint8_t suppress:1; member in struct:igmpv3_query
  /external/v8/tools/clusterfuzz/
v8_foozzie_test.py 52 suppress = v8_suppressions.get_suppression(
57 self.assertEquals(diff, suppress.diff(one, two))
62 self.assertEquals(diff, suppress.diff(one, two))
80 self.assertEquals(diff, suppress.diff(one, two))
90 self.assertEquals(diff, suppress.diff(one, two))
100 self.assertEquals(diff, suppress.diff(one, two))
112 self.assertEquals(diff, suppress.diff(one, two))
v8_foozzie.py 97 '--suppress-asm-messages']
256 suppress = v8_suppressions.get_suppression(
264 if content_bailout(get_meta_data(content), suppress.ignore_by_metadata):
266 if content_bailout(content, suppress.ignore_by_content):
306 difference, source = suppress.diff(
319 if fail_bailout(first_config_output, suppress.ignore_by_output1):
321 if fail_bailout(second_config_output, suppress.ignore_by_output2):
  /external/v8/src/base/
compiler-specific.h 70 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress : n))
73 // This uses suppress instead of push/pop because the delimiter after the
  /external/v8/tools/clusterfuzz/testdata/
failure_output.txt 12 --abort_on_stack_or_string_length_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --wasm-num-compilation-tasks=0 --suppress-asm-messages --random-seed 12345 --turbo-filter=~ --noopt --liftoff --no-wasm-tier-up
14 --abort_on_stack_or_string_length_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --wasm-num-compilation-tasks=0 --suppress-asm-messages --random-seed 12345 --stress-scavenge=100
  /bionic/libc/kernel/uapi/linux/
igmp.h 56 __u8 qrv : 3, suppress : 1, resv : 4; member in struct:igmpv3_query
58 __u8 resv : 4, suppress : 1, qrv : 3; member in struct:igmpv3_query
  /external/autotest/client/site_tests/power_LoadTest/extension/
prevent_unload_popup.js 1 //This content script injected into the page is to suppress
  /external/cldr/tools/java/
find-unrun-tests.sh 8 diff --side-by-side --suppress-common-lines all_test_classes.txt currently_running.txt
  /external/kernel-headers/original/uapi/linux/
igmp.h 70 suppress:1, member in struct:igmpv3_query
74 suppress:1, member in struct:igmpv3_query
  /external/guava/guava/src/com/google/common/io/
Closer.java 219 suppressor.suppress(closeable, throwable, e);
239 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); method in interface:Closer.Suppressor
250 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:Closer.LoggingSuppressor
280 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { method in class:Closer.SuppressingSuppressor
289 LoggingSuppressor.INSTANCE.suppress(closeable, thrown, suppressed);
  /external/python/setuptools/pkg_resources/_vendor/packaging/
requirements.py 26 LBRACKET = L("[").suppress()
27 RBRACKET = L("]").suppress()
28 LPAREN = L("(").suppress()
29 RPAREN = L(")").suppress()
30 COMMA = L(",").suppress()
31 SEMICOLON = L(";").suppress()
32 AT = L("@").suppress()
  /external/python/setuptools/setuptools/_vendor/packaging/
requirements.py 26 LBRACKET = L("[").suppress()
27 RBRACKET = L("]").suppress()
28 LPAREN = L("(").suppress()
29 RPAREN = L(")").suppress()
30 COMMA = L(",").suppress()
31 SEMICOLON = L(";").suppress()
32 AT = L("@").suppress()
  /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/icu/icu4c/source/i18n/
erarules.h 23 #pragma warning(suppress: 4661)
  /external/e2fsprogs/debugfs/
zap.c 246 int suppress = -1; local
250 if (suppress < 0) {
252 suppress = i;
257 if (memcmp(buf + i, buf + suppress, max) == 0)
259 suppress = -1;
  /build/make/core/combo/
HOST_darwin-x86_64.mk 30 -dynamiclib -single_module -read_only_relocs suppress \
  /external/clang/test/Preprocessor/
pragma_microsoft.c 124 #pragma warning(suppress : 321)
125 // CHECK: #pragma warning(suppress: 321)
137 #pragma warning(5: 123) // expected-warning {{expected 'push', 'pop', 'default', 'disable', 'error', 'once', 'suppress', 1, 2, 3, or 4}}
146 #pragma warning( // expected-warning {{expected 'push', 'pop', 'default', 'disable', 'error', 'once', 'suppress', 1, 2, 3, or 4}}
147 #pragma warning() // expected-warning {{expected 'push', 'pop', 'default', 'disable', 'error', 'once', 'suppress', 1, 2, 3, or 4}}
  /external/conscrypt/common/src/jni/main/include/conscrypt/
macros.h 94 #define CONSCRYPT_UNUSED __pragma(warning(suppress : 4100))
  /external/libjpeg-turbo/
jcapimin.c 122 * Forcibly suppress or un-suppress all quantization and Huffman tables.
123 * Marks all currently defined tables as already written (if suppress)
124 * or not written (if !suppress). This will control whether they get emitted
134 jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress)
142 qtbl->sent_table = suppress;
147 htbl->sent_table = suppress;
149 htbl->sent_table = suppress;
  /external/clang/test/CodeGenCXX/
exceptions.cpp 434 extern bool suppress;
452 C::~C() try { cleanup(); } catch (...) { if (suppress) return; }

Completed in 1564 milliseconds

1 2 3 4 5 6 7 8