/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 117 getStartBand(UINT fs, /*!< Output sampling frequency */ 124 fsMapped = fs; 169 getStopBand(UINT fs, /*!< Output sampling frequency */ 182 if (fs < 32000) { 183 stopMin = (((2*6000*2*(64)) / fs) + 1) >> 1; 186 if (fs < 64000) { 187 stopMin = (((2*8000*2*(64)) / fs) + 1) >> 1; 190 stopMin = (((2*10000*2*(64)) / fs) + 1) >> 1; 215 /* 1 <= difference <= 48; 1 <= fs <= 96000 */ 221 /* 1 <= difference <= 35; 42000 <= fs <= 96000 * [all...] |
/external/llvm/unittests/Support/ |
ProgramTest.cpp | 124 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); 142 fs::createUniqueDirectory("program-redirect-test", TestDirectory)); 159 ASSERT_NO_ERROR(fs::remove(Twine(LongPath))); 160 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory))); 174 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); 211 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); 269 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); 325 ASSERT_NO_ERROR(fs::createUniqueDirectory("program-test", TestDirectory)); 334 ASSERT_NO_ERROR(fs::openFileForRead(file_pathname.c_str(), fd)); 351 ASSERT_NO_ERROR(fs::remove(file_pathname.str())) [all...] |
/external/autotest/client/common_lib/test_utils/ |
functools_24.py | 35 fs = args[-2::-1] 40 for f in fs:
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_multidict.py | 149 fs = cgi.FieldStorage() 150 fs.name = 'thefile' 151 fs.filename = 'hello.txt' 152 fs.file = StringIO('hello') 153 d[k('f')] = fs 156 assert ufs is not fs 157 assert ufs.name == fs.name 159 assert ufs.filename == fs.filename
|
/external/clang/lib/Analysis/ |
FormatStringParsing.h | 47 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E, 51 T FS; 58 const T &fs) 59 : FS(fs), Start(start), Stop(false) {} 66 return FS; 68 const T &getValue() { return FS; }
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 32 namespace fs = boost::filesystem; 33 fs::path p;
|
/external/e2fsprogs/lib/ext2fs/ |
tst_fs_struct.c | 18 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), \
|
/external/libopus/celt/tests/ |
test_unit_laplace.c | 48 int fs = (ft*(16384-decay))/(16384+decay); local 49 return fs+LAPLACE_MINP;
|
/external/llvm/test/MC/X86/ |
index-operations.s | 58 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/llvm/tools/llvm-cov/ |
TestingSupport.cpp | 78 sys::fs::openFileForWrite(OutputFilename, FD, sys::fs::F_None)) {
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi.h | 147 svga_translate_fragment_program( const struct svga_fragment_shader *fs, 151 svga_translate_vertex_program( const struct svga_vertex_shader *fs,
|
/external/v8/src/mips64/ |
disasm-mips64.cc | 515 if (format[1] == 's') { // 'fs: fs register. 533 if (format[1] == 's') { // 'fs: fs register. 826 Format(instr, "rint.'t 'fd, 'fs"); 829 Format(instr, "sel.'t 'fd, 'fs, 'ft"); 832 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); 835 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); 838 Format(instr, "movz.'t 'fd, 'fs, 'rt"); 841 Format(instr, "movn.'t 'fd, 'fs, 'rt") [all...] |
/external/webrtc/webrtc/modules/audio_processing/ns/ |
ns_core.h | 53 uint32_t fs; member in struct:NoiseSuppressionC_ 127 * - fs : Sampling frequency 135 int WebRtcNs_InitCore(NoiseSuppressionC* self, uint32_t fs);
|
/frameworks/compile/mclinker/lib/MC/ |
Input.cpp | 44 const sys::fs::Path& pPath, 59 const sys::fs::Path& pPath,
|
/frameworks/compile/mclinker/lib/Support/ |
MemoryAreaFactory.cpp | 25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, 38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath,
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
sys.cpp | 59 bool Sys::getline_(fstream &fs, std::string &line) { 60 return std::getline(fs, line) ? true : false;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
tlsdesc.s | 107 movq %fs:0, %rcx 113 movq %fs:0, %r14 119 movq %fs:0, %rcx 125 movq %fs:0, %rcx 130 /* Direct access through %fs */ 135 movq %fs:(%rcx), %rdx 141 movq %fs:(%r10), %r12 147 movq %fs:(%rdx), %rdx 153 movq %fs:(%rcx), %rdx
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat16RootDirectory.java | 19 package de.waldheinz.fs.fat; 21 import de.waldheinz.fs.BlockDevice;
|
Sector.java | 19 package de.waldheinz.fs.fat; 21 import de.waldheinz.fs.BlockDevice;
|
/external/opencv/cxcore/include/ |
cxcore.hpp | 69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) 70 { read( fs, mapname, imgname ); } 72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0) 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) 240 { read( fs, mapname, matname ); } 242 CvMatrix( CvFileStorage* fs, const char* seqname, int idx ) : matrix(0 [all...] |
/external/opencv3/modules/ml/src/ |
rtrees.cpp | 286 void writeTrainingParams( FileStorage& fs ) const 288 DTreesImpl::writeTrainingParams(fs); 289 fs << "nactive_vars" << rparams.nactiveVars; 292 void write( FileStorage& fs ) const 297 writeParams(fs); 299 fs << "oob_error" << oobError; 301 fs << "var_importance" << varImportance; 305 fs << "ntrees" << ntrees 310 fs << "{"; 311 writeTree(fs, roots[k]) [all...] |
/prebuilts/go/darwin-x86/src/os/ |
stat_plan9.go | 21 fs := &fileStat{ 27 fs.mode = FileMode(d.Mode & 0777) 29 fs.mode |= ModeDir 32 fs.mode |= ModeAppend 35 fs.mode |= ModeExclusive 38 fs.mode |= ModeTemporary 40 return fs
|
/prebuilts/go/linux-x86/src/os/ |
stat_plan9.go | 21 fs := &fileStat{ 27 fs.mode = FileMode(d.Mode & 0777) 29 fs.mode |= ModeDir 32 fs.mode |= ModeAppend 35 fs.mode |= ModeExclusive 38 fs.mode |= ModeTemporary 40 return fs
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_refactor.py | 74 fs = frozenset 75 empty = fs() 78 fs(("print_function",))) 80 fs(("generators",))) 82 fs(("generators", "feature"))) 84 self.assertEqual(run(inp), fs(("generators", "print_function"))) 86 self.assertEqual(run(inp), fs(("print_function", "generators"))) 88 self.assertEqual(run(inp), fs(("print_function",))) 90 self.assertEqual(run(inp), fs(("generators", "print_function"))) 92 self.assertEqual(run(inp), fs(("generators", "nested_scopes")) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_refactor.py | 74 fs = frozenset 75 empty = fs() 78 fs(("print_function",))) 80 fs(("generators",))) 82 fs(("generators", "feature"))) 84 self.assertEqual(run(inp), fs(("generators", "print_function"))) 86 self.assertEqual(run(inp), fs(("print_function", "generators"))) 88 self.assertEqual(run(inp), fs(("print_function",))) 90 self.assertEqual(run(inp), fs(("generators", "print_function"))) 92 self.assertEqual(run(inp), fs(("generators", "nested_scopes")) [all...] |