/external/dexmaker/src/main/java/com/google/dexmaker/ |
BinaryOp.java | 27 * {@link #DIVIDE}, and {@link #REMAINDER}) support ints, longs, floats and 32 * ints and longs.
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/machine/ |
setjmp.h | 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ 11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
|
/external/guava/guava-tests/test/com/google/common/collect/ |
DiscreteDomainsTest.java | 34 reserializeAndAssert(DiscreteDomains.longs());
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashTestUtils.java | 32 * Returns a byte array representation for a sequence of longs, in big-endian order. 34 static byte[] toBytes(ByteOrder bo, long... longs) { 35 ByteBuffer bb = ByteBuffer.wrap(new byte[longs.length * 8]).order(bo); 36 for (long x : longs) {
|
/external/llvm/include/llvm/ADT/ |
DenseMapInfo.h | 70 // Provide DenseMapInfo for unsigned longs. 82 // Provide DenseMapInfo for unsigned long longs. 105 // Provide DenseMapInfo for longs. 119 // Provide DenseMapInfo for long longs.
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-field-tests/ |
Assert.smali | 5 #junit's Assert doesn't have an AssertEquals method for ints, only longs
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-method-tests/ |
Assert.smali | 5 #junit's Assert doesn't have an AssertEquals method for ints, only longs
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-type-tests/ |
Assert.smali | 5 #junit's Assert doesn't have an AssertEquals method for ints, only longs
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/Util/ |
Assert.smali | 5 #junit's Assert doesn't have an AssertEquals method for ints, only longs
|
/external/valgrind/main/memcheck/tests/ |
error_counts.c | 16 /* we require these longs to have same size as a machine word */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
in_systm.h | 30 * assumes specific sizes for shorts (16 bit) and longs (32 bit) which
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
in_systm.h | 30 * assumes specific sizes for shorts (16 bit) and longs (32 bit) which
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
in_systm.h | 30 * assumes specific sizes for shorts (16 bit) and longs (32 bit) which
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ParcelTest.java | 104 final long[] longs = {1, 2}; local 105 parcel.writeLongArray(longs); 106 final long[] longs2 = new long[longs.length]; 108 assertTrue(Arrays.equals(longs, longs2)); 365 final long[] longs = {1, 2}; local 366 parcel.writeLongArray(longs); 368 assertTrue(Arrays.equals(longs, longs2));
|