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

1 2 3 4 5

  /external/sepolicy/
tee.te 5 type tee_exec, exec_type, file_type;
7 type tee_data_file, file_type, data_file_type;
attributes 16 attribute file_type;
  /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 87 .file_type = EXT4_FT_DIR,
195 dentries[i].file_type = EXT4_FT_REG_FILE;
197 dentries[i].file_type = EXT4_FT_DIR;
200 dentries[i].file_type = EXT4_FT_CHRDEV;
202 dentries[i].file_type = EXT4_FT_BLKDEV;
204 dentries[i].file_type = EXT4_FT_FIFO;
206 dentries[i].file_type = EXT4_FT_SOCK;
208 dentries[i].file_type = EXT4_FT_SYMLINK;
231 dentries[0].file_type = EXT4_FT_DIR;
245 if (dentries[i].file_type == EXT4_FT_REG_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/llvm/include/llvm/Support/
FileSystem.h 51 /// file_type - An "enum class" enumeration for the file system's view of the
53 struct file_type { struct in namespace:llvm::sys::fs
67 file_type(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_type
68 explicit file_type(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_type
165 file_type Type;
168 explicit file_status(file_type v=file_type::status_error,
173 file_type type() const { return Type; }
177 void type(file_type v) { Type = v; }
387 /// @returns status.type() == file_type::directory_file
    [all...]
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 43 case sys::fs::file_type::file_not_found:
46 case sys::fs::file_type::regular_file: {
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 644 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/
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 404 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 == dso_file_type
    [all...]
i386_ld.c 372 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 != dso_file_type
    [all...]
ld.h 56 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
    [all...]
  /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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 176 def GetFileList(argv, file_type, suffixes):
  /external/open-vcdiff/src/
vcdiff_main.cc 97 // to be opened. file_type should be a descriptive name (like "target") for
105 const char* file_type,
253 const char* file_type,
268 std::cerr << "Error opening " << file_type << " file '"
275 std::cerr << "Error finding size of " << file_type << " file '"

Completed in 697 milliseconds

1 2 3 4 5