HomeSort by relevance Sort by last modified time
    Searched full:given (Results 326 - 350 of 7380) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 47 * Pops the given number of values from the stack (of either category),
57 * Pops values from the stack of the types indicated by the given
107 * Loads the local variable with the given index as the sole argument in
117 * given. This differentiates between, for example, the various
129 * argument of type {@code int}, with the given value.
150 * argument, with the value based on the given constant.
190 * Indicates that the target of this operation is the given local.
200 * area as appropriate, and modifying the given frame in response.
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 74 * the given label.
95 * Merges the given register set into the set for the block with the
96 * given label. If there was not already an associated set, then this
132 * with the given label. This returns an empty set with the appropriate
145 * Gets the register set associated with the start of the given
158 * start of the block with the given label. This returns a
173 * Adds an assignment association for the given instruction and
201 * Gets the named register being assigned by the given instruction, if
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 75 * the given index.
96 * Merges the given register set into the set for the block with the
97 * given index. If there was not already an associated set, then this
133 * with the given index. This returns an empty set with the appropriate
146 * Gets the register set associated with the start of the given
159 * start of the block with the given index. This returns a
174 * Adds an assignment association for the given instruction and
202 * Gets the named register being assigned by the given instruction, if
  /dalvik/dx/src/com/android/dx/util/
Leb128Utils.java 32 * given value.
53 * given value.
  /dalvik/libcore/archive/src/main/java/java/util/zip/
Checksum.java 40 * Updates the checksum with the given bytes.
52 * Updates the checksum value with the given byte.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 40 * Creates a new AtomicIntegerArray of given length.
53 * all elements copied from, the given array.
92 * Sets the element at position {@code i} to the given value.
102 * Atomically sets the element at position {@code i} to the given
118 * Atomically sets the element at position {@code i} to the given
133 * Atomically sets the element at position {@code i} to the given
180 * Atomically adds the given value to the element at index {@code i}.
226 * Atomically adds the given value to the element at index {@code i}.
  /dalvik/libcore/luni/src/main/java/java/net/
NetPermission.java 43 * Creates an instance of this class with the given name.
53 * Creates an instance of this class with the given name and an action list.
  /dalvik/libcore/security/src/main/java/java/security/
AccessControlException.java 32 * given message.
43 * given message and the requested {@code Permission} which was not granted.
DigestException.java 29 * given message.
46 * given message and the cause.
GeneralSecurityException.java 30 * given message.
47 * given message and the cause.
InvalidAlgorithmParameterException.java 30 * with the given message.
47 * given message and the cause.
InvalidKeyException.java 29 * Constructs a new instance of {@code InvalidKeyException} with the given
46 * Constructs a new instance of {@code InvalidKeyException} with the given
KeyException.java 28 * Constructs a new instance of {@code KeyException} with the given message.
44 * Constructs a new instance of {@code KeyException} with the given message
KeyManagementException.java 30 * given message.
47 * given message and the cause.
KeyStoreException.java 31 * given message.
48 * given message and the cause.
NoSuchAlgorithmException.java 30 * given message.
47 * given message and the cause.
ProviderException.java 31 * Constructs a new instance of {@code ProviderException} with the given
48 * Constructs a new instance of {@code ProviderException} with the given
SignatureException.java 31 * given message.
48 * given message and the cause.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/agreement/
DHBasicAgreement.java 57 * given a short term public key from a given party calculate the next
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
MessageBundle.java 40 * Returns the title message in the given locale and timezone.
52 * Returns the title message in the given locale and the default timezone.
TextBundle.java 40 * Returns the text message in the given locale and timezone.
52 * Returns the text message in the given locale and the defaut timezone.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
X509Attribute.java 29 * Create an X.509 Attribute with the type given by the passed in oid and
43 * Create an X.59 Attribute with the type given by the passed in oid and the
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLClientSessionCache.java 35 * Gets data from a pre-existing session for a given server host and port.
45 * Stores session data for the given session.
SSLServerSessionCache.java 36 * Gets the session data for given session ID.
45 * Stores session data for the given session.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
DecimalToRoman.java 34 * @param postValue Minimum value for a given range of
51 /** Minimum value for a given range of roman numbers */

Completed in 50 milliseconds

<<11121314151617181920>>