/external/opencv3/samples/cpp/ |
3calibration.cpp | 162 FileStorage fs(filename, FileStorage::READ); 163 if( !fs.isOpened() ) 165 FileNode n = fs.getFirstTopLevelNode(); 257 FileStorage fs; local 301 fs.open(outputFilename, FileStorage::WRITE); 303 fs << "cameraMatrix1" << cameraMatrix[0]; 304 fs << "cameraMatrix2" << cameraMatrix[1]; 305 fs << "cameraMatrix3" << cameraMatrix[2]; 307 fs << "distCoeffs1" << distCoeffs[0]; 308 fs << "distCoeffs2" << distCoeffs[1] [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_unittest.py | 73 def fs(self): member in class:TestCase 74 return self._stubber.fs 127 self.fs = None 171 self.fs = fake_filesystem.FakeFilesystem() 172 self.fake_os = fake_filesystem.FakeOsModule(self.fs) 173 self.fake_glob = fake_filesystem_glob.FakeGlobModule(self.fs) 175 self.fake_shutil = fake_filesystem_shutil.FakeShutilModule(self.fs) 176 self.fake_tempfile_ = fake_tempfile.FakeTempfileModule(self.fs) 177 self.fake_open = fake_filesystem.FakeFileOpen(self.fs) 212 globs['os'] = fake_filesystem.FakeOsModule(self.fs) [all...] |
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_unittest.py | 77 def fs(self): member in class:TestCase 78 return self._stubber.fs 133 self.fs = None 179 self.fs = fake_filesystem.FakeFilesystem() 180 self.fake_os = fake_filesystem.FakeOsModule(self.fs) 181 self.fake_glob = fake_filesystem_glob.FakeGlobModule(self.fs) 183 self.fake_shutil = fake_filesystem_shutil.FakeShutilModule(self.fs) 184 self.fake_tempfile_ = fake_tempfile.FakeTempfileModule(self.fs) 185 self.fake_open = fake_filesystem.FakeFileOpen(self.fs) 220 globs['os'] = fake_filesystem.FakeOsModule(self.fs) [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/v8/src/mips/ |
assembler-mips.h | 814 void sel(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft); 815 void sel_s(FPURegister fd, FPURegister fs, FPURegister ft); 816 void sel_d(FPURegister fd, FPURegister fs, FPURegister ft); 818 void seleqz(SecondaryField fmt, FPURegister fd, FPURegister fs, 821 void selnez(SecondaryField fmt, FPURegister fd, FPURegister fs, 823 void seleqz_d(FPURegister fd, FPURegister fs, FPURegister ft); 824 void seleqz_s(FPURegister fd, FPURegister fs, FPURegister ft); 825 void selnez_d(FPURegister fd, FPURegister fs, FPURegister ft); 826 void selnez_s(FPURegister fd, FPURegister fs, FPURegister ft); 828 void movz_s(FPURegister fd, FPURegister fs, Register rt) [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-trace/catapult/third_party/vinn/third_party/parse5/benchmark/ |
index.js | 5 fs = require('fs'); 7 var testHtml = fs.readFileSync(path.join(__dirname, './spec.html')).toString(),
|
/external/chromium-trace/catapult/tracing/tracing/ |
index.js | 6 var fs = require('fs'); variable 9 var catapultPath = fs.realpathSync(path.join(__dirname, '..', '..'));
|
/frameworks/compile/mclinker/include/mcld/MC/ |
CommandAction.h | 30 InputFileAction(unsigned int pPosition, const sys::fs::Path& pPath); 34 const sys::fs::Path& path() const { return m_Path; } 39 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;
|
/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/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...] |
/external/v8/src/mips64/ |
assembler-mips64.cc | 996 FPURegister fs, 999 DCHECK(fd.is_valid() && fs.is_valid() && ft.is_valid()); 1000 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift) 1009 FPURegister fs, 1012 DCHECK(fd.is_valid() && fr.is_valid() && fs.is_valid() && ft.is_valid()); 1014 | (fs.code() << kFsShift) | (fd.code() << kFdShift) | func; 1022 FPURegister fs, 1025 DCHECK(fd.is_valid() && fs.is_valid() && rt.is_valid()); 1027 | (fs.code() << kFsShift) | (fd.code() << kFdShift) | func; 1035 FPUControlRegister fs, [all...] |
/build/tools/atree/ |
Android.mk | 11 fs.cpp
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/ |
named_entity_trie_generator.js | 1 var fs = require('fs'), variable 4 var fileData = fs.readFileSync(path.join(__dirname, 'entities.json')).toString(), 46 fs.writeFileSync(path.join(__dirname, '../lib/tokenization/named_entity_trie.js'), outData);
|
/external/llvm/include/llvm/Object/ |
ArchiveWriter.h | 38 llvm::ErrorOr<int> getFD(sys::fs::file_status &NewStatus) const; 39 const sys::fs::file_status &getStatus() const;
|
/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 80 FileOutputBuffer(std::unique_ptr<llvm::sys::fs::mapped_file_region> R, 83 std::unique_ptr<llvm::sys::fs::mapped_file_region> Region;
|
/external/opencv3/modules/features2d/src/ |
akaze.cpp | 218 void write(FileStorage& fs) const 220 fs << "descriptor" << descriptor; 221 fs << "descriptor_channels" << descriptor_channels; 222 fs << "descriptor_size" << descriptor_size; 223 fs << "threshold" << threshold; 224 fs << "octaves" << octaves; 225 fs << "sublevels" << sublevels; 226 fs << "diffusivity" << diffusivity;
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
noise_suppression.c | 30 int WebRtcNs_Init(NsHandle* NS_inst, uint32_t fs) { 31 return WebRtcNs_InitCore((NoiseSuppressionC*)NS_inst, fs);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileOutputBuffer.h | 59 FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion, 62 std::unique_ptr<llvm::sys::fs::mapped_file_region> m_pRegion;
|
raw_ostream.h | 32 llvm::sys::fs::OpenFlags pFlags = llvm::sys::fs::F_None);
|
/frameworks/compile/mclinker/lib/Core/ |
LinkerScript.cpp | 22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { 26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) {
|
/frameworks/compile/mclinker/lib/MC/ |
InputFactory.cpp | 34 const sys::fs::Path& pPath, 47 new (result) Input(pName, sys::fs::Path(pPath), *m_pLast, pType, pFileOffset);
|
SearchDirs.cpp | 34 SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) : m_SysRoot(pSysRoot) { 66 bool SearchDirs::insert(const sys::fs::Path& pPath) { 70 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, 107 if (mcld::sys::fs::detail::shared_library_extension == 121 mcld::sys::fs::detail::static_library_extension == 135 const mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, 172 if (mcld::sys::fs::detail::shared_library_extension == 186 mcld::sys::fs::detail::static_library_extension ==
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
split_x32_1.s | 8 cmp %fs:0x40,%esp 22 cmp %fs:0x40,%r10d
|
split_x32_2.s | 8 cmp %fs:0x40,%esp 22 cmp %fs:0x40,%r10d
|