HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 276 - 300 of 1835) sorted by null

<<11121314151617181920>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java 20 package de.waldheinz.fs;
FileSystem.java 20 package de.waldheinz.fs;
FsFile.java 20 package de.waldheinz.fs;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DirectoryFullException.java 19 package de.waldheinz.fs.fat;
  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 39 ext2_filsys fs; member in struct:ext2_struct_dblist
83 extern int ext2fs_process_dir_block(ext2_filsys fs,
98 extern void ext2fs_numeric_progress_init(ext2_filsys fs,
101 extern void ext2fs_numeric_progress_update(ext2_filsys fs,
104 extern void ext2fs_numeric_progress_close(ext2_filsys fs,
112 extern errcode_t ext2fs_alloc_generic_bmap(ext2_filsys fs, errcode_t magic,
145 extern int ext2fs_file_block_offset_too_big(ext2_filsys fs,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 52 virtual void usage_info( format_stream& fs ) const;
103 virtual void usage_info( format_stream& fs ) const
105 fs << BOOST_RT_PARAM_LITERAL( '{' );
106 m_primary.usage_info( fs );
107 fs << BOOST_RT_PARAM_LITERAL( '|' );
108 m_secondary.usage_info( fs );
109 fs << BOOST_RT_PARAM_LITERAL( '}' );
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 52 const sys::fs::Path& pPath,
57 const sys::fs::Path& pPath,
70 const sys::fs::Path& path() const
73 void setPath(const sys::fs::Path& pPath)
132 sys::fs::Path m_Path;
CommandAction.h 30 explicit InputFileAction(unsigned int pPosition, const sys::fs::Path &pPath);
32 const sys::fs::Path& path() const { return m_Path; }
37 sys::fs::Path m_Path;
61 BitcodeAction(unsigned int pPosition, const sys::fs::Path &pPath);
63 const sys::fs::Path& path() const { return m_Path; }
68 sys::fs::Path m_Path;
  /system/core/libpixelflinger/codeflinger/
blending.cpp 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA)
75 fs = GGL_ONE;
76 const int blending = blending_codes(fs, fd);
101 (fs==GGL_DST_COLOR && fd==GGL_ONE_MINUS_DST_COLOR) ||
102 (fs==GGL_SRC_COLOR && fd==GGL_ONE_MINUS_SRC_COLOR) ||
103 (fs==GGL_DST_ALPHA && fd==GGL_ONE_MINUS_DST_ALPHA) ||
104 (fs==GGL_SRC_ALPHA && fd==GGL_ONE_MINUS_SRC_ALPHA);
107 (fs==GGL_ONE_MINUS_DST_COLOR && fd==GGL_DST_COLOR) ||
108 (fs==GGL_ONE_MINUS_SRC_COLOR && fd==GGL_SRC_COLOR) ||
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 31 static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino,
47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
64 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH))
67 while (offset < fs->blocksize) {
69 errcode = ext2fs_get_rec_len(fs, dirent, &rec_len);
76 if (((offset + rec_len) > fs->blocksize) ||
88 thislen, fs->super->s_hash_seed,
108 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
114 static void htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino,
147 htree_dump_int_block(fs, ino, inode, rootnode
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 34 llvm::sys::fs::UniqueID UID;
39 llvm::sys::fs::file_type Type;
40 llvm::sys::fs::perms Perms;
46 Status() : Type(llvm::sys::fs::file_type::status_error) {}
47 Status(const llvm::sys::fs::file_status &Status);
48 Status(StringRef Name, StringRef RealName, llvm::sys::fs::UniqueID UID,
50 uint64_t Size, llvm::sys::fs::file_type Type,
51 llvm::sys::fs::perms Perms);
57 /// @name Status interface from llvm::sys::fs
59 llvm::sys::fs::file_type getType() const { return Type;
    [all...]
  /external/libexif/libexif/
exif-utils.c 30 unsigned int fs = exif_format_get_size (f); local
38 if (!b || !n || !fs) return;
43 s = exif_get_short (b + j * fs, o_orig);
44 exif_set_short (b + j * fs, o_new, s);
49 ss = exif_get_sshort (b + j * fs, o_orig);
50 exif_set_sshort (b + j * fs, o_new, ss);
55 l = exif_get_long (b + j * fs, o_orig);
56 exif_set_long (b + j * fs, o_new, l);
61 r = exif_get_rational (b + j * fs, o_orig);
62 exif_set_rational (b + j * fs, o_new, r)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_shader.c 50 struct sp_fragment_shader *fs,
54 struct pipe_shader_state *stipple_fs = NULL, *curfs = &fs->shader;
78 /* draw's fs state */
80 &fs->shader);
89 var->next = fs->variants;
90 fs->variants = var;
104 struct sp_fragment_shader *fs,
109 for (var = fs->variants; var; var = var->next) {
116 return create_fs_variant(sp, fs, key);
134 /* draw's fs state *
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 50 struct sp_fragment_shader *fs,
54 struct pipe_shader_state *stipple_fs = NULL, *curfs = &fs->shader;
78 /* draw's fs state */
80 &fs->shader);
89 var->next = fs->variants;
90 fs->variants = var;
104 struct sp_fragment_shader *fs,
109 for (var = fs->variants; var; var = var->next) {
116 return create_fs_variant(sp, fs, key);
134 /* draw's fs state *
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkit_finder.py 99 fs = self._filesystem
101 current_dir = fs.dirname(self._webkit_base)
103 if fs.exists(fs.join(current_dir, 'depot_tools', 'pylint.py')):
104 return fs.join(current_dir, 'depot_tools')
106 current_dir = fs.dirname(current_dir)
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 22 namespace fs { namespace in namespace:mcld::sys
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
86 mcld::sys::fs::Path m_Path;
91 mcld::sys::fs::PathCache m_Cache;
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 typedef mcld::sys::fs::PathCache DirCache;
147 } // namespace of fs
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 88 format_stream fs; local
90 fs << name << '=' << value;
95 putenv( const_cast<char*>( fs.str().c_str() ) );
125 format_stream fs;
127 fs << name << '=' << value;
132 wputenv( const_cast<wchar_t*>( fs.str().c_str() ) );
  /external/skia/gm/
fontmgr.cpp 72 SkFontStyle fs; variable
73 set->getStyle(j, &fs, &sname);
74 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
123 SkFontStyle fs; local
124 fset->getStyle(j, &fs, &sname);
126 sname.appendf(" [%d %d]", fs.weight(), fs.width());
141 SkFontStyle fs(weight, width, SkFontStyle::kUpright_Slant)
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 61 * @C conflicts with some other fs block
117 N_("Cconflicts with some other fs @b"),
196 static void print_pathname(FILE *f, ext2_filsys fs, ext2_ino_t dir,
207 if (fs)
208 retval = ext2fs_get_pathname(fs, dir, ino, &path);
209 if (!fs || retval)
265 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch,
297 if (fs->super->s_feature_ro_compat &
318 fprintf(f, "%llu", ext2fs_file_acl_block(fs, inode));
359 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch
526 ext2_filsys fs = ctx->fs; local
    [all...]
  /build/tools/atree/
Android.mk 11 fs.cpp
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.h 25 Error CreateFsNode(Filesystem* fs);
26 Error DestroyFsNode(Filesystem* fs);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_node.cc 18 StreamNode::StreamNode(Filesystem* fs)
19 : Node(fs), read_timeout_(-1), write_timeout_(-1), stream_state_flags_(0) {
  /external/chromium_org/third_party/angle/samples/angle/hello_triangle/
HelloTriangle.cpp 38 const std::string fs = SHADER_SOURCE local
47 mProgram = CompileProgram(vs, fs);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
noise_suppression.c 37 int WebRtcNs_Init(NsHandle* NS_inst, uint32_t fs) {
38 return WebRtcNs_InitCore((NSinst_t*) NS_inst, fs);
noise_suppression_x.c 40 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs) {
41 return WebRtcNsx_InitCore((NsxInst_t*)nsxInst, fs);

Completed in 1185 milliseconds

<<11121314151617181920>>