Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 1918) sorted by relevance

12345678910>>...77

/external/stlport/src/
Dwarning_disable.h8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiate…
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been init…
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disable : 4511 ) /* copy constructor cannot be generated */
[all …]
/external/stlport/stlport/stl/config/
D_warnings_off.h12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanci…
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initi…
25 # pragma warning( disable : 4710 ) // function (...) not inlined
[all …]
/external/libvorbis/symbian/
Dconfig.h40 #pragma warning(disable: 4100) /* unreferenced formal parameter */
41 #pragma warning(disable: 4127) /* conditional expression is constant */
42 #pragma warning(disable: 4189) /* local variable is initialized but not referenced */
43 #pragma warning(disable: 4244) /* conversion from '...' to '...', possible loss of data */
44 #pragma warning(disable: 4305) /* truncation from '...' to '...' */
45 #pragma warning(disable: 4505) /* unreferenced local function has been removed */
46 #pragma warning(disable: 4514) /* unreferenced inline function has been removed */
47 #pragma warning(disable: 4702) /* unreachable code */
48 #pragma warning(disable: 4701) /* local variable may be be used without having been initialized */
49 #pragma warning(disable: 4706) /* assignment within conditional expression */
[all …]
/external/mesa3d/include/GL/
Dwmesa.h56 # pragma warning (disable:4273)
57 # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double ' to 'float ', possible …
58 # pragma warning( disable : 4018 ) /* '<' : signed/unsigned mismatch */
59 # pragma warning( disable : 4305 ) /* '=' : truncation from 'const double ' to 'float ' */
60 # pragma warning( disable : 4013 ) /* 'function' undefined; assuming extern returning int */
61 # pragma warning( disable : 4761 ) /* integral size mismatch in argument; conversion supplied */
62 # pragma warning( disable : 4273 ) /* 'identifier' : inconsistent DLL linkage. dllexport assumed */
64 # pragma warning( disable : 4146 ) /* unary minus operator applied to unsigned type, result stil…
/external/chromium_org/third_party/mesa/src/include/GL/
Dwmesa.h56 # pragma warning (disable:4273)
57 # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double ' to 'float ', possible …
58 # pragma warning( disable : 4018 ) /* '<' : signed/unsigned mismatch */
59 # pragma warning( disable : 4305 ) /* '=' : truncation from 'const double ' to 'float ' */
60 # pragma warning( disable : 4013 ) /* 'function' undefined; assuming extern returning int */
61 # pragma warning( disable : 4761 ) /* integral size mismatch in argument; conversion supplied */
62 # pragma warning( disable : 4273 ) /* 'identifier' : inconsistent DLL linkage. dllexport assumed */
64 # pragma warning( disable : 4146 ) /* unary minus operator applied to unsigned type, result stil…
/external/neven/Embedded/common/src/b_BasicEm/
DConfig.h54 #pragma warning( disable : 4100 )
57 #pragma warning( disable : 4127 )
60 #pragma warning( disable : 4244 )
64 #pragma warning( disable : 4702 )
67 #pragma warning( disable : 4710 )
70 #pragma warning( disable : 4711 )
73 #pragma warning( disable : 4514 )
/external/clang/test/Parser/
Dpragma-loop.cpp23 #pragma clang loop vectorize(disable) in test()
24 #pragma clang loop interleave(disable) in test()
25 #pragma clang loop unroll(disable) in test()
41 #pragma clang loop vectorize(disable) interleave(disable) unroll(disable) in test()
126 #pragma clang loop vectorize(disable) in test()
128 #pragma clang loop interleave(disable) in test()
130 #pragma clang loop unroll(disable) in test()
136 #pragma clang loop vectorize(disable) in test()
138 #pragma clang loop interleave(disable) in test()
140 #pragma clang loop unroll(disable) in test()
[all …]
/external/libvpx/
DUPDATING9 armv7 targets with neon extensions. We disable many features. Some for
17 --disable-runtime-cpu-detect
18 --disable-neon
27 --disable-examples
28 --disable-docs
33 $ ../libvpx/configure --target=armv7-android-gcc --disable-runtime-cpu-detect \
34 --disable-neon --sdk-path=$ANDROID_NDK_ROOT --disable-vp9-encoder \
35 --disable-examples --disable-docs
/external/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll9 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
11 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
13 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
15 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
25 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
27 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
29 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
31 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | \
/external/chromium_org/third_party/libusb/src/msvc/
Dconfig.h25 #pragma warning(disable:4200)
27 #pragma warning(disable: 6258)
30 #pragma warning(disable:28719)
32 #pragma warning(disable:28125)
/external/deqp/framework/opengl/
DgluStateReset.cpp58 gl.disable (GL_PRIMITIVE_RESTART_FIXED_INDEX); in resetStateES()
92 gl.disable (GL_CULL_FACE); in resetStateES()
96 gl.disable (GL_POLYGON_OFFSET_FILL); in resetStateES()
99 gl.disable(GL_RASTERIZER_DISCARD); in resetStateES()
106 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE); in resetStateES()
107 gl.disable (GL_SAMPLE_COVERAGE); in resetStateES()
115 gl.disable(GL_SAMPLE_MASK); in resetStateES()
261 gl.disable (GL_SCISSOR_TEST); in resetStateES()
264 gl.disable (GL_STENCIL_TEST); in resetStateES()
268 gl.disable (GL_DEPTH_TEST); in resetStateES()
[all …]
/external/mesa3d/src/mesa/main/
Dcompiler.h95 # pragma warning( disable : 4068 ) /* unknown pragma */
96 # pragma warning( disable : 4710 ) /* function 'foo' not inlined */
97 # pragma warning( disable : 4711 ) /* function 'foo' selected for automatic inline expansion */
98 # pragma warning( disable : 4127 ) /* conditional expression is constant */
100 # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double ' to 'float ', possi…
101 # pragma warning( disable : 4018 ) /* '<' : signed/unsigned mismatch */
102 # pragma warning( disable : 4305 ) /* '=' : truncation from 'const double ' to 'float ' */
103 # pragma warning( disable : 4550 ) /* 'function' undefined; assuming extern returning int */
104 # pragma warning( disable : 4761 ) /* integral size mismatch in argument; conversion supplied …
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dcompiler.h95 # pragma warning( disable : 4068 ) /* unknown pragma */
96 # pragma warning( disable : 4710 ) /* function 'foo' not inlined */
97 # pragma warning( disable : 4711 ) /* function 'foo' selected for automatic inline expansion */
98 # pragma warning( disable : 4127 ) /* conditional expression is constant */
100 # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double ' to 'float ', possi…
101 # pragma warning( disable : 4018 ) /* '<' : signed/unsigned mismatch */
102 # pragma warning( disable : 4305 ) /* '=' : truncation from 'const double ' to 'float ' */
103 # pragma warning( disable : 4550 ) /* 'function' undefined; assuming extern returning int */
104 # pragma warning( disable : 4761 ) /* integral size mismatch in argument; conversion supplied …
/external/clang/test/Preprocessor/
Dpragma_microsoft.c33 __pragma(warning(disable: 10000)); \
94 #pragma warning(disable : 4705)
95 #pragma warning(disable : 123 456 789 ; error : 321)
113 #pragma warning(disable 4705) // expected-warning {{expected ':'}}
114 #pragma warning(disable : 0) // expected-warning {{expected a warning number}}
/external/qemu/distrib/sdl-1.2.15/
DREADME.Qtopia20 differ from the standard. Also you should disable features not
25disable-video-dummy --disable-video-fbcon --disable-video-dga --disable-arts --disable-esd --disa…
/external/chromium_org/chrome/browser/resources/options/
Dstartup_overlay.js86 setControlsDisabled: function(disable) { argument
88 startupPagesList.disabled = disable;
89 startupPagesList.setAttribute('tabindex', disable ? -1 : 0);
93 inputs[i].disabled = disable;
94 $('startupUseCurrentButton').disabled = disable;
/external/llvm/test/Other/
Dpass-pipeline-parsing.ll1 ; RUN: opt -disable-output -debug-pass-manager \
9 ; RUN: opt -disable-output -debug-pass-manager \
20 ; RUN: opt -disable-output -debug-pass-manager \
31 ; RUN: opt -disable-output -debug-pass-manager \
45 ; RUN: opt -disable-output -debug-pass-manager \
58 ; RUN: not opt -disable-output -debug-pass-manager \
63 ; RUN: not opt -disable-output -debug-pass-manager \
68 ; RUN: not opt -disable-output -debug-pass-manager \
73 ; RUN: not opt -disable-output -debug-pass-manager \
78 ; RUN: not opt -disable-output -debug-pass-manager \
[all …]
/external/libvpx/libvpx/test/android/
DREADME4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
6 --disable-examples --disable-runtime-cpu-detect --sdk=$NDK
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/
DREADME4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
6 --disable-examples --disable-runtime-cpu-detect --sdk-path=$NDK
/external/libcap-ng/libcap-ng-0.7/m4/
Dltoptions.m478 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
161 # `disable-shared' LT_INIT options.
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
200 [_LT_SET_OPTION([LT_INIT], [disable-shared])
215 # `disable-static' LT_INIT options.
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
[all …]
/external/libopus/m4/
Dltoptions.m478 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
161 # `disable-shared' LT_INIT options.
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
200 [_LT_SET_OPTION([LT_INIT], [disable-shared])
215 # `disable-static' LT_INIT options.
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
[all …]
/external/libmtp/m4/
Dltoptions.m477 dnl `shared' nor `disable-shared' was passed, we enable building of shared
79 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
80 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
82 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
160 # `disable-shared' LT_INIT options.
191 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
195 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
199 [_LT_SET_OPTION([LT_INIT], [disable-shared])
214 # `disable-static' LT_INIT options.
245 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
[all …]
/external/libpng/scripts/
Dltoptions.m478 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
161 # `disable-shared' LT_INIT options.
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
200 [_LT_SET_OPTION([LT_INIT], [disable-shared])
215 # `disable-static' LT_INIT options.
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
[all …]
/external/chromium_org/third_party/opus/src/m4/
Dltoptions.m478 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
161 # `disable-shared' LT_INIT options.
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
200 [_LT_SET_OPTION([LT_INIT], [disable-shared])
215 # `disable-static' LT_INIT options.
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
[all …]
/external/pcre/dist/m4/
Dltoptions.m478 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
161 # `disable-shared' LT_INIT options.
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
200 [_LT_SET_OPTION([LT_INIT], [disable-shared])
215 # `disable-static' LT_INIT options.
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
[all …]

12345678910>>...77