HomeSort by relevance Sort by last modified time
    Searched full:filesize (Results 201 - 225 of 314) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/MC/
MachObjectWriter.cpp 766 uint64_t FileSize = Layout.getSectionFileSize(&SD);
767 FileSize += getPaddingSize(&SD, Layout);
775 SectionDataFileSize = std::max(SectionDataFileSize, Address + FileSize);
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 176 private int fileSize;
566 return fileSize;
679 fileSize = offset;
    [all...]
HeaderItem.java 97 in.readInt(); //filesize
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 89 UINT32 filesize; member in struct:__anon1095
  /external/chromium_org/chrome/app/nibs/
CookieDetailsView.xib     [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
image_capture_device_manager_unittest.mm 204 - (off_t)fileSize {
  /external/jhead/
jhead.h 82 unsigned FileSize;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
php-brief.php 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
  /frameworks/base/media/java/android/media/
MediaRecorder.java 518 * Sets the maximum filesize (in bytes) of the recording session.
520 * After recording reaches the specified filesize, a notification
527 * @param max_filesize_bytes the maximum filesize in bytes (if zero or negative, disables the limit)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 67 public static final String FILESIZE_COLUMN = "filesize";
413 final String checksum, final long filesize, final int version,
426 result.put(FILESIZE_COLUMN, filesize);
462 // No filesize unless specified
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 203 values.put(PhotoFiles.FILESIZE, photoBytes.length);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 107 mHeaderItem.fileSize = readInt();
530 public int fileSize;
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 513 // See if we can approximate the bitrate as long as we have a filesize and
521 // Do math in floating point as we'd overflow an int64 if the filesize was
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 60 fileSize(FILE *f) {
173 length=fileSize(in);
  /external/icu4c/tools/icuswap/
icuswap.cpp 60 fileSize(FILE *f) {
173 length=fileSize(in);
  /external/libmtp/src/
libmtp.h 616 uint64_t filesize; /**< Size of file in bytes */ member in struct:LIBMTP_file_struct
645 uint64_t filesize; /**< Size of track file in bytes */ member in struct:LIBMTP_track_struct
    [all...]
libmtp.h.in 614 uint64_t filesize; /**< Size of file in bytes */
643 uint64_t filesize; /**< Size of track file in bytes */
  /external/yaffs2/yaffs2/
yaffs_guts.h 315 int fileSize;
371 __u32 fileSize;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 94 long unsigned fileSize;
118 fileSize = st.st_size;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 586 unsigned fileSize(unsigned file) const { return scan.file_max[file] + 1; }
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 586 unsigned fileSize(unsigned file) const { return scan.file_max[file] + 1; }
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 84 virtual size_t FileSize() const;
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac_unittest.mm 157 - (off_t)fileSize {

Completed in 3862 milliseconds

1 2 3 4 5 6 7 891011>>