Home
last modified time | relevance | path

Searched refs:enables (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/libcxx/docs/DesignDocs/
DDebugMode.rst13 Libc++ provides a debug mode that enables assertions meant to detect incorrect
26 Defining ``_LIBCPP_DEBUG`` to ``0`` or greater enables most of libc++'s
27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging"
71 Libc++'s debug mode offers two levels of checking. The first enables various
72 precondition checks throughout libc++. The second additionally enables
DABIVersioning.rst17 based on the value of _LIBCPP_ABI_VERSION. _LIBCPP_ABI_UNSTABLE, if set, enables all features at on…
/external/e2fsprogs/tests/f_yes/
Dexpect25 Clear ('a' enables 'yes' to all) <y>? yes
27 Clear ('a' enables 'yes' to all) <y>? yes
29 Clear ('a' enables 'yes' to all) <y>? yes
32 Inode 12 ref count is 34463, should be 1. Fix ('a' enables 'yes' to all) <y>? yes
/external/libpng/scripts/
Dpnglibconf.dfa32 # option <name> [requires ...] [if ...] [enables ...] [disabled]
35 # chunk <name> [requires ...] [enables ...] [disabled]
38 # WRITE_something for write, but the enables list members are
39 # used as given (e.g. enables GAMMA just expands to that on the
227 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
415 option READ enables READ_INTERLACING SET_OPTION
424 option READ_16BIT requires READ enables 16BIT
459 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE
493 option WRITE enables WRITE_INT_FUNCTIONS
497 option WRITE_16BIT requires WRITE enables 16BIT
[all …]
Doptions.awk356 enables = ""
395 enables = enables " " val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
406 …print "option WRITE_" opt, "requires WRITE_ANCILLARY_CHUNKS" reqwrite, "enables", opt enables, ono…
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in126 /* JEMALLOC_CC_SILENCE enables code that silences unuseful compiler warnings. */
129 /* JEMALLOC_CODE_COVERAGE enables test code coverage analysis. */
133 * JEMALLOC_DEBUG enables assertions and other sanity checks, and disables
138 /* JEMALLOC_STATS enables statistics calculation. */
141 /* JEMALLOC_PROF enables allocation profiling. */
154 * JEMALLOC_TCACHE enables a thread-specific caching layer for small objects.
161 * JEMALLOC_DSS enables use of sbrk(2) to allocate chunks from the data storage
227 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
/external/python/cpython2/Doc/library/
Dtrace.rst136 parameters are optional. *count* enables counting of line numbers. *trace*
137 enables line execution tracing. *countfuncs* enables listing of the
138 functions called during the run. *countcallers* enables call relationship
143 count information. *timing* enables a timestamp relative to when tracing was
Ddebug.rst5 These libraries help you with Python development: the debugger enables you to
/external/curl/docs/cmdline-opts/
Dproto.d32 only enables http and https
35 also only enables http and https
Dno-keepalive.d5 enables them by default.
Dproto-redir.d16 SMB and SMBS are also disabled. Specifying \fIall\fP or \fI+all\fP enables all
/external/e2fsprogs/tests/f_yesthenall/
Dexpect25 Clear ('a' enables 'yes' to all) <y>? yes
27 Clear ('a' enables 'yes' to all) <y>? yes to all
/external/e2fsprogs/tests/f_yesthenno/
Dexpect25 Clear ('a' enables 'yes' to all) <y>? yes
27 Clear ('a' enables 'yes' to all) <y>? no
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_image.h186 unsigned enables; member
205 return (img->aux.enables & (1 << level)); in ilo_image_can_enable_aux()
/external/harfbuzz_ng/win32/
Dconfig-msvc.mak69 # Enable Introspection (enables HarfBuzz-Gobject as well)
78 # Enable HarfBuzz-GObject (enables GLib support as well)
91 # Enable cairo-ft (enables cairo and freetype as well)
/external/mesa3d/src/mesa/main/
Dextensions.c85 const GLboolean *enables = in override_extensions_in_context() local
94 assert(!enables[offset] || !disables[offset]); in override_extensions_in_context()
95 if (enables[offset]) { in override_extensions_in_context()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_resource.c366 if (tex->image.aux.enables & (1 << lv)) { in tex_create_hiz()
387 assert(tex->image.aux.enables == (1 << (tex->base.last_level + 1)) - 1); in tex_create_mcs()
508 img->aux.enables != (1 << templ->last_level)) { in tex_init_image()
694 img.aux.enables != (1 << templ->last_level)) { in ilo_can_create_resource()
/external/autotest/client/site_tests/accessibility_Sanity/
Dcontrol20 This is a test which enables then disables accessibility features via the
/external/vixl/
DCPPLINT.cfg36 # cpplint.py enables these filters in reversed order.
/external/ltp/testcases/kernel/security/prot_hsymlinks/
DREADME17 This test enables restrictions and checks following preconditions:
/external/autotest/server/site_tests/enterprise_CFM_SessionStress/
Dcontrol17 This test clears the TPM and enables the appropriate usb port on the servo
/external/eigen/doc/
DPreprocessorDirectives.dox58 …Possible values are: 03, 11, 14, 17, etc. If not defined (the default), %Eigen enables all feature…
111 …- \b \c EIGEN_UNALIGNED_VECTORIZE - disables/enables vectorization with unaligned stores. Default …
114 …- \b \c EIGEN_FAST_MATH - enables some optimizations which might affect the accuracy of the result…
115enables the SSE vectorization of sin() and cos(), and speedups sqrt() for single precision. Define…
159 …- \b EIGEN_INTERNAL_DEBUGGING - if defined, enables assertions in %Eigen's internal routines. This…
/external/mesa3d/docs/relnotes/
D4.0.328 device driver. If the driver enables all the ARB extensions which are part
D6.0.125 driver enables all the ARB extensions which are part of OpenGL 1.5
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DTestUnixFakeFileSystem.groovy19 * Test-only subclass of UnixFakeFileSystem. Groovy implementation enables access to metaclass.

12345678910>>...12