Searched defs:file_type (Results 1 - 22 of 22) sorted by relevance

/external/chromium/net/disk_cache/
H A Daddr.h54 Addr(FileType file_type, int max_blocks, int block_file, int index) { argument
55 value_ = ((file_type << kFileTypeOffset) & kFileTypeMask) |
78 FileType file_type() const { function in class:disk_cache::Addr
93 return BlockSizeForFileType(file_type());
96 static int BlockSizeForFileType(FileType file_type) { argument
97 switch (file_type) {
H A Dblock_files.cc370 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) { argument
382 header.entry_size = Addr::BlockSizeForFileType(file_type);
H A Dentry_impl.cc583 rankings_addr.file_type() != RANKINGS || rankings_addr.num_blocks() != 1)
588 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
1113 FileType file_type = Addr::RequiredFileType(size); local
1114 if (EXTERNAL == file_type) {
1120 int num_blocks = (size + Addr::BlockSizeForFileType(file_type) - 1) /
1121 Addr::BlockSizeForFileType(file_type);
1123 if (!backend_->CreateBlock(file_type, num_blocks, address))
/external/grub/stage2/
H A Dfsys_iso9660.c144 unsigned char file_type; local
181 file_type = (idr->flags.l & 2) ? ISO_DIRECTORY : ISO_REGULAR;
238 file_type = ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT)
359 if (file_type != ISO_DIRECTORY)
366 if (file_type != ISO_REGULAR)
H A Dfsys_ext2fs.c179 __u8 file_type; member in struct:ext2_dir_entry
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc86 const std::string& file_type)
87 : CloudPrintFlowHandler(path, title, file_type) {}
84 MockCloudPrintFlowHandler(const FilePath& path, const string16& title, const std::string& file_type) argument
H A Dprint_dialog_cloud.cc161 const std::string& file_type)
164 file_type_(file_type) {
226 const std::string& file_type)
229 file_type_(file_type) {
410 const std::string& file_type,
414 file_type)),
517 const std::string& file_type,
551 path_to_file, width, height, std::string(), job_title, file_type,
573 const std::string& file_type,
583 file_type,
159 CloudPrintDataSender(CloudPrintDataSenderHelper* helper, const string16& print_job_title, const std::string& file_type) argument
224 CloudPrintFlowHandler(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type) argument
405 CloudPrintHtmlDialogDelegate( const FilePath& path_to_file, int width, int height, const std::string& json_arguments, const string16& print_job_title, const std::string& file_type, bool modal) argument
515 CreateDialogImpl(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type, bool modal) argument
571 CreatePrintDialogForFile(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type, bool modal) argument
605 std::string file_type = "application/pdf"; local
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc96 // to be opened. file_type should be a descriptive name (like "target") for
104 const char* file_type,
252 const char* file_type,
267 std::cerr << "Error opening " << file_type << " file '"
274 std::cerr << "Error finding size of " << file_type << " file '"
251 OpenFileForReading(const string& file_name, const char* file_type, FILE** file, std::vector<char>* buffer) argument
/external/e2fsprogs/e2fsck/
H A Dpass3.c507 int file_type = 0; local
523 file_type = ext2_file_type(inode.i_mode);
524 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
536 ino, file_type);
/external/freetype/include/freetype/
H A Dftwinfnt.h188 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
/external/llvm/include/llvm/Support/
H A DFileSystem.h43 /// file_type - An "enum class" enumeration for the file system's view of the
45 struct file_type { struct in namespace:llvm::sys::fs
59 file_type(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_type
60 explicit file_type(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_type
95 file_type Type;
97 explicit file_status(file_type v=file_type::status_error)
100 file_type type() const { return Type; }
101 void type(file_type v) { Type = v; }
263 /// @results status.type() == file_type
[all...]
/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c60 GFileType file_type; member in struct:StructureItem
75 /* filename link file_type create_flags mode | handle_special | extra_flags */
204 && (item.file_type == G_FILE_TYPE_SYMBOLIC_LINK)))
208 switch (item.file_type)
307 g_assert_cmpint (ftype, ==, item.file_type);
319 if (item.file_type != G_FILE_TYPE_SYMBOLIC_LINK)
369 item.file_type == G_FILE_TYPE_SYMBOLIC_LINK);
373 if ((item.file_type == G_FILE_TYPE_SYMBOLIC_LINK) && (posix_compat))
408 if (((!posix_compat) && (item.file_type == G_FILE_TYPE_SYMBOLIC_LINK))
590 if ((!posix_compat) && (item.file_type
[all...]
/external/chromium/base/
H A Dfile_util_posix.cc619 FileEnumerator::FILE_TYPE file_type)
623 file_type_(file_type) {
631 FileEnumerator::FILE_TYPE file_type,
636 file_type_(file_type),
617 FileEnumerator(const FilePath& root_path, bool recursive, FileEnumerator::FILE_TYPE file_type) argument
629 FileEnumerator(const FilePath& root_path, bool recursive, FileEnumerator::FILE_TYPE file_type, const FilePath::StringType& pattern) argument
H A Dfile_util_win.cc843 FileEnumerator::FILE_TYPE file_type)
845 file_type_(file_type),
855 FileEnumerator::FILE_TYPE file_type,
858 file_type_(file_type),
841 FileEnumerator(const FilePath& root_path, bool recursive, FileEnumerator::FILE_TYPE file_type) argument
853 FileEnumerator(const FilePath& root_path, bool recursive, FileEnumerator::FILE_TYPE file_type, const FilePath::StringType& pattern) argument
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c901 GFileType file_type; local
903 file_type = G_FILE_TYPE_UNKNOWN;
906 file_type = G_FILE_TYPE_REGULAR;
908 file_type = G_FILE_TYPE_DIRECTORY;
917 file_type = G_FILE_TYPE_SPECIAL;
921 file_type = G_FILE_TYPE_SYMBOLIC_LINK;
924 g_file_info_set_file_type (info, file_type);
H A Dgfile.c984 GFileType file_type; local
991 file_type = g_file_info_get_file_type (info);
995 file_type = G_FILE_TYPE_UNKNOWN;
997 return file_type;
1938 GFileType file_type; local
1959 file_type = g_file_info_get_file_type (info);
1962 if (file_type == G_FILE_TYPE_DIRECTORY)
1994 GFileType file_type; local
2017 file_type = g_file_info_get_file_type (info);
2022 if (file_type
[all...]
/external/kernel-headers/original/linux/
H A Dext2_fs.h521 * file_type field.
527 __u8 file_type; member in struct:ext2_dir_entry_2
H A Dext3_fs.h616 * file_type field.
622 __u8 file_type; member in struct:ext3_dir_entry_2
/external/libvpx/
H A Dvpxenc.c274 static int read_frame(FILE *f, vpx_image_t *img, unsigned int file_type, argument
280 if (file_type == FILE_TYPE_Y4M)
287 if (file_type == FILE_TYPE_IVF)
1112 unsigned int file_type, fourcc; local
1411 file_type = FILE_TYPE_Y4M;
1435 file_type = FILE_TYPE_IVF;
1451 file_type = FILE_TYPE_RAW;
1503 if (file_type == FILE_TYPE_Y4M)
1596 frame_avail = read_frame(infile, &raw, file_type, &y4m,
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h692 * file_type field.
698 __u8 file_type; member in struct:ext2_dir_entry_2
/external/elfutils/src/
H A Dld.h44 enum file_type enum
116 enum file_type file_type; member in struct:usedfiles
762 enum file_type file_type; member in struct:ld_state
1041 enum file_type type);
/external/valgrind/main/perf/
H A Dtinycc.c19226 int type, file_type;
19229 file_type = s1->output_type;
19232 if (file_type != TCC_OUTPUT_OBJ) {
19243 if (file_type != TCC_OUTPUT_OBJ) {
19253 if (file_type == TCC_OUTPUT_EXE) {
19287 if (file_type == TCC_OUTPUT_EXE) {
19394 if (file_type == TCC_OUTPUT_DLL)
19421 switch(file_type) {
19446 if (file_type == TCC_OUTPUT_DLL &&
19451 file_type
19224 int type, file_type; local
[all...]

Completed in 992 milliseconds