/external/chromium/chrome/browser/safe_browsing/ |
prefix_set_unittest.cc | 106 long file_size = ftell(fp); local 108 size_t payload_size = static_cast<size_t>(file_size) - sizeof(MD5Digest); 125 ASSERT_EQ(file_size, ftell(fp));
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.cc | 611 size_t file_size = ftell(file); 613 if (file_size <= kFileHeaderSize) 636 if (*num_entries * sizeof(Fingerprint) + kFileHeaderSize != file_size) [all...] |
/system/core/fastboot/ |
fastboot.c | 140 int64_t file_size(const char *fn); 147 int64_t file_size(const char *fn) function 595 sz64 = file_size(fname);
|
/external/chromium/base/ |
file_util.cc | 187 bool GetFileSize(const FilePath& file_path, int64* file_size) { 191 *file_size = info.size;
|
file_util.h | 305 BASE_API bool GetFileSize(const FilePath& file_path, int64* file_size);
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_FileCommon.c | 306 pFileContext->file_size = iSize; 393 fpos_file_size = pFileContext->file_size;
|
/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
|
command_line_interface.cc | [all...] |
/hardware/msm7k/libcamera/ |
camera_ifc.h | 306 int32_t file_size; member in struct:__anon20758
|
/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/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/llvm/include/llvm/Support/ |
FileSystem.h | 382 error_code file_size(const Twine &path, uint64_t &result); 523 /// \a path. Or the entire file if file_size(path) < len, in which
|
/external/llvm/tools/lto/ |
LTOModule.cpp | 217 size_t file_size, 222 if (error_code ec = MemoryBuffer::getOpenFile(fd, path, buffer, file_size,
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 96 static int file_size(char *fname); 336 file_size(char *fname) function [all...] |
/external/freetype/include/freetype/ |
freetype.h | [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...] |
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 1857 uint64_t file_size = last_sect->offset() - segment.offset(); local [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 2730 int file_size = (int)ftell( fs->file ); local [all...] |