Home
last modified time | relevance | path

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

12345678910>>...70

/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/vboot_reference/tests/tpm_lite/
Dtpmtest_fastenable.c22 uint8_t disable, deactivated; in main() local
29 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL)); in main()
30 printf("disable is %d, deactivated is %d\n", disable, deactivated); in main()
34 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL)); in main()
35 printf("disable is %d, deactivated is %d\n", disable, deactivated); in main()
36 VbAssert(disable == 1 && deactivated == 1); in main()
39 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL)); in main()
40 printf("disable is %d, deactivated is %d\n", disable, deactivated); in main()
41 VbAssert(disable == 0 && deactivated == 0); in main()
Dtpmtest_enable.c17 uint8_t disable, deactivated; in main() local
23 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL)); in main()
24 printf("disable is %d, deactivated is %d\n", disable, deactivated); in main()
27 TPM_CHECK(TlclGetFlags(&disable, &deactivated, NULL)); in main()
28 printf("disable is %d, deactivated is %d\n", disable, deactivated); in main()
29 if (disable == 1 || deactivated == 1) { in main()
/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/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/llvm/test/Bitcode/
Dinvalid.test1 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \
3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \
5 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \
7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \
9 RUN: not llvm-dis -disable-output %p/Inputs/invalid-type-table-forward-ref.bc 2>&1 | \
11 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bitwidth.bc 2>&1 | \
13 RUN: not llvm-dis -disable-output %p/Inputs/invalid-align.bc 2>&1 | \
15 RUN: not llvm-dis -disable-output %p/Inputs/invalid-gep-mismatched-explicit-type.bc 2>&1 | \
17 RUN: not llvm-dis -disable-output %p/Inputs/invalid-load-mismatched-explicit-type.bc 2>&1 | \
19 RUN: not llvm-dis -disable-output %p/Inputs/invalid-gep-operator-mismatched-explicit-type.bc 2>&1 |…
[all …]
/external/clang/test/Parser/
Dpragma-loop.cpp96 #pragma clang loop vectorize(disable) in test()
97 #pragma clang loop interleave(disable) in test()
98 #pragma clang loop unroll(disable) in test()
114 #pragma clang loop vectorize(disable) interleave(disable) unroll(disable) in test()
220 #pragma clang loop vectorize(disable) in test()
222 #pragma clang loop interleave(disable) in test()
224 #pragma clang loop unroll(disable) in test()
230 #pragma clang loop vectorize(disable) in test()
232 #pragma clang loop interleave(disable) in test()
234 #pragma clang loop unroll(disable) in test()
[all …]
/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/llvm/test/Other/
Dnew-pass-manager.ll8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
30 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
33 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
44 ; RUN: opt -disable-output -debug-pass-manager -passes=print %s 2>&1 \
54 ; RUN: opt -disable-output -debug-pass-manager -disable-verify -passes='print,verify' %s 2>&1 \
63 ; RUN: opt -disable-output -debug-pass-manager -passes='function(print)' %s 2>&1 \
77 ; RUN: opt -disable-output -debug-pass-manager -disable-verify -passes='function(print,verify)' %s …
99 ; RUN: opt -disable-output -debug-pass-manager -verify-each -passes='no-op-module,function(no-op-fu…
[all …]
Dpass-pipeline-parsing.ll1 ; RUN: opt -disable-output -debug-pass-manager \
9 ; RUN: opt -disable-output -debug-pass-manager \
19 ; RUN: opt -disable-output -debug-pass-manager \
30 ; RUN: opt -disable-output -debug-pass-manager \
41 ; RUN: opt -disable-output -debug-pass-manager \
54 ; RUN: not opt -disable-output -debug-pass-manager \
59 ; RUN: not opt -disable-output -debug-pass-manager \
64 ; RUN: not opt -disable-output -debug-pass-manager \
69 ; RUN: not opt -disable-output -debug-pass-manager \
74 ; RUN: not opt -disable-output -debug-pass-manager \
[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/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()
333 gl.disable (GL_SCISSOR_TEST); in resetStateES()
336 gl.disable (GL_STENCIL_TEST); in resetStateES()
340 gl.disable (GL_DEPTH_TEST); in resetStateES()
[all …]
/external/clang/test/Preprocessor/
Dpragma_microsoft.c34 __pragma(warning(disable: 10000)); \
95 #pragma warning(disable : 4705)
96 #pragma warning(disable : 123 456 789 ; error : 321)
114 #pragma warning(disable 4705) // expected-warning {{expected ':'}}
115 #pragma warning(disable : 0) // expected-warning {{expected a warning number}}
/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-path=$NDK
/external/google-tv-pairing-protocol/cpp/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/openfst/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/google-breakpad/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/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 …]
/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/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/libusb-compat/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.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/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/libedit/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>>...70