/frameworks/base/core/java/android/util/ |
LongSparseLongArray.java | 24 * Map of {@code long} to {@code long}. Unlike a normal array of longs, there
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first 683 * Gets the value as an array of longs. This method should be used for tags 686 * @return the value as as an array of longs, or null if the tag's value 687 * does not exist or cannot be converted to an array of longs. 697 * Gets the value or null if none exists. If there are more than 1 longs in [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Memory.cpp | 32 // 32-bit ARM has load/store alignment restrictions for longs. 37 // MIPS has load/store alignment restrictions for longs, ints and shorts.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
real.h | 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
real.h | 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
real.h | 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
real.h | 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BitSet.as | 48 /** Construction from a static array of longs */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 287 /* SHA-384 and SHA-512 functions (as for SHA-256 but for longs) */
|
/external/chromium/chrome/browser/net/ |
referrer.cc | 85 // We use longs for durations because we will use multiplication on them.
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractStreamingHashFunction.java | 126 bb.limit(chunkSize + 7); // get ready to pad with longs
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLong.java | 214 return Longs.hashCode(value);
|
/external/jpeg/ |
jdhuff.h | 76 /* If long is > 32 bits on your machine, and shifting/masking longs is
|
/external/netperf/ |
netcpu_perfstat.c | 294 /* know that this is bad, but trying to go from long longs to */
|
netcpu_pstat.c | 251 /* know that this is bad, but trying to go from long longs to */
|
/external/openssl/crypto/ |
opensslconf.h | 221 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/external/openssl/include/openssl/ |
opensslconf.h | 221 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/external/qemu/distrib/jpeg-6b/ |
jdhuff.h | 76 /* If long is > 32 bits on your machine, and shifting/masking longs is
|
/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 131 assertParsed("Large hex longs shouldn't be yield ints or strings",
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 41 // This is an array of Longs wherein each Long consists of two components:
|
/external/skia/legacy/src/core/ |
SkBitmapProcState_matrix_repeat.h | 373 /* offset == 256 bits == 32 bytes == 8 longs */ 413 mysrc += 16; /* 16 longs */ 414 mydst += 16; /* 16 shorts, aka 8 longs */
|
SkBitmapProcState_matrix_clamp.h | 366 /* offset == 256 bits == 32 bytes == 8 longs == 16 shorts */ 414 mysrc += 32; /* 16 longs, aka 32 shorts */ 415 mydst += 16; /* 16 shorts, aka 8 longs */
|
/external/skia/src/opts/ |
SkBitmapProcState_matrix_repeat_neon.h | 341 /* offset == 256 bits == 32 bytes == 8 longs */ 381 mysrc += 16; /* 16 longs */ 382 mydst += 16; /* 16 shorts, aka 8 longs */
|
SkBitmapProcState_matrix_clamp_neon.h | 362 /* offset == 256 bits == 32 bytes == 8 longs == 16 shorts */ 410 mysrc += 32; /* 16 longs, aka 32 shorts */ 411 mydst += 16; /* 16 shorts, aka 8 longs */
|
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |