Home
last modified time | relevance | path

Searched refs:disable (Results 1 - 25 of 682) sorted by relevance

12345678910>>...28

/third_party/lzma/CPP/Common/
H A DCommon.h4 #pragma warning(disable : 4464) // relative include path contains '..'
26 #pragma warning(disable : 4710) // function not inlined
28 #pragma warning(disable : 4514) // unreferenced inline function has been removed
30 #pragma warning(disable : 4702) // unreachable code
31 #pragma warning(disable : 4714) // function marked as __forceinline not inlined
32 #pragma warning(disable : 4786) // identifier was truncated to '255' characters in the debug information
35 #pragma warning(disable : 4511) // copy constructor could not be generated // #pragma warning(disable : 4512) // assignment operator could not be generated
36 #pragma warning(disable : 4512) // assignment operator could not be generated
39 // #pragma warning(disable
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
H A Dsigstore_verification.js4 /* eslint-disable */
140 return { threshold: 0, performOnlineVerification: false, disable: false };
149 disable: isSet(object.disable) ? Boolean(object.disable) : false,
157 message.disable !== undefined && (obj.disable = message.disable);
162 return { threshold: 0, disable: false };
168 disable
[all...]
/third_party/ffmpeg/
H A Dconfigure81 --disable-logging do not log configure debug information
105 --disable-static do not build static libraries [no]
108 --disable-runtime-cpudetect disable detecting CPU capabilities at runtime (smaller binary)
110 --disable-swscale-alpha disable alpha channel support in swscale
111 --disable-all disable building components, libraries and programs
112 --disable-autodetect disable automaticall
687 disable(){ global() function
[all...]
/third_party/lzma/C/
H A DCompiler.h40 /* #pragma warning(disable : 4115) // '_RPC_ASYNC_STATE' : named type definition in parentheses */
41 #pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union
42 #pragma warning(disable : 4214) // nonstandard extension used : bit field types other than int
46 #pragma warning(disable : 4464) // relative include path contains '..'
51 #pragma warning(disable : 4710) // function not inlined
55 #pragma warning(disable : 4514) // unreferenced inline function has been removed
59 // #pragma warning(disable : 4702) // unreachable code
61 #pragma warning(disable : 4714) // function marked as __forceinline not inlined
68 #pragma warning(disable : 4996)
75 #pragma warning(disable
[all...]
H A D7zWindows.h16 #pragma warning(disable : 4668) // '_WIN32_WINNT' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
20 // #pragma warning(disable : 4255) // winuser.h(13979): warning C4255: 'GetThreadDpiAwarenessContext':
75 #pragma warning(disable : 4201)
76 // #pragma warning(disable : 4115)
94 // #pragma warning(disable : 4514)
/third_party/curl/lib/
H A Dwarnless.c73 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultous()
92 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultouc()
111 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_uztoso()
114 # pragma warning(disable:4310) /* cast truncates constant value */ in curlx_uztoso()
133 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_uztosi()
152 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_uztoul()
173 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_uztoui()
194 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_sltosi()
216 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_sltoui()
238 # pragma warning(disable in curlx_sltous()
[all...]
/third_party/skia/third_party/externals/icu/scripts/
H A Dmake_data_all.sh16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
17 Linux/gcc --disable-tests --disable-layoutex || \
22 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
23 Linux/gcc --disable-tests --disable-layoutex
/third_party/curl/tests/
H A Dtest1165.pl31 my %disable;
49 $disable{$sym} = 1;
134 for my $s (sort keys %disable) {
159 if(!$disable{$s}) {
175 if(!$disable{$s}) {
/third_party/node/test/async-hooks/
H A Dtest-enable-disable.js30 // At that point we disable hook1 which is why it will miss all invocations
34 // This shows that a hook can disable another hook inside a life time event
43 // This shows that a hook can disable itself inside a life time event callback.
129 hook1.disable();
130 // Verify that the hook is disabled even if .disable() is called twice.
131 hook1.disable();
141 hook3.disable();
242 hook1.disable();
243 hook2.disable();
244 hook3.disable();
[all...]
H A Dtest-late-hook-enable.js16 hook.disable();
27 hook.disable();
38 hook.disable();
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp78 gl.disable (GL_PRIMITIVE_RESTART_FIXED_INDEX); in resetStateES()
112 gl.disable (GL_CULL_FACE); in resetStateES()
116 gl.disable (GL_POLYGON_OFFSET_FILL); in resetStateES()
119 gl.disable(GL_RASTERIZER_DISCARD); in resetStateES()
126 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE); in resetStateES()
127 gl.disable (GL_SAMPLE_COVERAGE); in resetStateES()
135 gl.disable(GL_SAMPLE_MASK); in resetStateES()
355 gl.disable (GL_SCISSOR_TEST); in resetStateES()
358 gl.disable (GL_STENCIL_TEST); in resetStateES()
362 gl.disable (GL_DEPTH_TES in resetStateES()
[all...]
/third_party/python/Lib/test/
H A Dtest_cprofile.py29 obj.disable()
37 self.addCleanup(prof.disable)
42 prof.disable()
48 self.addCleanup(prof.disable)
/third_party/node/lib/internal/
H A Dinspector_async_hook.js68 function disable() { function
70 hook.disable();
75 disable,
/third_party/icu/tools/multi/c/
H A DMakefile75 ( cd $(BLD)/r$*/icu/source ; env CPPFLAGS="$(XTRA_RICU_CPPFLAGS)" `$(ICUCONF) "$(BLD)/r$*/icu/source" "$*"` --enable-renaming --enable-shared --disable-static --enable-release --disable-debug --prefix=$(INS)/r$* )
81 ( cd $(BLD)/$*/icu/source ; env CPPFLAGS="$(XTRA_ICU_CPPFLAGS)" `$(ICUCONF) "$(BLD)/$*/icu/source" "$*"` --disable-renaming --enable-shared --disable-static --enable-release --disable-debug --prefix=$(INS)/$* )
/third_party/node/test/sequential/
H A Dtest-performance-eventloopdelay.js17 assert(histogram.disable());
18 assert(!histogram.disable());
62 histogram.disable();
/third_party/skia/third_party/externals/freetype/builds/meson/
H A Dprocess_ftoption_h.py16 `--disable=CONFIG_VARNAME` arguments passed to it, where `CONFIG_VARNAME` is
47 "--disable",
55 common_options = set(args.enable) & set(args.disable)
89 if option_enabled and option_name in args.disable:
98 cmdline_options = set(args.enable) | set(args.disable)
/third_party/python/Lib/
H A DcProfile.py52 self.disable()
103 self.disable()
112 self.disable()
119 self.disable()
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp254 gl.disable(GL_DEPTH_TEST); in iterate()
255 gl.disable(GL_STENCIL_TEST); in iterate()
256 gl.disable(GL_SCISSOR_TEST); in iterate()
275 gl.disable(GL_DEPTH_TEST); in iterate()
276 gl.disable(GL_STENCIL_TEST); in iterate()
277 gl.disable(GL_SCISSOR_TEST); in iterate()
491 gl.disable(GL_SCISSOR_TEST); in render()
498 gl.disable(GL_DEPTH_TEST); in render()
499 gl.disable(GL_STENCIL_TEST); in render()
697 gl.disable(GL_DEPTH_TES in iterate()
[all...]
/third_party/node/benchmark/async_hooks/
H A Dasync-resource-vs-destroy.js61 hook.disable();
96 hook.disable();
131 asyncLocalStorage.disable();
/third_party/node/lib/
H A Dasync_hooks.js93 // enable()/disable() are run during their execution. The following
124 disable() {
290 disable() {
297 storageHook.disable();
348 this.disable();
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dindex.js71 this.disable()
134 this.disable()
162 Gauge.prototype.disable = function () {
180 this._removeOnExit = onExit(callWith(this, this.disable))
/third_party/musl/
H A Dconfigure33 --disable-warnings build with recommended warnings flags [enabled]
35 --disable-shared inhibit building shared library [enabled]
36 --disable-static inhibit building static library [enabled]
158 --disable-shared|--enable-shared=no) shared=no ;;
160 --disable-static|--enable-static=no) static=no ;;
163 --disable-optimize) optimize=no ;;
165 --disable-debug|--enable-debug=no) debug=no ;;
167 --disable-warnings|--enable-warnings=no) warnings=no ;;
172 --disable-wrapper|--enable-wrapper=no) wrapper=no ;;
174 --disable
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h54 #pragma warning(disable : 4100)
58 #pragma warning(disable : 4800)
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.cpp48 void Token::setExpansionDisabled(bool disable) in setExpansionDisabled() argument
50 if (disable) in setExpansionDisabled()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm780 disable => [ @tmp_disable ] };
787 disable => [ 'sse2' ] } ],
812 disable => [ 'sse2' ] };
823 disable => [ 'sse2' ] } if $CCVENDOR eq "gnu";
829 disable => [ 'sse2', 'sha512' ] } ],
831 disable => [ 'sse2', 'sha512' ] } ],
833 disable => [ 'threads', 'shared', 'asm',
917 $config{disable} = [ 'asm' ];

Completed in 10 milliseconds

12345678910>>...28