HomeSort by relevance Sort by last modified time
    Searched full:creates (Results 201 - 225 of 9737) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/gui/splash/
ConstantTiming.java 34 * Creates a new ConstantTiming with a value of 0.
42 * Creates a new ConstantTiming with a given value.
  /external/proguard/src/proguard/io/
ClassFilter.java 38 * Creates a new ClassFilter that delegates reading classes to the
48 * Creates a new ClassFilter that delegates to either of the two given
DirectoryFilter.java 38 * Creates a new ClassFilter that delegates reading directories to the
48 * Creates a new ClassFilter that delegates to either of the two given
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateSemaphore.3 3 SDL_CreateSemaphore \- Creates a new semaphore and assigns an initial value to it\&.
12 \fBSDL_CreateSemaphore()\fP creates a new semaphore and initializes it with the value \fBinitial_value\fR\&. Each locking operation on the semaphore by \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR will atomically decrement the semaphore value\&. The locking operation will be blocked if the semaphore value is not positive (greater than zero)\&. Each unlock operation by \fISDL_SemPost\fR will atomically increment the semaphore value\&.
  /external/skia/src/core/
SkDiscardableMemory.h 21 * Factory method that creates, initializes and locks an SkDiscardableMemory
27 * Factory class that creates, initializes and locks an SkDiscardableMemory
  /external/smack/src/com/kenai/jbosh/
AttrAck.java 26 * Creates a new attribute object.
36 * Creates a new attribute instance from the provided String.
AttrHold.java 26 * Creates a new attribute object.
37 * Creates a new attribute instance from the provided String.
AttrInactivity.java 26 * Creates a new attribute object.
37 * Creates a new attribute instance from the provided String.
AttrMaxPause.java 28 * Creates a new attribute object.
39 * Creates a new attribute instance from the provided String.
AttrPause.java 28 * Creates a new attribute object.
39 * Creates a new attribute instance from the provided String.
AttrPolling.java 28 * Creates a new attribute object.
39 * Creates a new attribute instance from the provided String.
AttrRequests.java 26 * Creates a new attribute object.
37 * Creates a new attribute instance from the provided String.
AttrSessionID.java 26 * Creates a new attribute object.
35 * Creates a new attribute instance from the provided String.
AttrWait.java 26 * Creates a new attribute object.
37 * Creates a new attribute instance from the provided String.
BOSHException.java 31 * Creates a new exception isntance with the specified descriptive message.
40 * Creates a new exception isntance with the specified descriptive
  /external/smack/src/org/apache/harmony/javax/security/auth/
DestroyFailedException.java 28 * Creates an exception of type {@code DestroyFailedException}.
35 * Creates an exception of type {@code DestroyFailedException}.
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginException.java 30 * Creates a new exception instance and initializes it with default values.
37 * Creates a new exception instance and initializes it with a given message.
  /frameworks/base/core/java/com/google/android/collect/
Maps.java 28 * Creates a {@code HashMap} instance.
37 * Creates a {@code ArrayMap} instance.
  /frameworks/base/libs/hwui/
Image.h 32 * A simple wrapper that creates an EGLImage and a texture for a GraphicBuffer.
37 * Creates a new image from the specified graphic buffer. If the image
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialogFragment.java 27 * Creates a {@link MediaRouteControllerDialog}. The application may subclass
33 * Creates a media route controller dialog fragment.
  /libcore/dalvik/src/main/java/dalvik/system/
StaleDexCacheError.java 27 * Creates a new exception instance and initializes it with default values.
34 * Creates a new exception instance and initializes it with a given message.
  /libcore/luni/src/main/java/java/net/
URLStreamHandlerFactory.java 21 * Defines a factory which creates an {@code URLStreamHandler} for a specified
27 * Creates a new {@code URLStreamHandler} instance for the given {@code
  /libcore/luni/src/main/java/java/security/cert/
CertificateExpiredException.java 28 * Creates a new {@code CertificateExpiredException} with the specified
39 * Creates a new {@code CertificateExpiredException}.
CertificateNotYetValidException.java 29 * Creates a new {@code CertificateNotYetValidException} with the specified
40 * Creates a new {@code CertificateNotYetValidException}.
  /libcore/luni/src/main/java/java/security/spec/
InvalidParameterSpecException.java 34 * Creates a new {@code InvalidParameterSpecException} with the specified
45 * Creates a new {@code InvalidParameterSpecException}.

Completed in 762 milliseconds

1 2 3 4 5 6 7 891011>>