/bionic/libc/docs/ |
CHANGES.TXT | 166 order in the s_port field. It now returns it in big-endian order.
|
/build/tools/releasetools/ |
sign_target_files_apks | 44 -d and -k options are added to the set of mappings in the order 57 removed. Changes are processed in the order they appear.
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Prototype.java | 263 * The return type is the major order, and then args in order,
|
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
Pack200.java | 148 * decide if all elements shall transmit in their original order. 150 static final String KEEP_FILE_ORDER = "pack.keep.file.order";//$NON-NLS-1$
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CopyOnWriteArrayList.java | 95 * collection, in the order they are returned by the collection's 692 * this list, in the order that they are returned by the 744 * of this list, in the order that they are returned by the specified 775 * in this list in the order that they are returned by the 822 * in the proper order. 836 // Write out all elements in the proper order. 858 // Read in all elements in the proper order. 867 * elements in the order they are returned by its iterator, enclosed in [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 18 * <li><b>Acquisition order</b> 26 * <dd>When constructed as non-fair (the default), the order of entry 35 * approximately arrival-order policy. When the currently held lock [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentLinkedQueueTest.java | 224 * Queue contains all elements, in traversal order, of successful addAll 516 * A deserialized serialized queue has same elements in same order
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
Level.java | 40 * The predefined levels in ascending order are FINEST, FINER, FINE, CONFIG, 134 * instance will be passed on the order of construction.
|
/dalvik/libcore/luni/src/main/java/java/io/ |
FilePermission.java | 56 // list of actions permitted for socket permission in order 128 * order if there is more than one action.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Byte.java | 96 * relative order. 139 * equal. In order to be equal, {@code object} must be an instance of
|
Short.java | 93 * relative order. 139 * are equal. In order to be equal, {@code object} must be an instance of
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Proxy.java | 74 * Creates a new {@code Class} when necessary. The order of the interfaces 76 * different order result in different generated classes. The interfaces
|
/dalvik/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 174 * as a byte array. The elements are in network order (the highest order [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
PriorityQueue.java | 25 * according to their natural order or according to the comparator specified at 94 * size of the collection. The queue uses natural ordering to order its
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 174 // Reverse the order of the octets in TEMP2 and call the result TEMP3. 260 // Reverse the order of the octets in TEMP3 and call the result TEMP2.
|
/dalvik/libcore/xml/src/main/java/javax/xml/namespace/ |
NamespaceContext.java | 197 * <p>An Iterator over String elements is returned in an arbitrary, <strong>implementation dependent</strong>, order.</p> 226 * order</td>
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
package.html | 40 {@link javax.xml.transform.Result}. In order to pass Source and Result 87 <p>In order to pass namespaced values to transformations,
|
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPathFactory.java | 85 * this method looks the following places in the following order where "the class loader" refers to the context class loader:</p> 105 * The first service provider found in class loader order that supports the specified object model is returned.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
SerializerTraceWriter.java | 164 * the 16 low-order bits of the given integer value; the 16 high-order bits
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
OpMap.java | 118 * I use an array instead of a full parse tree in order to cut down 126 * I use an array instead of a full parse tree in order to cut down
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XNumber.java | 213 // // re-scale BigDecimal in order to get significant digits = PRECISION 396 // In order to handle the 'all' semantics of
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 256 * Get the XSLT ElemVariable that this sub-expression references. In order for 264 // document order, searching
|
/dalvik/libcore/xml/src/main/java/org/kxml2/kdom/ |
Node.java | 78 constructor in order to enable construction of specialized 244 // order is important here since
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Document.java | 127 * namespaces" set to <code>true</code> in order to ensure that the 176 * namespaces" set to <code>true</code> in order to ensure that the 190 * document order with a given tag name and are contained in the 451 * given local name and namespace URI in document order. 528 * <code>Document.normalizeDocument()</code> in order to check for 538 * cases, in order to support XML, an implementation must also support 553 * <code>Document.normalizeDocument()</code> in order to check for 563 * cases, in order to support XML, an implementation must also support [all...] |
NamedNodeMap.java | 19 * <code>NamedNodeMaps</code> are not maintained in any particular order. 23 * and does not imply that the DOM specifies an order to these Nodes.
|