/external/valgrind/main/none/tests/x86/ |
pushpopseg.stdout.exp | 3 fs after push and pop = 0003 6 fs after push and pop = 0003
|
/frameworks/compile/mclinker/include/mcld/Support/ |
CommandLine.h | 20 // parser<mcld::sys::fs::Path> 26 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path> 32 mcld::sys::fs::Path &Val); 36 const mcld::sys::fs::Path &V,
|
Directory.h | 26 namespace fs { namespace in namespace:mcld::sys 37 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter); 90 mcld::sys::fs::Path m_Path; 95 mcld::sys::fs::PathCache m_Cache; 111 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter); 114 typedef mcld::sys::fs::PathCache DirCache; 151 } // namespace of fs
|
/frameworks/compile/mclinker/lib/MC/ |
MCLDOutput.cpp | 19 Output::Output(const sys::fs::Path& pRealPath,
|
/frameworks/compile/mclinker/unittests/ |
PathTest.h | 39 mcld::sys::fs::Path* m_pTestee;
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
get_sbr_startfreq.cpp | 132 Int get_sbr_startfreq(const Int32 fs, 139 switch (fs)
|
/frameworks/compile/mclinker/include/mcld/MC/ |
ContextFactory.h | 35 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0> 41 LDContext* produce(const sys::fs::Path& pPath);
|
MCLDOptions.h | 44 const sys::fs::Path& sysroot() const 47 void setSysroot(const sys::fs::Path &pPath); 87 sys::fs::RealPath m_Sysroot;
|
/external/e2fsprogs/e2fsck/ |
pass1.c | 58 static int process_block(ext2_filsys fs, blk_t *blocknr, 61 static int process_bad_block(ext2_filsys fs, blk_t *block_nr, 73 static errcode_t scan_callback(ext2_filsys fs, ext2_inode_scan scan, 77 /* static char *describe_illegal_block(ext2_filsys fs, blk_t block); */ 118 static void unwind_pass1(ext2_filsys fs EXT2FS_ATTR((unused))) 132 int e2fsck_pass1_check_device_inode(ext2_filsys fs EXT2FS_ATTR((unused)), 167 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino, 182 if (inode->i_size > fs->blocksize) 184 if (ext2fs_extent_open2(fs, ino, inode, &handle)) 194 (extent.e_pblk < fs->super->s_first_data_block) | 547 ext2_filsys fs = ctx->fs; local 1368 ext2_filsys fs = ctx->fs; local 1407 ext2_filsys fs = ctx->fs; local 1591 ext2_filsys fs = ctx->fs; local 1822 ext2_filsys fs = ctx->fs; local 1870 ext2_filsys fs = ctx->fs; local 2418 ext2_filsys fs = ctx->fs; local 2507 ext2_filsys fs = ctx->fs; local 2538 ext2_filsys fs = ctx->fs; local 2712 ext2_filsys fs = ctx->fs; local [all...] |
pass2.c | 63 static int check_dir_block(ext2_filsys fs, 83 struct ext2_super_block *sb = ctx->fs->super; 85 ext2_filsys fs = ctx->fs; local 98 init_resource_track(&rtrack, ctx->fs->io); 113 cd.pctx.errcode = ext2fs_create_icount2(fs, 122 buf = (char *) e2fsck_allocate_memory(ctx, 2*fs->blocksize, 135 cd.max = ext2fs_dblist_count(fs->dblist); 140 if (fs->super->s_feature_compat & EXT2_FEATURE_COMPAT_DIR_INDEX) 141 ext2fs_dblist_sort(fs->dblist, special_dir_block_cmp) 1174 ext2_filsys fs = ctx->fs; local 1246 ext2_filsys fs = ctx->fs; local 1397 ext2_filsys fs = ctx->fs; local [all...] |
journal.c | 7 * Parts of the code are based on fs/jfs/journal.c by Stephen C. Tweedie 61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino, 71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize - 87 bh->b_io = kdev->k_ctx->fs->io; 101 io = kdev->k_ctx->fs->io; 190 ctx->fs->super->s_feature_incompat &= ~EXT3_FEATURE_INCOMPAT_RECOVER; 194 ctx->fs->super->s_state &= ~EXT2_VALID_FS; 195 ext2fs_mark_super_dirty(ctx->fs); 205 static int process_journal_block(ext2_filsys fs, 217 if (blk < fs->super->s_first_data_block | 924 ext2_filsys fs = ctx->fs; local [all...] |
emptydir.c | 52 retval = ext2fs_init_dblist(ctx->fs, &edi->empty_dblist); 56 retval = ext2fs_allocate_block_bitmap(ctx->fs, _("empty dirblocks"), 61 retval = ext2fs_allocate_inode_bitmap(ctx->fs, _("empty dir map"), 119 int empty_pass1(ext2_filsys fs, blk_t *block_nr, e2_blkcnt_t blockcnt, 130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode, 148 static int fix_directory(ext2_filsys fs, 160 retval = ext2fs_read_inode(fs, db->ino, &edi->inode); 164 retval = ext2fs_block_iterate2(fs, db->ino, 0, edi->block_buf, 170 edi->inode.i_size -= edi->freed_blocks * fs->blocksize; 171 ext2fs_iblk_add_blocks(fs, &edi->inode, edi->freed_blocks) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
bitmaps.c | 51 errcode_t ext2fs_allocate_inode_bitmap(ext2_filsys fs, 57 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); 59 fs->write_bitmaps = ext2fs_write_bitmaps; 62 end = fs->super->s_inodes_count; 63 real_end = (EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count); 65 return (ext2fs_make_generic_bitmap(EXT2_ET_MAGIC_INODE_BITMAP, fs, 70 errcode_t ext2fs_allocate_block_bitmap(ext2_filsys fs, 76 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); 78 fs->write_bitmaps = ext2fs_write_bitmaps [all...] |
link.c | 22 ext2_filsys fs; member in struct:link_struct 46 ls->err = ext2fs_get_rec_len(ls->fs, dirent, &curr_rec_len); 59 ls->err = ext2fs_set_rec_len(ls->fs, curr_rec_len, dirent); 75 ls->err = ext2fs_set_rec_len(ls->fs, min_rec_len, dirent); 82 ls->err = ext2fs_set_rec_len(ls->fs, rec_len, next); 111 errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, 118 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); 120 if (!(fs->flags & EXT2_FLAG_RW)) 123 ls.fs = fs; [all...] |
dblist.c | 30 errcode_t ext2fs_get_num_dirs(ext2_filsys fs, ext2_ino_t *ret_num_dirs) 35 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); 38 max_dirs = fs->super->s_inodes_per_group; 39 for (i = 0; i < fs->group_desc_count; i++) { 40 if (fs->group_desc[i].bg_used_dirs_count > max_dirs) 43 num_dirs += fs->group_desc[i].bg_used_dirs_count; 45 if (num_dirs > fs->super->s_inodes_count) 46 num_dirs = fs->super->s_inodes_count; 57 static errcode_t make_dblist(ext2_filsys fs, ext2_ino_t size, ext2_ino_t count, 65 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS) [all...] |
block.c | 22 ext2_filsys fs; member in struct:block_context 23 int (*func)(ext2_filsys fs, 66 limit = ctx->fs->blocksize >> 2; 69 ret = (*ctx->func)(ctx->fs, ind_block, 77 if (*ind_block >= ctx->fs->super->s_blocks_count || 78 *ind_block < ctx->fs->super->s_first_data_block) { 83 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block, 94 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount, 108 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount, 121 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 119 "[-r fs-revision] [-E extended-option[,...]]\n" 120 "\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"), 171 static void invalid_block(ext2_filsys fs EXT2FS_ATTR((unused)), blk_t blk) 180 static void read_bb_file(ext2_filsys fs, badblocks_list *bb_list, 192 retval = ext2fs_read_bb_FILE(fs, f, bb_list, invalid_block); 205 static void test_disk(ext2_filsys fs, badblocks_list *bb_list) 211 sprintf(buf, "badblocks -b %d -X %s%s%s %u", fs->blocksize, 213 fs->device_name, fs->super->s_blocks_count-1); 222 retval = ext2fs_read_bb_FILE(fs, f, bb_list, invalid_block) 1978 ext2_filsys fs; local [all...] |
/system/extras/fatblock/ |
read.c | 25 #include "fs.h" 134 static int extent_read(struct fs *fs, struct extent *e, char *buf, 137 assert(fs); 143 return buffer_read((char*)&fs->boot, sizeof(fs->boot), buf, 146 return buffer_read((char*)&fs->info, sizeof(fs->info), buf, 149 return buffer_read((char*)fs->fat, fs->fat_size, buf [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
main.c | 58 const char *fs = NULL; local 65 "usage: %s [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]\n", 100 fs = "\t"; 102 fs = &argv[1][2]; 106 fs = "\t"; 108 fs = &argv[1][0]; 110 if (fs == NULL || *fs == '\0') 111 WARNING("field separator FS is empty"); 152 if (fs) [all...] |
/external/opencv/cxcore/src/ |
cximage.cpp | 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) 154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); 156 obj = cvReadByName( fs, mapnode, imgname ); 159 obj = cvReadByName( fs, 0, imgname ); 167 bool CvImage::read( CvFileStorage* fs, const char* seqname, int idx ) 172 cvGetFileNodeByName( fs, 0, seqname ) : cvGetRootFileNode(fs,0); 175 obj = cvRead( fs, (CvFileNode*)cvGetSeqElem( seqnode->data.seq, idx )); 205 void CvImage::write( CvFileStorage* fs, const char* imgname ) 208 cvWrite( fs, imgname, image ) [all...] |
/frameworks/compile/mclinker/lib/Support/ |
MemoryAreaFactory.cpp | 17 : UniqueGCFactoryBase<sys::fs::Path, MemoryArea, 0>(pNum) { 29 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags) 41 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode)
|
CommandLine.cpp | 16 // parser<mcld::sys::fs::Path> 18 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O, 21 mcld::sys::fs::Path &Val) 29 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O, 30 const mcld::sys::fs::Path &V, 31 parser<mcld::sys::fs::Path>::OptVal Default, 46 void parser<mcld::sys::fs::Path>::anchor()
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
reflist.cpp | 42 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm)) 45 if (dpb->fs[i]->FrameNum > (int)sliceHdr->frame_num) 47 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum; 51 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum; 53 dpb->fs[i]->frame.PicNum = dpb->fs[i]->FrameNumWrap; 66 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm) [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_result_writer.py | 117 fs = self._port._filesystem 118 output_filename = fs.join(self._root_output_dir, self._testname) 119 self._port.maybe_make_directory(fs.dirname(output_filename)) 133 fs = self._port._filesystem 134 output_filename = fs.join(self._root_output_dir, self._testname) 135 return fs.splitext(output_filename)[0] + modifier 154 fs = self._port._filesystem 156 fs.write_binary_file(actual_filename, output) 158 fs.write_binary_file(expected_filename, expected) 161 fs = self._port._filesyste [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test_files_unittest.py | 64 fs = port._filesystem 65 self.assertTrue(test_files._is_test_file(fs, '', 'foo.html')) 66 self.assertTrue(test_files._is_test_file(fs, '', 'foo.shtml')) 67 self.assertFalse(test_files._is_test_file(fs, '', 'foo.png')) 68 self.assertFalse(test_files._is_test_file(fs, '', 'foo-expected.html')) 69 self.assertFalse(test_files._is_test_file(fs, '', 'foo-expected-mismatch.html'))
|