Home
last modified time | relevance | path

Searched full:enables (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/third_party/jerryscript/jerry-core/profiles/
DREADME.md64Enables or disables the [Annex B](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-B)…
66Enables or disable the [Array](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.4)…
68Enables or disables the [Boolean](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15…
70Enables or disables the [Date](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.9)…
72Enables or disables the [Native Error Types](http://www.ecma-international.org/ecma-262/5.1/index.…
75Enables or disables the [JSON](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.12…
77Enables or disables the [Math](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.8)…
79Enables or disables the [Number](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.…
81Enables or disables the [RegExp](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.…
83Enables or disables the [String](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.…
[all …]
/third_party/rust/crates/regex/
DCargo.toml52 # Enables all performance features.
54 # Enables fast caching. (If disabled, caching is still used, but is slower.)
59 # Enables use of a lazy DFA when possible.
61 # Enables aggressive use of inlining.
63 # Enables literal optimizations.
69 # Enables all Unicode features. This expands if new Unicode features are added.
80 # Enables use of the `Age` property, e.g., `\p{Age:3.0}`.
82 # Enables use of a smattering of boolean properties, e.g., `\p{Emoji}`.
84 # Enables Unicode-aware case insensitive matching, e.g., `(?i)β`.
86 # Enables Unicode general categories, e.g., `\p{Letter}` or `\pL`.
[all …]
/third_party/skia/third_party/externals/libpng/scripts/
Dpnglibconf.dfa33 # option <name> [requires ...] [if ...] [enables ...] [disabled]
36 # chunk <name> [requires ...] [enables ...] [disabled]
39 # WRITE_something for write, but the enables list members are
40 # used as given (e.g. enables GAMMA just expands to that on the
228 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
254 option POWERPC_VSX_API disabled enables SET_OPTION,
443 option READ enables READ_INTERLACING SET_OPTION
452 option READ_16BIT requires READ enables 16BIT
487 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE
521 option WRITE enables WRITE_INT_FUNCTIONS
[all …]
Doptions.awk244 # option NAME ( (requires|enables|if) NAME* | on | off | disabled |
251 # option is set then it turns on all the options listed after 'enables'.
253 # Note that "enables" takes priority over the required/if/disabled/off
307 } else if (val == "requires" || val == "if" || val == "enables" || val =="sets") {
313 } else if (key == "enables") {
337 # chunk NAME [requires OPT] [enables LIST] [on|off|disabled]
342 # option READ_NAME enables NAME LIST
345 # option WRITE_NAME enables NAME LIST
356 enables = ""
389 else if (val == "enables")
[all …]
/third_party/vulkan-loader/tests/corpus/
DVkLayer_complex_file.json77 "key": "enables",
100 "key": "enables",
128 "key": "enables",
157 "key": "enables",
183 "key": "enables",
211 "key": "enables",
437 "key": "enables",
438 "label": "Enables",
465 …"description": "Enables processing of debug printf instructions in shaders and sending debug strin…
487 "key": "enables",
[all …]
/third_party/vulkan-loader/tests/framework/data/
DVkLayer_complex_file.json77 "key": "enables",
100 "key": "enables",
128 "key": "enables",
157 "key": "enables",
183 "key": "enables",
211 "key": "enables",
437 "key": "enables",
438 "label": "Enables",
465 …"description": "Enables processing of debug printf instructions in shaders and sending debug strin…
487 "key": "enables",
[all …]
/third_party/skia/m133/third_party/externals/libpng/scripts/
Dpnglibconf.dfa33 # option <name> [requires ...] [if ...] [enables ...] [disabled]
36 # chunk <name> [requires ...] [enables ...] [disabled]
39 # WRITE_something for write, but the enables list members are
40 # used as given (e.g. enables GAMMA just expands to that on the
235 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
266 option POWERPC_VSX_API disabled enables SET_OPTION,
298 option MIPS_MSA_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
330 option MIPS_MMI_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
435 option DISABLE_ADLER32_CHECK requires READ enables SET_OPTION disabled
547 option READ enables READ_INTERLACING SET_OPTION
[all …]
Doptions.awk243 # option NAME ( (requires|enables|if) NAME* | on | off | disabled |
250 # option is set then it turns on all the options listed after 'enables'.
252 # Note that "enables" takes priority over the required/if/disabled/off
306 } else if (val == "requires" || val == "if" || val == "enables" || val =="sets") {
312 } else if (key == "enables") {
336 # chunk NAME [requires OPT] [enables LIST] [on|off|disabled]
341 # option READ_NAME enables NAME LIST
344 # option WRITE_NAME enables NAME LIST
355 enables = ""
388 else if (val == "enables")
[all …]
/third_party/openGLES/extensions/NV/
DNV_primitive_shading_rate.txt62 This extension decouples the shading rate image enables and palettes from
63 viewports. The number of enables/palettes now comes from the
96 shading rate image enables and viewports)
100 If any of the SHADING_RATE_IMAGE_NV enables is enabled, primitives will be
109 shading rate image enables and viewports)
114 enables whose size is given by the implementation-dependent constant
121 shading rate image enables are ignored and operations in this section are
122 disabled. In the initial state, all shading rate image enables are
131 number of shading rate enables, the shading rate used for a primitive is
144 image enables, a single palette is selected for a primitive according to the
[all …]
/third_party/skia/third_party/externals/dawn/scripts/
Ddawn_features.gni35 # Enables usage of swiftshader on the Vulkan backend.
53 # Enables the compilation of Dawn's D3D12 backend
56 # Enables the compilation of Dawn's Metal backend
59 # Enables the compilation of Dawn's Null backend
63 # Enables the compilation of Dawn's OpenGL backend
67 # Enables the compilation of Dawn's OpenGLES backend
73 # Enables the compilation of Dawn's Vulkan backend
85 # Enables error injection for faking failures to native API calls
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dspirvcapgenerator.py61 def getConditions(self, enables): argument
63 one or more of the enables is supported.
65 - enables - ElementTree corresponding to a <spirvcapability> or
69 for enable in enables.findall('enable'):
70 condition = self.getCondition(enable, parent=enables)
86 # Combine all conditions for enables and surround the row with
111 # requirement, and if there are multiple enables (otherwise,
114 enables = [e for e in elem.findall('enable')]
116 remaining = len(enables)
117 for subelem in enables:
[all …]
/third_party/cups/man/
Dcupsctl.845 Enables encryption on the connection to the scheduler.
55 Enables (disables) debug logging to the \fIerror_log\fR file.
58 Enables (disables) remote administration.
61 Enables (disables) printing from any address, e.g., the Internet.
64 Enables (disables) sharing of local printers with other computers.
/third_party/rust/crates/once_cell/
DCargo.toml38 # Enables `once_cell::sync` module.
41 # Enables `once_cell::race::OnceBox` type.
44 # Enables `once_cell::race` module.
57 # Enables semver-exempt APIs of this crate.
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs200 /// Enables to string and format for DeclarationC types.
223 /// Enables to string and format for DeclarationListC types.
278 /// Enables to string and format for BaseTypeC types,
296 /// Enables to string and format for TypeQualifierC types.
314 /// Enables to string and format for PointerLevelC types.
339 /// Enables to string and format for ArrayDimensionC types.
368 /// Enables to string and format for BasicTypeDeclarationC types.
420 /// Enables to string and format for StructDeclarationC types.
468 /// Enables to string and format for UnionDeclarationC types.
501 /// Enables to string and format for FunctionPointerDeclarationC types.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h85 /// Enables or disables partial unrolling. When disabled only full unrolling
92 /// Enables or disables unrolling of loops with runtime trip count.
98 /// Enables or disables loop peeling.
104 /// Enables or disables the use of trip count upper bound
117 // Enables or disables loop peeling basing on profile.
/third_party/skia/m133/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml196 This option enables or disables usage of the GLib
212 This option enables or disables usage of the GObject
228 This option enables or disables usage of the Cairo
247 This option enables or disables usage of the
265 This option enables or disables usage of the Graphite2
279 This option enables or disables usage of the FreeType
296 This option enables or disables usage of the Uniscribe
312 This option enables or disables usage of the DirectWrite
328 This option enables or disables usage of the CoreText
341 This option enables the building of the documentation.
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml196 This option enables or disables usage of the GLib
212 This option enables or disables usage of the GObject
228 This option enables or disables usage of the Cairo
247 This option enables or disables usage of the
265 This option enables or disables usage of the Graphite2
279 This option enables or disables usage of the FreeType
296 This option enables or disables usage of the Uniscribe
312 This option enables or disables usage of the DirectWrite
328 This option enables or disables usage of the CoreText
341 This option enables the building of the documentation.
/third_party/cups/doc/help/
Dman-cupsctl.html43 <dd style="margin-left: 5.0em">Enables encryption on the connection to the scheduler.
50 <dd style="margin-left: 5.0em">Enables (disables) debug logging to the <i>error_log</i> file.
52 <dd style="margin-left: 5.0em">Enables (disables) remote administration.
54 <dd style="margin-left: 5.0em">Enables (disables) printing from any address, e.g., the Internet.
56 <dd style="margin-left: 5.0em">Enables (disables) sharing of local printers with other computers.
/third_party/mesa3d/src/vulkan/util/
Dvk_physical_device_spirv_caps_gen.py38 * same enum value and they sometimes have different enables in the
39 * Vulkan spec. To handle this, we just | all the enables together.
90 enables = cap.findall('enable')
92 lst += [process_enable(x) for x in enables]
/third_party/mesa3d/docs/
Du_trace.rst38 enables Perfetto instrumentation prior to connecting, Perfetto
42 enables marker instrumentation, will print trace markers into
48 enables indirect data capture for some of the tracepoints (like
/third_party/openhitls/docs/en/4_User Guide/
D2_Test Guide.md74 | gcov | bash build_hitls.sh gcov |Enables the capability of obtaining the coverage rate. …
75 | debug | bash build_hitls.sh debug |Enables the debug capability. |
76 | asan | bash build_hitls.sh asan |Enables the memory monitoring capability. |
89 | gcov | bash build_sdv.sh gcov | Enables the capability of obtaining the coverage rate. …
90 | asan | bash build_sdv.sh asan | Enables the memory monitoring capability. |
/third_party/openssl/doc/man3/
DOSSL_CMP_SRV_CTX_new.pod121 OSSL_CMP_SRV_CTX_set_send_unprotected_errors() enables sending error messages
124 OSSL_CMP_SRV_CTX_set_accept_unprotected() enables acceptance of requests
127 OSSL_CMP_SRV_CTX_set_accept_raverified() enables acceptance of ir/cr/kur
130 OSSL_CMP_SRV_CTX_set_grant_implicit_confirm() enables granting implicit
/third_party/python/Doc/library/
Dtrace.rst146 parameters are optional. *count* enables counting of line numbers. *trace*
147 enables line execution tracing. *countfuncs* enables listing of the
148 functions called during the run. *countcallers* enables call relationship
153 count information. *timing* enables a timestamp relative to when tracing was
/third_party/glslang/
DCMakeLists.txt81 option(ENABLE_SPVREMAPPER "Enables building of SPVRemapper" ON)
87 "If using Emscripten, enables SINGLE_FILE build"
95 option(ENABLE_HLSL "Enables HLSL input support" ON)
96 option(ENABLE_RTTI "Enables RTTI")
97 option(ENABLE_EXCEPTIONS "Enables Exceptions")
98 option(ENABLE_OPT "Enables spirv-opt capability if present" ON)
107 option(ENABLE_PCH "Enables Precompiled header" ON)
/third_party/nghttp2/third-party/llhttp/
DREADME.md283 Enables/disables lenient header value parsing (disabled by default).
294 Enables/disables lenient handling of conflicting `Transfer-Encoding` and
307 Enables/disables lenient handling of `Connection: close` and HTTP/1.0
322 Enables/disables lenient handling of `Transfer-Encoding` header.
337 Enables/disables lenient handling of HTTP version.
347 Enables/disables lenient handling of additional data received after a message ends
358 Enables/disables lenient handling of incomplete CRLF sequences.
368 Enables/disables lenient handling of line separators.
378 Enables/disables lenient handling of chunks not separated via CRLF.
388 Enables/disables lenient handling of spaces after chunk size.

12345678910>>...81