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

1 2 3

  /external/chromium/net/disk_cache/
addr.h 53 Addr(FileType file_type, int max_blocks, int block_file, int index) {
54 value_ = ((file_type << kFileTypeOffset) & kFileTypeMask) |
77 FileType file_type() const { function in class:disk_cache::Addr
92 return BlockSizeForFileType(file_type());
95 static int BlockSizeForFileType(FileType file_type) {
96 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 51 bool CreateBlockFile(int index, FileType file_type, bool force);
entry_impl.cc 574 rankings_addr.file_type() != RANKINGS)
579 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
639 FileType file_type = Addr::RequiredFileType(size); local
640 if (EXTERNAL == file_type) {
646 int num_blocks = (size + Addr::BlockSizeForFileType(file_type) - 1) /
647 Addr::BlockSizeForFileType(file_type);
649 if (!backend_->CreateBlock(file_type, num_blocks, address))
block_files.cc 210 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) {
222 header.entry_size = Addr::BlockSizeForFileType(file_type);
  /external/icu4c/tools/
icu-svnprops-check.py 105 file_type, string_proplist = propline.split("=", 1)
109 file_type = file_type.strip()
110 file_type = file_type.replace(".", "\.")
111 file_type = file_type.replace("*", ".*")
112 file_type = file_type + "$"
127 file_types.append((file_type, proplist)
    [all...]
  /system/extras/ext4_utils/
contents.h 26 u8 file_type; member in struct:dentry
make_ext4fs.c 56 .file_type = EXT4_FT_DIR,
133 dentries[i].file_type = EXT4_FT_REG_FILE;
135 dentries[i].file_type = EXT4_FT_DIR;
138 dentries[i].file_type = EXT4_FT_CHRDEV;
140 dentries[i].file_type = EXT4_FT_BLKDEV;
142 dentries[i].file_type = EXT4_FT_FIFO;
144 dentries[i].file_type = EXT4_FT_SOCK;
146 dentries[i].file_type = EXT4_FT_SYMLINK;
160 if (dentries[i].file_type == EXT4_FT_REG_FILE) {
162 } else if (dentries[i].file_type == EXT4_FT_DIR)
    [all...]
contents.c 47 u8 file_type)
68 dentry->file_type = file_type;
142 dentries[i].filename, dentries[i].file_type);
157 dentry->file_type = EXT4_FT_UNKNOWN;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
test_type_base.py 151 def write_output_files(self, port, filename, test_type, file_type,
157 <filename><test_type>-actual<file_type>
164 file_type: A string describing the test output file type, e.g. ".txt"
173 test_type + self.FILENAME_SUFFIX_ACTUAL + file_type)
175 test_type + self.FILENAME_SUFFIX_EXPECTED + file_type)
188 test_type + self.FILENAME_SUFFIX_DIFF + file_type)
  /development/host/windows/usb/legacy/driver/
android_usb_file_object.h 126 __forceinline AndroidUsbFileObjectType file_type() const { function in class:AndroidUsbFileObject
  /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...]
i386_ld.c 335 const bool build_dso = statep->file_type == dso_file_type;
531 if (statep->file_type == dso_file_type)
552 else if (statep->file_type == dso_file_type
729 && statep->file_type != dso_file_type
781 else if (statep->file_type == dso_file_type
  /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/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/libvpx/
ivfenc.c 236 static int read_frame(FILE *f, vpx_image_t *img, unsigned int file_type,
241 if (file_type == FILE_TYPE_Y4M)
248 if (file_type == FILE_TYPE_IVF)
619 unsigned int file_type, fourcc; local
883 file_type = FILE_TYPE_Y4M;
906 file_type = FILE_TYPE_IVF;
922 file_type = FILE_TYPE_RAW;
967 if (file_type == FILE_TYPE_Y4M)
    [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 89 static int file_type = FORMAT_DEFAULT; variable
328 if (fmt_rec_table[file_type].end) {
329 fmt_rec_table[file_type].end(fd);
410 file_type = FORMAT_DEFAULT;
413 file_type = FORMAT_WAVE;
451 file_type = FORMAT_RAW;
453 file_type = FORMAT_VOC;
455 file_type = FORMAT_WAVE;
457 file_type = FORMAT_AU;
475 rhwparams.format = file_type == FORMAT_AU ? SND_PCM_FORMAT_S16_BE : SND_PCM_FORMAT_S16_LE
    [all...]
  /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/chromium/base/
file_util_posix.cc 150 FileEnumerator traversal(path, true, static_cast<FileEnumerator::FILE_TYPE>(
236 FileEnumerator::FILE_TYPE traverse_type =
237 static_cast<FileEnumerator::FILE_TYPE>(FileEnumerator::FILES |
240 traverse_type = static_cast<FileEnumerator::FILE_TYPE>(
538 FileEnumerator::FILE_TYPE file_type)
542 file_type_(file_type),
551 FileEnumerator::FILE_TYPE file_type,
556 file_type_(file_type),
    [all...]
file_util.h 413 enum FILE_TYPE {
430 // |file_type| specifies whether the enumerator should match files,
444 FileEnumerator::FILE_TYPE file_type);
447 FileEnumerator::FILE_TYPE file_type,
492 FILE_TYPE file_type_;
  /external/e2fsprogs/e2fsck/
pass3.c 520 int file_type = 0; local
536 file_type = ext2_file_type(inode.i_mode);
537 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
549 ino, file_type);

Completed in 904 milliseconds

1 2 3