Home
last modified time | relevance | path

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

12345678910>>...30

/external/clang/lib/CodeGen/
DCGLoopInfo.h45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
128 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
131 void setVectorizeEnable(bool Enable = true) {
133 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
137 void setDistributeState(bool Enable = true) {
139 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/external/llvm/lib/Target/PowerPC/
DPPC.td55 "Enable 64-bit instructions">;
59 "Enable 64-bit registers usage for ppc32 [beta]">;
63 "Enable Altivec instructions">;
65 "Enable SPE instructions">;
67 "Enable the MFOCRF instruction">;
69 "Enable the fsqrt instruction">;
71 "Enable the fcpsgn instruction">;
73 "Enable the fre instruction">;
75 "Enable the fres instruction">;
77 "Enable the frsqrte instruction">;
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMips.td40 "Enable o32 ABI">;
42 "Enable n32 ABI">;
44 "Enable n64 ABI">;
46 "Enable eabi ABI">;
48 "true", "Enable vector FPU instructions.">;
50 "Enable 'signext in register' instructions.">;
52 "Enable 'conditional move' instructions.">;
54 "Enable 'multiply add/sub' instructions.">;
56 "Enable 'min/max' instructions.">;
58 "Enable 'byte/half swap' instructions.">;
[all …]
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c134 driver->Enable = NULL; in _mesa_init_driver_functions()
259 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); in _mesa_init_driver_state()
260 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled); in _mesa_init_driver_state()
261 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled); in _mesa_init_driver_state()
262 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled); in _mesa_init_driver_state()
263 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag); in _mesa_init_driver_state()
264 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test); in _mesa_init_driver_state()
265 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag); in _mesa_init_driver_state()
266 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled); in _mesa_init_driver_state()
267 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled); in _mesa_init_driver_state()
[all …]
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_performance_unittest.cc511 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true)); in SetUp()
512 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true)); in SetUp()
515 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true)); in SetUp()
516 ASSERT_EQ(apm->kNoError, apm->noise_suppression()->Enable(true)); in SetUp()
517 ASSERT_EQ(apm->kNoError, apm->voice_detection()->Enable(true)); in SetUp()
518 ASSERT_EQ(apm->kNoError, apm->echo_control_mobile()->Enable(false)); in SetUp()
519 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); in SetUp()
527 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true)); in SetUp()
528 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true)); in SetUp()
531 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true)); in SetUp()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86.td34 "Enable conditional move instructions">;
41 "Enable MMX instructions">;
43 "Enable SSE instructions",
48 "Enable SSE2 instructions",
51 "Enable SSE3 instructions",
54 "Enable SSSE3 instructions",
57 "Enable SSE 4.1 instructions",
60 "Enable SSE 4.2 instructions",
63 "Enable 3DNow! instructions",
66 "Enable 3DNow! Athlon instructions",
[all …]
DX86GenSubtargetInfo.inc55 { "3dnow", "Enable 3DNow! instructions", X86::Feature3DNow, X86::FeatureMMX },
56 { "3dnowa", "Enable 3DNow! Athlon instructions", X86::Feature3DNowA, X86::Feature3DNow },
59 { "aes", "Enable AES instructions", X86::FeatureAES, 0ULL },
60 { "avx", "Enable AVX instructions", X86::FeatureAVX, 0ULL },
62 { "clmul", "Enable carry-less multiplication instructions", X86::FeatureCLMUL, 0ULL },
63 { "cmov", "Enable conditional move instructions", X86::FeatureCMOV, 0ULL },
67 { "fma3", "Enable three-operand fused multiple-add", X86::FeatureFMA3, 0ULL },
68 { "fma4", "Enable four-operand fused multiple-add", X86::FeatureFMA4, 0ULL },
70 { "mmx", "Enable MMX instructions", X86::FeatureMMX, 0ULL },
76 { "sse", "Enable SSE instructions", X86::FeatureSSE1, X86::FeatureMMX | X86::FeatureCMOV },
[all …]
/external/llvm/lib/Target/X86/
DX86.td35 "Enable X87 float instructions">;
38 "Enable conditional move instructions">;
59 "Enable SSE instructions",
64 "Enable SSE2 instructions",
67 "Enable SSE3 instructions",
70 "Enable SSSE3 instructions",
73 "Enable SSE 4.1 instructions",
76 "Enable SSE 4.2 instructions",
82 "Enable MMX instructions">;
84 "Enable 3DNow! instructions",
[all …]
/external/autotest/client/site_tests/network_3GModemControl/
Dnetwork_3GModemControl.py36 def Enable(self): member in TechnologyCommands
60 def Enable(self): member in ModemCommands
61 self.modem.Enable(True)
64 self.modem.Enable(False)
106 def Enable(self): member in DeviceCommands
107 self.device.Enable(timeout=DEVICE_TIMEOUT)
140 def Enable(self): member in MixedRandomCommands
143 cmds.Enable()
284 commands.Enable()
305 commands.Enable()
/external/harfbuzz_ng/win32/
DREADME.txt38 GLIB: Enable GLib support in HarfBuzz, which also uses the GLib unicode
42 GOBJECT: Enable building the HarfBuzz-GObject DLL, and thus implies GLib
47 INTROSPECTION: Enable build of introspection files, for making HarfBuzz
55 FREETYPE: Enable the FreeType font callbacks. Requires the FreeType2 library.
57 CAIRO: Enable Cairo support. Requires the Cairo library.
59 CAIRO_FT: Enable the build of the hb-view tool, which makes use of Cairo, and
64 GRAPHITE2: Enable the Graphite2 shaper, requires the SIL Graphite2 library.
68 UNISCRIBE: Enable Uniscribe platform shaper support.
70 DIRECTWRITE: Enable DirectWrite platform shaper support,
78 LIBTOOL_DLL_NAME: Enable libtool-style DLL names.
Dinfo-msvc.mak86 @echo Enable Uniscribe support.
89 @echo Enable DirectWrite support, requires a recent enough Windows SDK.
92 @echo Enable graphite2 support, requires the SIL Graphite2 library
95 @echo Enable FreeType2 support, requires the FreeType2 library
98 @echo Enable GLib2 support, with GLib Unicode support, requires the GNOME GLib2
102 @echo Enable build with ICU Unicode functions, requires the International
106 @echo Enable the HarfBuzz-GObject library, also implies GLib2 support,
112 @echo Enable the build of introspection files, also implies GObject/GLib2 support,
/external/bison/m4/
Dextensions.m42 # Enable extensions on systems that normally disable them.
31 # Enable extensions on systems that normally disable them,
66 [/* Enable extensions on AIX 3, Interix. */
70 /* Enable general extensions on Mac OS X. */
74 /* Enable GNU extensions on systems that have them. */
78 /* Enable threading extensions on Solaris. */
82 /* Enable extensions on HP NonStop. */
86 /* Enable general extensions on Solaris. */
110 # Enable extensions on systems that normally disable them,
/external/llvm/lib/Target/
DTargetRecip.cpp81 bool Enable; in parseGlobalParams() local
85 Enable = true; in parseGlobalParams()
88 Enable = false; in parseGlobalParams()
100 KV.second.Enabled = Enable; in parseGlobalParams()
195 void TargetRecip::setDefaults(StringRef Key, bool Enable, in setDefaults() argument
201 RP.Enabled = Enable; in setDefaults()
208 RP.Enabled = Enable; in setDefaults()
/external/webrtc/webrtc/modules/audio_processing/test/
Dprocess_test.cc178 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true)); in void_main()
221 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); in void_main()
228 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); in void_main()
234 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); in void_main()
239 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); in void_main()
244 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); in void_main()
249 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(false)); in void_main()
271 ASSERT_EQ(apm->kNoError, apm->echo_control_mobile()->Enable(true)); in void_main()
298 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true)); in void_main()
301 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true)); in void_main()
[all …]
Daudio_processing_unittest.cc168 EXPECT_NOERR(ap->echo_control_mobile()->Enable(true)); in EnableAllAPComponents()
171 EXPECT_NOERR(ap->gain_control()->Enable(true)); in EnableAllAPComponents()
176 EXPECT_NOERR(ap->echo_cancellation()->Enable(true)); in EnableAllAPComponents()
180 EXPECT_NOERR(ap->gain_control()->Enable(true)); in EnableAllAPComponents()
183 EXPECT_NOERR(ap->high_pass_filter()->Enable(true)); in EnableAllAPComponents()
184 EXPECT_NOERR(ap->level_estimator()->Enable(true)); in EnableAllAPComponents()
185 EXPECT_NOERR(ap->noise_suppression()->Enable(true)); in EnableAllAPComponents()
187 EXPECT_NOERR(ap->voice_detection()->Enable(true)); in EnableAllAPComponents()
707 EXPECT_EQ(apm_->kNoError, apm_->gain_control()->Enable(true)); in StreamParametersTest()
719 EXPECT_EQ(apm_->kNoError, apm_->echo_cancellation()->Enable(true)); in StreamParametersTest()
[all …]
/external/curl/winbuild/
DMakefile.vc23 !MESSAGE WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
24 !MESSAGE WITH_CARES=<dll or static> - Enable c-ares support, DLL or static
25 !MESSAGE WITH_ZLIB=<dll or static> - Enable zlib support, DLL or static
26 !MESSAGE WITH_SSH2=<dll or static> - Enable libSSH2 support, DLL or static
27 !MESSAGE ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
30 !MESSAGE ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
31 !MESSAGE ENABLE_SSPI=<yes or no> - Enable SSPI support, defaults to yes
32 !MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
DBUILD.WINDOWS.txt66 WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
67 WITH_CARES=<dll or static> - Enable c-ares support, DLL or static
68 WITH_ZLIB=<dll or static> - Enable zlib support, DLL or static
69 WITH_SSH2=<dll or static> - Enable libSSH2 support, DLL or static
70 ENABLE_SSPI=<yes or no> - Enable SSPI support, defaults to yes
71 ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
72 ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
75 ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPC.td38 "Enable 64-bit instructions">;
40 "Enable 64-bit registers usage for ppc32 [beta]">;
42 "Enable Altivec instructions">;
44 "Enable GPUL instructions">;
46 "Enable the fsqrt instruction">;
48 "Enable the stfiwx instruction">;
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h21 MOCK_METHOD1(Enable,
59 MOCK_METHOD1(Enable,
79 MOCK_METHOD1(Enable,
115 MOCK_METHOD1(Enable,
123 MOCK_METHOD1(Enable,
133 MOCK_METHOD1(Enable,
147 MOCK_METHOD1(Enable,
/external/ipsec-tools/src/racoon/doc/
DFAQ36 Enable NAT-Traversal. This needs kernel support, which is
51 Enable IKE fragmentation, which is a workaround for
54 Enable hybrid authentication, and ISAKMP mode config and
58 Enable the use of RADIUS with hybrid authentication on the
62 Enable the use of PAM with hybrid authentication on the
65 Enable GSS-API, for Kerberos V support.
67 Enable statistics logging function.
69 Enable to use unspecified a mode of SA.
71 Enable IPv6 support.
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerOptInfo.h25 bool Enable; variable
30 : Name(name), Enable(enable), Claimed(false) { } in CheckerOptInfo()
33 bool isEnabled() const { return Enable; } in isEnabled()
/external/iputils/ninfod/
Dconfigure.in45 dnl Checks for Enable/With
47 [ --enable-debug Enable debugging])
50 [Enable debugging])
57 [Enable threads])
61 [ --enable-suptypes Enable suptypes qtype (deprecated)])
64 [Enable suptypes (deprecated)])
68 [ --enable-ttl Enable ttl support for qtypes (deprecated)])
71 [Enable ttl support for qtypes (deprecated)])
/external/llvm/lib/Target/Sparc/
DSparc.td24 : SubtargetFeature<"v9", "IsV9", "true", "Enable SPARC-V9 instructions">;
27 "Enable deprecated V8 instructions in V9 mode">;
30 "Enable UltraSPARC Visual Instruction Set extensions">;
33 "Enable Visual Instruction Set extensions II">;
36 "Enable Visual Instruction Set extensions III">;
38 : SubtargetFeature<"leon", "IsLeon", "true", "Enable LEON extensions">;
42 "Enable quad-word floating point instructions">;
/external/autotest/client/profilers/powertop/src/po/
Dnl.po104 msgid " U - Enable USB suspend "
112 msgid " W - Enable wireless power saving "
312 "Suggestion: Enable SATA ALPM link power management via: \n"
319 "Suggestion: Enable USB autosuspend by pressing the U key or adding \n"
325 "Suggestion: Enable laptop-mode by executing the following command:\n"
331 "Suggestion: Enable the CONFIG_ACPI_BATTERY kernel configuration option.\n"
337 "Suggestion: Enable the CONFIG_CPU_FREQ_GOV_ONDEMAND kernel configuration "
345 "Suggestion: Enable the CONFIG_CPU_FREQ_STAT kernel configuration option.\n"
352 "Suggestion: Enable the CONFIG_HPET_TIMER kernel configuration option.\n"
359 "Suggestion: Enable the CONFIG_INOTIFY kernel configuration option.\n"
[all …]
/external/eigen/Eigen/src/Core/
DForceAlignedAccess.h126 template<bool Enable>
127 inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAligne…
137 template<bool Enable>
138 inline typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type

12345678910>>...30