HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 1451 - 1475 of 2103) sorted by null

<<51525354555657585960>>

  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 39 fs *token.FileSet // Needed for printing.
60 fs := token.NewFileSet()
77 pkgs, err := parser.ParseDir(fs, pkg.Dir, include, parser.ParseComments)
110 fs: fs,
138 err := format.Node(&pkg.buf, pkg.fs, node)
155 format.Node(&formatBuf, pkg.fs, node)
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 39 fs *token.FileSet // Needed for printing.
60 fs := token.NewFileSet()
77 pkgs, err := parser.ParseDir(fs, pkg.Dir, include, parser.ParseComments)
110 fs: fs,
138 err := format.Node(&pkg.buf, pkg.fs, node)
155 format.Node(&formatBuf, pkg.fs, node)
  /external/e2fsprogs/e2fsck/
profile.c 304 const char **fs; local
319 for (fs = files; !PROFILE_LAST_FILESPEC(*fs); fs++) {
322 retval = get_dirlist(*fs, &array);
336 strcmp(*fs, default_filename))
339 retval = profile_open_file(*fs, &new_file);
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 36 #include <linux/fs.h>
1730 ext2_filsys fs = NULL; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 853 fs = "%s\n"
855 stream.write(fs % msg)
860 ufs = fs.decode(stream.encoding)
872 stream.write(fs % msg)
874 stream.write(fs % msg.encode("UTF-8"))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 853 fs = "%s\n"
855 stream.write(fs % msg)
860 ufs = fs.decode(stream.encoding)
872 stream.write(fs % msg)
874 stream.write(fs % msg.encode("UTF-8"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 853 fs = "%s\n"
855 stream.write(fs % msg)
860 ufs = fs.decode(stream.encoding)
872 stream.write(fs % msg)
874 stream.write(fs % msg.encode("UTF-8"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 853 fs = "%s\n"
855 stream.write(fs % msg)
860 ufs = fs.decode(stream.encoding)
872 stream.write(fs % msg)
874 stream.write(fs % msg.encode("UTF-8"))
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 2148 CFX_SizeF fs; local
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 232 fs = cgi_FieldStorage(fp=self.body_file,
238 fs = cgi_FieldStorage(fp=self.body_file,
243 fout = t.transcode_fs(fs, r._content_type_raw)
798 fs = cgi_FieldStorage(
803 vars = MultiDict.from_fieldstorage(fs)
805 fs = cgi_FieldStorage(
809 vars = MultiDict.from_fieldstorage(fs)
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c 628 int32_t WebRtcNsx_InitCore(NoiseSuppressionFixedC* inst, uint32_t fs) {
638 if (fs == 8000 || fs == 16000 || fs == 32000 || fs == 48000) {
639 inst->fs = fs;
644 if (fs == 8000) {
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1730 X86Assembler* X86Assembler::fs() { function in class:art::x86::X86Assembler
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 768 UINT fs, /*!< Sample Frequency */
800 fs);
846 UINT fs /*!< SBR output sampling frequency */
878 /* ISO/IEC 14496-3 (Figure 4.48): goalSb = round( 2.048e6 / fs ) */
879 desiredBorder = (((2048000*2) / fs) + 1) >> 1;
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 797 for (llvm::sys::fs::directory_iterator D(Path, EC), DEnd;
831 if (llvm::sys::fs::createUniqueFile(IndexPath + "-%%%%%%%%", TmpFD,
847 llvm::sys::fs::remove(IndexPath);
850 if (llvm::sys::fs::rename(IndexTmpPath, IndexPath)) {
852 llvm::sys::fs::remove(IndexTmpPath);
  /external/clang/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 479 idct->fs = create_stage1_frag_shader(idct);
480 if (!idct->fs)
492 idct->pipe->delete_vs_state(idct->pipe, idct->fs);
504 idct->pipe->delete_fs_state(idct->pipe, idct->fs);
853 idct->pipe->bind_fs_state(idct->pipe, idct->fs);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 122 StatFs fs = new StatFs(mSDCardDirectory.getAbsolutePath()); local
123 long blocks = fs.getAvailableBlocks();
124 long blockSize = fs.getBlockSize();
180 StatFs fs = new StatFs(mSDCardDirectory.getAbsolutePath());
182 return fs.getAvailableBlocks() > 1;
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
724 self.send_header("Content-Length", str(fs[6]))
725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
752 fs = os.fstat(f.fileno())
756 return self.send_string(data, ctype, mtime=fs.st_mtime)

Completed in 1512 milliseconds

<<51525354555657585960>>