HomeSort by relevance Sort by last modified time
    Searched refs:file_size (Results 176 - 200 of 215) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/media/audio/android/
audio_android_unittest.cc 164 if (pos_ + max_size > file_size()) {
166 max_size = file_size() - pos_;
195 int file_size() { return file_->data_size(); } function in class:media::FileAudioSource
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 206 def download_hook(blocks_transferred, block_size, file_size):
209 if file_size > 0:
211 print "Downloading", file_size, "bytes: ",
    [all...]
  /system/core/fastboot/
fastboot.c 162 static int64_t file_size(int fd) function
180 sz = file_size(fd);
631 sz64 = file_size(fd);
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 104 self.assertEqual(i.file_size, len(self.data))
110 self.assertEqual(info.file_size, len(self.data))
680 self.assertEqual(i.file_size, len(self.data))
686 self.assertEqual(info.file_size, len(self.data))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 104 self.assertEqual(i.file_size, len(self.data))
110 self.assertEqual(info.file_size, len(self.data))
680 self.assertEqual(i.file_size, len(self.data))
686 self.assertEqual(info.file_size, len(self.data))
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_sync_delegate.cc 208 int64 file_size,
api_util.cc 768 entry->file_size(),
800 error, entry->file_md5(), entry->file_size(), entry->updated_time(),
    [all...]
drive_file_sync_service.cc 701 entry->file_size(),
734 int64 file_size,
    [all...]
api_util_unittest.cc 217 int64 file_size,
drive_file_sync_service_fake_unittest.cc 763 EXPECT_EQ(entry->file_size(), versions[0].metadata.size);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 348 inline int file_size() const;
814 inline int CodeGeneratorResponse::file_size() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
  /hardware/ti/wlan/mac80211/ti-utils/
ini.c 1022 int nvs_get_arch(int file_size, struct wl12xx_common *cmn)
1026 switch (file_size) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 96 static int file_size(char *fname);
336 file_size(char *fname) function
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 537 inline error_code file_size(const Twine &Path, uint64_t &Result) { function in namespace:llvm::sys::fs
665 /// \a path. Or the entire file if file_size(path) < len, in which
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 487 long file_size; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1844 #define file_size macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1844 #define file_size macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1844 #define file_size macro
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 798 size_t file_size = URLRequestSlowDownloadJob::kFirstDownloadSize +
800 std::string expected_contents(file_size, '*');
801 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size));
828 // Checks that |path| is has |file_size| bytes, and matches the |value|
832 const int64 file_size) {
842 size_t expected_size = static_cast<size_t>(file_size);
    [all...]
  /external/chromium_org/chrome/test/functional/
perf.py     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1858 uint64_t file_size = last_sect->offset() - segment.offset(); local
    [all...]
  /external/chromium_org/content/browser/download/
download_browsertest.cc 596 // Checks that |path| is has |file_size| bytes, and matches the |value|
600 const int64 file_size) {
610 size_t expected_size = static_cast<size_t>(file_size);
    [all...]

Completed in 1459 milliseconds

1 2 3 4 5 6 78 9