/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 20 using llvm::sys::fs::mapped_file_region; 32 sys::fs::remove(Twine(TempPath), Existed); 40 sys::fs::file_status Stat; 41 error_code EC = sys::fs::status(FilePath, Stat); 43 case sys::fs::file_type::file_not_found: 46 case sys::fs::file_type::regular_file: { 48 // FIXME: There is no sys::fs:: api for checking this. 61 EC = sys::fs::remove(FilePath, Existed); 65 unsigned Mode = sys::fs::all_read | sys::fs::all_write [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/ |
texture_builtins.py | 140 def end_function(fs, name): 142 fs[name] = sys.stdout.getvalue(); 150 def generate_texture_functions(fs): 166 end_function(fs, "textureSize") 194 end_function(fs, "texture") 215 end_function(fs, "textureProj") 227 end_function(fs, "textureLod") 238 end_function(fs, "textureLodOffset") 260 end_function(fs, "textureOffset") 270 end_function(fs, "texelFetch" [all...] |
/external/mesa3d/src/glsl/builtins/tools/ |
texture_builtins.py | 140 def end_function(fs, name): 142 fs[name] = sys.stdout.getvalue(); 150 def generate_texture_functions(fs): 166 end_function(fs, "textureSize") 194 end_function(fs, "texture") 215 end_function(fs, "textureProj") 227 end_function(fs, "textureLod") 238 end_function(fs, "textureLodOffset") 260 end_function(fs, "textureOffset") 270 end_function(fs, "texelFetch" [all...] |
/external/genext2fs/ |
genext2fs.c | 21 // 6 Jun 2000 Bugfix: fs size multiple of 8 240 #define GRP_NBGROUPS(fs) \ 241 (((fs)->sb.s_blocks_count - fs->sb.s_first_data_block + \ 242 (fs)->sb.s_blocks_per_group - 1) / (fs)->sb.s_blocks_per_group) 245 #define GRP_GET_GROUP_BBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_block_bitmap) ) 248 #define GRP_GET_GROUP_IBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_inode_bitmap) 1963 filesystem *fs; local 2134 filesystem *fs; local 2537 filesystem *fs; local [all...] |
/external/e2fsprogs/misc/ |
e2freefrag.c | 51 void init_chunk_info(ext2_filsys fs, struct chunk_info *info) 55 info->blocksize_bits = ul_log2((unsigned long)fs->blocksize); 92 void scan_block_bitmap(ext2_filsys fs, struct chunk_info *info) 94 unsigned long long blocks_count = fs->super->s_blocks_count; 119 blk = fs->super->s_first_data_block; 122 used = ext2fs_fast_test_block_bitmap(fs->block_map, 142 errcode_t get_chunk_info(ext2_filsys fs, struct chunk_info *info) 150 scan_block_bitmap(fs, info); 153 fs->super->s_blocks_count, fs->super->s_free_blocks_count 259 ext2_filsys fs = NULL; local [all...] |
util.h | 25 extern unsigned int figure_journal_size(int size, ext2_filsys fs); 26 extern void print_check_message(ext2_filsys fs);
|
tune2fs.c | 154 static void remove_journal_device(ext2_filsys fs) 168 uuid_unparse(fs->super->s_journal_uuid, buf); 173 ext2fs_find_block_device(fs->super->s_journal_dev); 187 fs->blocksize, io_ptr, &jfs); 216 if (memcmp(fs->super->s_uuid, 245 fs->super->s_journal_dev = 0; 246 uuid_clear(fs->super->s_journal_uuid); 247 ext2fs_mark_super_dirty(fs); 253 static int release_blocks_proc(ext2_filsys fs, blk_t *blocknr, 261 ext2fs_unmark_block_bitmap(fs->block_map, block) 1587 ext2_filsys fs; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_fs.h | 80 static INLINE boolean r300_fragment_shader_writes_depth(struct r300_fragment_shader *fs) 82 if (!fs) 84 return (fs->shader->code.writes_depth) ? TRUE : FALSE; 87 static INLINE boolean r300_fragment_shader_writes_all(struct r300_fragment_shader *fs) 89 if (!fs) 91 return (fs->shader->write_all) ? TRUE : FALSE;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.h | 80 static INLINE boolean r300_fragment_shader_writes_depth(struct r300_fragment_shader *fs) 82 if (!fs) 84 return (fs->shader->code.writes_depth) ? TRUE : FALSE; 87 static INLINE boolean r300_fragment_shader_writes_all(struct r300_fragment_shader *fs) 89 if (!fs) 91 return (fs->shader->write_all) ? TRUE : FALSE;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
RealPath.h | 19 namespace fs { namespace in namespace:mcld::sys 45 } // namespace of fs 55 struct less<mcld::sys::fs::RealPath> : public binary_function< 56 mcld::sys::fs::RealPath, 57 mcld::sys::fs::RealPath, 60 bool operator() (const mcld::sys::fs::RealPath& pX, 61 const mcld::sys::fs::RealPath& pY) const {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/detail/ |
argument_value_usage.hpp | 48 argument_value_usage( format_stream& fs, long, T* = 0 ) 50 fs << BOOST_RT_PARAM_CSTRING_LITERAL( "<value>" ); 58 argument_value_usage( format_stream& fs, int, std::list<T>* = 0 ) 60 fs << BOOST_RT_PARAM_CSTRING_LITERAL( "(<value1>, ..., <valueN>)" ); 67 argument_value_usage( format_stream& fs, int, bool* = 0 ) 69 fs << BOOST_RT_PARAM_CSTRING_LITERAL( "yes|y|no|n" );
|
/external/e2fsprogs/lib/ext2fs/ |
i_block.c | 29 errcode_t ext2fs_iblk_add_blocks(ext2_filsys fs, struct ext2_inode *inode, 34 if (!(fs->super->s_feature_ro_compat & 37 num_blocks *= fs->blocksize / 512; 41 if (fs->super->s_feature_ro_compat & 51 errcode_t ext2fs_iblk_sub_blocks(ext2_filsys fs, struct ext2_inode *inode, 56 if (!(fs->super->s_feature_ro_compat & 59 num_blocks *= fs->blocksize / 512; 66 if (fs->super->s_feature_ro_compat & 75 errcode_t ext2fs_iblk_set(ext2_filsys fs, struct ext2_inode *inode, blk64_t b) 77 if (!(fs->super->s_feature_ro_compat [all...] |
newdir.c | 28 errcode_t ext2fs_new_dir_block(ext2_filsys fs, ext2_ino_t dir_ino, 37 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); 39 retval = ext2fs_get_mem(fs->blocksize, &buf); 42 memset(buf, 0, fs->blocksize); 45 retval = ext2fs_set_rec_len(fs, fs->blocksize, dir); 50 if (fs->super->s_feature_incompat & 59 rec_len = fs->blocksize - EXT2_DIR_REC_LEN(1); 66 retval = ext2fs_set_rec_len(fs, rec_len, dir);
|
dirblock.c | 22 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, 31 retval = io_channel_read_blk(fs->io, block, 1, buf); 36 end = (char *) buf + fs->blocksize; 49 if ((retval = ext2fs_get_rec_len(fs, dirent, &rec_len)) != 0) 61 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, 64 return ext2fs_read_dir_block2(fs, block, buf, 0); 68 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, 78 retval = ext2fs_get_mem(fs->blocksize, &buf); 81 memcpy(buf, inbuf, fs->blocksize); 83 end = buf + fs->blocksize [all...] |
ext2fs.h | 213 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); 214 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino); 215 errcode_t (*write_bitmaps)(ext2_filsys fs); 216 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino, 218 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino, 246 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal, 248 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse); 563 extern errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, int mode, 565 extern errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, 567 extern errcode_t ext2fs_get_free_blocks(ext2_filsys fs, blk_t start [all...] |
/frameworks/compile/mclinker/include/mcld/ |
BitcodeOption.h | 33 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } 35 const sys::fs::Path& getPath() const { return m_Path; } 42 sys::fs::Path m_Path;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
jmpcall.asm | 12 jmp %fs:label 13 jmp *%fs:label
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/ |
rdbuf.pass.cpp | 25 std::ofstream fs(temp.c_str()); 26 std::filebuf* fb = fs.rdbuf(); 31 std::wofstream fs(temp.c_str()); 32 std::wfilebuf* fb = fs.rdbuf();
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
ProgramCache.cpp | 124 Formatter fs; local 126 fs << "#extension GL_OES_EGL_image_external : require"; 130 fs << "precision mediump float;"; 133 fs << "uniform samplerExternalOES sampler;" 136 fs << "uniform sampler2D sampler;" 139 fs << "uniform vec4 color;"; 142 fs << "uniform float alphaPlane;"; 145 fs << "uniform mat4 colorMatrix;"; 147 fs << "void main(void) {" << indent; 149 fs << "gl_FragColor = texture2D(sampler, outTexCoords);" 189 String8 fs = generateFragmentShader(needs); local [all...] |
/external/e2fsprogs/resize/ |
main.c | 100 static void determine_fs_stride(ext2_filsys fs) 107 if (fs->stride) 110 for (group = 0; group < fs->group_desc_count; group++) { 111 has_sb = ext2fs_bg_has_super(fs, group); 114 b_stride = fs->group_desc[group].bg_block_bitmap - 115 fs->group_desc[group-1].bg_block_bitmap - 116 fs->super->s_blocks_per_group; 117 i_stride = fs->group_desc[group].bg_inode_bitmap - 118 fs->group_desc[group-1].bg_inode_bitmap - 119 fs->super->s_blocks_per_group 152 ext2_filsys fs; local [all...] |
/external/llvm/lib/Object/ |
Binary.cpp | 50 sys::fs::file_magic type = sys::fs::identify_magic(Source->getBuffer()); 53 case sys::fs::file_magic::archive: { 59 case sys::fs::file_magic::elf_relocatable: 60 case sys::fs::file_magic::elf_executable: 61 case sys::fs::file_magic::elf_shared_object: 62 case sys::fs::file_magic::elf_core: { 70 case sys::fs::file_magic::macho_object: 71 case sys::fs::file_magic::macho_executable: 72 case sys::fs::file_magic::macho_fixed_virtual_memory_shared_lib [all...] |
/external/e2fsprogs/e2fsck/ |
super.c | 56 static int release_inode_block(ext2_filsys fs, 79 if ((blk < fs->super->s_first_data_block) || 80 (blk >= fs->super->s_blocks_count)) { 87 if (!ext2fs_test_block_bitmap(fs->block_map, blk)) { 106 pb->errcode = io_channel_read_blk(fs->io, blk, 1, 111 limit = fs->blocksize >> 2; 128 pb->errcode = io_channel_read_blk(fs->io, blk, 1, 133 fs->blocksize - pb->truncate_offset); 134 pb->errcode = io_channel_write_blk(fs->io, blk, 1, 144 ext2fs_block_alloc_stats(fs, blk, -1) 158 ext2_filsys fs = ctx->fs; local 226 ext2_filsys fs = ctx->fs; local 309 ext2_filsys fs = ctx->fs; local 456 ext2_filsys fs = ctx->fs; local 901 ext2_filsys fs = ctx->fs; local [all...] |
/frameworks/compile/mclinker/lib/Core/ |
LinkerScript.cpp | 24 const mcld::sys::fs::Path& LinkerScript::sysroot() const 29 void LinkerScript::setSysroot(const mcld::sys::fs::Path &pSysroot)
|
/frameworks/compile/mclinker/unittests/ |
DirIteratorTest.h | 16 namespace fs { namespace in namespace:mcld::sys 46 mcld::sys::fs::Directory *m_pDir;
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FileSystemFactory.java | 19 package de.waldheinz.fs; 21 import de.waldheinz.fs.fat.FatFileSystem;
|