HomeSort by relevance Sort by last modified time
    Searched refs:longLength (Results 1 - 11 of 11) sorted by null

  /cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java 66 long longLength = file.length();
67 int length = (int) longLength;
68 if (length != longLength) {
  /dalvik/dexgen/src/com/android/dexgen/util/
FileUtils.java 66 long longLength = file.length();
67 int length = (int) longLength;
68 if (length != longLength) {
  /dalvik/dx/src/com/android/dx/util/
FileUtils.java 66 long longLength = file.length();
67 int length = (int) longLength;
68 if (length != longLength) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
FileUtils.java 66 long longLength = file.length();
67 int length = (int) longLength;
68 if (length != longLength) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
FileUtils.java 92 long longLength = file.length();
93 int fileLength = (int) longLength;
94 if (fileLength != longLength) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 455 CARD32 longLength B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 455 CARD32 longLength B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 455 CARD32 longLength B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 608 milliseconds