/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( '}' );
|
/external/e2fsprogs/e2fsck/ |
message.c | 61 * @C conflicts with some other fs block 116 N_("Cconflicts with some other fs @b"), 194 static void print_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino) 204 retval = ext2fs_get_pathname(fs, dir, ino, &path); 261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch, 295 if (fs->super->s_feature_ro_compat & 357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch, 377 if ((ext2fs_get_rec_len(fs, dirent, &rec_len) == 0) && 383 (void) ext2fs_get_rec_len(fs, dirent, &rec_len); 399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch 521 ext2_filsys fs = ctx->fs; local [all...] |
pass1b.c | 85 static int process_pass1b_block(ext2_filsys fs, blk_t *blocknr, 211 ext2_filsys fs = ctx->fs; local 219 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, 232 init_resource_track(&rtrack, ctx->fs->io); 234 print_resource_track(ctx, "Pass 1b", &rtrack, ctx->fs->io); 236 init_resource_track(&rtrack, ctx->fs->io); 238 print_resource_track(ctx, "Pass 1c", &rtrack, ctx->fs->io); 240 init_resource_track(&rtrack, ctx->fs->io); 242 print_resource_track(ctx, "Pass 1d", &rtrack, ctx->fs->io) 266 ext2_filsys fs = ctx->fs; local 407 ext2_filsys fs = ctx->fs; local 429 ext2_filsys fs = ctx->fs; local 594 ext2_filsys fs = ctx->fs; local 723 ext2_filsys fs = ctx->fs; local 815 ext2_filsys fs = ctx->fs; local [all...] |
/external/skia/tests/ |
FontMgrTest.cpp | 63 SkFontStyle fs; local 64 set->getStyle(j, &fs, &sname); 72 fs.weight(), fs.width(), fs.isItalic());
|
/frameworks/compile/mclinker/include/mcld/MC/ |
MCLDInput.h | 54 const sys::fs::Path& pPath, 59 const sys::fs::Path& pPath, 72 const sys::fs::Path& path() const 75 void setPath(const sys::fs::Path& pPath) 128 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/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 | 25 namespace fs { namespace in namespace:mcld::sys 36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter); 89 mcld::sys::fs::Path m_Path; 94 mcld::sys::fs::PathCache m_Cache; 110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter); 113 typedef mcld::sys::fs::PathCache DirCache; 150 } // namespace of fs
|
MemoryAreaFactory.h | 49 MemoryArea* produce(const sys::fs::Path& pPath, 53 MemoryArea* produce(const sys::fs::Path& pPath,
|
/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; 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...] |
/system/extras/fatblock/ |
import.c | 29 #include "fs.h" 95 static int import_file(struct fs *fs, char *path, struct imported *out) 131 ret = fs_alloc_extent(fs, &f->extent, 193 static int import_dir(struct fs *fs, char *path, int is_root, 267 import_file(fs, ch_path, &item->imp); 271 import_dir(fs, ch_path, 0, &item->imp); 295 ret = fs_alloc_extent(fs, &d->extent, d->size, EXTENT_TYPE_DIR, &out->first_cluster); 352 int import_tree(struct fs *fs, char *path [all...] |
/build/tools/atree/ |
Android.mk | 11 fs.cpp
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fsP.h | 37 ext2_filsys fs; member in struct:ext2_struct_dblist 81 extern int ext2fs_process_dir_block(ext2_filsys fs,
|
/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 83 FileOutputBuffer(llvm::sys::fs::mapped_file_region *R, 86 OwningPtr<llvm::sys::fs::mapped_file_region> Region;
|
FileUtilities.h | 55 sys::fs::remove(Filename.str(), existed); 66 sys::fs::remove(Filename.str(), existed);
|
/external/webrtc/src/modules/audio_processing/ns/ |
noise_suppression.c | 52 int WebRtcNs_Init(NsHandle* NS_inst, WebRtc_UWord32 fs) { 53 return WebRtcNs_InitCore((NSinst_t*) NS_inst, fs);
|
noise_suppression_x.c | 51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) { 52 return WebRtcNsx_InitCore((NsxInst_t*)nsxInst, fs);
|
/frameworks/compile/mclinker/lib/MC/ |
SearchDirs.cpp | 34 SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) 71 bool SearchDirs::insert(const sys::fs::Path& pPath) 76 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) 93 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) { 119 const mcld::sys::fs::Path* 137 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 150 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
|
/bionic/libc/kernel/common/linux/ |
highmem.h | 21 #include <linux/fs.h>
|
/cts/tests/tests/security/src/android/security/cts/ |
BannedFilesTest.java | 135 FileUtils.FileStatus fs = new FileUtils.FileStatus(); local 136 if (!FileUtils.getFileStatus(file, fs, false)) { 139 assertTrue("File \"" + file + "\" is setUID", (fs.mode & FileUtils.S_ISUID) == 0); 140 assertTrue("File \"" + file + "\" is setGID", (fs.mode & FileUtils.S_ISGID) == 0);
|
/development/ndk/platforms/android-3/include/linux/ |
highmem.h | 15 #include <linux/fs.h>
|