Searched refs:disable (Results 76 - 100 of 691) sorted by relevance

1234567891011>>

/external/svox/pico/
H A DAndroid.mk4 #disable build in PDK
/external/autotest/server/cros/
H A Ddebugd_dev_tools.py23 These classes have functions to check the state and enable/disable the
24 tool. Some tools may not be able to disable themselves, in which case
173 - disable(): manually disable the tool.
213 def disable(self): member in class:DevTool
215 Each tool should override this to disable itself.
217 self._unimplemented_function_error('disable')
353 def disable(self): member in class:RootfsVerificationTool
362 boot from USB at all, and Alex/ZGB can't disable USB booting
368 # Lists of which platforms can't enable or disable US
385 def disable(self): member in class:BootFromUsbTool
429 def disable(self): member in class:SshServerTool
471 def disable(self): member in class:SystemPasswordTool
[all...]
/external/swiftshader/third_party/LLVM/utils/
H A DNewNightlyTest.pl52 # -disable-bindings Disable building LLVM bindings.
65 # -disable-pic Disable building with Position Independent Code.
66 # -disable-llc Disable LLC tests in the nightly tester.
67 # -disable-jit Disable JIT tests in the nightly tester.
68 # -disable-cbe Disable C backend tests in the nightly tester.
69 # -disable-lto Disable link time optimization.
178 if (/^-disable-pic$/) { $CONFIGUREARGS .= " --enable-pic=no"; next; }
181 if (/^-disable-llc$/) { $PROGTESTOPTS .= " DISABLE_LLC=1";
182 $CONFIGUREARGS .= " --disable-llc_diffs"; next; }
183 if (/^-disable
[all...]
/external/syslinux/lzo/src/
H A Dlzo_conf.h65 /* disable bogus "unreachable code" warnings */
66 # pragma warning(disable: 4702)
69 # pragma warning(disable: 4127 4701)
70 /* disable warnings about inlining */
71 # pragma warning(disable: 4514 4710 4711)
74 /* disable '-Wall' warnings in system header files */
75 # pragma warning(disable: 4820)
78 /* disable '-Wall' warnings in system header files */
79 # pragma warning(disable: 4746)
/external/e2fsprogs/debian/
H A Drules177 UTIL_CONF_FLAGS ?= --disable-fsck --disable-libblkid \
178 --disable-libuuid --disable-uuidd
185 UTIL_CONF_FLAGS += --disable-fuse2fs
198 BACKTRACE_CONF_FLAGS ?= $(shell if ${debdir}/scripts/test-backtrace ; then echo --disable-backtrace ; fi)
200 COMMON_CONF_FLAGS = --disable-e2initrd-helper --enable-quota \
206 BF_CONF_FLAGS ?= --enable-elf-shlibs --disable-nls --disable-imager \
207 --disable
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-more-actions.h140 # pragma warning(disable:4100)
192 # pragma warning(disable:4996) // Temporarily disables warning 4996.
218 # pragma warning(disable:4702) // Temporarily disables warning 4702.
/external/python/cpython2/Lib/
H A DcProfile.py91 self.disable()
142 self.disable()
151 self.disable()
/external/autotest/site_utils/
H A Dadd_detected_host_labels.py119 logging.disable(logging.CRITICAL)
122 logging.disable(logging.DEBUG)
/external/c-ares/
H A Dares_data.c50 # pragma warning(disable:1684)
176 # pragma warning(disable:1684)
/external/curl/
H A DMacOSX-Framework85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
/external/curl/docs/cmdline-opts/
H A Dproto-redir.d3 Help: Enable/disable PROTOCOLS on redirect
H A Dftp-port.d6 See-also: ftp-pasv disable-eprt
27 instead of PORT by using --disable-eprt. EPRT is really PORT++.
H A Dproto.d3 Help: Enable/disable PROTOCOLS
39 being able to disable potentially dangerous protocols, without relying upon
/external/mesa3d/src/util/
H A Du_atomic_test.c40 #pragma warning( disable : 28112 ) /* Accessing a local variable via an Interlocked function */
41 #pragma warning( disable : 28113 ) /* A variable which is accessed via an Interlocked function must always be accessed via an Interlocked function */
/external/selinux/libsemanage/src/
H A Dconf-scan.l50 disable-genhomedircon return DISABLE_GENHOMEDIRCON;
/external/vboot_reference/firmware/lib/tpm_lite/
H A Dmocked_tlcl.c121 uint32_t TlclGetFlags(uint8_t* disable, argument
124 *disable = 0;
/external/aac/libSYS/include/
H A Dmachine_type.h352 * We consider this warning irrelevant and disable it.
354 #pragma warning( disable : 4065 )
/external/autotest/client/site_tests/usbpd_GFU/
H A Dusbpd_GFU.py39 FW_UP_DISABLE_PATH = '/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1e/PNP0C09:00/GOOG0003:00/disable'
85 def _set_kernel_fw_update(self, disable=0):
88 @param disable: 1 for disable, 0 for enable.
90 utils.write_one_line(self.FW_UP_DISABLE_PATH, disable)
91 if not disable:
111 self._set_kernel_fw_update(disable=1)
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp237 gl.disable(GL_DEPTH_TEST);
238 gl.disable(GL_STENCIL_TEST);
239 gl.disable(GL_SCISSOR_TEST);
258 gl.disable(GL_DEPTH_TEST);
259 gl.disable(GL_STENCIL_TEST);
260 gl.disable(GL_SCISSOR_TEST);
462 gl.disable(GL_SCISSOR_TEST);
469 gl.disable(GL_DEPTH_TEST);
470 gl.disable(GL_STENCIL_TEST);
661 gl.disable(GL_DEPTH_TES
[all...]
/external/devlib/devlib/module/
H A Dcpuidle.py15 # pylint: disable=attribute-defined-outside-init
33 return not boolean(self.get('disable'))
90 self.set('disable', 0)
92 def disable(self): member in class:CpuidleState
93 self.set('disable', 1)
162 def disable(self, state, cpu=0): member in class:Cpuidle
163 self.get_state(state, cpu).disable()
171 state.disable()
/external/freetype/include/freetype/internal/
H A Dftvalid.h80 /* We disable the warning `structure was padded due to */
84 #pragma warning( disable : 4324 )
H A Dinternal.h53 /* We disable the warning `conditional expression is constant' here */
58 #pragma warning( disable : 4127 )
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.h39 #pragma warning(disable : 4530)
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h61 # pragma warning(disable: 4996)
/external/libchrome/base/
H A Dcpu_unittest.cc12 #pragma warning(disable: 4752)

Completed in 778 milliseconds

1234567891011>>