/libcore/luni/src/main/java/java/util/concurrent/ |
Semaphore.java | 14 * permits. Each {@link #acquire} blocks if necessary until a permit is 84 * available, or zero permits available. When used in this way, the 93 * guarantees about the order in which threads acquire permits. In 99 * #acquire() acquire} methods are selected to obtain permits in the order in 107 * honor the fairness setting, but will take any permits that are 118 * permits at a time. Beware of the increased risk of indefinite 139 * to represent permits. Subclassed into fair and nonfair 145 Sync(int permits) { 146 setState(permits); 200 NonfairSync(int permits) { [all...] |
/external/clang/test/Sema/ |
predef.c | 15 // rdar://6097892 - GCC permits this insanity.
|
/libcore/luni/src/main/java/java/nio/channels/ |
InterruptibleChannel.java | 25 * A channel that can be asynchronously closed permits that a thread blocked on 30 * A channel that is interruptible permits a thread blocked on an I/O operation
|
ScatteringByteChannel.java | 49 * if the channel has not been opened in a mode that permits 85 * if the channel has not been opened in a mode that permits
|
GatheringByteChannel.java | 53 * if the channel has not been opened in a mode that permits
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_runner.h | 10 // It must be started only if the user permits metrics reporting with the
|
/external/nist-sip/java/gov/nist/javax/sip/ |
package.html | 14 <li> Message Logging features - permits the application to log messages in
|
/external/ppp/pppd/plugins/radius/ |
pppd-radius.8 | 20 The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and
|
/external/llvm/utils/fpcmp/ |
fpcmp.cpp | 1 //===- fpcmp.cpp - A fuzzy "cmp" that permits floating point noise --------===//
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.5.1.js | 29 language permits the function to be invoked with some other number of
|
15.3.5-2.js | 33 the language permits the function to be invoked with some other number
|
/libcore/luni/src/main/java/java/lang/reflect/ |
WildcardType.java | 24 * <p>Although this interface permits an arbitrary number of upper and lower
|
/libcore/luni/src/main/java/java/security/ |
GuardedObject.java | 52 * permits access. If access is not granted, then a {@code
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 10 * monitors. The framework permits much greater flexibility in the use of
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementationSource.java | 16 * This interface permits a DOM implementer to supply one or more
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
math_private.h | 37 /* A union which permits us to convert between a double and two 32 bit 131 /* A union which permits us to convert between a float and a 32 bit
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
length.js | 29 language permits the function to be invoked with some other number of
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client_extension.h | 36 * It permits to manage two differences with the original client:
|
/bionic/libm/src/ |
math_private.h | 37 * A union which permits us to convert between a double and two 32 bit 128 * A union which permits us to convert between a float and a 32 bit
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
invitation.svg | 337 <cc:permits 339 <cc:permits 341 <cc:permits
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntStack.java | 29 * This is currently based on IntVector, which permits fast acess but pays a
|
ObjectStack.java | 29 * This is currently based on ObjectVector, which permits fast acess but pays a
|
/external/chromium/chrome/browser/sync/glue/ |
ui_model_worker.h | 116 // barrier permits instructions to be reordered by compiler optimizations.
|
/external/llvm/utils/emacs/ |
llvm-mode.el | 125 (run-hooks 'llvm-mode-hook)) ; Finally, this permits the user to
|
tablegen-mode.el | 115 (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
|