/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 218 FileStream fs; local 219 if (fs.Open("/proc/net/route", "r")) { 221 while (fs.ReadLine(&line) == SR_SUCCESS && gateway_ip == 0) {
|
/external/kernel-headers/original/asm-x86/ |
processor_32.h | 314 unsigned short fs, __fsh; member in struct:i386_hw_tss 354 unsigned long fs; member in struct:thread_struct 379 .fs = __KERNEL_PERCPU, \
|
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 63 CvFileStorage* fs = 0; local 69 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE )); 70 if( !fs ) 73 write( fs, name ? name : default_model_name ); 77 cvReleaseFileStorage( &fs ); 83 CvFileStorage* fs = 0; local 91 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_READ )); 92 if( !fs ) 96 model_node = cvGetFileNodeByName( fs, 0, name ); 99 CvFileNode* root = cvGetRootFileNode( fs ); [all...] |
/external/valgrind/main/include/vki/ |
vki-x86-linux.h | 236 unsigned short fs, __fsh; member in struct:vki_sigcontext 590 unsigned short fs, __fs, gs, __gs; member in struct:vki_user_regs_struct 841 unsigned short fs, __fsh; member in struct:vki_vm86_regs
|
vki-amd64-linux.h | 214 unsigned short fs; member in struct:vki_sigcontext 493 unsigned long ds,es,fs,gs; member in struct:vki_user_regs_struct
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test.py | 240 fs = filesystem_mock.MockFileSystem(files) 241 fs._tests = test_list 242 return fs
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 404 llvm::sys::fs::remove(it->TempFilename, existed); 411 if (llvm::error_code ec = llvm::sys::fs::rename(it->TempFilename, 417 llvm::sys::fs::remove(it->TempFilename, existed); 488 if ((llvm::sys::fs::exists(OutPath.str(), Exists) || !Exists) ||
|
/external/e2fsprogs/debugfs/ |
icheck.c | 33 static int icheck_proc(ext2_filsys fs EXT2FS_ATTR((unused)),
|
/external/grub/stage2/ |
fsys_ffs.c | 66 #include "fs.h" 74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
|
fsys_ufs2.c | 74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
|
/external/kernel-headers/original/linux/ |
inotify.h | 41 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */ 69 #include <linux/fs.h>
|
pagemap.h | 8 #include <linux/fs.h>
|
relay.h | 17 #include <linux/fs.h>
|
/external/kernel-headers/original/linux/nfsd/ |
xdr.h | 10 #include <linux/fs.h>
|
/external/yaffs2/yaffs2/ |
devextras.h | 259 #include <linux/fs.h>
|
yaffs_fs.c | 44 #include <linux/fs.h> 315 * Lookup is used to find objects in the fs 390 /* clear is called to tell the fs to release any per-inode data it holds */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
kvm.h | 108 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
SimpleSignatureTest.java | 108 Field[] fs = rClass.getFields(); local 109 for (Field f : fs) {
|
/external/llvm/test/MC/X86/ |
x86-32.s | 491 push %fs 492 // CHECK: pushl %fs 510 pushw %fs 511 // CHECK: pushw %fs
|
/external/e2fsprogs/e2fsck/ |
profile.c | 301 const char **fs; local 316 for (fs = files; !PROFILE_LAST_FILESPEC(*fs); fs++) { 317 retval = get_dirlist(*fs, &array); 331 strcmp(*fs, default_filename)) 334 retval = profile_open_file(*fs, &new_file); [all...] |
/external/clang/tools/scan-view/ |
ScanView.py | 726 fs = os.fstat(f.fileno()) 727 self.send_header("Content-Length", str(fs[6])) 728 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime)) 755 fs = os.fstat(f.fileno()) 759 return self.send_string(data, ctype, mtime=fs.st_mtime)
|
/external/openssl/crypto/err/ |
err.c | 863 const char *ls,*fs,*rs; local 871 fs=ERR_func_error_string(e); 876 if (fs == NULL) 882 fs?fs:fsbuf, rs?rs:rsbuf);
|
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 870 FilterStats fs = bs.filterStats.get(fc); local [all...] |
/hardware/invensense/mlsdk/mlutils/ |
mputest.c | 1161 float fs; local [all...] |
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 121 StatFs fs = new StatFs(mSDCardDirectory.getAbsolutePath()); local 122 long blocks = fs.getAvailableBlocks(); 123 long blockSize = fs.getBlockSize(); 179 StatFs fs = new StatFs(mSDCardDirectory.getAbsolutePath()); 181 return fs.getAvailableBlocks() > 1;
|