/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
plugin.pb.cc | [all...] |
plugin.pb.h | 348 inline int file_size() const; 814 inline int CodeGeneratorResponse::file_size() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.cc | [all...] |
command_line_interface_unittest.cc | 728 ASSERT_EQ(1, descriptor_set.file_size()); 751 ASSERT_EQ(2, descriptor_set.file_size()); [all...] |
plugin.pb.h | 351 inline int file_size() const; 685 inline int CodeGeneratorResponse::file_size() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
|
/hardware/ti/wlan/mac80211/ti-utils/ |
ini.h | 323 int nvs_get_arch(int file_size, struct wl12xx_common *cmn);
|
ini.c | 1022 int nvs_get_arch(int file_size, struct wl12xx_common *cmn) 1026 switch (file_size) {
|
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 978 def ReadFromStream (self, stream, offset, file_size):
995 if (self.start + track_len) > file_size:
[all...] |
/external/chromium_org/chrome_frame/test/perf/ |
chrome_frame_perftest.cc | 962 size_t file_size = static_cast<size_t>(file_size_64); 970 ImagePreReader::PreReadImage(module_path, file_size / 4, kStepSize)); 972 ImagePreReader::PreReadImage(module_path, file_size / 2, kStepSize)); 974 ImagePreReader::PreReadImage(module_path, file_size, kStepSize)); 976 ImagePreReader::PreReadImage(module_path, file_size * 2, kStepSize)); [all...] |
/external/chromium_org/chrome/browser/google_apis/ |
gdata_wapi_parser_unittest.cc | 111 EXPECT_EQ(892721, file_entry->file_size()); 231 EXPECT_EQ(892721, entry->file_size());
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_quota_client_unittest.cc | 142 int64 file_size, 162 file_util->Truncate(context.get(), url, file_size))
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 344 unsigned int file_size[1]; member in struct:PDB_DS_TOC 1036 if (reader->u.ds.toc->file_size[file_number] == 0 1037 || reader->u.ds.toc->file_size[file_number] == 0xFFFFFFFF) 1041 = reader->u.ds.toc->file_size + reader->u.ds.toc->num_files; 1043 block_list += (reader->u.ds.toc->file_size[i] 1048 *plength = reader->u.ds.toc->file_size[file_number]; 1050 reader->u.ds.toc->file_size[file_number]); [all...] |
/external/chromium/base/ |
file_util.h | 305 BASE_API bool GetFileSize(const FilePath& file_path, int64* file_size);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
DetailsDialog.java | 314 return context.getString(R.string.file_size);
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 1127 int64 file_size = 0; local [all...] |
/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/ |
remote_sync_delegate.cc | 208 int64 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...] |