HomeSort by relevance Sort by last modified time
    Searched refs:suppress (Results 26 - 50 of 425) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
number_decimfmtprops.h 25 #pragma warning(suppress: 4661)
number_patternmodifier.h 24 #pragma warning(suppress: 4661)
  /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;
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeBackend.java 137 protected void saveVisualEffectsPolicy(int category, boolean suppress) {
141 int suppressedEffects = getNewSuppressedEffects(suppress, category);
159 private int getNewSuppressedEffects(boolean suppress, int effectType) {
162 if (suppress) {
  /frameworks/base/core/java/android/transition/
Visibility.java 105 * This tells the Visibility transition to suppress layout during the transition and release
109 public void setSuppressLayout(boolean suppress) {
110 this.mSuppressLayout = suppress;
577 private void suppressLayout(boolean suppress) {
578 if (mSuppressLayout && mLayoutSuppressed != suppress && mParent != null) {
579 mLayoutSuppressed = suppress;
580 mParent.suppressLayout(suppress);
  /external/clang/test/CodeGenCXX/
exceptions.cpp 434 extern bool suppress;
452 C::~C() try { cleanup(); } catch (...) { if (suppress) return; }
  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 188 uint8_t suppress:1; member in struct:my_mldv2_query
192 uint8_t suppress:1; member in struct:my_mldv2_query
  /external/capstone/windows/
winkernel_mm.c 36 #pragma prefast(suppress : 30030) // Allocating executable POOL_TYPE memory
  /external/curl/lib/
curl_setup.h 341 #pragma suppress 353 /* Possible nested comments */
342 #pragma suppress 593 /* Define not used */
343 #pragma suppress 61 /* enum has no name */
344 #pragma suppress 106 /* unnamed, unused parameter */
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 144 __pragma (warning(suppress : 4127 )) \
147 __pragma (warning(suppress : 4127 )) \
402 __pragma (warning(suppress : 4127 )) \
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 126 __pragma (warning(suppress : 4127 )) \
129 __pragma (warning(suppress : 4127 )) \
348 __pragma (warning(suppress : 4127 )) \
  /external/trappy/trappy/stats/
grammar.py 41 LPAREN = Literal("(").suppress()
42 RPAREN = Literal(")").suppress()
43 COLON = Literal(":").suppress()
44 EXP_START = Literal("[").suppress()
45 EXP_END = Literal("]").suppress()
  /external/protobuf/src/google/protobuf/stubs/
common.cc 249 bool suppress = false; local
254 suppress = log_silencer_count_ > 0;
257 if (!suppress) {
  /external/libchrome/base/
compiler_specific.h 33 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
52 // This uses suppress instead of push/pop because the delimiter after the
  /external/pdfium/third_party/base/
compiler_specific.h 28 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress : n))
47 // This uses suppress instead of push/pop because the delimiter after the
  /external/skia/src/core/
SkMathPriv.h 121 // Suppress this bogus /analyze warning. The check for non-zero
123 #pragma warning(suppress : 6102) // Using 'index' from failed function call
  /external/skqp/src/core/
SkMathPriv.h 121 // Suppress this bogus /analyze warning. The check for non-zero
123 #pragma warning(suppress : 6102) // Using 'index' from failed function call
  /frameworks/support/transition/src/main/java/androidx/transition/
Visibility.java 567 private void suppressLayout(boolean suppress) {
568 if (mSuppressLayout && mLayoutSuppressed != suppress && mParent != null) {
569 mLayoutSuppressed = suppress;
570 ViewGroupUtils.suppressLayout(mParent, suppress);
  /external/python/cpython3/Lib/test/
test_contextlib.py 907 cm_docstring = suppress.__doc__
908 obj = suppress()
912 with suppress(ValueError) as enter_result:
916 with suppress(ValueError):
920 with suppress(TypeError):
924 with suppress(LookupError):
929 with suppress(TypeError):
934 with suppress():
938 with suppress(ZeroDivisionError, TypeError):
940 with suppress(ZeroDivisionError, TypeError)
    [all...]
test_resource.py 138 with contextlib.suppress(AttributeError):
144 with contextlib.suppress(AttributeError):
  /external/deqp/
Android.mk 8 # or NOLINT(implicit), we suppress the google-explicit-constructor check.
  /packages/apps/LegacyCamera/jni/
Android.mk 14 # suppress existing non-critical warnings
  /packages/inputmethods/LatinIME/native/dicttoolkit/
Android.mk 37 # To suppress compiler warnings for unused variables/functions used for debug features etc.
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /external/e2fsprogs/e2fsck/
problem.c 67 N_("Suppress messages"),/* 16 */
723 /* Suppress messages prompt */
2143 int suppress = 0; local
    [all...]

Completed in 3104 milliseconds

12 3 4 5 6 7 8 91011>>