/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 450 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/ |
D | Debug.cpp | 55 Disabled, enumerator 120 const Level traceToFileLevel = Level::Disabled; in logv()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/ |
D | cupertino_switch_demo.dart | 65 'Disabled - On' 79 'Disabled - Off'
|
D | cupertino_buttons_demo.dart | 62 child: Text('Disabled'), 77 child: Text('Disabled'),
|
/third_party/boost/boost/stacktrace/detail/ |
D | safe_dump_win.ipp | 27 #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/ |
D | selection_controls_demo.dart | 121 // Disabled checkboxes 158 // Disabled radio buttons 198 // Disabled switches
|
D | icons_demo.dart | 87 tooltip: "${enabled ? 'Enabled' : 'Disabled'} icon button", 125 _centeredText('Disabled'),
|
/third_party/skia/src/gpu/ |
D | GrAppliedClip.h | 24 static const GrAppliedHardClip& Disabled() { in Disabled() function 96 static GrAppliedClip Disabled() { in Disabled() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_1x_defs.h | 66 Disabled, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_1x_defs.h | 66 Disabled, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 128 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/ |
D | GrGLGpuCommandBuffer.cpp | 16 fGpu->clear(GrFixedClip::Disabled(), fColorLoadAndStoreInfo.fClearColor, in begin()
|
/third_party/flutter/skia/src/gpu/ |
D | GrFixedClip.h | 50 static const GrFixedClip& Disabled();
|
D | GrFixedClip.cpp | 69 const GrFixedClip& GrFixedClip::Disabled() { in Disabled() function in GrFixedClip
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ShaderNonConstGlobalInitializerTest.cpp | 43 TEST_P(ShaderNonConstGlobalInitializerTest, Disabled) in TEST_P() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Instance.h | 102 BackendValidationLevel mBackendValidationLevel = BackendValidationLevel::Disabled;
|
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/ |
D | App.xaml.cs | 55 PhoneApplicationService.Current.UserIdleDetectionMode = IdleDetectionMode.Disabled; in App()
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | App.xaml.cs | 55 PhoneApplicationService.Current.UserIdleDetectionMode = IdleDetectionMode.Disabled; in App()
|
/third_party/skia/third_party/externals/abseil-cpp/patches/ |
D | 0003-delete-static-initializer-in-stacktrace.patch | 8 static std::atomic<bool> disable_stacktraces(true); // Disabled until healthy.
|
/third_party/vk-gl-cts/doc/testlog-stylesheet/ |
D | testlog.css | 118 .Disabled { background: #808080; }
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-input-headphone-mic.conf | 67 [Option Auto-Mute Mode:Disabled]
|
/third_party/skia/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 53 GrAppliedClip appliedClip = clip ? std::move(*clip) : GrAppliedClip::Disabled(); in onPrePrepareDraws()
|
D | PathTessellateOp.cpp | 99 (clip) ? std::move(*clip) : GrAppliedClip::Disabled()); in onPrePrepare()
|
/third_party/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 41 GrAppliedClip detachAppliedClip() override { return GrAppliedClip::Disabled(); } in detachAppliedClip()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
D | DawnNative.h | 153 enum BackendValidationLevel { Full, Partial, Disabled }; enumerator
|