Home
last modified time | relevance | path

Searched defs:Delay (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/
Ddelay.base.js4 var Delay = /** @class */ (function () { class
5 function Delay(options) { class in Delay
/third_party/node/deps/v8/src/logging/
Dmetrics.cc51 void Recorder::Delay(std::unique_ptr<Recorder::DelayedEventBase>&& event) { in Delay() function in v8::internal::metrics::Recorder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1098 unsigned Delay = Nodes.getLatency(); in calculateRecMII() local