/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm/ |
byteorder.h | 25 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/ |
byteorder.h | 21 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm/ |
byteorder.h | 47 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm/ |
byteorder.h | 47 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm/ |
byteorder.h | 47 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/ |
byteorder.h | 47 #include <linux/byteorder/little_endian.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/ |
byteorder.h | 47 #include <linux/byteorder/little_endian.h>
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
ByteBufferTest.java | 488 buf.order(ByteOrder.LITTLE_ENDIAN); 489 assertEquals(ByteOrder.LITTLE_ENDIAN, buf.order()); 496 assertEquals(ByteOrder.LITTLE_ENDIAN, buf.order()); 830 // test LITTLE_ENDIAN char buffer, read 832 buf.order(ByteOrder.LITTLE_ENDIAN); 834 assertSame(ByteOrder.LITTLE_ENDIAN, charBuffer.order()); 854 // test LITTLE_ENDIAN char buffer, write 856 buf.order(ByteOrder.LITTLE_ENDIAN); 858 assertSame(ByteOrder.LITTLE_ENDIAN, charBuffer.order()); 889 // test LITTLE_ENDIAN double buffer, rea [all...] |
/external/llvm/include/llvm/Support/ |
Solaris.h | 22 #define LITTLE_ENDIAN 1234 26 #define BYTE_ORDER LITTLE_ENDIAN
|
/system/core/include/utils/ |
ByteOrder.h | 51 #define DEVICE_BYTE_ORDER LITTLE_ENDIAN 69 #if BYTE_ORDER == LITTLE_ENDIAN
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
longobject.h | 82 If little_endian is 1/true, bytes[n-1] is the MSB and bytes[0] the LSB; 83 else (little_endian is 0/false) bytes[0] is the MSB and bytes[n-1] the 94 int little_endian, int is_signed); 99 If little_endian is 1/true, store the MSB at bytes[n-1] and the LSB at 100 bytes[0]; else (little_endian is 0/false) store the MSB at bytes[0] and 117 int little_endian, int is_signed);
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
longobject.h | 82 If little_endian is 1/true, bytes[n-1] is the MSB and bytes[0] the LSB; 83 else (little_endian is 0/false) bytes[0] is the MSB and bytes[n-1] the 94 int little_endian, int is_signed); 99 If little_endian is 1/true, store the MSB at bytes[n-1] and the LSB at 100 bytes[0]; else (little_endian is 0/false) store the MSB at bytes[0] and 117 int little_endian, int is_signed);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longobject.h | 82 If little_endian is 1/true, bytes[n-1] is the MSB and bytes[0] the LSB; 83 else (little_endian is 0/false) bytes[0] is the MSB and bytes[n-1] the 94 int little_endian, int is_signed); 99 If little_endian is 1/true, store the MSB at bytes[n-1] and the LSB at 100 bytes[0]; else (little_endian is 0/false) store the MSB at bytes[0] and 117 int little_endian, int is_signed);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longobject.h | 82 If little_endian is 1/true, bytes[n-1] is the MSB and bytes[0] the LSB; 83 else (little_endian is 0/false) bytes[0] is the MSB and bytes[n-1] the 94 int little_endian, int is_signed); 99 If little_endian is 1/true, store the MSB at bytes[n-1] and the LSB at 100 bytes[0]; else (little_endian is 0/false) store the MSB at bytes[0] and 117 int little_endian, int is_signed);
|
/frameworks/base/packages/Osu/src/com/android/anqp/ |
OSUProvider.java | 41 ByteBuffer namesBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN); 63 ByteBuffer iconsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN); 76 ByteBuffer descriptionsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
OSUProvider.java | 38 ByteBuffer namesBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN); 60 ByteBuffer iconsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN); 73 ByteBuffer descriptionsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
|
/libcore/luni/src/test/java/libcore/java/nio/ |
BufferTest.java | 137 b.order(ByteOrder.LITTLE_ENDIAN).asCharBuffer().get(chars, 1, 4); 145 b.order(ByteOrder.LITTLE_ENDIAN).asDoubleBuffer().get(doubles, 1, 1); 156 b.order(ByteOrder.LITTLE_ENDIAN).asFloatBuffer().get(floats, 1, 2); 168 b.order(ByteOrder.LITTLE_ENDIAN).asIntBuffer().get(ints, 1, 2); 179 b.order(ByteOrder.LITTLE_ENDIAN).asLongBuffer().get(longs, 1, 1); 192 b.order(ByteOrder.LITTLE_ENDIAN).asShortBuffer().get(shorts, 1, 4); 227 b.order(ByteOrder.LITTLE_ENDIAN).asCharBuffer().put(chars, 1, 4); 233 b.order(ByteOrder.LITTLE_ENDIAN).asDoubleBuffer().put(doubles, 1, 1); 240 b.order(ByteOrder.LITTLE_ENDIAN).asFloatBuffer().put(floats, 1, 2); 246 b.order(ByteOrder.LITTLE_ENDIAN).asIntBuffer().put(ints, 1, 2) [all...] |