HomeSort by relevance Sort by last modified time
    Searched defs:fs (Results 126 - 150 of 704) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractProcessTask.java 37 FileSet fs = (FileSet)filesets.elementAt(i); local
38 DirectoryScanner ds = fs.getDirectoryScanner(p);
40 File dir = fs.getDir(p);
  /external/opencv3/modules/cudaimgproc/test/
test_mean_shift.cpp 99 cv::FileStorage fs; local
101 fs.open(std::string(cvtest::TS::ptr()->get_data_path()) + "meanshift/spmap.yaml", cv::FileStorage::READ);
103 fs.open(std::string(cvtest::TS::ptr()->get_data_path()) + "meanshift/spmap_CC1X.yaml", cv::FileStorage::READ);
104 ASSERT_TRUE(fs.isOpened());
107 fs["spmap"] >> spmap_template;
  /external/skia/tests/
Float16Test.cpp 58 const float fs[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0 }; local
62 SkOpts::float_to_half(hscratch, fs, 7);
67 REPORTER_ASSERT(reporter, 0 == memcmp(fscratch, fs, sizeof(fs)));
FontMgrTest.cpp 104 SkFontStyle fs; local
105 set->getStyle(j, &fs, &sname);
113 fs.weight(), fs.width(), fs.isItalic());
TextBlobCacheTest.cpp 99 SkFontStyle fs; local
100 set->getStyle(j, &fs, nullptr);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator_unittest.cc 156 const int fs = 16000; // Valid sample rate. local
161 tone_gen.Init(fs, -1, attenuation));
164 tone_gen.Init(fs, 16, attenuation));
166 EXPECT_EQ(DtmfToneGenerator::kParameterError, tone_gen.Init(fs, event, -1));
168 EXPECT_EQ(DtmfToneGenerator::kParameterError, tone_gen.Init(fs, event, 37));
172 ASSERT_EQ(0, tone_gen.Init(fs, event, attenuation));
expand_unittest.cc 28 int fs = 8000; local
34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
38 int fs = 8000; local
46 &statistics, fs, channels);
  /external/webrtc/webrtc/tools/rtcbot/
main.js 18 var fs = require('fs'); variable
46 var script = vm.createScript(fs.readFileSync(filename), filename);
52 fs.readdir('test', function (error, list) {
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 134 /* Double precision if (fc <= fs/110) */
135 /* Double precision if (fs/110 < fc < fs/85) & (Q>3) */
146 LVM_UINT32 fs = (LVM_UINT32)LVEQNB_SampleRateTab[(LVM_UINT16)pParams->SampleRate]; /* Sample rate */ local
166 if ((fc << 15) <= (LOW_FREQ * fs))
169 * fc <= fs/110
173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300))
176 * (fs/110 < fc < fs/85) & (Q>3)
185 if (fc > (fs >> 1)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 22 namespace fs { namespace in namespace:mcld::sys
32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
90 mcld::sys::fs::Path m_Path;
95 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
115 typedef mcld::sys::fs::PathCache DirCache;
151 } // namespace fs
FileSystem.h 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
26 namespace fs { namespace in namespace:mcld::sys
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
108 } // namespace fs
Path.h 9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
27 namespace fs { namespace in namespace:mcld::sys
149 } // namespace fs
159 struct less<mcld::sys::fs::Path>
160 : public binary_function<mcld::sys::fs::Path, mcld::sys::fs::Path, bool> {
161 bool operator()(const mcld::sys::fs::Path& pX,
162 const mcld::sys::fs::Path& pY) const {
  /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
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
FeatureAssembly.java 104 String fs = s; local
108 fs = fs + "+" + mAggregatorManager.getDataMap(f).get(f);
110 return fs;
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Cube.java 62 return "CUBE[" + fs(mVert, 0, 3) + "][" + fs(mVert, 18, 3) + "]";
65 private static String fs(float[] f, int off, int n) { method in class:Cube
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
fscontext.py 61 def fs(self): member in class:FSContext
106 return "genfscon {0.fs} {0.path} {0.filetype} {0.context}".format(self)
109 return hash("genfscon|{0.fs}|{0.path}|{0.filetype}".format(self))
116 return (self.fs == other.fs and
146 return "{0.ruletype} {0.fs} {0.context};".format(self)
149 return hash("{0.ruletype}|{0.fs}".format(self))
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Dummy83BufferGenerator.java 19 package de.waldheinz.fs.fat;
SuperFloppyFormatter.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
37 * FatFileSystem fs = SuperFloppyFormatter.get(dev).
210 /* create FS info sector */
259 FatFileSystem fs = FatFileSystem.read(device, false); local
262 fs.setVolumeLabel(label);
265 fs.flush();
266 return fs;
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 52 FileInputStream fs = new FileInputStream(fname); local
54 ir = new InputStreamReader(fs);
  /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/e2fsprogs/debugfs/
filefrag.c 68 static void print_header(struct filefrag_struct *fs)
70 if (fs->options & VERBOSE_OPT) {
71 fprintf(fs->f, "%4s %*s %*s %*s %*s\n", "ext",
72 fs->logical_width, "logical", fs->physical_width,
73 "physical", fs->physical_width, "expected",
74 fs->logical_width, "length");
78 static void report_filefrag(struct filefrag_struct *fs)
80 if (fs->num == 0)
82 if (fs->options & VERBOSE_OPT)
107 struct filefrag_struct *fs = private; variable in typeref:struct:filefrag_struct
114 report_filefrag(fs); variable
175 struct filefrag_struct *fs = private; variable in typeref:struct:filefrag_struct
263 struct filefrag_struct fs; local
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 61 * @C conflicts with some other fs block
117 N_("Cconflicts with some other fs @b"),
196 static void print_pathname(FILE *f, ext2_filsys fs, ext2_ino_t dir,
207 if (fs)
208 retval = ext2fs_get_pathname(fs, dir, ino, &path);
209 if (!fs || retval)
265 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch,
297 if (fs->super->s_feature_ro_compat &
318 fprintf(f, "%llu", ext2fs_file_acl_block(fs, inode));
359 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch
526 ext2_filsys fs = ctx->fs; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
csum.c 32 __u16 ext2fs_group_desc_csum(ext2_filsys fs, dgrp_t group)
34 struct ext2_group_desc *desc = ext2fs_group_desc(fs, fs->group_desc,
36 size_t size = EXT2_DESC_SIZE(fs->super);
40 if (fs->super->s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_GDT_CSUM) {
53 ext2fs_swap_group_desc2(fs,
59 crc = ext2fs_crc16(~0, fs->super->s_uuid,
60 sizeof(fs->super->s_uuid));
85 int ext2fs_group_desc_csum_verify(ext2_filsys fs, dgrp_t group)
87 if (EXT2_HAS_RO_COMPAT_FEATURE(fs->super
226 ext2_filsys fs; local
    [all...]
ext2fsP.h 39 ext2_filsys fs; member in struct:ext2_struct_dblist
83 extern int ext2fs_process_dir_block(ext2_filsys fs,
98 extern void ext2fs_numeric_progress_init(ext2_filsys fs,
101 extern void ext2fs_numeric_progress_update(ext2_filsys fs,
104 extern void ext2fs_numeric_progress_close(ext2_filsys fs,
112 extern errcode_t ext2fs_alloc_generic_bmap(ext2_filsys fs, errcode_t magic,
145 extern int ext2fs_file_block_offset_too_big(ext2_filsys fs,

Completed in 8349 milliseconds

1 2 3 4 56 7 8 91011>>