HomeSort by relevance Sort by last modified time
    Searched full:permits (Results 1 - 25 of 599) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 13 * permits. Each {@link #acquire} blocks if necessary until a permit is
81 * available, or zero permits available. When used in this way, the
90 * guarantees about the order in which threads acquire permits. In
96 * #acquire() acquire} methods are selected to obtain permits in the order in
104 * honor the fairness setting, but will take any permits that are
115 * permits at a time. Beware of the increased risk of indefinite
134 * to represent permits. Subclassed into fair and nonfair
140 Sync(int permits) {
141 setState(permits);
195 NonfairSync(int permits) {
    [all...]
  /external/clang/test/Sema/
predef.c 15 // rdar://6097892 - GCC permits this insanity.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FragmentLauncher.java 23 * Interface that permits elements to display a Fragment.
FolderSelector.java 23 * Interface that permits elements to implement selecting a folder.
  /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
  /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/chromium_org/chrome/common/extensions/permissions/
bluetooth_permission.h 33 // BluetoothPermission permits an empty list for gaining permission to the
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_helper.h 32 // process. This permits overriding standard behavior with BrowserPlugin-
  /external/chromium_org/ui/base/cocoa/controls/
hover_image_menu_button_cell.h 13 // A custom NSPopUpButtonCell that permits a hover image, and draws only an
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifiers.java 13 * This annotation permits specifying multiple default qualifiers for more
  /frameworks/av/include/media/nbaio/
LibsndfileSource.h 30 // If 'loop' is true and it permits seeking, then we'll act as an infinite source
Pipe.h 48 // The write side of a pipe permits overruns; flow control is the caller's responsibility.
  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.h 22 // OEM customization flag that permits exiting enterprise enrollment flow in
  /external/chromium_org/chrome/installer/util/
conditional_work_item_list.h 13 // A WorkItemList subclass that permits conditionally executing a set of
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.h 41 // unlike isEmpty(), this permits lines, but not points
  /external/chromium_org/ui/base/ozone/
event_factory_ozone.h 30 // EventConvertOzones under management. This permits embedders to override 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/skia/src/pathops/
SkPathOpsBounds.h 41 // unlike isEmpty(), this permits lines, but not points
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java 6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPProperty.java 6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
  /external/chromium_org/dbus/
file_descriptor.h 36 // Permits initialization without a value for passing to
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_print_visitor.h 81 * GLSL IR permits multiple ir_variables to share the same name. This works
  /external/llvm/utils/fpcmp/
fpcmp.cpp 1 //===- fpcmp.cpp - A fuzzy "cmp" that permits floating point noise --------===//

Completed in 1684 milliseconds

1 2 3 4 5 6 7 8 91011>>