Home
last modified time | relevance | path

Searched refs:Enable (Results 1 – 25 of 1610) sorted by relevance

12345678910>>...65

/third_party/boost/boost/spirit/home/support/
Dattributes_fwd.hpp52 template <typename T, typename Expected, typename Enable = void>
58 template <typename T, typename Expected, typename Enable = void>
64 template <typename T, typename Enable = void>
73 template <typename Attribute, typename Enable = void>
85 template <typename Attribute, typename Enable = void>
99 template <typename Component, typename Attribute, typename Enable = void>
103 template <typename T, typename Enable = void>
113 , typename Enable = void>
118 template <typename Attribute, typename Iterator, typename Enable = void>
127 template <typename Attribute, typename T, typename Enable = void>
[all …]
Dnumeric_traits.hpp100 template <typename T, typename Enable = void>
103 template <typename T, typename Enable = void>
106 template <typename T, typename Enable = void>
109 template <typename T, typename Enable = void>
112 template <typename T, typename Enable = void>
115 template <typename T, typename Enable = void>
118 template <typename T, typename Enable = void>
Dmeta_compiler.hpp33 template <typename Domain, typename Tag, typename Enable = void>
36 template <typename Domain, typename T, typename Enable = void>
39 template <typename Domain, typename T, typename Enable = void>
42 template <typename Domain, typename T, typename Enable /* = void */>
45 template <typename Domain, typename T, typename Enable = void>
48 template <typename Domain, typename T, typename Enable /*= void*/>
68 template <typename Tag, typename Enable = void>
76 template <typename Enable>
77 struct case_<proto::tag::terminal, Enable>
102 template <typename Enable>
[all …]
Dcontainer.hpp43 template <typename T, typename Enable/* = void*/>
94 template <typename T, typename Enable/* = void*/>
129 template <typename Container, typename Enable/* = void*/>
180 template <typename Container, typename Enable/* = void*/>
226 template <typename T, typename Enable/* = void*/>
286 template <typename Container, typename T, typename Enable/* = void*/>
376 template <typename Container, typename Enable/* = void*/>
398 template <typename Container, typename Enable/* = void*/>
418 template <typename Container, typename Enable/* = void*/>
441 template <typename Container, typename Enable/* = void*/>
[all …]
Dmodify.hpp20 template <typename Domain, typename T, typename Enable = void>
30 template <typename Current, typename New, typename Enable = void>
54 template <typename New, typename Enable>
55 struct compound_modifier<unused_type, New, Enable> : New
68 template <typename Domain, typename Enable = void>
/third_party/flutter/skia/include/gpu/
DGrContextOptions.h23 enum class Enable { enum
140 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault;
158 Enable fUseDrawInsteadOfClear = Enable::kDefault;
164 Enable fReduceOpListSplitting = Enable::kDefault;
254 Enable fDistanceFieldGlyphVerticesAlwaysHaveW = Enable::kDefault;
/third_party/harfbuzz/
Dmeson_options.txt3 description: 'Enable GLib unicode functions')
5 description: 'Enable GObject bindings')
11 description: 'Enable ICU library unicode functions')
13 description: 'Enable Graphite2 complementary shaper')
15 description: 'Enable freetype interop helpers')
17 description: 'Enable GDI helpers and Uniscribe shaper backend (Windows only)')
19 description: 'Enable DirectWrite shaper backend on Windows (experimental)')
21 description: 'Enable CoreText shaper backend on macOS')
25 description: 'Enable or disable unit tests')
32 description: 'Enable benchmark tests')
[all …]
/third_party/skia/include/gpu/
DGrContextOptions.h24 enum class Enable { enum
100 Enable fSkipGLErrorChecks = Enable::kDefault;
178 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault;
196 Enable fUseDrawInsteadOfClear = Enable::kDefault;
204 Enable fReduceOpsTaskSplitting = Enable::kDefault;
/third_party/skia/third_party/externals/harfbuzz/
Dmeson_options.txt3 description: 'Enable GLib unicode functions')
5 description: 'Enable GObject bindings')
11 description: 'Enable ICU library unicode functions')
15 description: 'Enable Graphite2 complementary shaper')
17 description: 'Enable freetype interop helpers')
19 description: 'Enable GDI helpers and Uniscribe shaper backend (Windows only)')
21 description: 'Enable DirectWrite shaper backend on Windows (experimental)')
23 description: 'Enable CoreText shaper backend on macOS')
27 description: 'Enable or disable unit tests')
34 description: 'Enable benchmark tests')
[all …]
/third_party/mindspore/cmake/
Doptions.cmake1 option(ENABLE_D "Enable d" OFF)
2 option(ENABLE_GPU "Enable gpu" OFF)
3 option(ENABLE_CPU "Enable cpu" OFF)
4 option(ENABLE_GE "Enable graph engine as backend to execute" OFF)
5 option(ENABLE_MINDDATA "Enable minddata compile" OFF)
6 option(ENABLE_TRAIN "Enable ge train, default off(only infer)" OFF)
10 option(ENABLE_ASAN "Enable Google Sanitizer to find memory bugs")
11 option(ENABLE_LOAD_ANF_IR "Enable load ANF-IR as input of 'infer' stage of pipeline" OFF)
12 option(ENABLE_COVERAGE "Enable code coverage report" OFF)
14 option(ENABLE_SECURITY "Enable security, maintenance function will be disabled, default off" OFF)
[all …]
/third_party/libdrm/
Dmeson_options.txt33 description : '''Enable support for Intel's KMS API.''',
40 description : '''Enable support for radeons's KMS API.''',
47 description : '''Enable support for amdgpu's KMS API.''',
54 description : '''Enable support for nouveau's KMS API.''',
61 description : '''Enable support for vmgfx's KMS API.''',
68 description : '''Enable support for OMAP's experimental KMS API.''',
75 description : '''Enable support for EXYNOS's experimental KMS API.''',
82 description : '''Enable support for freedreno's KMS API.''',
89 description : '''Enable support for Tegra's experimental KMS API.''',
96 description : '''Enable support for vc4's KMS API.''',
[all …]
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c143 driver->Enable = NULL; in _mesa_init_driver_functions()
250 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); in _mesa_init_driver_state()
251 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled); in _mesa_init_driver_state()
252 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled); in _mesa_init_driver_state()
253 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled); in _mesa_init_driver_state()
254 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag); in _mesa_init_driver_state()
255 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test); in _mesa_init_driver_state()
256 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag); in _mesa_init_driver_state()
257 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled); in _mesa_init_driver_state()
258 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled); in _mesa_init_driver_state()
[all …]
/third_party/boost/boost/spirit/home/x3/support/traits/
Dnumeric_traits.hpp97 template <typename T, typename Enable = void>
100 template <typename T, typename Enable = void>
103 template <typename T, typename Enable = void>
106 template <typename T, typename Enable = void>
109 template <typename T, typename Enable = void>
112 template <typename T, typename Enable = void>
115 template <typename T, typename Enable = void>
Dis_substitute.hpp33 template <typename T, typename Attribute, typename Enable = void>
48 template <typename T, typename Attribute, typename Enable = void>
82 template <typename T, typename Attribute, typename Enable /*= void*/>
89 template <typename T, typename Attribute, typename Enable>
90 struct is_substitute<T&, Attribute, Enable>
91 : is_substitute<T, Attribute, Enable> {};
94 template <typename T, typename Attribute, typename Enable>
95 struct is_substitute<T, Attribute&, Enable>
96 : is_substitute<T, Attribute, Enable> {};
Dcontainer_traits.hpp72 template <typename Container, typename Enable = void>
96 template <typename Container, typename Enable = void>
116 template <typename Container, typename Enable = void>
154 template <typename Container, typename Enable = void>
192 template <typename Container, typename Enable = void>
213 template <typename Container, typename Enable = void>
236 template <typename Container, typename Enable = void>
260 template <typename Iterator, typename Enable = void>
284 template <typename Iterator, typename Enable = void>
305 template <typename Iterator, typename Enable = void>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssembly.td26 "Enable 128-bit SIMD">;
31 "Enable 128-bit SIMD not yet implemented in engines",
35 "Enable Atomics">;
40 "Enable non-trapping float-to-int conversion operators">;
45 "Enable sign extension operators">;
50 "Enable tail call instructions">;
54 "Enable Wasm exception handling">;
58 "Enable bulk memory operations">;
63 "Enable multivalue blocks, instructions, and functions">;
67 "Enable mutable globals">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td23 "Enable ARMv8 FP">;
26 "Enable Advanced SIMD instructions", [FeatureFPARMv8]>;
30 "Enable SM3 and SM4 support", [FeatureNEON]>;
34 "Enable SHA1 and SHA256 support", [FeatureNEON]>;
38 "Enable SHA512 and SHA3 support", [FeatureNEON, FeatureSHA2]>;
42 "Enable AES support", [FeatureNEON]>;
53 "Enable cryptographic instructions", [FeatureNEON, FeatureSHA2, FeatureAES]>;
56 "Enable ARMv8 CRC-32 checksum instructions">;
59 "Enable ARMv8 Reliability, Availability and Serviceability Extensions">;
62 "Enable ARMv8.1 Large System Extension (LSE) atomic instructions">;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPC.td58 "Enable 64-bit instructions">;
60 "Enable floating-point instructions">;
62 "Enable 64-bit registers usage for ppc32 [beta]">;
66 "Enable classic FPU instructions",
69 "Enable Altivec instructions",
72 "Enable SPE instructions",
75 "Enable the MFOCRF instruction">;
77 "Enable the fsqrt instruction",
80 "Enable the fcpsgn instruction",
83 "Enable the fre instruction",
[all …]
/third_party/gstreamer/gstreamer/
Dmeson_options.txt3 description: 'Enable pipeline string parser')
5 option('tracer_hooks', type : 'boolean', value : true, description: 'Enable tracer usage')
13 description: 'Enable command line option parsing')
14 option('poisoning', type : 'boolean', value : false, description : 'Enable poisoning of deallocated…
33 option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language …
35 …description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for st…
37 …description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)…
39 …description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for …
40 option('extra-checks', type : 'feature', value : 'enabled', yield : true, description : 'Enable ext…
48 description: 'Enable documentation.')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td11 def ArchV66: SubtargetFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexago…
13 def ArchV65: SubtargetFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexago…
15 def ArchV62: SubtargetFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexago…
17 def ArchV60: SubtargetFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexago…
19 def ArchV55: SubtargetFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexago…
21 def ArchV5: SubtargetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h227 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() argument
229 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() argument
230 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() argument
234 void setMachineOutliner(bool Enable) { in setMachineOutliner() argument
235 Options.EnableMachineOutliner = Enable; in setMachineOutliner()
237 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() argument
238 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining()
/third_party/pulseaudio/
Dmeson.build807 'Enable memfd shared memory: @0@'.format(cdata.has('HAVE_MEMFD')),
808 'Enable X11: @0@'.format(x11_dep.found()),
809 # 'Enable OSS Output: @0@'.format(${ENABLE_OSS_OUTPUT}),
810 # 'Enable OSS Wrapper: @0@'.format(${ENABLE_OSS_WRAPPER}),
811 # 'Enable EsounD: @0@'.format(${ENABLE_ESOUND}),
812 'Enable Alsa: @0@'.format(alsa_dep.found()),
813 # 'Enable CoreAudio: @0@'.format(${ENABLE_COREAUDIO}),
814 # 'Enable Solaris: @0@'.format(${ENABLE_SOLARIS}),
815 # 'Enable WaveOut: @0@'.format(${ENABLE_WAVEOUT}),
816 'Enable GLib 2: @0@'.format(glib_dep.found()),
[all …]
/third_party/lz4/contrib/meson/
Dmeson_options.txt13 description: 'Enable run-time debug. See lib/lz4hc.c')
18 description: 'Enable programs build')
20 description: 'Enable tests build')
22 description: 'Enable contrib build')
24 description: 'Enable examples build')
/third_party/flutter/skia/gm/
Dfontcache.cpp40 FontCacheGM(GrContextOptions::Enable allowMultipleTextures) in FontCacheGM()
53 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) { in onShortName()
101 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) { in drawText()
131 GrContextOptions::Enable fAllowMultipleTextures;
140 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kNo))
141 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kYes))
/third_party/skia/gm/
Dfontcache.cpp38 FontCacheGM(GrContextOptions::Enable allowMultipleTextures) in FontCacheGM()
51 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) { in onShortName()
99 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) { in drawText()
129 GrContextOptions::Enable fAllowMultipleTextures;
136 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kNo))
137 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kYes))

12345678910>>...65