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

  /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
  /build/core/combo/
HOST_darwin-x86.mk 39 -dynamiclib -single_module -read_only_relocs suppress \
  /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...]
  /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)
WebView.cpp     [all...]
  /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/libpng/
ltmain.sh 1149 -no-suppress)
    [all...]
  /external/grub/docs/
texinfo.tex 556 % and you can use @w{...} around a quote to suppress ligatures.
971 % If WORD is `none', then suppress indentation of the first paragraph
978 % By default, we suppress indentation.
    [all...]
  /external/dbus/
ltmain.sh 685 -no-suppress)
1018 # Suppress compiler output if we already did a PIC compilation.
    [all...]
  /external/expat/conftools/
ltmain.sh 665 -no-suppress)
997 # Suppress compiler output if we already did a PIC compilation.
    [all...]
  /external/libffi/
ltmain.sh 694 -no-suppress)
1027 # Suppress compiler output if we already did a PIC compilation.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1211 milliseconds