HomeSort by relevance Sort by last modified time
    Searched full:order (Results 1526 - 1550 of 5392) sorted by null

<<61626364656667686970>>

  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 135 * properties. In order to indicate success the activity should call response.setResult()
  /cts/tools/dasm/src/java_cup/
symbol.java 7 * in order to detect symbols that are declared but never used, and an index
  /cts/tools/vm-tests/src/dot/junit/opcodes/sparse_switch/
Test_sparse_switch.java 174 * @title pairs shall be sorted in ascending order
  /dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java 113 * order, so we have to do a linear search. TODO: If
RopperMachine.java 658 * The Java argument order for array stores is
660 * order is (value, array, index). The following
677 * Similar to above: The Java argument order for
679 * argument order is (value, object).
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
InitManifest.java 83 // signature in order of appearance; there are two ways to fix
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 64 * expected. Fair, or &quot;in-order&quot; implementations are also possible.
ReentrantLock.java 30 * access order. Programs using fair locks accessed by many threads
460 * <li> Waiting threads are signalled in FIFO order.
645 * returned collection are in no particular order. This method is
707 * are in no particular order. This method is designed to
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
SecretKeySpec.java 40 // In order to be compatible it is explicitly declared here
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 106 * <p>Synchronized to make the order of the exchange reliable.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapreturnfirstitem.java 35 * DOM does not specify an order of these nodes the contents
hc_namednodemapreturnlastitem.java 35 * DOM does not specify an order of these nodes the contents
  /dalvik/libcore/luni/src/main/java/java/io/
FilterOutputStream.java 148 * Writes one byte to the target stream. Only the low order byte of the
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedList.java 195 * elements contained in the specified {@code collection}. The order of the
197 * iteration order of {@code collection}.
265 * in this {@code LinkedList}. The objects are added in the order they are
551 * elements are iterated in the same order that they occur in the
MiniEnumSet.java 39 * order
SortedMap.java 30 * @return the comparator or {@code null} if the natural order is used.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
Socks4Message.java 99 * Set the IP address. This expects an array of four bytes in host order.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
LinkedHashMapTest.java 586 /* fetch the even numbered entries to affect traversal order */
651 /* fetch the even numbered entries to affect traversal order */
713 // fetch the even numbered entries to affect traversal order
795 // access order mode.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
StackTraceElement.java 86 * are equal. In order to be equal, the following conditions must be
  /dalvik/libcore/math/src/main/java/java/math/
Primality.java 20 // in order to use the more efficient OpenSSL BIGNUM implementation,
  /dalvik/libcore/security/src/main/java/java/security/
Permission.java 73 * Both permissions return "connect,resolve" (in that order) if {@code
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java 135 // ascending order (short component are padded for comparison)
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 92 * MUST be stored in the octet string in "network byte order," as
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSourceTest.java 221 * the order of the certificates is not taken into account.
299 // but the order is not specified
306 * certificates - in the same order.
403 // not sure whether they must be in the same order
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaIoObjectInputStreamTest.java 91 // TestObjectInputStream is necessary in order to call protected

Completed in 464 milliseconds

<<61626364656667686970>>