Home
last modified time | relevance | path

Searched refs:throttle (Results 1 – 25 of 61) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.types7 throttle(): Function<T>;
8 >throttle : () => Function<T>
24 throttle(): Function<T>;
25 >throttle : () => Function<T>
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.symbols11 throttle(): Function<T>;
12 >throttle : Symbol(Function.throttle, Decl(working.ts, 2, 57))
46 throttle(): Function<T>;
47 >throttle : Symbol(Function.throttle, Decl(regression.ts, 4, 57))
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.js7 throttle(): Function<T>;
19 throttle(): Function<T>;
DunderscoreTest1.js76 throttle(wait: number): T;
567 throttle<T extends Function>(func: T, wait: number): T;
766 var throttled = _.throttle(updatePosition, 100);
990 var throttled = _.throttle(updatePosition, 100);
/third_party/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts5 throttle(): Function<T>; method
17 throttle(): Function<T>; method
/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc19 namespace throttle { namespace
102 std::unique_ptr<content::NavigationThrottle> throttle = in CreateThrottlesForNavigation() local
108 throttles.push_back(std::move(throttle)); in CreateThrottlesForNavigation()
Dthrottle_handler.h17 namespace throttle {
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/
Dreadme.md82 - [p-throttle](https://github.com/sindresorhus/p-throttle) - Throttle promise-returning & async fun…
/third_party/mesa3d/src/glx/
Ddri2_priv.h51 const __DRI2throttleExtension *throttle; member
Ddri2_glx.c484 if (psc->throttle) { in dri2Throttle()
487 psc->throttle->throttle(ctx, draw->driDrawable, reason); in dri2Throttle()
1092 psc->throttle = (__DRI2throttleExtension *) extensions[i]; in dri2BindExtensions()
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-limit/
Dreadme.md86 - [p-throttle](https://github.com/sindresorhus/p-throttle) - Throttle promise-returning & async fun…
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dprint.dart17 /// By default, this function very crudely attempts to throttle the rate at
28 /// identically but does not throttle, use [debugPrintSynchronously].
31 /// Alternative implementation of [debugPrint] that does not throttle.
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.h60 boolean throttle; member
Ddri_drawable.c514 if (dri_screen(ctx->sPriv)->throttle && in dri_flush()
572 .throttle = dri_throttle,
/third_party/ejdb/src/bindings/ejdb2_node/
Dutils.js101 throttle: 500, property
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/
DAppDelegate.m21 …// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates…
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dendpoint.proto154 // { "category": "throttle", "drop_percentage": 60 }
159 // "throttle"_drop = 60%
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.h373 struct util_throttle throttle; member
Dst_context.c470 util_throttle_deinit(st->screen, &st->throttle); in st_destroy_context_priv()
741 util_throttle_init(&st->throttle, in st_create_context_priv()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.h330 void gst_base_sink_set_throttle_time (GstBaseSink *sink, guint64 throttle);
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DAppDelegate.m47 …// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates…
/third_party/node/deps/npm/node_modules/combined-stream/
DReadme.md84 `delayedStream.pipe()` wants to throttle.
/third_party/EGL/extensions/NV/
DEGL_NV_stream_frame_limits.txt106 be used to throttle the output. No more than the specified number of
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc312 throttle::CreateThrottlesForNavigation(navigation_handle, throttles); in CreateThrottlesForNavigation()
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_frame_limits.txt106 be used to throttle the output. No more than the specified number of

123