Searched refs:fs (Results 276 - 300 of 927) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Support/
H A DMemoryBuffer.cpp168 /// \brief Memory maps a file descriptor using sys::fs::mapped_file_region.
172 sys::fs::mapped_file_region MFR;
175 return Offset & ~(sys::fs::mapped_file_region::alignment() - 1);
189 : MFR(FD, false, sys::fs::mapped_file_region::readonly,
252 std::error_code EC = sys::fs::openFileForRead(Filename, FD);
290 sys::fs::file_status Status;
291 if (sys::fs::status(FD, Status))
322 sys::fs::file_status Status;
323 std::error_code EC = sys::fs::status(FD, Status);
330 sys::fs
[all...]
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h873 FPURegister fs, uint8_t sel);
876 FPURegister fs);
879 FPURegister fs);
892 void swc1(FPURegister fs, const MemOperand& dst);
893 void sdc1(FPURegister fs, const MemOperand& dst);
895 void mtc1(Register rt, FPURegister fs);
896 void mthc1(Register rt, FPURegister fs);
897 void dmtc1(Register rt, FPURegister fs);
899 void mfc1(Register rt, FPURegister fs);
900 void mfhc1(Register rt, FPURegister fs);
[all...]
H A Dassembler-mips64.cc879 FPURegister fs,
882 DCHECK(fd.is_valid() && fs.is_valid() && ft.is_valid());
883 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift)
892 FPURegister fs,
895 DCHECK(fd.is_valid() && fr.is_valid() && fs.is_valid() && ft.is_valid());
897 | (fs.code() << kFsShift) | (fd.code() << kFdShift) | func;
905 FPURegister fs,
908 DCHECK(fd.is_valid() && fs.is_valid() && rt.is_valid());
910 | (fs.code() << kFsShift) | (fd.code() << kFdShift) | func;
918 FPUControlRegister fs,
876 GenInstrRegister(Opcode opcode, SecondaryField fmt, FPURegister ft, FPURegister fs, FPURegister fd, SecondaryField func) argument
889 GenInstrRegister(Opcode opcode, FPURegister fr, FPURegister ft, FPURegister fs, FPURegister fd, SecondaryField func) argument
902 GenInstrRegister(Opcode opcode, SecondaryField fmt, Register rt, FPURegister fs, FPURegister fd, SecondaryField func) argument
915 GenInstrRegister(Opcode opcode, SecondaryField fmt, Register rt, FPUControlRegister fs, SecondaryField func) argument
2116 sel(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs, uint8_t sel) argument
2136 seleqz(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs) argument
2156 selnez(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs) argument
2226 mtc1(Register rt, FPURegister fs) argument
2231 mthc1(Register rt, FPURegister fs) argument
2236 dmtc1(Register rt, FPURegister fs) argument
2241 mfc1(Register rt, FPURegister fs) argument
2246 mfhc1(Register rt, FPURegister fs) argument
2251 dmfc1(Register rt, FPURegister fs) argument
2256 ctc1(Register rt, FPUControlRegister fs) argument
2261 cfc1(Register rt, FPUControlRegister fs) argument
2277 add_d(FPURegister fd, FPURegister fs, FPURegister ft) argument
2282 sub_d(FPURegister fd, FPURegister fs, FPURegister ft) argument
2287 mul_d(FPURegister fd, FPURegister fs, FPURegister ft) argument
2292 madd_d(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft) argument
2298 div_d(FPURegister fd, FPURegister fs, FPURegister ft) argument
2303 abs_d(FPURegister fd, FPURegister fs) argument
2308 mov_d(FPURegister fd, FPURegister fs) argument
2313 neg_d(FPURegister fd, FPURegister fs) argument
2318 sqrt_d(FPURegister fd, FPURegister fs) argument
2325 cvt_w_s(FPURegister fd, FPURegister fs) argument
2330 cvt_w_d(FPURegister fd, FPURegister fs) argument
2335 trunc_w_s(FPURegister fd, FPURegister fs) argument
2340 trunc_w_d(FPURegister fd, FPURegister fs) argument
2345 round_w_s(FPURegister fd, FPURegister fs) argument
2350 round_w_d(FPURegister fd, FPURegister fs) argument
2355 floor_w_s(FPURegister fd, FPURegister fs) argument
2360 floor_w_d(FPURegister fd, FPURegister fs) argument
2365 ceil_w_s(FPURegister fd, FPURegister fs) argument
2370 ceil_w_d(FPURegister fd, FPURegister fs) argument
2375 cvt_l_s(FPURegister fd, FPURegister fs) argument
2381 cvt_l_d(FPURegister fd, FPURegister fs) argument
2387 trunc_l_s(FPURegister fd, FPURegister fs) argument
2393 trunc_l_d(FPURegister fd, FPURegister fs) argument
2399 round_l_s(FPURegister fd, FPURegister fs) argument
2404 round_l_d(FPURegister fd, FPURegister fs) argument
2409 floor_l_s(FPURegister fd, FPURegister fs) argument
2414 floor_l_d(FPURegister fd, FPURegister fs) argument
2419 ceil_l_s(FPURegister fd, FPURegister fs) argument
2424 ceil_l_d(FPURegister fd, FPURegister fs) argument
2429 min(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs) argument
2437 mina(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs) argument
2445 max(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs) argument
2453 maxa(SecondaryField fmt, FPURegister fd, FPURegister ft, FPURegister fs) argument
2461 cvt_s_w(FPURegister fd, FPURegister fs) argument
2466 cvt_s_l(FPURegister fd, FPURegister fs) argument
2472 cvt_s_d(FPURegister fd, FPURegister fs) argument
2477 cvt_d_w(FPURegister fd, FPURegister fs) argument
2482 cvt_d_l(FPURegister fd, FPURegister fs) argument
2488 cvt_d_s(FPURegister fd, FPURegister fs) argument
2494 cmp(FPUCondition cond, SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft) argument
2519 c(FPUCondition cond, SecondaryField fmt, FPURegister fs, FPURegister ft, uint16_t cc) argument
[all...]
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac_unittest.cc130 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate()); local
131 int samples_per_packet = fs / 100;
134 CHANNEL_LAYOUT_STEREO, fs, 16, samples_per_packet),
143 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate()); local
144 int samples_per_packet = fs / 100;
147 channel_layout, fs, 16, samples_per_packet),
297 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate()); local
302 fprintf(stderr, " Sample rate: %d\n", fs);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_node.cc22 PipeNode::PipeNode(Filesystem* fs) argument
23 : StreamNode(fs), pipe_(new PipeEventEmitter(kDefaultPipeSize)) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dpatchreader_unittest.py94 fs = MockFileSystem()
100 self._patch_checker.check(diff_text, fs)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi.h147 svga_translate_fragment_program( const struct svga_fragment_shader *fs,
151 svga_translate_vertex_program( const struct svga_vertex_shader *fs,
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_laplace.c48 int fs = (ft*(16384-decay))/(16384+decay); local
49 return fs+LAPLACE_MINP;
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.h53 uint32_t fs; member in struct:NSinst_t_
124 * - fs : Sampling frequency
132 int WebRtcNs_InitCore(NSinst_t* inst, uint32_t fs);
/external/chromium_org/third_party/webrtc/tools/rtcbot/
H A Dtest.js15 var fs = require('fs'); variable
81 var script = vm.createScript(fs.readFileSync(testfile), testfile);
/external/clang/lib/Analysis/
H A DFormatStringParsing.h58 const T &fs)
59 : FS(fs), Start(start), Stop(false) {}
57 SpecifierResult(const char *start, const T &fs) argument
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp32 namespace fs = boost::filesystem;
33 fs::path p;
/external/e2fsprogs/lib/ext2fs/
H A Dtst_fs_struct.c18 struct struct_ext2_filsys fs; variable in typeref:struct:struct_ext2_filsys
23 #define check_field(x) cur_offset = do_field(#x, sizeof(fs.x), \
H A Dextent.c53 ext2_filsys fs; member in struct:ext2_extent_handle
179 errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino, argument
182 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
185 errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, argument
194 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
197 if ((ino == 0) || (ino > fs->super->s_inodes_count))
206 handle->fs = fs;
212 retval = ext2fs_read_inode(fs, ino, handle->inode);
256 (EXT2_I_SIZE(handle->inode) + fs
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_laplace.c48 int fs = (ft*(16384-decay))/(16384+decay); local
49 return fs+LAPLACE_MINP;
/external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
H A DTestSingleQuoteInFilename.py56 with open('child_send.txt', 'r') as fs:
59 print fs.read()
/external/llvm/test/MC/X86/
H A Dindex-operations.s58 stosb %al, %fs:(%edi)
138 outsw %fs:(%esi), %dx
139 // 64: outsw %fs:(%esi), %dx # encoding: [0x66,0x64,0x67,0x6f]
140 // 32: outsw %fs:(%esi), %dx # encoding: [0x66,0x64,0x6f]
141 // 16: outsw %fs:(%esi), %dx # encoding: [0x64,0x67,0x6f]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.h147 svga_translate_fragment_program( const struct svga_fragment_shader *fs,
151 svga_translate_vertex_program( const struct svga_vertex_shader *fs,
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.h53 WebRtc_UWord32 fs; member in struct:NSinst_t_
122 * - fs : Sampling frequency
130 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs);
/external/opencv/cxcore/include/
H A Dcxcore.hpp69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) argument
70 { read( fs, mapname, imgname ); }
72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0) argument
73 { read( fs, seqname, idx ); }
120 bool read( CvFileStorage* fs, const char* mapname, const char* imgname );
121 bool read( CvFileStorage* fs, const char* seqname, int idx );
123 void write( CvFileStorage* fs, const char* imgname );
239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0) argument
240 { read( fs, mapname, matname ); }
242 CvMatrix( CvFileStorage* fs, cons argument
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc89 ScopedFilesystem fs; local
90 rtn = MountInternal("", "/dev", "dev", 0, NULL, false, &fs);
93 dev_fs_ = sdk_util::static_scoped_ref_cast<DevFs>(fs);
172 ScopedFilesystem fs; local
175 Error error = AcquireFsAndRelPath(path, &fs, &rel);
182 error = fs->OpenResource(rel, &node);
185 error = fs->Open(rel, O_RDONLY, &node);
192 ScopedKernelHandle handle(new KernelHandle(fs, node));
203 ScopedFilesystem fs; local
206 Error error = AcquireFsAndNode(path, open_flags, mode, &fs,
349 ScopedFilesystem fs; local
368 ScopedFilesystem fs; local
401 ScopedFilesystem fs; local
455 ScopedFilesystem fs; local
487 CreateFsNode(const ScopedFilesystem& fs) argument
494 ScopedFilesystem fs; local
715 ScopedFilesystem fs; local
748 ScopedFilesystem fs; local
784 ScopedFilesystem fs; local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DFontMgrTest.cpp99 SkFontStyle fs; local
100 set->getStyle(j, &fs, &sname);
108 fs.weight(), fs.width(), fs.isItalic());
/external/skia/tests/
H A DFontMgrTest.cpp99 SkFontStyle fs; local
100 set->getStyle(j, &fs, &sname);
108 fs.weight(), fs.width(), fs.isItalic());
/external/opencv/ml/src/
H A Dmlsvm.cpp1972 void CvSVM::write_params( CvFileStorage* fs )
1994 cvWriteString( fs, "svm_type", svm_type_str );
1996 cvWriteInt( fs, "svm_type", svm_type );
1999 cvStartWriteStruct( fs, "kernel", CV_NODE_MAP + CV_NODE_FLOW );
2002 cvWriteString( fs, "type", kernel_type_str );
2004 cvWriteInt( fs, "type", kernel_type );
2007 cvWriteReal( fs, "degree", params.degree );
2010 cvWriteReal( fs, "gamma", params.gamma );
2013 cvWriteReal( fs, "coef0", params.coef0 );
2015 cvEndWriteStruct(fs);
2039 write( CvFileStorage* fs, const char* name ) argument
2115 read_params( CvFileStorage* fs, CvFileNode* svm_node ) argument
2196 read( CvFileStorage* fs, CvFileNode* svm_node ) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py127 def filter_all(fs, dirpath, basename):
243 def __init__(self, fs, **kwargs):
245 self._filesystem = fs
246 self._directory_path = fs._mktemp(**kwargs)
247 fs.maybe_make_directory(self._directory_path)
262 return TemporaryDirectory(fs=self, **kwargs)
418 def __init__(self, fs, path):
419 self.fs = fs
422 self.fs
[all...]

Completed in 629 milliseconds

<<11121314151617181920>>