HomeSort by relevance Sort by last modified time
    Searched full:order (Results 476 - 500 of 11697) sorted by null

<<11121314151617181920>>

  /sdk/testapps/javaProjectTest/lib1/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/javaProjectTest/lib2/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsAndJarTest/app/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsAndJarTest/lib1/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsAndJarTest/lib2/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsTest/app/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsTest/appTest/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsTest/lib1/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsTest/lib1Test/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsTest/lib2/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/libsTest/lib2Test/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/testProjectTest/app/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/testProjectTest/lib/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/testProjectTest/testapp/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/testProjectTest/testlib/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /sdk/testapps/userLibTest/
proguard-project.txt 7 # You can edit the include path and order by changing the ProGuard
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 39 * asMap} iterate through the keys in the order they were first added to the
42 * order they were added. The collections generated by {@code entries} and
43 * {@code values} iterate across the key-value mappings in the order they were
49 * iteration order. However, if you remove all values associated with a key and
51 * iteration order.
75 * Map entries with an iteration order corresponding to the order in which the
107 * multimap has the same {@link Multimap#entries()} iteration order as the
156 * order in which key-value pairs are added to the multimap.
330 * order they were added to the multimap
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp 128 if ((comp->order == NULL) && (comp->has_order != 0)) {
129 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j],
130 (const xmlChar *) "order",
132 if (comp->order != NULL) {
134 if (xmlStrEqual(comp->order, (const xmlChar *) "ascending"))
136 else if (xmlStrEqual(comp->order,
141 "xsltDoSortFunction: invalid value %s for order\n",
142 comp->order);
308 /* The order needs to be recomputed each time */
309 xmlFree((void *)(comp->order));
    [all...]
  /libcore/luni/src/main/java/java/nio/
ByteBuffer.java 39 * The byte order of this buffer, default is {@code BIG_ENDIAN}.
41 ByteOrder order = ByteOrder.BIG_ENDIAN; field in class:ByteBuffer
155 * buffer's read-only property and byte order are the same as this buffer's.
172 * buffer's read-only property and byte order are the same as this buffer's.
190 * buffer's read-only property and byte order are the same as this buffer's.
207 * buffer's read-only property and byte order are the same as this buffer's.
224 * buffer's read-only property and byte order are the same as this buffer's.
256 * buffer's read-only property and byte order are the same as this buffer's.
317 * order are the same as this buffer's too.
429 * according to the current byte order and returned
632 public final ByteOrder order() { method in class:ByteBuffer
645 public final ByteBuffer order(ByteOrder byteOrder) { method in class:ByteBuffer
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 31 pop {r2-r3} @ restore operands in reverse order
32 pop {r0-r1} @ restore operands in reverse order
  /dalvik/vm/oo/
Class.h 234 * name is considered the "major" order and the prototype the "minor"
235 * order. The prototypes are compared as if by dexProtoGetMethodDescriptor().
242 * the return type. The name is considered the "major" order and the
243 * prototype the "minor" order. The prototypes are compared as if by
263 * a method, a la strcmp(). The name is considered the "major" order and
264 * the prototype the "minor" order. The descriptor and prototype are
272 * a method, a la strcmp(). The name is considered the "major" order and
273 * the prototype the "minor" order. The descriptor and prototype are
  /external/guava/guava/src/com/google/common/collect/
BstBalancePolicy.java 33 * the same inorder traversal order as the subtree {@code left}, then the entry {@code source},
40 * guaranteed that the resulting tree will have the same inorder traversal order as the subtree
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestCollectionGenerator.java 80 public Iterable<E> order(List<E> insertionOrder) { method in class:ReserializingTestCollectionGenerator
81 return delegate.order(insertionOrder);
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderExt.java 21 * <li> <b>500 Request Out of Order </b> for in-dialog requests that arrive out of order.
  /external/proguard/docs/
quality.html 13 In order to get a feel for the quality of the <b>ProGuard</b> code, it is run
35 wide range of common and uncommon constructs, in order to detect any regression

Completed in 8901 milliseconds

<<11121314151617181920>>