/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/skia/src/gpu/ |
D | GrAppliedClip.h | 24 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/ |
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/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/curl/tests/data/ |
D | test375 | 16 Disabled proxy should make curl fail with --proxy
|
/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/openssl/doc/man7/ |
D | EVP_CIPHER-RC5.pod | 11 Disabled by default. Use the I<enable-rc5> configuration option to enable.
|
/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/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output-speaker.conf | 95 [Option Auto-Mute Mode:Disabled]
|
D | analog-input-headphone-mic.conf | 67 [Option Auto-Mute Mode:Disabled]
|
/third_party/vk-gl-cts/doc/testlog-stylesheet/ |
D | testlog.css | 118 .Disabled { background: #808080; }
|
/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
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 56 Disabled, enumerator 120 optPassEdits.push_back({ ListEdit::Clear, Optimization::Pass::Disabled }); in clearOptimizationPasses()
|
/third_party/elfutils/doc/ |
D | ChangeLog | 251 * Disabled sgml file building per mjw. 268 * Disabled sgml file building per mjw.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | periodic_sampler_test.cc | 80 TEST(PeriodicSamplerBaseTest, Disabled) { in TEST() argument
|
/third_party/skia/tests/ |
D | TextureOpTest.cpp | 107 GrAppliedClip noClip = GrAppliedClip::Disabled(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/rust/crates/rustix/src/thread/ |
D | prctl.rs | 100 Disabled = SECCOMP_MODE_DISABLED, enumerator 112 SECCOMP_MODE_DISABLED => Ok(Self::Disabled), in try_from()
|