HomeSort by relevance Sort by last modified time
    Searched full:permits (Results 26 - 50 of 1053) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dng_sdk/source/
dng_spline.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_string_list.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_temperature.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_xy_coord.cpp 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_abort_sniffer.cpp 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_memory_stream.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_mutex.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_orientation.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_rational.cpp 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_rational.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_ref_counted_block.cpp 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_string_list.cpp 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_tone_curve.cpp 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
dng_types.h 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
  /frameworks/av/include/media/nbaio/
LibsndfileSource.h 30 // If 'loop' is true and it permits seeking, then we'll act as an infinite source
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelector.java 23 * Interface that permits elements to implement selecting a folder.
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 133 * A Semaphore that allows to reduce permits to negative values.
136 public NegativePermitsSemaphore(int permits) {
137 super(permits);
141 * Reduces the number of permits by <code>permits</code>.
143 * This method can only be called when number of available permits is
147 public void reducePermits(int permits) {
151 super.reducePermits(permits);
192 // Start with -1 permits to pin elements since we must always have at
511 // Release the capacity permits
    [all...]
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MultibinderBinding.java 62 * Returns true if the multibinder permits duplicates. This is only supported on bindings returned
75 * If you need to introspect the details of the set, such as the values or if it permits
  /external/ImageMagick/Magick++/lib/Magick++/
ResourceLimits.h 31 // on demand. This behavior permits a large number of images to be accessed
  /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/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/guava/guava/src/com/google/common/util/concurrent/
Striped.java 229 * with the specified number of permits.
232 * @param permits the number of permits in each semaphore
235 public static Striped<Semaphore> semaphore(int stripes, final int permits) {
238 return new PaddedSemaphore(permits);
245 * with the specified number of permits.
248 * @param permits the number of permits in each semaphore
251 public static Striped<Semaphore> lazyWeakSemaphore(int stripes, final int permits) {
254 return new Semaphore(permits, false)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DisabledAlgorithmConstraints.java 88 final public boolean permits(Set<CryptoPrimitive> primitives, method in class:DisabledAlgorithmConstraints
128 final public boolean permits(Set<CryptoPrimitive> primitives, Key key) { method in class:DisabledAlgorithmConstraints
133 final public boolean permits(Set<CryptoPrimitive> primitives, method in class:DisabledAlgorithmConstraints
246 if (!permits(primitives, algorithm, parameters)) {
252 if (!permits(primitives, key.getAlgorithm(), null)) {

Completed in 768 milliseconds

12 3 4 5 6 7 8 91011>>