/external/guava/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 272 public double acquire(int permits) { in acquire() argument 273 long microsToWait = reserve(permits); in acquire() 284 final long reserve(int permits) { in reserve() argument 285 checkPermits(permits); in reserve() 287 return reserveAndGetWaitLength(permits, stopwatch.readMicros()); in reserve() 319 public boolean tryAcquire(int permits) { in tryAcquire() argument 320 return tryAcquire(permits, 0, MICROSECONDS); in tryAcquire() 349 public boolean tryAcquire(int permits, long timeout, TimeUnit unit) { in tryAcquire() argument 351 checkPermits(permits); in tryAcquire() 358 microsToWait = reserveAndGetWaitLength(permits, nowMicros); in tryAcquire() [all …]
|
D | Striped.java | 235 public static Striped<Semaphore> semaphore(int stripes, final int permits) { 238 return new PaddedSemaphore(permits); 251 public static Striped<Semaphore> lazyWeakSemaphore(int stripes, final int permits) { 254 return new Semaphore(permits, false); 482 PaddedSemaphore(int permits) { 483 super(permits, false);
|
D | SmoothRateLimiter.java | 269 private double permitsToTime(double permits) { in permitsToTime() argument 270 return stableIntervalMicros + permits * slope; in permitsToTime()
|
D | Uninterruptibles.java | 307 Semaphore semaphore, int permits, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly() argument 316 return semaphore.tryAcquire(permits, remainingNanos, NANOSECONDS); in tryAcquireUninterruptibly()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | RateLimiterTest.java | 419 private long measureTotalTimeMillis(RateLimiter rateLimiter, int permits, Random random) { in measureTotalTimeMillis() argument 421 while (permits > 0) { in measureTotalTimeMillis() 422 int nextPermitsToAcquire = Math.max(1, random.nextInt(permits)); in measureTotalTimeMillis() 423 permits -= nextPermitsToAcquire; in measureTotalTimeMillis()
|
/external/eigen/doc/ |
D | CustomizingEigen_CustomScalar.dox | 7 On x86-64 systems, \c long \c double permits to locally enforces the use of x87 registers with exte… 30 : NumTraits<double> // permits to get the epsilon, dummy_precision, lowest, highest functions
|
/external/libxml2/ |
D | libxml.spec.in | 69 The libxml2-python package contains a Python 2 module that permits applications 87 The libxml2-python3 package contains a Python 3 module that permits
|
/external/v8/gypfiles/ |
D | isolate.gypi | 31 # property of the .isolate format. This permits to define GYP variables but is
|
/external/mesa3d/docs/specs/ |
D | EGL_MESA_platform_surfaceless.txt | 104 permits the creation of pbuffers with that config.
|
/external/dagger2/ |
D | CHANGELOG.md | 11 * A fix to the way processor validation of types is done that permits dagger to play
|
/external/webrtc/webrtc/build/ |
D | isolate.gypi | 47 # property of the .isolate format. This permits to define GYP variables but is
|
/external/webrtc/talk/build/ |
D | isolate.gypi | 65 # property of the .isolate format. This permits to define GYP variables but is
|
/external/eigen/unsupported/Eigen/ |
D | MPRealSupport | 142 …// This also permits to directly call mpfr's routines and avoid many temporaries produced by mpreal
|
/external/python/cpython2/Doc/library/ |
D | json.rst | 510 Since the RFC permits RFC-compliant parsers to accept input texts that are not 532 The RFC permits, but does not require, JSON deserializers to ignore an initial 621 JSON permits literal U+2028 (LINE SEPARATOR) and
|
D | cd.rst | 148 :meth:`readda` method. Best is defined as the value that permits a continuous
|
/external/mesa3d/src/compiler/nir/ |
D | README | 74 - Intrinsics can be marked as side-effect free, which permits them to be
|
/external/python/cpython3/Doc/library/ |
D | json.rst | 549 Since the RFC permits RFC-compliant parsers to accept input texts that are not 570 The RFC permits, but does not require, JSON deserializers to ignore an initial 727 JSON permits literal U+2028 (LINE SEPARATOR) and
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 80 second vertex, not the first. This permits each segment of the fan to have
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 250 * permits stuff like this:
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 250 * permits stuff like this:
|
/external/eigen/ |
D | COPYING.LGPL | 76 General Public License therefore permits such linking only if the 78 Public License permits more lax criteria for linking other code with
|
/external/kotlinc/license/third_party/ |
D | trove_license.txt | 76 General Public License therefore permits such linking only if the 78 Public License permits more lax criteria for linking other code with
|
/external/libnl/ |
D | NOTICE | 76 General Public License therefore permits such linking only if the 78 Public License permits more lax criteria for linking other code with
|
/external/fec/ |
D | lesser.txt | 76 General Public License therefore permits such linking only if the 78 Public License permits more lax criteria for linking other code with
|
/external/libusb/ |
D | NOTICE | 76 General Public License therefore permits such linking only if the 78 Public License permits more lax criteria for linking other code with
|