Searched refs:enables (Results 1 – 25 of 295) sorted by relevance
12345678910>>...12
/external/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 13 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
|
D | ABIVersioning.rst | 17 based on the value of _LIBCPP_ABI_VERSION. _LIBCPP_ABI_UNSTABLE, if set, enables all features at on…
|
/external/e2fsprogs/tests/f_yes/ |
D | expect | 25 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/ |
D | pnglibconf.dfa | 32 # 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 …]
|
D | options.awk | 356 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/ |
D | jemalloc_internal_defs.h.in | 126 /* 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/ |
D | trace.rst | 136 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
|
D | debug.rst | 5 These libraries help you with Python development: the debugger enables you to
|
/external/curl/docs/cmdline-opts/ |
D | proto.d | 32 only enables http and https 35 also only enables http and https
|
D | no-keepalive.d | 5 enables them by default.
|
D | proto-redir.d | 16 SMB and SMBS are also disabled. Specifying \fIall\fP or \fI+all\fP enables all
|
/external/e2fsprogs/tests/f_yesthenall/ |
D | expect | 25 Clear ('a' enables 'yes' to all) <y>? yes 27 Clear ('a' enables 'yes' to all) <y>? yes to all
|
/external/e2fsprogs/tests/f_yesthenno/ |
D | expect | 25 Clear ('a' enables 'yes' to all) <y>? yes 27 Clear ('a' enables 'yes' to all) <y>? no
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_image.h | 186 unsigned enables; member 205 return (img->aux.enables & (1 << level)); in ilo_image_can_enable_aux()
|
/external/harfbuzz_ng/win32/ |
D | config-msvc.mak | 69 # 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/ |
D | extensions.c | 85 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/ |
D | ilo_resource.c | 366 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/ |
D | control | 20 This is a test which enables then disables accessibility features via the
|
/external/vixl/ |
D | CPPLINT.cfg | 36 # cpplint.py enables these filters in reversed order.
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | README | 17 This test enables restrictions and checks following preconditions:
|
/external/autotest/server/site_tests/enterprise_CFM_SessionStress/ |
D | control | 17 This test clears the TPM and enables the appropriate usb port on the servo
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 58 …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… 115 …enables 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/ |
D | 4.0.3 | 28 device driver. If the driver enables all the ARB extensions which are part
|
D | 6.0.1 | 25 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/ |
D | TestUnixFakeFileSystem.groovy | 19 * Test-only subclass of UnixFakeFileSystem. Groovy implementation enables access to metaclass.
|
12345678910>>...12