Searched refs:fs (Results 251 - 275 of 927) sorted by relevance

<<11121314151617181920>>

/external/opencv/ml/src/
H A Dmlann_mlp.cpp1301 void CvANN_MLP::write_params( CvFileStorage* fs )
1312 cvWriteString( fs, "activation_function", activ_func_name );
1314 cvWriteInt( fs, "activation_function", activ_func );
1318 cvWriteReal( fs, "f_param1", f_param1 );
1319 cvWriteReal( fs, "f_param2", f_param2 );
1322 cvWriteReal( fs, "min_val", min_val );
1323 cvWriteReal( fs, "max_val", max_val );
1324 cvWriteReal( fs, "min_val1", min_val1 );
1325 cvWriteReal( fs, "max_val1", max_val1 );
1327 cvStartWriteStruct( fs, "training_param
1357 write( CvFileStorage* fs, const char* name ) argument
1400 read_params( CvFileStorage* fs, CvFileNode* node ) argument
1464 read( CvFileStorage* fs, CvFileNode* node ) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c206 static void invalid_proc(ext2_filsys fs, blk_t blk) argument
221 ext2_filsys fs; local
224 fs = malloc(sizeof(struct struct_ext2_filsys));
225 memset(fs, 0, sizeof(struct struct_ext2_filsys));
226 fs->magic = EXT2_ET_MAGIC_EXT2FS_FILSYS;
227 fs->super = malloc(SUPERBLOCK_SIZE);
228 memset(fs->super, 0, SUPERBLOCK_SIZE);
229 fs->super->s_first_data_block = 1;
230 ext2fs_blocks_count_set(fs->super, 100);
247 retval = ext2fs_read_bb_FILE(fs,
[all...]
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner_unittest.cc86 NaClMessageScanner::FileSystem* fs = FindFileSystem(test, kFileSystem); local
88 EXPECT_TRUE(fs);
89 EXPECT_EQ(0, fs->reserved_quota());
147 NaClMessageScanner::FileSystem* fs = FindFileSystem(test, kFileSystem); local
149 EXPECT_TRUE(fs);
150 EXPECT_EQ(0, fs->reserved_quota());
156 EXPECT_EQ(0, fs->reserved_quota());
173 EXPECT_EQ(kQuotaReservationAmount, fs->reserved_quota());
178 EXPECT_EQ(kQuotaReservationAmount - 1, fs->reserved_quota());
183 EXPECT_EQ(kQuotaReservationAmount - 1, fs
219 NaClMessageScanner::FileSystem* fs = FindFileSystem(test, kFileSystem); local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc156 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));
H A Ddtmf_tone_generator.h31 virtual int Init(int fs, int event, int attenuation);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dfile_entry_binding_util.js60 var fs = GetIsolatedFileSystem(fileSystemId);
83 // TODO(koz): fs.root.getFile() makes a trip to the browser
87 fs.root.getDirectory(baseName, {}, getEntryCallback,
90 fs.root.getFile(baseName, {}, getEntryCallback, getEntryError);
H A Dfile_manager_private_custom_bindings.js28 var fs = null;
30 fs = GetFileSystem(response.name, response.root_url);
32 request.callback(fs);
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc171 void SetTLSFakeStack(FakeStack *fs) { argument
172 fake_stack_tls = fs;
176 void SetTLSFakeStack(FakeStack *fs) { } argument
186 if (FakeStack *fs = GetTLSFakeStack())
187 return fs;
194 FakeStack *fs = GetFakeStackFast(); local
195 if (!fs) return real_stack;
196 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack);
243 FakeStack *fs local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_node.h18 explicit PipeNode(Filesystem* fs);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.h46 void *fs; member in struct:xorg_shader
/external/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp52 llvm::raw_fd_ostream OS(Dest.c_str(), ErrorInfo, llvm::sys::fs::F_Text);
92 fs::make_absolute(AbsoluteSrc);
100 if (std::error_code EC = fs::create_directories(path::parent_path(Dest),
103 if (std::error_code EC = fs::copy_file(AbsoluteSrc.str(), Dest.str()))
/external/e2fsprogs/e2fsck/
H A Dehandler.c32 ext2_filsys fs = (ext2_filsys) channel->app_data; local
35 ctx = (e2fsck_t) fs->priv_data;
79 ext2_filsys fs = (ext2_filsys) channel->app_data; local
82 ctx = (e2fsck_t) fs->priv_data;
H A Dscantest.c92 ext2_filsys fs; local
104 0, 0, unix_io_manager, &fs);
111 retval = ext2fs_open_inode_scan(fs, 0, &scan);
135 ext2fs_close(fs);
/external/e2fsprogs/lib/quota/
H A Dquotaio.h64 ext2_filsys fs; member in struct:quota_file
137 errcode_t quota_file_open(struct quota_handle *h, ext2_filsys fs,
142 errcode_t quota_file_create(struct quota_handle *h, ext2_filsys fs,
151 errcode_t quota_inode_truncate(ext2_filsys fs, ext2_ino_t ino);
/external/e2fsprogs/resize/
H A Dresize2fs.h141 extern errcode_t resize_fs(ext2_filsys fs, blk64_t *new_size, int flags,
146 extern errcode_t adjust_fs_info(ext2_filsys fs, ext2_filsys old_fs,
149 extern blk64_t calculate_minimum_resize_size(ext2_filsys fs, int flags);
167 extern errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c19 #include <linux/fs.h>
/external/lldb/test/terminal/
H A DTestSTTYBeforeAndAfter.py88 with open('child_send1.txt', 'r') as fs:
91 print fs.read()
98 with open('child_send2.txt', 'r') as fs:
101 print fs.read()
/external/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp22 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_None);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.h46 void *fs; member in struct:xorg_shader
/external/oprofile/module/
H A Dcompat.c30 struct dentry * root = current->fs->root;
/external/qemu/distrib/ext4_utils/src/
H A Dwipe.c24 #include <linux/fs.h>
/external/webrtc/src/common_audio/vad/include/
H A Dwebrtc_vad.h139 * - fs : sampling frequency (Hz): 8000, 16000, or 32000
151 WebRtc_Word16 fs,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c87 struct pstip_fragment_shader *fs; member in struct:pstip_stage
341 const struct pipe_shader_state *orig_fs = &pstip->fs->state;
370 assert(pstip->fs);
372 pstip->fs->sampler_unit = transform.freeSampler;
373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
375 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pstip->pipe, &pstip_fs);
379 if (!pstip->fs->pstip_fs)
503 if (!pstip->fs->pstip_fs &&
508 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs);
542 num_samplers = MAX2(num_samplers, pstip->fs
660 pstip_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) argument
678 pstip_bind_fs_state(struct pipe_context *pipe, void *fs) argument
691 pstip_delete_fs_state(struct pipe_context *pipe, void *fs) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c87 struct pstip_fragment_shader *fs; member in struct:pstip_stage
341 const struct pipe_shader_state *orig_fs = &pstip->fs->state;
370 assert(pstip->fs);
372 pstip->fs->sampler_unit = transform.freeSampler;
373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
375 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pstip->pipe, &pstip_fs);
379 if (!pstip->fs->pstip_fs)
503 if (!pstip->fs->pstip_fs &&
508 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs);
542 num_samplers = MAX2(num_samplers, pstip->fs
660 pstip_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) argument
678 pstip_bind_fs_state(struct pipe_context *pipe, void *fs) argument
691 pstip_delete_fs_state(struct pipe_context *pipe, void *fs) argument
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp117 getStartBand(UINT fs, /*!< Output sampling frequency */ argument
124 fsMapped = fs;
169 getStopBand(UINT fs, /*!< Output sampling frequency */ argument
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 <
255 sbrdecUpdateFreqScale(UCHAR * v_k_master, UCHAR *numMaster, UINT fs, HANDLE_SBR_HEADER_DATA hHeaderData, UINT flags) argument
[all...]

Completed in 1771 milliseconds

<<11121314151617181920>>