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

1 2

  /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;
  /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/base/
compiler_specific.h 25 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n))
44 // This uses push/pop instead of the seemingly simpler suppress feature to avoid
file_util_win.cc 86 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
169 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
171 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
base_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being
  /external/clearsilver/
rules.mk.in 109 LDSHARED = $(CC) -bundle -flat_namespace -undefined suppress $(PICFLG)
110 CPPLDSHARED = $(CPP) -bundle -flat_namespace -undefined suppress $(PICFLG)
  /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;
jpeglib.h 91 * You could suppress output of a table by setting this to TRUE.
107 * You could suppress output of a table by setting this to TRUE.
    [all...]
  /build/core/combo/
HOST_darwin-x86.mk 61 -dynamiclib -single_module -read_only_relocs suppress \
  /external/protobuf/src/google/protobuf/stubs/
common.cc 181 bool suppress = false; local
186 suppress = internal::log_silencer_count_ > 0;
189 if (!suppress) {
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 756 SDL_bool suppress = SDL_FALSE; local
768 suppress = SDL_TRUE;
777 if ( suppress ) {
799 suppress = SDL_TRUE;
837 if ( ! suppress ) {
848 if ( ! suppress ) {
890 if ( ! suppress ) {
901 if ( ! suppress ) {
931 if ( ! suppress ) {
943 if ( ! suppress ) {
    [all...]
  /external/webkit/WebKit/win/
WebLocalizableStrings.cpp 122 #pragma warning(suppress: 6385)
125 #pragma warning(suppress: 6386)
  /external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file 66 -w|--[no-]warnings show or suppress warnings (default: show warnings)
resolve-ChangeLogs 108 -w|--[no-]warnings show or suppress warnings (default: show warnings)
  /external/e2fsprogs/e2fsck/
problem.c 66 N_("Suppress messages"),/* 16 */
587 /* Suppress messages prompt */
1617 int suppress = 0; local
    [all...]
pass1.c 81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
670 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 22 import android.test.suitebuilder.examples.suppress.SuppressedTest;
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp 575 bool suppress = m_suppressNextKeypressEvent; local
580 return suppress;
584 return suppress || keyEventDefault(event);
601 if (!suppress && !handler->keyEvent(evt))
    [all...]
  /external/chromium/net/
net_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being
  /external/chromium/sdch/
sdch_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being
  /external/chromium/third_party/icu/
icu_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being
  /external/chromium/third_party/libevent/
libevent_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being
  /external/chromium/third_party/zlib/
zlib_main.scons 49 # Since we set the -j value by default, suppress SCons warnings about being

Completed in 412 milliseconds

1 2