Home
last modified time | relevance | path

Searched defs:throttle (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts5 throttle(): Function<T>; method
17 throttle(): Function<T>; method
DunderscoreTest1.ts74 throttle(wait: number): T; method
565 throttle<T extends Function>(func: T, wait: number): T; method
/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc19 namespace throttle { namespace
102 std::unique_ptr<content::NavigationThrottle> throttle = in CreateThrottlesForNavigation() local
/third_party/mesa3d/src/glx/
Ddri2_priv.h51 const __DRI2throttleExtension *throttle; member
/third_party/ejdb/src/bindings/ejdb2_node/
Dutils.js101 throttle: 500, property
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.h60 boolean throttle; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c675 throttle(struct brw_context *brw) in throttle() function
/third_party/boost/libs/python/doc/html/numpy/_static/
Dunderscore-1.3.1.js528 _.throttle = function(func, wait) { function
/third_party/boost/libs/hof/doc/html/_static/
Dunderscore-1.3.1.js528 _.throttle = function(func, wait) { function
/third_party/boost/libs/gil/doc/html/_static/
Dunderscore-1.3.1.js528 _.throttle = function(func, wait) { function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.h373 struct util_throttle throttle; member
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h291 void (*throttle)(__DRIcontext *ctx, member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c1458 gst_base_sink_set_throttle_time (GstBaseSink * sink, guint64 throttle) in gst_base_sink_set_throttle_time()