Searched refs:throttling (Results 1 – 25 of 29) sorted by relevance
12
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
D | drm.c | 255 ctx->base.throttling = ctx->base.throttling_value > 0; in drm_create_adapter() 264 ctx->base.throttling = FALSE; in drm_create_adapter() 266 ctx->base.throttling = TRUE; in drm_create_adapter()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | meson.build | 5 'gst-cpu-throttling-clock.c',
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | print_test.dart | 41 test('debugPrint throttling', () {
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.h | 38 BOOL throttling; member
|
D | swapchain9.c | 239 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0; in NineSwapChain9_Resize()
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | underscore-1.3.1.js | 529 var context, args, timeout, throttling, more; 530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait); 539 if (throttling) { 545 throttling = true;
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | underscore-1.3.1.js | 529 var context, args, timeout, throttling, more; 530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait); 539 if (throttling) { 545 throttling = true;
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | underscore-1.3.1.js | 529 var context, args, timeout, throttling, more; 530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait); 539 if (throttling) { 545 throttling = true;
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.4.rst | 49 - panfrost: Revert "Disable frame throttling"
|
D | 10.0.1.rst | 66 - Enable throttling in SwapBuffers
|
D | 7.10.rst | 1275 - intel: Fix the client-side swapbuffers throttling. 1276 - Revert "intel: Fix the client-side swapbuffers throttling." 1398 - intel: Only do frame throttling at glFlush time when using
|
D | 19.1.0.rst | 684 - d3dadapter9: Revert to old throttling limit value 3110 - iris: Drop vestiges of throttling code 3726 - st/dri: simplify throttling code
|
D | 20.0.0.rst | 138 - swapchain throttling: wait for fence has 1ns timeout 1057 - freedreno: Enable texture upload memory throttling.
|
D | 19.3.0.rst | 389 - panfrost: Disable frame throttling 2111 - dri: Avoid swapbuffer throttling in glXCopySubBufferMESA
|
D | 20.1.0.rst | 1059 - etnaviv: enable texture upload memory throttling
|
D | 20.2.0.rst | 747 - panfrost: Revert "Disable frame throttling"
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/web/ |
D | chrome.dart | 90 '--disable-background-timer-throttling',
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | text_selection.dart | 1204 /// operations in text fields. The throttling is controlled by the constant
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 470 unreliable due to things like throttling etc. - only if this is FALSE
|
D | screen.rst | 552 execution. 0 = throttling is disabled.
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | binding.dart | 118 /// synchronous, disabling its normal throttling behavior.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 2582 * Fix throttling in TLS connections 2918 * HTTP throttling: outgoing messages emit 'drain' and write() returns false
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 40886 // throttling. 40891 // throttling. 40894 diff --git a/src/services/network/throttling/network_conditions.cc b/src/services/network/throttlin… 40896 --- a/src/services/network/throttling/network_conditions.cc 40897 +++ b/src/services/network/throttling/network_conditions.cc 40900 #include "services/network/throttling/network_conditions.h" 40920 diff --git a/src/services/network/throttling/network_conditions.h b/src/services/network/throttling… 40922 --- a/src/services/network/throttling/network_conditions.h 40923 +++ b/src/services/network/throttling/network_conditions.h 40933 diff --git a/src/services/network/throttling/throttling_controller_unittest.cc b/src/services/netwo… [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/datadir/ |
D | spdy-draft.txt | 1221 (However, throttling of data transfer by any recipient may have the
|
/third_party/node/tools/ |
D | lint-md.mjs | 6372 // case the file's watcher misses it (and rely on throttling to de-dupe) 8074 * Helper utility for throttling
|
12