/third_party/skia/third_party/externals/tint/src/transform/ |
D | decompose_strided_matrix_test.cc | 75 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 141 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 203 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 266 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 332 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 394 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 461 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 529 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 611 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 668 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F()
|
D | module_scope_var_to_entry_point_param.cc | 189 ctx.dst->Disable(ast::DisabledValidation::kEntryPointParameter); in Process() 199 attributes.push_back(ctx.dst->Disable( in Process() 202 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass)); in Process() 238 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass); in Process() 259 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass)); in Process() 260 attributes.push_back(ctx.dst->Disable( in Process() 302 ctx.dst->Disable(ast::DisabledValidation::kEntryPointParameter); in Process()
|
/third_party/mesa3d/docs/ |
D | envvars.rst | 510 Disable fetch-shade-emit middle-end even when it is correct 838 Disable DCC. 840 Disable DCC fast clear 844 Disable DCC for MSAA 846 Disable DPBB. 848 Disable DFSM. 850 Disable tiling 852 Disable MSAA compression 854 Disable Hyper-Z 856 Disable 2D tiling [all …]
|
/third_party/cJSON/tests/ |
D | CMakeLists.txt | 4 # Disable -Werror for Unity 12 # Disable -fvisibility=hidden for Unity 20 …# Disable -fsanitize=float-divide-by-zero for Unity (GCC bug on x86 https://gcc.gnu.org/bugzilla/s… 28 # Disable -Wswitch-enum for Unity
|
/third_party/node/src/ |
D | node_trace_events.cc | 35 static void Disable(const FunctionCallbackInfo<Value>& args); 88 void NodeCategorySet::Disable(const FunctionCallbackInfo<Value>& args) { in Disable() function in node::NodeCategorySet 94 GetTracingAgentWriter()->Disable(categories); in Disable() 136 env->SetProtoMethod(category_set, "disable", NodeCategorySet::Disable); in Initialize()
|
/third_party/node/src/tracing/ |
D | agent.h | 64 inline void Disable(const std::set<std::string>& categories); 131 void Disable(int id, const std::set<std::string>& categories); 180 void AgentWriterHandle::Disable(const std::set<std::string>& categories) { in Disable() function 181 if (agent_ != nullptr) agent_->Disable(id_, categories); in Disable()
|
/third_party/libinput/completion/zsh/ |
D | _libinput | 51 '--disable-sendevents=[Disable send-events option for the devices matching the pattern]:pattern' \ 63 '--disable-tap[Disable tap-to-click]' \ 66 '--disable-drag[Disable tap-and-drag]' \ 69 '--disable-drag-lock[Disable drag-lock]' \ 72 '--disable-natural-scrolling[Disable natural scrolling]' \ 75 '--disable-left-handed[Disable left handed button configuration]' \ 78 '--disable-middlebutton[Disable middle button emulation]' \ 81 '--disable-dwt[Disable disable-while-typing]'
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 51 gl.Disable(GL_CULL_FACE); in ApplyFrontFaceAndCulling() 140 gl.Disable(GL_BLEND); in ApplyColorState() 181 gl.Disable(GL_DEPTH_TEST); in ApplyDepthStencilState() 197 gl.Disable(GL_STENCIL_TEST); in ApplyDepthStencilState() 302 gl.Disable(GL_SAMPLE_ALPHA_TO_COVERAGE); in ApplyNow() 315 gl.Disable(GL_POLYGON_OFFSET_FILL); in ApplyNow()
|
/third_party/skia/third_party/externals/libwebp/ |
D | configure.ac | 39 [Disable libwebpmux @<:@default=no@:>@]), 48 [Disable libwebpdemux @<:@default=no@:>@]), 162 [Disable detection of SSE4.1 support 180 [Disable detection of SSE2 support 198 [Disable detection of NEON support 203 [Disable runtime detection of NEON support via 326 [Disable detection of thread support]),, 347 [Disable detection of OpenGL support 461 [Disable detection of SDL support 521 [Disable detection of PNG format support [all …]
|
/third_party/alsa-utils/ |
D | configure.ac | 89 dnl Disable bat 93 AS_HELP_STRING([--disable-bat], [Disable bat compilation]), 151 dnl Disable alsamixer 158 AS_HELP_STRING([--disable-alsamixer], [Disable alsamixer compilation]), 167 dnl Disable alsaconf 169 AS_HELP_STRING([--disable-alsaconf], [Disable alsaconf packaging]), 177 dnl Disable alsaloop 179 AS_HELP_STRING([--disable-alsaloop], [Disable alsaloop packaging]), 189 AS_HELP_STRING([--disable-xmlto], [Disable man page creation via xmlto]), 198 AS_HELP_STRING([--disable-rst2man], [Disable man page creation via rst2man]),
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | configure.ac | 127 [Disable detection of SSE4.1 support 145 [Disable detection of SSE2 support 163 [Disable detection of NEON support 168 [Disable runtime detection of NEON support via 288 [Disable detection of thread support]),, 309 [Disable detection of OpenGL support 419 [Disable detection of SDL support 479 [Disable detection of PNG format support 520 [Disable detection of JPEG format support 546 [Disable detection of TIFF format support [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 142 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 201 CrashRecoveryContext::Disable(); in ExceptionFilter() 278 CrashRecoveryContext::Disable(); in ExceptionHandler() 360 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_blackhole_render.txt | 62 Accepted by the <target> parameter of Enable, Disable, IsEnabled: 102 RENDERING_ B IsEnabled() FALSE Disable rendering 2.4 113 RENDERING_ B IsEnabled() FALSE Disable rendering 2.4
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_blackhole_render.txt | 62 Accepted by the <target> parameter of Enable, Disable, IsEnabled: 102 RENDERING_ B IsEnabled() FALSE Disable rendering 2.4 113 RENDERING_ B IsEnabled() FALSE Disable rendering 2.4
|
/third_party/pulseaudio/ |
D | configure.ac | 607 AS_HELP_STRING([--disable-memfd], [Disable Linux memfd shared memory])) 627 AS_HELP_STRING([--disable-x11],[Disable optional X11 support])) 664 AS_HELP_STRING([--disable-tests],[Disable unit tests])) 767 AS_HELP_STRING([--disable-oss-output],[Disable optional OSS output support])) 770 AS_HELP_STRING([--disable-oss-wrapper],[Disable optional OSS wrapper support])) 811 AS_HELP_STRING([--disable-coreaudio-output],[Disable optional CoreAudio output support])) 828 AS_HELP_STRING([--disable-alsa],[Disable optional ALSA support])) 853 AS_HELP_STRING([--disable-esound],[Disable optional EsounD support])) 860 AS_HELP_STRING([--disable-solaris],[Disable optional Solaris audio support])) 875 AS_HELP_STRING([--disable-waveout],[Disable optional WaveOut audio support])) [all …]
|
/third_party/libfuse/ |
D | meson_options.txt | 2 description: 'Disable and ignore usage of /etc/mtab') 23 description: 'Disable versioned symbols through libc')
|
/third_party/mesa3d/src/freedreno/ci/ |
D | deqp-freedreno-a630-vk-asan.toml | 9 # Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory 21 # Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
|
/third_party/cef/cmake/ |
D | cef_variables.cmake.in | 104 -fno-exceptions # Disable exceptions 105 -fno-rtti # Disable real-time type information 112 -O0 # Disable optimizations 275 -fno-exceptions # Disable exceptions 276 -fno-rtti # Disable real-time type information 285 -O0 # Disable optimizations 407 /GR- # Disable run-time type information 422 /RTC1 # Disable optimizations 443 _HAS_EXCEPTIONS=0 # Disable exceptions 503 _HAS_ITERATOR_DEBUGGING=0 # Disable iterator debugging
|
/third_party/node/deps/cares/m4/ |
D | cares-confopts.m4 | 34 AS_HELP_STRING([--disable-debug],[Disable debug build options]), 66 AS_HELP_STRING([--disable-nonblocking],[Disable non-blocking communications]), 99 AS_HELP_STRING([--disable-optimize],[Disable compiler optimizations]), 154 AS_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]), 193 AS_HELP_STRING([--disable-expose-statics],[Disable exposure of internal static functions for testin… 234 AS_HELP_STRING([--disable-warnings],[Disable strict compiler warnings]), 266 AS_HELP_STRING([--disable-werror],[Disable compiler warnings as errors]),
|
/third_party/skia/experimental/webgpu-bazel/src/ |
D | BUILD | 8 "-s USE_PTHREADS=0", # Disable pthreads 12 "-s DISABLE_EXCEPTION_CATCHING=1", # Disable all exception catching
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmInfo.cpp | 23 enum DefaultOnOff { Default, Enable, Disable }; enumerator 28 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_shader_framebuffer_fetch_noncoherent.txt | 57 Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by 80 behavior can be enabled or disabled by calling Enable or Disable with the 93 Calling Disable with the symbolic constant FRAMEBUFFER_FETCH_NONCOHERENT_QCOM
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_shader_framebuffer_fetch_noncoherent.txt | 57 Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, and by 80 behavior can be enabled or disabled by calling Enable or Disable with the 93 Calling Disable with the symbolic constant FRAMEBUFFER_FETCH_NONCOHERENT_QCOM
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.td | 77 "Disable SVR4-style position-independent code">; 89 "Disable IEEE 754-2008 abs.fmt mode">; 95 "Disable odd numbered single-precision " 210 "Disable 4-operand madd.fmt and related instructions">; 215 "Disable use of the jal instruction">;
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbumper.c | 541 gl->Disable (GL_LIGHT0); in gst_gl_bumper_callback() 542 gl->Disable (GL_LIGHT1); in gst_gl_bumper_callback() 543 gl->Disable (GL_LIGHTING); in gst_gl_bumper_callback() 544 gl->Disable (GL_COLOR_MATERIAL); in gst_gl_bumper_callback()
|