Home
last modified time | relevance | path

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

12345678910>>...71

/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/libvpx/
DUPDATING10 armv7 targets with neon extensions. We disable many features. Some for
18 --disable-runtime-cpu-detect
19 --disable-neon
28 --disable-examples
29 --disable-docs
34 $ ../libvpx/configure --target=armv7-android-gcc --disable-runtime-cpu-detect \
35 --disable-neon --sdk-path=$ANDROID_NDK_ROOT --disable-vp9-encoder \
36 --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/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/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/third_party/WebKit/Source/core/rendering/
DPartialLayoutState.h57 void disable() { ASSERT(!m_shouldStop); m_disableCount++; } in disable() function
83 PartialLayoutDisabler(PartialLayoutState& partialLayout, bool disable = true)
85 , m_disable(disable) in m_partialLayout()
88 m_partialLayout.disable(); in m_partialLayout()
/external/dropbear/
DSMALL14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without
19 - You can disable either password or public-key authentication, though note
22 - Similarly with DSS and RSA, you can disable one of these if you know that
25 DON'T disable either of these on systems where you aren't 100% sure about
30 - You can disable x11, tcp and agent forwarding as desired. None of these are
35 If you are compiling statically, you may want to disable zlib, as it will use
36 a few tens of kB of binary-size (./configure --disable-zlib).
/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/chrome/browser/resources/options/
Dstartup_overlay.js89 setControlsDisabled: function(disable) { argument
91 startupPagesList.disabled = disable;
92 startupPagesList.setAttribute('tabindex', disable ? -1 : 0);
96 inputs[i].disabled = disable;
97 $('startupUseCurrentButton').disabled = disable;
/external/llvm/test/CodeGen/X86/
Dpersonality_size.ll1 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=x86_64-pc-solaris2.11 -disable-cgp-bran…
2 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=i386-pc-solaris2.11 -disable-cgp-branch…
/external/grub/
Dconfigure.ac225 [ --disable-ext2fs disable ext2fs support in Stage 2])
232 [ --disable-fat disable FAT support in Stage 2])
239 [ --disable-ffs disable FFS support in Stage 2])
246 [ --disable-ufs2 disable UFS2 support in Stage 2])
253 [ --disable-minix disable Minix fs support in Stage 2])
260 [ --disable-reiserfs disable ReiserFS support in Stage 2])
267 [ --disable-vstafs disable VSTa FS support in Stage 2])
274 [ --disable-jfs disable IBM JFS support in Stage 2])
281 [ --disable-xfs disable SGI XFS support in Stage 2])
288 [ --disable-iso9660 disable ISO9660 support in Stage 2])
[all …]
/external/open-vcdiff/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/libexif/auto-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/chromium_org/third_party/tcmalloc/vendor/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/protobuf/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/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/qemu/distrib/sdl-1.2.15/acinclude/
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 …]

12345678910>>...71