HomeSort by relevance Sort by last modified time
    Searched refs:file_type (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium/chrome/browser/printing/
print_dialog_cloud.h 23 const std::string& file_type,
print_dialog_cloud_internal.h 57 const std::string& file_type);
97 const std::string& file_type);
146 const std::string& file_type,
185 const std::string& file_type,
print_dialog_cloud.cc 161 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,
605 std::string file_type = "application\/pdf"; local
    [all...]
  /external/chromium/net/disk_cache/
addr.h 54 Addr(FileType file_type, int max_blocks, int block_file, int index) {
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) {
97 switch (file_type) {
addr_unittest.cc 21 EXPECT_EQ(BLOCK_1K, addr2.file_type());
30 EXPECT_EQ(BLOCK_4K, addr3.file_type());
block_files.h 61 bool CreateBlockFile(int index, FileType file_type, bool force);
  /external/icu4c/tools/
icu-svnprops-check.py 107 file_type, string_proplist = propline.split("=", 1)
111 file_type = file_type.strip()
112 file_type = file_type.replace(".", "\.")
113 file_type = file_type.replace("*", ".*")
114 file_type = file_type + "$"
135 file_types.append((file_type, proplist)
    [all...]
  /system/extras/ext4_utils/
contents.h 26 u8 file_type; member in struct:dentry
make_ext4fs.c 55 .file_type = EXT4_FT_DIR,
132 dentries[i].file_type = EXT4_FT_REG_FILE;
134 dentries[i].file_type = EXT4_FT_DIR;
137 dentries[i].file_type = EXT4_FT_CHRDEV;
139 dentries[i].file_type = EXT4_FT_BLKDEV;
141 dentries[i].file_type = EXT4_FT_FIFO;
143 dentries[i].file_type = EXT4_FT_SOCK;
145 dentries[i].file_type = EXT4_FT_SYMLINK;
159 if (dentries[i].file_type == EXT4_FT_REG_FILE) {
161 } else if (dentries[i].file_type == EXT4_FT_DIR)
    [all...]
contents.c 52 u8 file_type)
73 dentry->file_type = file_type;
147 dentries[i].filename, dentries[i].file_type);
162 dentry->file_type = EXT4_FT_UNKNOWN;
  /external/llvm/include/llvm/Support/
FileSystem.h 43 /// 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; }
280 /// @results status.type() == file_type::directory_file
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 495 def _create_checker(self, file_type, file_path, handle_style_error,
498 if file_type == FileType.NONE:
500 elif file_type == FileType.CHANGELOG:
505 elif file_type == FileType.CPP:
509 elif file_type == FileType.PYTHON:
511 elif file_type == FileType.XML:
513 elif file_type == FileType.TEXT:
520 raise ValueError('Invalid file type "%(file_type)s": the only valid file types '
522 % {"file_type": file_type,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 137 def write_output_files(self, file_type, output, expected):
141 <filename>-actual<file_type>
146 file_type: A string describing the test output file type, e.g. ".txt"
151 actual_filename = self.output_filename(self.FILENAME_SUFFIX_ACTUAL + file_type)
152 expected_filename = self.output_filename(self.FILENAME_SUFFIX_EXPECTED + file_type)
183 file_type = '.txt'
184 actual_filename = self.output_filename(self.FILENAME_SUFFIX_ACTUAL + file_type)
185 expected_filename = self.output_filename(self.FILENAME_SUFFIX_EXPECTED + file_type)
190 diff_filename = self.output_filename(self.FILENAME_SUFFIX_DIFF + file_type)
  /external/chromium/chrome/browser/
file_select_helper.cc 179 scoped_ptr<SelectFileDialog::FileTypeInfo> file_type(
181 file_type->include_all_files = true;
182 file_type->extensions.resize(1);
183 std::vector<FilePath::StringType>* extensions = &file_type->extensions.back();
230 file_type->extension_description_overrides.push_back(
234 return file_type.release();
  /external/freetype/include/freetype/
ftwinfnt.h 188 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /external/grub/stage2/
fsys_iso9660.c 144 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)
  /external/elfutils/src/
ld.c 385 if (ld_state.file_type != relocatable_file_type)
410 if (ld_state.file_type != relocatable_file_type)
521 if (ld_state.file_type != no_file_type)
524 ld_state.file_type = dso_file_type;
559 if (ld_state.file_type != no_file_type)
562 ld_state.file_type = relocatable_file_type;
888 && ld_state.file_type == dso_file_type)
906 && ld_state.file_type == dso_file_type)
912 && ld_state.file_type == dso_file_type)
969 && ld_state.file_type == dso_file_type
    [all...]
ld.h 44 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);
ldgeneric.c 134 return (ld_state.file_type == dso_file_type || ld_state.nplt > 0
278 if (newp->file_type == relocatable_file_type)
334 if (fileinfo->file_type == archive_file_type)
365 assert (fileinfo->file_type == dso_file_type
366 || fileinfo->file_type == dso_needed_file_type);
392 printf (fileinfo->file_type == archive_file_type
439 if (fileinfo->file_type == relocatable_file_type)
465 fileinfo->file_type == archive_file_type
476 if (fileinfo->file_type == dso_file_type)
487 && (err != EAGAIN || fileinfo->file_type == relocatable_file_type)
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 60 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 == G_FILE_TYPE_SYMBOLIC_LINK)
    [all...]
  /external/llvm/lib/Support/
PathV2.cpp 635 return status_known(status) && status.type() != file_type::file_not_found;
639 return s.type() != file_type::status_error;
643 return status.type() == file_type::directory_file;
655 return status.type() == file_type::regular_file;
667 return status.type() == file_type::symlink_file;
724 error_code remove_all_r(StringRef path, file_type ft, uint32_t &count) {
725 if (ft == file_type::directory_file) {
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 96 // 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 '"
  /external/sonivox/jet_tools/JetCreator/
eas.py 418 file_type = c_int(0)
420 result = eas_dll.EAS_GetFileType(self.eas.handle, self.handle, byref(file_type))
423 file_type = file_type.value
424 if file_type < len(file_types):
425 file_desc = file_types[file_type]
427 file_desc = 'Unrecognized type %d' % file_type
428 eas_logger.debug('EAS_GetFileType: type=%d, desc=%s' % (file_type, file_desc))
429 return (file_type, file_desc)
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 507 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/chromium/base/
file_util.h 419 enum FILE_TYPE {
436 // |file_type| specifies whether the enumerator should match files,
450 FileEnumerator::FILE_TYPE file_type);
453 FileEnumerator::FILE_TYPE file_type,
497 FILE_TYPE file_type_;

Completed in 4691 milliseconds

1 2 3