Searched full:disabling (Results 1 – 25 of 1083) sorted by relevance
12345678910>>...44
| /third_party/benchmark/docs/ |
| D | reducing_variance.md | 3 <a name="disabling-cpu-frequency-scaling" /> 5 ## Disabling CPU Frequency Scaling 47 above](user_guide#disabling-cpu-frequency-scaling) is not the only source 74 above](user_guide#disabling-cpu-frequency-scaling). 86 3. Disabling Hyperthreading/SMT. This can be done in the Bios or using the
|
| /third_party/json/docs/mkdocs/docs/features/ |
| D | namespace.md | 19 …underscores. To omit the version component, see [Disabling the version component](#disabling-the-v… 57 ## Disabling the version component 71 …Disabling the namespace version component and mixing ABI-incompatible versions will result in cras… 73 ## Disabling the inline namespace completely
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_vertex_array_range2.txt | 42 Enabling and disabling the vertex array range is specified by the 49 This extension provides a new token for enabling/disabling the 61 RESOLUTION: The second option. Enabling/disabling 63 enabling/disabling GL_VERTEX_ARRAY_RANGE_NV, just without the
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_vertex_array_range2.txt | 42 Enabling and disabling the vertex array range is specified by the 49 This extension provides a new token for enabling/disabling the 61 RESOLUTION: The second option. Enabling/disabling 63 enabling/disabling GL_VERTEX_ARRAY_RANGE_NV, just without the
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/ |
| D | test_pyfunc_multiprocess.py | 107 # Reduce memory required by disabling the shared memory optimization 127 # and disabling the shared memory optimization 149 # Reduce memory required by disabling the shared memory optimization 168 # Reduce memory required by disabling the shared memory optimization 215 # Reduce memory required by disabling the shared memory optimization 245 # Reduce memory required by disabling the shared memory optimization
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_SSL_VERIFYPEER.md | 60 WARNING: disabling verification of the certificate allows bad guys to 61 man-in-the-middle the communication without you knowing it. Disabling 67 HSTS and Alt-Svc information to be stored and used subsequently. Disabling
|
| D | CURLOPT_SSL_VERIFYHOST.md | 66 WARNING: disabling verification of the certificate allows bad guys to 67 man-in-the-middle the communication without you knowing it. Disabling 73 HSTS and Alt-Svc information to be stored and used subsequently. Disabling
|
| D | CURLOPT_PROXY_SSL_VERIFYPEER.md | 59 WARNING: disabling verification of the certificate allows bad guys to 60 man-in-the-middle the communication without you knowing it. Disabling
|
| D | CURLOPT_DOH_SSL_VERIFYPEER.md | 64 WARNING: disabling verification of the certificate allows bad guys to 65 man-in-the-middle the communication without you knowing it. Disabling
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/ |
| D | APPLE_clip_distance.md | 4 Language. However, OpenGL supports disabling/enabling individual `gl_ClipDistance[i]` on the API 9 To emulate this enabling/disabling API, the Metal back-end uses a similar implementation as what
|
| /third_party/googletest/googletest/test/ |
| D | googletest-break-on-failure-unittest.py | 48 # The environment variable for enabling/disabling the break-on-failure mode. 51 # The command line flag for enabling/disabling the break-on-failure mode. 54 # The environment variable for enabling/disabling the throw-on-failure mode. 57 # The environment variable for enabling/disabling the catch-exceptions mode.
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_EXT_color_write_enable.txt | 20 This extension allows for selectively enabling and disabling writes to 24 colorWriteMask, such as selectively disabling writes to avoid feedback loops
|
| D | VK_EXT_color_write_enable.adoc | 20 This extension allows for selectively enabling and disabling writes to 24 colorWriteMask, such as selectively disabling writes to avoid feedback loops
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
| D | APPLE_clip_distance.md | 3 OpenGL GLSL's `gl_ClipDistance` is supported by Vulkan. However, OpenGL supports disabling/enabling 8 To implement this enabling/disabling API in Vulkan back-end:
|
| /third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
| D | memcg_stat_test.sh | 60 tst_res TINFO "Test hierarchical_memory_limit with disabling hierarchical accounting" 98 tst_res TINFO "Test hierarchical_memsw_limit with disabling hierarchical accounting"
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | std_instead_of_core.rs | 16 …/// disabling `std` does not cause the crate to fail to compile. This lint is also useful for crat… 41 …/// alloc to ensure disabling `std` does not cause the crate to fail to compile. This lint is also… 67 …/// imported from core to ensure disabling `alloc` does not cause the crate to fail to compile. Th…
|
| /third_party/skia/m133/bazel/platform/ |
| D | BUILD.bazel | 108 # When added to a Bazel platform, this constraint has the effect of disabling cgo, meaning that 114 # lovisolo@ whether disabling cgo means some parts of the Go stdlib become unavailable. 122 # tree under which clang_trampoline_mac.sh is invoked. By disabling cgo, we get rid of this problem
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| D | README.md | 163 ANGLE : INFO: Capture trigger detected, disabling capture start/end frame. 167 ANGLE : INFO: Disabling GL_EXT_map_buffer_range and GL_OES_mapbuffer during capture, which are no… 168 ANGLE : INFO: Disabling GL_CHROMIUM_bind_uniform_location during capture, which is not supported … 169 ANGLE : INFO: Disabling GL_NV_shader_noperspective_interpolation during capture, which is not sup…
|
| /third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
| D | test-cmpxchg-nolock.c | 233 "test results: time for disabling interrupts (CLI)\n"); in do_test_disable_int() 237 printk(KERN_ALERT "-> disabling interrupts (CLI) takes %llu cycles\n", in do_test_disable_int() 262 "test results: time for disabling/enabling interrupts (STI/CLI)\n"); in do_test_int() 267 "-> enabling/disabling interrupts (STI/CLI) takes %llu cycles\n", in do_test_int()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 9.2.3.rst | 72 - i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth. 73 - i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.
|
| /third_party/grpc/cmake/ |
| D | ssl.cmake | 29 …message(WARNING "Disabling SSL assembly support because CMake version ${CMAKE_VERSION} is too old … 37 message(WARNING "Disabling SSL assembly support because NASM could not be found")
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | provider.rs | 24 /// Loads a new provider into the specified library context, disabling the fallback providers. 40 …/// Loads a new provider into the specified library context, disabling the fallback providers if `…
|
| /third_party/skia/third_party/externals/angle2/include/platform/ |
| D | FrontendFeatures.h | 33 // Work around this by disabling the program cache for programs with transform feedback. 49 // Allow disabling of GL_EXT_texture_filter_anisotropic through a runtime feature for
|
| /third_party/mbedtls/docs/ |
| D | driver-only-builds.md | 118 In such a build it is possible to disable legacy HMAC support by disabling 127 - disabling HMAC_DRBG_C cause deterministic ECDSA (i.e. 386 restrictions, see [Disabling `MBEDTLS_CIPHER_C`](#disabling-mbedtls_cipher_c). 434 ### Disabling `MBEDTLS_CIPHER_C` 436 It is possible to save code size by disabling MBEDTLS_CIPHER_C when all of the
|
| /third_party/rust/crates/env_logger/src/fmt/writer/ |
| D | mod.rs | 193 /// See the [Disabling colors] section for more details. 195 /// [Disabling colors]: ../index.html#disabling-colors
|
12345678910>>...44