/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
XResources_ja_JP_I.java | 71 // Note that we are using longs and that the last two
|
/external/chromium/chrome/browser/ui/ |
window_sizer_linux.cc | 82 // We expect to get four longs back: x, y, width, height.
|
/external/grub/netboot/ |
timer.c | 79 /* 64-bit subtract - gcc just messes up with long longs */
|
/external/openssl/crypto/des/ |
des_enc.c | 83 /* clear the top bits on machines with 8byte longs */ 146 /* rotate and clear the top bits on machines with 8byte longs */ 176 /* clear the top bits on machines with 8byte longs */ 237 /* rotate and clear the top bits on machines with 8byte longs */
|
/external/openssl/crypto/ |
opensslconf.h.in | 53 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/frameworks/base/core/java/android/os/ |
Vibrator.java | 89 * @param pattern an array of longs of times for which to turn the vibrator on or off.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
unknown-elf.h | 96 configured to support long longs in I/O, then printf will depend on
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/ |
unknown-elf.h | 96 configured to support long longs in I/O, then printf will depend on
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
select.h | 54 /* The fd_set member is required to be an array of longs. */
|
/dalvik/dx/src/junit/framework/ |
Assert.java | 132 * Asserts that two longs are equal. If they are not 139 * Asserts that two longs are equal.
|
/dalvik/tests/021-string2/src/junit/framework/ |
Assert.java | 132 * Asserts that two longs are equal. If they are not 139 * Asserts that two longs are equal.
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
Assert.java | 132 * Asserts that two longs are equal. If they are not 139 * Asserts that two longs are equal.
|
/external/icu4c/test/letest/ |
gendata.cpp | 66 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { 78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
|
/external/junit/src/junit/framework/ |
Assert.java | 129 * Asserts that two longs are equal. If they are not 136 * Asserts that two longs are equal.
|
/external/kernel-headers/original/linux/ |
bitmap.h | 12 * longs. The bitmap interface and available operations are listed 75 * to declare an array named 'name' of just enough unsigned longs to
|
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 22 * SparseArrays map longs to Objects. Unlike a normal array of Objects, 24 * than using a HashMap to map Longs to Objects.
|
/libcore/junit/src/main/java/junit/framework/ |
Assert.java | 132 * Asserts that two longs are equal. If they are not 139 * Asserts that two longs are equal.
|
/external/javassist/src/main/javassist/ |
CodeConverter.java | 257 * long[] longs = new int[]{10, 20, 30}; 272 * p.longs[2] = 1000L; 275 * long l = p.longs[2]; 301 * ArrayAdvisor.arrayWriteLong(p.longs, 2, 1000L); 304 * long l = ArrayAdvisor.arrayReadLong(p.longs, 2);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
MD5.cpp | 101 static void reverseBytes(uint8_t* buf, unsigned longs) 103 ASSERT(longs > 0); 109 } while (--longs);
|
/external/chromium/base/ |
md5.cc | 36 static void byteReverse(unsigned char *buf, unsigned longs){ 43 } while (--longs);
|
/external/tcpdump/ |
nfs.h | 281 * Quads are defined as arrays of 2 longs to ensure dense packing for the 318 * are used. (all fields are longs or u_longs or structures of same)
|
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 713 private void appendDayOfWeek(StringBuffer buffer, int count, String[] longs, String[] shorts) { 715 String[] days = isLong ? longs : shorts; 719 private void appendMonth(StringBuffer buffer, int count, String[] longs, String[] shorts) { 727 String[] months = isLong ? longs : shorts; [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
GcEventContainer.java | 24 * int or long format, but encodes several values on 4 longs. 152 * event (list of (long, long) does not match the values encoded into those longs.
|
/bionic/libc/stdlib/ |
strtol.c | 84 * digit. For instance, if the range for longs is
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/ |
Test_add_double.java | 185 * @title Types of arguments - long, double. The verifier checks that longs
|