Home
last modified time | relevance | path

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

1234567

/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/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_switch_demo.dart65 'Disabled - On'
79 'Disabled - Off'
Dcupertino_buttons_demo.dart62 child: Text('Disabled'),
77 child: Text('Disabled'),
/third_party/boost/boost/stacktrace/detail/
Dsafe_dump_win.ipp27 #if 0 // This code potentially could cause deadlocks (according to the MSDN). Disabled
42 #if 0 // This code causing deadlocks on some platforms. Disabled
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dselection_controls_demo.dart121 // Disabled checkboxes
158 // Disabled radio buttons
198 // Disabled switches
Dicons_demo.dart87 tooltip: "${enabled ? 'Enabled' : 'Disabled'} icon button",
125 _centeredText('Disabled'),
/third_party/skia/src/gpu/
DGrAppliedClip.h24 static const GrAppliedHardClip& Disabled() { in Disabled() function
96 static GrAppliedClip Disabled() { in Disabled() function
/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/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/flutter/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.cpp16 fGpu->clear(GrFixedClip::Disabled(), fColorLoadAndStoreInfo.fClearColor, in begin()
/third_party/flutter/skia/src/gpu/
DGrFixedClip.h50 static const GrFixedClip& Disabled();
DGrFixedClip.cpp69 const GrFixedClip& GrFixedClip::Disabled() { in Disabled() function in GrFixedClip
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DShaderNonConstGlobalInitializerTest.cpp43 TEST_P(ShaderNonConstGlobalInitializerTest, Disabled) in TEST_P() argument
/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/vk-gl-cts/doc/testlog-stylesheet/
Dtestlog.css118 .Disabled { background: #808080; }
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input-headphone-mic.conf67 [Option Auto-Mute Mode:Disabled]
/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

1234567