Home
last modified time | relevance | path

Searched refs:Disabled (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h450 void DisableLazyCompilation(bool Disabled = true) {
451 CompilingLazily = !Disabled;
460 void DisableGVCompilation(bool Disabled = true) {
461 GVCompilationDisabled = Disabled;
470 void DisableSymbolSearching(bool Disabled = true) {
471 SymbolSearchingDisabled = Disabled;
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.cpp55 Disabled, enumerator
120 const Level traceToFileLevel = Level::Disabled; in logv()
/third_party/skia/src/gpu/
DGrAppliedClip.h24 static const GrAppliedHardClip& Disabled() { in Disabled() function
96 static GrAppliedClip Disabled() { in Disabled() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp128 char Disabled = 0; member
260 Flag &= ~II.Disabled; in markInstruction()
360 III.Disabled = StateWWM; in scanInstructions()
382 III.Disabled = StateWQM | StateWWM; in scanInstructions()
436 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()
752 Needs &= ~III->second.Disabled; in processBlock()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_1x_defs.h66 Disabled, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_1x_defs.h66 Disabled, enumerator
/third_party/curl/tests/data/
Dtest37516 Disabled proxy should make curl fail with --proxy
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DShaderNonConstGlobalInitializerTest.cpp43 TEST_P(ShaderNonConstGlobalInitializerTest, Disabled) in TEST_P() argument
/third_party/openssl/doc/man7/
DEVP_CIPHER-RC5.pod11 Disabled by default. Use the I<enable-rc5> configuration option to enable.
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DInstance.h102 BackendValidationLevel mBackendValidationLevel = BackendValidationLevel::Disabled;
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/
DApp.xaml.cs55 PhoneApplicationService.Current.UserIdleDetectionMode = IdleDetectionMode.Disabled; in App()
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
DApp.xaml.cs55 PhoneApplicationService.Current.UserIdleDetectionMode = IdleDetectionMode.Disabled; in App()
/third_party/skia/third_party/externals/abseil-cpp/patches/
D0003-delete-static-initializer-in-stacktrace.patch8 static std::atomic<bool> disable_stacktraces(true); // Disabled until healthy.
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output-speaker.conf95 [Option Auto-Mute Mode:Disabled]
Danalog-input-headphone-mic.conf67 [Option Auto-Mute Mode:Disabled]
/third_party/vk-gl-cts/doc/testlog-stylesheet/
Dtestlog.css118 .Disabled { background: #808080; }
/third_party/skia/src/gpu/ops/
DGrMeshDrawOp.cpp53 GrAppliedClip appliedClip = clip ? std::move(*clip) : GrAppliedClip::Disabled(); in onPrePrepareDraws()
DPathTessellateOp.cpp99 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h41 GrAppliedClip detachAppliedClip() override { return GrAppliedClip::Disabled(); } in detachAppliedClip()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h153 enum BackendValidationLevel { Full, Partial, Disabled }; enumerator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp56 Disabled, enumerator
120 optPassEdits.push_back({ ListEdit::Clear, Optimization::Pass::Disabled }); in clearOptimizationPasses()
/third_party/elfutils/doc/
DChangeLog251 * Disabled sgml file building per mjw.
268 * Disabled sgml file building per mjw.
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dperiodic_sampler_test.cc80 TEST(PeriodicSamplerBaseTest, Disabled) { in TEST() argument
/third_party/skia/tests/
DTextureOpTest.cpp107 GrAppliedClip noClip = GrAppliedClip::Disabled(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs100 Disabled = SECCOMP_MODE_DISABLED, enumerator
112 SECCOMP_MODE_DISABLED => Ok(Self::Disabled), in try_from()

12345