/external/guava/guava/src/com/google/common/util/concurrent/ |
D | CycleDetectingLockFactory.java | 261 public ReentrantLock newReentrantLock(String lockName, boolean fair) { in newReentrantLock() argument 262 return policy == Policies.DISABLED ? new ReentrantLock(fair) in newReentrantLock() 264 new LockGraphNode(lockName), fair); in newReentrantLock() 280 String lockName, boolean fair) { in newReentrantReadWriteLock() argument 281 return policy == Policies.DISABLED ? new ReentrantReadWriteLock(fair) in newReentrantReadWriteLock() 283 new LockGraphNode(lockName), fair); in newReentrantReadWriteLock() 448 public ReentrantLock newReentrantLock(E rank, boolean fair) { in newReentrantLock() argument 449 return policy == Policies.DISABLED ? new ReentrantLock(fair) in newReentrantLock() 450 : new CycleDetectingReentrantLock(lockGraphNodes.get(rank), fair); in newReentrantLock() 470 E rank, boolean fair) { in newReentrantReadWriteLock() argument [all …]
|
D | Monitor.java | 320 private final boolean fair; field in Monitor 348 public Monitor(boolean fair) { in Monitor() argument 349 this.fair = fair; in Monitor() 350 this.lock = new ReentrantLock(fair); in Monitor() 375 if (!fair && lock.tryLock()) { in enter() 478 if (fair || !lock.tryLock()) { in enterWhen() 522 if (fair || !lock.tryLock()) { in enterWhenUninterruptibly() 780 return fair; in isFair()
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBasedArrayBlockingQueue.java | 171 public MonitorBasedArrayBlockingQueue(int capacity, boolean fair) { in MonitorBasedArrayBlockingQueue() argument 175 monitor = new Monitor(fair); in MonitorBasedArrayBlockingQueue() 209 public MonitorBasedArrayBlockingQueue(int capacity, boolean fair, in MonitorBasedArrayBlockingQueue() argument 211 this(capacity, fair); in MonitorBasedArrayBlockingQueue()
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | AbstractConnPool.java | 109 boolean fair = false; //@@@ check parameters to decide in AbstractConnPool() 110 poolLock = new ReentrantLock(fair); in AbstractConnPool()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | MonitorTestCase.java | 63 boolean fair = new Random().nextBoolean(); in setUp() 64 monitor = new Monitor(fair); in setUp()
|
/external/autotest/client/tests/dbt2/ |
D | control | 7 Dbt-2 is a fair-use implementation of the TPC-C benchmark. The test is
|
/external/curl/docs/ |
D | README.win32 | 12 systems. While not being the main develop target, a fair share of curl users
|
D | LICENSE-MIXING.md | 4 libcurl can be built to use a fair amount of various third party libraries,
|
/external/bcc/scripts/ |
D | README.md | 24 QoS and/or fair queueing --->
|
/external/python/cpython2/Demo/ |
D | README | 7 A fair number of utilities that are useful when while developing
|
/external/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 5 ; prologue/epilogue. Elsewhere they're fair game though.
|
/external/catch2/ |
D | CODE_OF_CONDUCT.md | 27 …standards of acceptable behavior and are expected to take appropriate and fair corrective action i…
|
/external/robolectric-shadows/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 5 ; prologue/epilogue. Elsewhere they're fair game though.
|
/external/iperf3/docs/ |
D | news.rst | 84 This version of iperf3 makes some improvements to the fair-queue-based 119 iperf-3.1.3 also includes support for fair-queueing, per-socket based
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 515 Beguiled by fair idolatresses, fell 538 Was fair Damascus, on the fertile banks 1272 Dwell, not unvisited of Heaven's fair light, 1524 The one seemed woman to the waist, and fair, 1622 Now in thine eye so foul?--once deemed so fair 1631 Then shining heavenly fair, a goddess armed, 1692 And my fair son here show'st me, the dear pledge 1982 Cut off, and for the book of knowledge fair 2276 With joy and peace triumphing, and fair truth. 2492 At sight of all this world beheld so fair. [all …]
|
D | asyoulik.txt | 93 are bred better; for, besides that they are fair 360 CELIA 'Tis true; for those that she makes fair she scarce 370 CELIA No? when Nature hath made a fair creature, may she 545 ORLANDO No, fair princess; he is the general challenger: I 563 so fair and excellent ladies any thing. But let 564 your fair eyes and gentle wishes go with me to my 659 CELIA Ay. Fare you well, fair gentleman. 1528 And says, if ladies be but young and fair, 1675 In fair round belly with good capon lined, 1797 The fair, the chaste and unexpressive she. [all …]
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/skqp/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/skia/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/skqp/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/skia/modules/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/skia/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/external/tensorflow/ |
D | CODE_OF_CONDUCT.md | 32 …standards of acceptable behavior and are expected to take appropriate and fair corrective action i…
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | error_codes.proto | 113 // There is a fair bit of overlap between FAILED_PRECONDITION and
|