Searched refs:throttled (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 251 // to lowest value, disk and network IO are throttled. Network IO will be 252 // throttled for any sockets the thread opens after going into background
|
/third_party/NuttX/include/nuttx/net/ |
D | net.h | 399 FAR struct iob_s *net_ioballoc(bool throttled, enum iob_user_e consumerid);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 1599 gboolean throttled, have_fevt = FALSE, have_pending_none_fevt = FALSE; in gst_video_encoder_chain() local 1606 throttled = (priv->min_force_key_unit_interval != 0 && in gst_video_encoder_chain() 1615 for (l = priv->force_key_unit.head; l && (!throttled || !have_fevt); in gst_video_encoder_chain() 1629 if (!throttled) in gst_video_encoder_chain() 1637 if (!throttled) in gst_video_encoder_chain() 1646 if (throttled && have_fevt) { in gst_video_encoder_chain()
|
/third_party/typescript/tests/baselines/reference/ |
D | underscoreTest1.js | 766 var throttled = _.throttle(updatePosition, 100); variable 767 $(null).scroll(throttled); 990 var throttled = _.throttle(updatePosition, 100); 991 $(null).scroll(throttled);
|
D | underscoreTest1.errors.txt | 135 var throttled = _.throttle(updatePosition, 100); 136 $(null).scroll(throttled);
|
D | underscoreTest1.types | 931 var throttled = _.throttle(updatePosition, 100); 932 >throttled : () => void 940 $(null).scroll(throttled); 941 >$(null).scroll(throttled) : any 947 >throttled : () => void
|
D | underscoreTest1.symbols | 458 var throttled = _.throttle(updatePosition, 100); 459 >throttled : Symbol(throttled, Decl(underscoreTest1_underscoreTests.ts, 114, 3)) 465 $(null).scroll(throttled); 467 >throttled : Symbol(throttled, Decl(underscoreTest1_underscoreTests.ts, 114, 3))
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 876 __u64 throttled; member
|
/third_party/typescript/tests/cases/compiler/ |
D | underscoreTest1.ts | 764 var throttled = _.throttle(updatePosition, 100); variable 765 $(null).scroll(throttled);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 1988 bool throttled = false; in st_TexSubImage() local 2140 throttled = true; in st_TexSubImage() 2232 if (!throttled) { in st_TexSubImage()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | text_selection.dart | 1203 /// The frequency of calls is throttled to avoid excessive text layout 1296 /// Drag updates are being throttled to avoid excessive text layouts in text
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/ |
D | flutter_platform.dart | 52 /// The CPU may be throttled, which can cause a long delay in between when the
|
/third_party/node/tools/ |
D | lint-md.mjs | 7939 ['closers', 'watched', 'streams', 'symlinkPaths', 'throttled'].forEach(key => { 8075 * @param {ThrottleType} actionType type being throttled
|
/third_party/NuttX/ |
D | ReleaseNotes | 27980 being throttled in the NVIC.
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 14875 and, by Jesus, he near throttled him.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 21945 a given group unlinked streams will be throttled by that group's high-time
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6857 Sending of force-keyunit events for this can be throttled by the
|