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

<<21222324252627282930>>

  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
FloatBufferTest.java 184 assertEquals(buf.order(), readonly.order());
323 assertEquals(buf.order(), duplicate.order());
594 method = "order",
598 buf.order();
600 assertEquals(ByteOrder.nativeOrder(), buf.order());
821 assertEquals(buf.order(), slice.order());
  /dalvik/libcore/security/src/main/java/java/security/spec/
ECFieldF2m.java 120 * given in descending order.
145 // and kx in descending order, where
225 * Returns a copy of the integer array containing the order of the middle
228 * @return a copy of the integer array containing the order of the middle
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/agreement/
DHAgreement.java 16 * note: This uses MTI/A0 key agreement in order to make the key agreement
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLSessionBindingEvent.java 31 * The 5.0 spec. doesn't declare this serialVersionUID field In order to be compatible it is
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 48 * created by this builder. This must be set in order to
TransformerHandler.java 64 * is needed in order to set parameters and output properties.</p>
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFunction.java 40 * any particular order or any particular number of times.</p>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 39 * This class does a pre-order walk of the DOM tree, calling a ContentHandler
141 * Perform a pre-order traversal non-recursive style.
162 * Perform a pre-order traversal non-recursive style.
211 * Perform a pre-order traversal non-recursive style.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
DocumentHandler.java 24 * <p>The order of events in this interface is very important, and
25 * mirrors the order of information in the document itself. For
27 * instructions, and/or subelements) will appear, in order, between
115 * reported, in order, before the corresponding endElement()
  /dalvik/vm/
PointerSet.h 18 * kept in sorted order.
  /dalvik/vm/arch/arm/
HintsEABI.c 31 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
  /dalvik/vm/arch/x86/
Hints386ABI.c 31 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
  /dalvik/vm/arch/x86-atom/
Hints386ABI.c 18 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 48 mov r0, r10 @ restore in reverse order
  /dalvik/vm/mterp/armv5te/
OP_CMPL_DOUBLE.S 41 ldmia r10, {r0-r1} @ reverse order
  /development/host/windows/usb/api/
adb_winusb_api.h 27 In order to provide backward compatibility with the systems that still run
  /development/pdk/docs/porting/
gps.jd 17 <p>Android defines a user space C abstraction interface for GPS hardware. The interface header is defined in <code>include/hardware/gps.h</code>. In order to integate GPS with Android, you need to build a shared library that implements this interface. </p>
sensors.jd 18 In order to integrate sensors with Android you need to build a shared library that implements this interface.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectGetter.java 55 // it in order to keep from stepping on yourself.
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 54 * The default sort order for this table
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 57 * following (in order of precedence):
114 * has been, can be, or may need to be applied to an entity-body in order to ensure
145 * been applied to the message body in order to safely transfer it between the sender and the
154 * the order in which they were applied. Additional information about the encoding parameters
  /external/astl/include/
iostream 42 * in their declaration order, it is best to include this file first
  /external/bison/m4/
onceonly.m4 25 dnl DEFAULTS and INIT_PREPARE in order to check all requested headers at once,
  /external/bluetooth/bluez/include/bluetooth/
sdp_lib.h 199 * Note that the identifiers need to be in sorted order from the most
365 * They are the actual attribute identifiers in ascending order
368 * The high-order 16bits is the start of range
369 * the low-order 16bits are the end of range
403 * They are the actual attribute identifiers in ascending order
406 * The high-order 16bits is the start of range
407 * the low-order 16bits are the end of range
536 * (encoded as major and minor in the high-order 8bits
537 * and low-order 8bits respectively of the uint16_t)
  /external/bluetooth/bluez/sbc/
sbc_primitives.h 48 * depending on the number of subbands and input data byte order */

Completed in 349 milliseconds

<<21222324252627282930>>