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

<<41424344454647484950>>

  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 52 FileInputStream fs = new FileInputStream(fname); local
54 ir = new InputStreamReader(fs);
  /external/aac/libSBRenc/src/
ton_corr.cpp 498 INT fs, /*!< Sampling frequency. */
527 goalSb = (INT)( (2 * noChannels * 16000 + (fs>>1)) / fs ); /* 16 kHz band */
671 INT fs = sbrCfg->sampleFreq;
754 fs,
779 fs,
    [all...]
  /external/autotest/client/tests/kvm/tests/
multi_disk.py 67 fs = file_system[index].strip()
68 cmd = params.get("format_command") % (fs, disk)
91 raise error.TestFail("Files on guest os root fs and disk "
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
tokenizer_test.js 2 fs = require('fs'),
123 testSetFileNames = fs.readdirSync(dataDirPath),
129 testSetJson = fs.readFileSync(filePath).toString(),
  /external/chromium-trace/catapult/third_party/vinn/vinn/
html_imports_loader.js 13 var fs; variable
15 fs = require('fs');
27 return fs.readFileSync(fileName, 'utf8');
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 190 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
231 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
279 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
332 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
  /external/llvm/include/llvm/Object/
Archive.h 42 sys::fs::perms getAccessMode() const;
90 sys::fs::perms getAccessMode() const {
SymbolicFile.h 157 createSymbolicFile(MemoryBufferRef Object, sys::fs::file_magic Type,
162 return createSymbolicFile(Object, sys::fs::file_magic::unknown, nullptr);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c 149 svga->curr.fs ? svga->curr.fs->generic_inputs : 0;
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.h 59 void *fs,
110 void *fs,
  /external/opencv3/modules/calib3d/test/
test_chesscorners.cpp 198 FileStorage fs( folder + filename, FileStorage::READ );
199 FileNode board_list = fs["boards"];
201 if( !fs.isOpened() || board_list.empty() || !board_list.isSeq() || board_list.size() % 2 != 0 )
204 ts->printf( cvtest::TS::LOG, "fs.isOpened=%d, board_list.empty=%d, board_list.isSeq=%d,board_list.size()%2=%d\n",
205 fs.isOpened(), (int)board_list.empty(), board_list.isSeq(), board_list.size()%2);
304 FileStorage fs(_filename, FileStorage::WRITE);
305 fs << "isFound" << result;
306 fs << "corners" << mat_v;
307 fs.release();
  /external/opencv3/modules/cudaimgproc/src/
hough_segments.cpp 99 void write(FileStorage& fs) const
101 fs << "name" << "PHoughLinesDetector_CUDA"
  /external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
LATCH_match.cpp 29 FileStorage fs("../data/H1to3p.xml", FileStorage::READ);
31 fs.getFirstTopLevelNode() >> homography;
  /external/skia/tests/
TextBlobCacheTest.cpp 99 SkFontStyle fs; local
100 set->getStyle(j, &fs, nullptr);
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 23 uint32_t fs; member in struct:NoiseSuppressionFixedC_
124 * - fs : Sampling frequency
132 int32_t WebRtcNsx_InitCore(NoiseSuppressionFixedC* inst, uint32_t fs);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 14 namespace fs { namespace in namespace:mcld::sys
57 : Directory(sys::fs::Path(pPath), st, symlink_st) {
236 } // namespace fs
Path.cpp 23 namespace fs { namespace in namespace:mcld::sys
200 mcld::sys::fs::Path result = pLHS;
205 } // namespace fs
  /prebuilts/go/darwin-x86/src/
make.bash 79 # On Fedora 16 the selinux filesystem is mounted at /sys/fs/selinux,
81 for se_mount in /selinux /sys/fs/selinux
  /prebuilts/go/darwin-x86/src/os/
types.go 102 func (fs *fileStat) Name() string { return fs.name }
103 func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() }
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug093.go 61 fs 0x10
  /prebuilts/go/linux-x86/src/
make.bash 79 # On Fedora 16 the selinux filesystem is mounted at /sys/fs/selinux,
81 for se_mount in /selinux /sys/fs/selinux
  /prebuilts/go/linux-x86/src/os/
types.go 102 func (fs *fileStat) Name() string { return fs.name }
103 func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() }
  /prebuilts/go/linux-x86/test/fixedbugs/
bug093.go 61 fs 0x10
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 75 unsigned fs: 5; member in struct:__anon74760::__anon74764
109 unsigned fs: 5; member in struct:__anon74760::__anon74768

Completed in 1864 milliseconds

<<41424344454647484950>>