Searched refs:Enable (Results 1 - 25 of 235) sorted by relevance

12345678910

/external/curl/docs/cmdline-opts/
H A Dsasl-ir.d2 Help: Enable initial response in SASL authentication
5 Enable initial response in SASL authentication.
H A Dtcp-fastopen.d5 Enable use of TCP Fast Open (RFC7413).
H A Dkrb.d3 Help: Enable Kerberos with security <level>
7 Enable Kerberos authentication and use. The level must be entered and should
H A Dcompressed-ssh.d2 Help: Enable SSH compression
H A Dfalse-start.d2 Help: Enable TLS False Start
H A Dsocks5-basic.d2 Help: Enable username/password auth for SOCKS5 proxies
/external/skia/include/gpu/
H A DGrContextOptions.h21 enum class Enable { class in struct:GrContextOptions
126 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault;
145 Enable fUseGLBufferDataNullHint = Enable::kDefault;
158 Enable fUseDrawInsteadOfGLClear = Enable::kDefault;
164 Enable fExplicitlyAllocateGPUResources = Enable::kDefault;
171 Enable fSortRenderTarget
[all...]
/external/skqp/include/gpu/
H A DGrContextOptions.h21 enum class Enable { class in struct:GrContextOptions
129 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault;
141 Enable fUseDrawInsteadOfGLClear = Enable::kDefault;
203 Enable fDistanceFieldGlyphVerticesAlwaysHaveW = Enable::kDefault;
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h25 bool Enable; member in class:clang::ento::CheckerOptInfo
30 : Name(name), Enable(enable), Claimed(false) { }
33 bool isEnabled() const { return Enable; }
/external/libchrome/base/profiler/
H A Dscoped_tracker.cc18 void ScopedTracker::Enable() { function in class:tracked_objects::ScopedTracker
H A Dscoped_tracker.h35 // process. Search for ScopedTracker::Enable for the current list of processes
45 static void Enable();
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
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/webrtc/talk/session/media/
H A Dmediasink.h40 virtual bool Enable(bool enable) = 0;
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_event_triggers.tc57 Enable=$2 # Enable
67 echo "$Enable event all the time"
122 run_enable_disable enable Enable 0 "1*" "0*"
/external/libpng/contrib/intel/
H A Dconfigure.ac.patch20 [Enable Intel SSE optimizations: =no/off, yes/on:]
33 [Enable Intel SSE optimizations]);;
/external/webrtc/webrtc/call/
H A Dtransport_adapter.h29 void Enable();
H A Dtransport_adapter.cc39 void TransportAdapter::Enable() { function in class:webrtc::internal::TransportAdapter
/external/webrtc/webrtc/modules/video_coding/utility/mock/
H A Dmock_frame_dropper.h24 MOCK_METHOD1(Enable, void(bool enable));
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c138 driver->Enable = NULL;
239 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled);
240 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled);
241 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled);
242 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
243 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag);
244 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
245 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag);
246 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
247 ctx->Driver.Enable(ct
[all...]
/external/skia/gm/
H A Dfontcache.cpp32 FontCacheGM(GrContextOptions::Enable allowMultipleTextures)
45 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) {
103 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) {
133 GrContextOptions::Enable fAllowMultipleTextures;
142 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kNo))
143 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kYes))
/external/skqp/gm/
H A Dfontcache.cpp32 FontCacheGM(GrContextOptions::Enable allowMultipleTextures)
45 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) {
103 if (GrContextOptions::Enable::kYes == fAllowMultipleTextures) {
133 GrContextOptions::Enable fAllowMultipleTextures;
142 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kNo))
143 DEF_GM(return new FontCacheGM(GrContextOptions::Enable::kYes))
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.h39 void Enable();
/external/webrtc/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.h33 int Enable(bool enable) override;
H A Dlevel_estimator_impl.h34 int Enable(bool enable) override;
H A Daudio_processing_performance_unittest.cc511 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true));
512 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
515 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
516 ASSERT_EQ(apm->kNoError, apm->noise_suppression()->Enable(true));
517 ASSERT_EQ(apm->kNoError, apm->voice_detection()->Enable(true));
518 ASSERT_EQ(apm->kNoError, apm->echo_control_mobile()->Enable(false));
519 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true));
527 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true));
528 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(true));
531 ASSERT_EQ(apm->kNoError, apm->gain_control()->Enable(tru
[all...]

Completed in 2044 milliseconds

12345678910