/third_party/typescript/tests/baselines/reference/ |
D | interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.types | 7 throttle(): Function<T>; 8 >throttle : () => Function<T> 24 throttle(): Function<T>; 25 >throttle : () => Function<T>
|
D | interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.symbols | 11 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))
|
D | interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.js | 7 throttle(): Function<T>; 19 throttle(): Function<T>;
|
D | underscoreTest1.js | 76 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/ |
D | interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts | 5 throttle(): Function<T>; method 17 throttle(): Function<T>; method
|
/third_party/cef/libcef/browser/net/ |
D | throttle_handler.cc | 19 namespace throttle { namespace 102 std::unique_ptr<content::NavigationThrottle> throttle = in CreateThrottlesForNavigation() local 108 throttles.push_back(std::move(throttle)); in CreateThrottlesForNavigation()
|
D | throttle_handler.h | 17 namespace throttle {
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/ |
D | readme.md | 82 - [p-throttle](https://github.com/sindresorhus/p-throttle) - Throttle promise-returning & async fun…
|
/third_party/mesa3d/src/glx/ |
D | dri2_priv.h | 51 const __DRI2throttleExtension *throttle; member
|
D | dri2_glx.c | 484 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/ |
D | readme.md | 86 - [p-throttle](https://github.com/sindresorhus/p-throttle) - Throttle promise-returning & async fun…
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | print.dart | 17 /// 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/ |
D | dri_screen.h | 60 boolean throttle; member
|
D | dri_drawable.c | 514 if (dri_screen(ctx->sPriv)->throttle && in dri_flush() 572 .throttle = dri_throttle,
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | utils.js | 101 throttle: 500, property
|
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/ |
D | AppDelegate.m | 21 …// 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/ |
D | endpoint.proto | 154 // { "category": "throttle", "drop_percentage": 60 } 159 // "throttle"_drop = 60%
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.h | 373 struct util_throttle throttle; member
|
D | st_context.c | 470 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/ |
D | gstbasesink.h | 330 void gst_base_sink_set_throttle_time (GstBaseSink *sink, guint64 throttle);
|
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ |
D | AppDelegate.m | 47 …// 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/ |
D | Readme.md | 84 `delayedStream.pipe()` wants to throttle.
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_frame_limits.txt | 106 be used to throttle the output. No more than the specified number of
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_content_browser_client_cef.cc | 312 throttle::CreateThrottlesForNavigation(navigation_handle, throttles); in CreateThrottlesForNavigation()
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_frame_limits.txt | 106 be used to throttle the output. No more than the specified number of
|