/dalvik/libcore/nio/src/main/java/java/nio/ |
CharToByteBufferAdapter.java | 163 public ByteOrder order() { method in class:CharToByteBufferAdapter 164 return byteBuffer.order();
|
DoubleToByteBufferAdapter.java | 164 public ByteOrder order() { method in class:DoubleToByteBufferAdapter 165 return byteBuffer.order();
|
FloatToByteBufferAdapter.java | 164 public ByteOrder order() { method in class:FloatToByteBufferAdapter 165 return byteBuffer.order();
|
IntToByteBufferAdapter.java | 163 public ByteOrder order() { method in class:IntToByteBufferAdapter 164 return byteBuffer.order();
|
LongToByteBufferAdapter.java | 163 public ByteOrder order() { method in class:LongToByteBufferAdapter 164 return byteBuffer.order();
|
ShortToByteBufferAdapter.java | 163 public ByteOrder order() { method in class:ShortToByteBufferAdapter 164 return byteBuffer.order();
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
DoubleBufferTest.java | 188 assertEquals(buf.order(), readonly.order()); 327 assertEquals(buf.order(), duplicate.order()); 599 method = "order", 603 assertEquals(ByteOrder.nativeOrder(), buf.order()); 813 assertEquals(buf.order(), slice.order());
|
IntBufferTest.java | 159 assertEquals(buf.order(), readonly.order()); 279 assertEquals(buf.order(), duplicate.order()); 550 method = "order", 554 assertEquals(ByteOrder.nativeOrder(), buf.order()); 797 assertEquals(buf.order(), slice.order());
|
LongBufferTest.java | 158 assertEquals(buf.order(), readonly.order()); 278 assertEquals(buf.order(), duplicate.order()); 549 method = "order", 553 assertEquals(ByteOrder.nativeOrder(), buf.order()); 779 assertEquals(buf.order(), slice.order());
|
ShortBufferTest.java | 158 assertEquals(buf.order(), readonly.order()); 278 assertEquals(buf.order(), duplicate.order()); 543 method = "order", 547 assertEquals(ByteOrder.nativeOrder(), buf.order()); 790 assertEquals(buf.order(), slice.order());
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
OrderedTable.java | 9 * requirement for a lookup table that preserves order. Since in 188 * Gets an enumeration of the keys, in order.
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
ECParameterSpecTest.java | 79 assertEquals("wrong order was reteurned", BigInteger.valueOf(1), ecps 160 assertEquals("wrong order was reteurned", BigInteger.valueOf(1), ecps
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
BatchUpdateException.java | 30 * The element order in the array of update counts matches the order that the
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientSessionContext.java | 43 /** Sessions indexed by host and port in access order. */ 118 * it to impact access order.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
WriterToASCI.java | 81 * the 16 low-order bits of the given integer value; the 16 high-order bits
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
DOMImplementationLS.java | 58 * is done on the absolute URI. In order to create a 68 * absolute URI in order to use this method.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
DTDHandler.java | 29 * <p>The SAX parser may report these events in any order, regardless 30 * of the order in which the notations and unparsed entities were
|
/dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/ |
ClassFileTransformer.java | 54 * operation called on it. The order of the invocations matches the order in
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 11 * Print the annotations in sorted order, so as to avoid 12 * any (legitimate) non-determinism with regard to the iteration order.
|
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.h | 47 We hide destructor in order to prevent ourseves from accidentaly allocating
123 We override this method in order to close handle to the endpoint opened
|
adb_legacy_interface.h | 41 We hide destructor in order to prevent ourseves from accidentaly allocating
54 to the AdbObjectHandleMap. We override this method in order to initialize
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 46 We hide destructor in order to prevent ourseves from accidentaly allocating
61 this method in order to make sure that objects of this class are deleted
|
adb_winusb_io_completion.h | 54 We hide destructor in order to prevent ourseves from accidentaly allocating
69 this method in order to make sure that objects of this class are deleted
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LauncherShortcuts.java | 121 // data Uri in order to display a more specific result, or a custom action in order to
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapPixels.java | 57 * packs them into an int in the correct device order. 88 // now pack it in the correct order
|