OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suppress
(Results
26 - 50
of
138
) sorted by null
1
2
3
4
5
6
/external/chromium_org/remoting/webapp/
wcs_iq_client_proto.js
8
/** @
suppress
{duplicate} */
connection_stats.js
12
/** @
suppress
{duplicate} */
host.js
12
/** @
suppress
{duplicate} */
menu_button.js
12
/** @
suppress
{duplicate} */
plugin_settings.js
11
/** @
suppress
{duplicate} */
butter_bar.js
13
/** @
suppress
{duplicate} */
host_session.js
16
/** @
suppress
{duplicate} */
/external/chromium_org/base/
compiler_specific.h
25
#define MSVC_SUPPRESS_WARNING(n) __pragma(warning(
suppress
:n))
44
// This uses
suppress
instead of push/pop because the delimiter after the
file_util_win.cc
58
#pragma warning(
suppress
:4996) // don't complain about wcscpy deprecation
60
#pragma warning(
suppress
:4996) // don't complain about wcscpy deprecation
109
#pragma warning(
suppress
:4996) // don't complain about wcscpy deprecation
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java
246
// Show it again, it should have the option to
suppress
subsequent dialogs.
254
final CheckBox
suppress
= (CheckBox) dialog.findViewById(
256
if (
suppress
== null) return "
Suppress
checkbox not found.";
257
if (
suppress
.getVisibility() != View.VISIBLE) {
258
return "
Suppress
checkbox is not visible.";
260
suppress
.setChecked(true);
/external/elfutils/libelf/
Android.mk
151
# to
suppress
the "pointer of type ?void *? used in arithmetic" warning
182
# to
suppress
the "pointer of type ?void *? used in arithmetic" warning
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc
181
bool
suppress
= false;
local
186
suppress
= internal::log_silencer_count_ > 0;
189
if (!
suppress
) {
/external/protobuf/src/google/protobuf/stubs/
common.cc
181
bool
suppress
= false;
local
186
suppress
= internal::log_silencer_count_ > 0;
189
if (!
suppress
) {
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h
122
__pragma (warning(
suppress
: 4127 )) \
125
__pragma (warning(
suppress
: 4127 )) \
344
__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/qemu/distrib/sdl-1.2.15/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
120
-dynamiclib -single_module -read_only_relocs
suppress
\
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.h
40
void SetSuppressScheduleComposite(bool
suppress
);
render_widget_compositor.cc
312
void RenderWidgetCompositor::SetSuppressScheduleComposite(bool
suppress
) {
313
if (suppress_schedule_composite_ ==
suppress
)
316
if (
suppress
)
322
suppress_schedule_composite_ =
suppress
;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
JavascriptAppModalDialog.java
277
String prompt, boolean
suppress
);
280
boolean
suppress
);
/external/e2fsprogs/e2fsck/
problem.c
66
N_("
Suppress
messages"),/* 16 */
638
/*
Suppress
messages prompt */
1751
int
suppress
= 0;
local
[
all
...]
/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/elfutils/libdw/
Android.mk
164
# to
suppress
the "pointer of type ?void *? used in arithmetic" warning
/external/libvorbis/lib/
vorbisenc.c
382
const int *
suppress
){
388
p->tone_abs_limit=
suppress
[is]*(1.-ds)+
suppress
[is+1]*ds;
394
const int *
suppress
,
403
p->noisemaxsupp=
suppress
[is]*(1.-ds)+
suppress
[is+1]*ds;
[
all
...]
/external/chromium_org/content/browser/renderer_host/
gtk_im_context_wrapper.cc
209
// In order to workaround http://crosbug.com/6582, we need to
suppress
212
const bool
suppress
= (last_key_code_ == key_code) &&
local
215
if (!
suppress
)
Completed in 508 milliseconds
1
2
3
4
5
6