/external/valgrind/VEX/priv/ |
guest_mips_helpers.c | [all...] |
/external/valgrind/include/vki/ |
vki-xen-x86.h | 77 vki_uint16_t fs, _pad4; member in struct:vki_xen_cpu_user_regs 108 vki_uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */ member in struct:vki_xen_cpu_user_regs
|
/external/webrtc/webrtc/base/ |
fileutils.cc | 270 FileStream* fs = Filesystem::OpenFile(pathname, "w"); local 271 delete fs;
|
proxydetect.cc | 437 scoped_ptr<FileStream> fs(Filesystem::OpenFile(path, "r")); 438 if (!fs) { 444 while (fs->ReadLine(&line) == SR_SUCCESS) { 472 fs->Close(); 502 scoped_ptr<FileStream> fs(Filesystem::OpenFile(filename, "r")); 503 if (!fs) { 509 while (fs->ReadLine(&line) == SR_SUCCESS) { 540 fs->Close(); [all...] |
/external/webrtc/webrtc/tools/rtcbot/ |
botmanager.js | 12 var fs = require('fs'); variable 71 key: fs.readFileSync('configurations/priv.pem', 'utf8'), 72 cert: fs.readFileSync('configurations/cert.crt', 'utf8')
|
/frameworks/compile/mclinker/include/mcld/ |
IRBuilder.h | 88 const sys::fs::Path& pPath, 105 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
|
/frameworks/compile/mclinker/unittests/ |
FactoriesTest.cpp | 182 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive); 198 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive);
|
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/ |
h3lis331dl.h | 233 * REG4 FS (full scale) bits 311 * @param fs FullScale: one of the FS_BITS_T values 315 FS_BITS_T fs=FS_100); 354 * @param fs One of the FS_BITS_T values 357 bool setFullScale(FS_BITS_T fs);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_strtod.py | 95 fs = float(s) 101 got = fs.hex()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_strtod.py | 95 fs = float(s) 101 got = fs.hex()
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_darwin_386.go | 239 fs uint64 296 fs floatstate64 314 fs uint32 363 fs floatstate32
|
defs_darwin_amd64.go | 241 fs uint64 298 fs floatstate64 317 fs uint32 366 fs floatstate32
|
signal_dragonfly_amd64.go | 36 func (c *sigctxt) fs() uint64 { return uint64(c.regs().mc_ss) } func
|
signal_freebsd_386.go | 26 func (c *sigctxt) fs() uint32 { return uint32(c.regs().mc_fs) } func
|
signal_freebsd_amd64.go | 36 func (c *sigctxt) fs() uint64 { return uint64(c.regs().mc_fs) } func
|
signal_nacl_386.go | 26 func (c *sigctxt) fs() uint32 { return ^uint32(0) } func
|
signal_nacl_amd64p32.go | 36 func (c *sigctxt) fs() uint64 { return ^uint64(0) } func
|
signal_netbsd_386.go | 26 func (c *sigctxt) fs() uint32 { return uint32(c.regs().__gregs[_REG_FS]) } func
|
signal_openbsd_386.go | 29 func (c *sigctxt) fs() uint32 { return c.regs().sc_fs } func
|
signal_openbsd_amd64.go | 37 func (c *sigctxt) fs() uint64 { return c.regs().sc_fs } func
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_darwin_386.go | 239 fs uint64 296 fs floatstate64 314 fs uint32 363 fs floatstate32
|
defs_darwin_amd64.go | 241 fs uint64 298 fs floatstate64 317 fs uint32 366 fs floatstate32
|
signal_dragonfly_amd64.go | 36 func (c *sigctxt) fs() uint64 { return uint64(c.regs().mc_ss) } func
|
signal_freebsd_386.go | 26 func (c *sigctxt) fs() uint32 { return uint32(c.regs().mc_fs) } func
|
signal_freebsd_amd64.go | 36 func (c *sigctxt) fs() uint64 { return uint64(c.regs().mc_fs) } func
|