OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suppress
(Results
1 - 25
of
45
) 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;
/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
);
/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
/prebuilt/linux-x86/toolchain/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
/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
file_util_win.cc
143
#pragma warning(
suppress
:4996) // don't complain about wcscpy deprecation
262
#pragma warning(
suppress
:4996) // don't complain about wcscpy deprecation
264
#pragma warning(
suppress
:4996) // don't complain about wcscpy deprecation
[
all
...]
/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/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}
/packages/inputmethods/LatinIME/native/
Android.mk
8
# To
suppress
compiler warnings for unused variables/functions used for debug features etc.
/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
...]
/build/core/combo/
HOST_darwin-x86.mk
63
-dynamiclib -single_module -read_only_relocs
suppress
\
/external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp
121
#pragma warning(
suppress
: 6385)
124
#pragma warning(
suppress
: 6386)
/external/webkit/Tools/Scripts/
check-Xcode-source-file-types
80
-w|--[no-]warnings show or
suppress
warnings (default: show warnings)
sort-Xcode-project-file
67
-w|--[no-]warnings show or
suppress
warnings (default: show warnings)
/external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc
213
// In order to workaround http://crosbug.com/6582, we need to
suppress
216
const bool
suppress
= (last_key_code_ == key_code) &&
local
219
if (!
suppress
)
/external/e2fsprogs/e2fsck/
problem.c
66
N_("
Suppress
messages"),/* 16 */
638
/*
Suppress
messages prompt */
1746
int
suppress
= 0;
local
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m
9
% fprintf(1,'
suppress
has received a delay sequence\n');
25
A_GAIN=10.0; % for the
suppress
case
45
error('mLim in
suppress
.m too large\n');
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java
22
import android.test.suitebuilder.examples.
suppress
.SuppressedTest;
/external/valgrind/main/none/tests/
cmdline1.stdout.exp
33
--suppressions=<filename>
suppress
errors described in <filename>
/external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp
628
//
Suppress
the next keypress event unless the focused node is a plug-in node.
708
bool
suppress
= m_suppressNextKeypressEvent;
local
713
return
suppress
;
717
return
suppress
|| keyEventDefault(event);
734
if (!
suppress
&& !handler->keyEvent(evt))
[
all
...]
Completed in 721 milliseconds
1
2