HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 251 - 275 of 1835) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/
ToolOutputFile.cpp 29 sys::fs::remove(Filename);
38 sys::fs::OpenFlags Flags)
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDirectory.h 23 class MCLDDirectory : public sys::fs::Directory
37 void setSysroot(const sys::fs::Path& pPath);
  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 19 namespace fs { namespace in namespace:mcld::sys
23 mcld::sys::fs::Path,
29 } // namespace of fs
  /frameworks/compile/mclinker/unittests/
DirIteratorTest.cpp 14 using namespace mcld::sys::fs;
27 m_pDir = new mcld::sys::fs::Directory(".");
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 96 DecimalFormatSymbols fs = new DecimalFormatSymbols(Locale.US); local
97 DecimalFormatSymbols fsc = (DecimalFormatSymbols) fs.clone();
98 assertEquals(fs.getCurrency(), fsc.getCurrency());
101 fs = new DecimalFormatSymbols();
102 DecimalFormatSymbols fsc2 = (DecimalFormatSymbols) (fs.clone());
104 assertTrue("Object's clone isn't equal!", fs.equals(fsc2));
110 fs.setNaN("not-a-number");
111 assertTrue("Object's changed clone should not be equal!", !fs.equals(fsc2));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 129 i915_use_passthrough_shader(struct i915_fragment_shader *fs)
131 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
133 if (fs->program) {
134 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
136 fs->program_len = Elements(passthrough_program);
137 fs->decl_len = Elements(passthrough_decl);
139 fs->num_constants = 0;
159 static uint get_mapping(struct i915_fragment_shader* fs, int unit
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 129 i915_use_passthrough_shader(struct i915_fragment_shader *fs)
131 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
133 if (fs->program) {
134 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
136 fs->program_len = Elements(passthrough_program);
137 fs->decl_len = Elements(passthrough_decl);
139 fs->num_constants = 0;
159 static uint get_mapping(struct i915_fragment_shader* fs, int unit
    [all...]
  /external/opencv/ml/src/
mlnbayes.cpp 397 void CvNormalBayesClassifier::write( CvFileStorage* fs, const char* name )
407 cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_NBAYES );
409 CV_CALL( cvWriteInt( fs, "var_count", var_count ));
410 CV_CALL( cvWriteInt( fs, "var_all", var_all ));
413 CV_CALL( cvWrite( fs, "var_idx", var_idx ));
414 CV_CALL( cvWrite( fs, "cls_labels", cls_labels ));
416 CV_CALL( cvStartWriteStruct( fs, "count", CV_NODE_SEQ ));
418 CV_CALL( cvWrite( fs, NULL, count[i] ));
419 CV_CALL( cvEndWriteStruct( fs ));
421 CV_CALL( cvStartWriteStruct( fs, "sum", CV_NODE_SEQ ))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_fs.c 55 static struct svga_shader_result *search_fs_key( struct svga_fragment_shader *fs,
58 struct svga_shader_result *result = fs->base.results;
104 struct svga_fragment_shader *fs,
111 result = svga_translate_fragment_program( fs, key );
120 FREE((void *) fs->base.tokens);
121 fs->base.tokens = dummy;
122 result = svga_translate_fragment_program(fs, key);
144 result->next = fs->base.results;
145 fs->base.results = result;
165 struct svga_fragment_shader *fs,
256 struct svga_fragment_shader *fs = svga->curr.fs; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 55 static struct svga_shader_result *search_fs_key( struct svga_fragment_shader *fs,
58 struct svga_shader_result *result = fs->base.results;
104 struct svga_fragment_shader *fs,
111 result = svga_translate_fragment_program( fs, key );
120 FREE((void *) fs->base.tokens);
121 fs->base.tokens = dummy;
122 result = svga_translate_fragment_program(fs, key);
144 result->next = fs->base.results;
145 fs->base.results = result;
165 struct svga_fragment_shader *fs,
256 struct svga_fragment_shader *fs = svga->curr.fs; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 103 ext2_filsys fs = ctx->fs; local
115 inodes = fs->super->s_inodes_count;
116 inodes_used = (fs->super->s_inodes_count -
117 fs->super->s_free_inodes_count);
118 blocks = ext2fs_blocks_count(fs->super);
119 blocks_used = (ext2fs_blocks_count(fs->super) -
120 ext2fs_free_blocks_count(fs->super));
145 mask = &ctx->fs->super->s_feature_compat;
333 ext2_filsys fs = ctx->fs local
1167 ext2_filsys fs = 0; local
    [all...]
  /external/chromium_org/content/test/data/fileapi/
create_test.js 5 function requestFileSystemSuccess(fs)
7 fs.root.getFile('foo', {create: true, exclusive: false}, done,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_times_unittest.py 39 fs = host.filesystem
42 fs.files = files
44 fs.write_text_file(fs.join(results_directory, 'times_ms.json'), """
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 17 self.fs = host.filesystem
18 self.finder = WebKitFinder(self.fs)
68 if self.fs.exists(self.path_from_webkit_base('web-platform-tests')):
72 if self.fs.exists(self.path_from_webkit_base('csswg-test')):
88 files_to_delete = self.fs.files_under(dest_repo, file_filter=self.is_not_baseline)
101 previous_baselines = self.fs.files_under(dest_repo, file_filter=self.is_baseline)
103 full_path = self.fs.join(dest_repo, subpath)
104 if self.fs.glob(full_path.replace('-expected.txt', '*')) == [full_path]:
105 self.fs.remove(full_path)
126 self.fs.write_text_file(path_to_commit_msg, commit_msg
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.h 52 struct pipe_shader_state *fs,
  /external/chromium_org/third_party/skia/gm/
fontmgr.cpp 101 SkFontStyle fs; variable
102 set->getStyle(j, &fs, &sname);
103 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
109 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, fName.c_str(), "zh", fs);
110 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, fName.c_str(), "ja", fs);
112 x = drawCharacter(canvas, 0x1f601, x, y, paint, fm, fName.c_str(), NULL, fs);
158 SkFontStyle fs; local
159 fset->getStyle(j, &fs, &sname)
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/vad/include/
webrtc_vad.h 65 // - fs [i] : Sampling frequency (Hz): 8000, 16000, or 32000
72 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_tone_generator.h 25 int(int fs, int event, int attenuation));
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression_x.h 56 * - fs : sampling frequency
64 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs);
89 * - fs : sampling frequency
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 22 static int db_dir_proc(ext2_filsys fs, struct ext2_db_entry2 *db_info,
47 retval = ext2fs_get_mem(dblist->fs->blocksize, &ctx.buf);
64 static int db_dir_proc(ext2_filsys fs, struct ext2_db_entry2 *db_info,
74 ret = ext2fs_process_dir_block(fs, &db_info->blk,
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.h 52 struct pipe_shader_state *fs,
  /external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression.h 70 * - fs : sampling frequency
78 int WebRtcNs_Init(NsHandle* NS_inst, WebRtc_UWord32 fs);
104 * - fs : sampling frequency
noise_suppression_x.h 70 * - fs : sampling frequency
78 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs);
103 * - fs : sampling frequency
  /frameworks/compile/slang/
slang_utils.cpp 28 std::error_code EC = llvm::sys::fs::create_directories(Dir);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFsObject.java 20 package de.waldheinz.fs;

Completed in 2009 milliseconds

<<11121314151617181920>>