Searched refs:file_type (Results 1 - 25 of 47) sorted by relevance

12

/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 Daddr_unittest.cc21 EXPECT_EQ(BLOCK_1K, addr2.file_type());
30 EXPECT_EQ(BLOCK_4K, addr3.file_type());
H A Dblock_files.h61 bool CreateBlockFile(int index, FileType file_type, bool force);
/external/icu4c/tools/
H A Dicu-svnprops-check.py107 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, proplis
[all...]
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.h23 const std::string& file_type,
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...]
H A Dprint_dialog_cloud_internal.h57 const std::string& file_type);
97 const std::string& file_type);
146 const std::string& file_type,
185 const std::string& file_type,
/external/sepolicy/
H A Dattributes16 attribute file_type;
H A Dcts.te19 allow appdomain file_type:dir r_dir_perms;
22 allow appdomain file_type:dir_file_class_set getattr;
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dchecker.py495 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/
H A Dtest_result_writer.py137 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/
H A Dfile_select_helper.cc179 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/llvm/include/llvm/Support/
H A DFileSystem.h50 /// file_type - An "enum class" enumeration for the file system's view of the
52 struct file_type { struct in namespace:llvm::sys::fs
66 file_type(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_type
67 explicit file_type(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_type
115 file_type Type;
117 explicit file_status(file_type v=file_type::status_error)
120 file_type type() const { return Type; }
121 void type(file_type v) { Type = v; }
323 /// @results status.type() == file_type
[all...]
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf644 attribute file_type;
847 type default_t, file_type, mountpoint;
848 type etc_t, file_type;
849 type etc_runtime_t, file_type;
850 type file_t, file_type, mountpoint;
851 type home_root_t, file_type, mountpoint;
852 type lost_found_t, file_type;
853 type mnt_t, file_type, mountpoint;
855 type no_access_t, file_type;
856 type poly_t, file_type;
[all...]
/external/freetype/include/freetype/
H A Dftwinfnt.h188 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
/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)
/external/elfutils/src/
H A Dld.c404 if (ld_state.file_type != relocatable_file_type)
429 if (ld_state.file_type != relocatable_file_type)
570 if (ld_state.file_type != no_file_type)
573 ld_state.file_type = dso_file_type;
608 if (ld_state.file_type != no_file_type)
611 ld_state.file_type = relocatable_file_type;
974 && ld_state.file_type == dso_file_type)
992 && ld_state.file_type == dso_file_type)
998 && ld_state.file_type == dso_file_type)
1061 && ld_state.file_type
[all...]
H A Di386_ld.c372 const bool build_dso = statep->file_type == dso_file_type;
567 || statep->file_type == dso_file_type)
589 if (statep->file_type == dso_file_type)
612 else if (statep->file_type == dso_file_type
650 if (statep->file_type != executable_file_type)
660 if (statep->file_type == dso_file_type)
670 if (statep->file_type != executable_file_type
830 && statep->file_type != dso_file_type
883 else if (statep->file_type == dso_file_type
928 else if (statep->file_type !
[all...]
H A Dld.h56 enum file_type enum
132 enum file_type file_type; member in struct:usedfiles
795 enum file_type file_type; member in struct:ld_state
1108 enum file_type type);
/external/llvm/lib/Support/Windows/
H A DPathV2.inc270 if (st.type() == file_type::directory_file) {
422 result = file_status(file_type::character_file);
448 result = file_status(file_type::directory_file);
450 result = file_status(file_type::regular_file);
479 result = file_status(file_type::file_not_found);
481 result = file_status(file_type::type_unknown);
483 result = file_status(file_type::status_error);
/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/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/openssh/
H A Dauth.c491 int log_missing, char *file_type)
500 debug("Could not open %s '%s': %s", file_type, file,
511 pw->pw_name, file_type, file);
524 auth_debug_add("Ignored %s: %s", file_type, line);
490 auth_openfile(const char *file, struct passwd *pw, int strict_modes, int log_missing, char *file_type) argument
/external/llvm/lib/Support/
H A DPathV2.cpp669 return status_known(status) && status.type() != file_type::file_not_found;
673 return s.type() != file_type::status_error;
677 return status.type() == file_type::directory_file;
689 return status.type() == file_type::regular_file;
701 return status.type() == file_type::symlink_file;
867 error_code remove_all_r(StringRef path, file_type ft, uint32_t &count) {
868 if (ft == file_type::directory_file) {
/external/sonivox/jet_tools/JetCreator/
H A Deas.py418 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)

Completed in 408 milliseconds

12