Home
last modified time | relevance | path

Searched refs:Delay (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/
H A Ddelay.base.js4 var Delay = /** @class */ (function () {
5 function Delay(options) {
9 Delay.prototype.apply = function () {
13 Delay.prototype.setAttemptNumber = function (attempt) {
16 Object.defineProperty(Delay.prototype, "jitteredDelay", {
24 Object.defineProperty(Delay.prototype, "delay", {
35 Object.defineProperty(Delay.prototype, "numOfDelayedAttempts", {
42 return Delay;
44 exports.Delay = Delay;
[all...]
/third_party/node/deps/v8/src/logging/
H A Dmetrics.h44 Delay(std::make_unique<DelayedEvent<T>>(event, id)); in DelayMainThreadEvent()
77 V8_EXPORT_PRIVATE void Delay(
H A Dmetrics.cc51 void Recorder::Delay(std::unique_ptr<Recorder::DelayedEventBase>&& event) { in Delay() function in v8::internal::metrics::Recorder
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/always/
H A Dalways.delay.js23 }(delay_base_1.Delay));
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/skip-first/
H A Dskip-first.delay.js80 }(delay_base_1.Delay));
/third_party/pulseaudio/speex/libspeexdsp/
H A Decho_diagnostic.m35 printf ('Delay looks OK.\n');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1098 unsigned Delay = Nodes.getLatency(); in calculateRecMII() local
1102 unsigned CurMII = (Delay + Distance - 1) / Distance; in calculateRecMII()

Completed in 6 milliseconds