/external/openfst/src/bin/ |
fstconcat.cc | 25 #include <fst/script/concat.h> 28 namespace s = fst::script; 29 using fst::script::FstClass; 30 using fst::script::MutableFstClass;
|
fstepsnormalize.cc | 23 #include <fst/script/epsnormalize.h> 28 namespace s = fst::script; 29 using fst::script::FstClass; 30 using fst::script::VectorFstClass;
|
fstproject.cc | 23 #include <fst/script/project.h> 28 namespace s = fst::script; 29 using fst::script::FstClass; 30 using fst::script::MutableFstClass;
|
fstsynchronize.cc | 23 #include <fst/script/synchronize.h> 26 namespace s = fst::script; 27 using fst::script::FstClass; 28 using fst::script::VectorFstClass;
|
fsttopsort.cc | 23 #include <fst/script/topsort.h> 26 namespace s = fst::script; 27 using fst::script::FstClass; 28 using fst::script::MutableFstClass;
|
fstunion.cc | 25 #include <fst/script/union.h> 31 using fst::script::FstClass; 32 using fst::script::MutableFstClass; 33 using fst::script::Union;
|
fstcompose.cc | 23 #include <fst/script/compose.h> 24 #include <fst/script/connect.h> 34 namespace s = fst::script; 35 using fst::script::FstClass; 36 using fst::script::MutableFstClass; 37 using fst::script::VectorFstClass;
|
fstdeterminize.cc | 23 #include <fst/script/determinize.h> 33 namespace s = fst::script; 34 using fst::script::FstClass; 35 using fst::script::MutableFstClass; 36 using fst::script::VectorFstClass; 37 using fst::script::WeightClass;
|
fstdifference.cc | 23 #include <fst/script/difference.h> 24 #include <fst/script/connect.h> 32 namespace s = fst::script; 33 using fst::script::FstClass; 34 using fst::script::MutableFstClass; 35 using fst::script::VectorFstClass;
|
/external/openfst/src/include/fst/script/ |
info.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/info-impl.h> 25 namespace script { namespace in namespace:fst 45 } // namespace script
|
map.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/weight-class.h> 27 namespace script { namespace in namespace:fst 68 script::StateMap(ifst, ArcSumMapper<Arc>(ifst)))); 71 script::ArcMap(ifst, IdentityArcMapper<Arc>()))); 74 script::ArcMap(ifst, InvertWeightMapper<Arc>()))); 77 script::ArcMap(ifst, PlusMapper<Arc>(w)))); 80 script::ArcMap(ifst, QuantizeMapper<Arc>(delta)))); 83 script::ArcMap(ifst, RmWeightMapper<Arc>()))) [all...] |
reweight.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 29 namespace script { namespace in namespace:fst 50 } // namespace script
|
determinize.h | 21 #include <fst/script/arg-packs.h> 22 #include <fst/script/fst-class.h> 23 #include <fst/script/weight-class.h> 26 namespace script { namespace in namespace:fst 36 fst::script::WeightClass::Zero(), 63 fst::script::DeterminizeOptions()); 65 } // namespace script
|
disambiguate.h | 21 #include <fst/script/arg-packs.h> 22 #include <fst/script/fst-class.h> 23 #include <fst/script/weight-class.h> 26 namespace script { namespace in namespace:fst 36 fst::script::WeightClass::Zero(), 63 fst::script::DisambiguateOptions()); 65 } // namespace script
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestGetSet.java | 24 private ScriptC_getset script; field in class:TestGetSet 44 script = new ScriptC_getset(mRS); 46 script.set_gWidth(gWidth); 47 script.set_gHeight(gHeight); 96 script.set_gAlloc1DIn(in1DAlloc); 97 script.set_gAlloc1DOut(out1DAlloc); 104 script.set_gAlloc2DIn(in2DAlloc); 105 script.set_gAlloc2DOut(out2DAlloc); 112 script.set_gAlloc3DIn(in3DAlloc); 113 script.set_gAlloc3DOut(out3DAlloc) [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
TestCaseInputFile.java | 50 public void setScript(String script) { 51 this.fileName = script;
|
TestCaseOutputResult.java | 59 public void setScript(String script) { 60 success = Boolean.parseBoolean(script);
|
/external/chromium_org/chrome/browser/ |
font_family_cache_unittest.cc | 19 virtual base::string16 FetchFont(const char* script, 22 return FontFamilyCache::FetchFont(script, map_name); 42 std::string script("Zzyxca"); 43 std::string pref_name(map_name + '.' + script); 59 cache.FetchAndCacheFont(script.c_str(), map_name.c_str())); 65 cache.FetchAndCacheFont(script.c_str(), map_name.c_str())); 72 cache.FetchAndCacheFont(script.c_str(), map_name.c_str())); 79 cache.FetchAndCacheFont(script.c_str(), map_name.c_str()));
|
/external/chromium_org/v8/src/ |
log-inl.h | 14 Script* script) { 16 && script->type()->value() == Script::TYPE_NATIVE) {
|
/external/chromium_org/webkit/tools/layout_tests/ |
run_webkit_tests.py | 16 script = os.path.join(script_dir, 'run-webkit-tests') 17 cmd = [sys.executable, script] + sys.argv[1:]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/ |
failed-syscalls-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
|
syscall-counts-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
|
/external/chromium_org/chrome/browser/extensions/ |
convert_user_script.cc | 43 *error = base::ASCIIToUTF16("User script must be UTF8 encoded."); 47 UserScript script; local 48 if (!UserScriptLoader::ParseMetadataHeader(content, &script)) { 49 *error = base::ASCIIToUTF16("Invalid script header."); 70 if (!script.name().empty() && !script.name_space().empty()) 71 script_name = script.name_space() + "/" + script.name(); 77 // its unique identity, and we need one of those. A user script's unique 86 // The script may not have a name field, but we need one for an extension. I [all...] |
/external/chromium_org/content/test/plugin/ |
plugin_test.cc | 85 std::string script("javascript:"); 87 script.append("onSuccess(\""); 88 script.append(test_name_); 89 script.append("\",\""); 90 script.append(test_id_); 91 script.append("\");"); 93 script.append("onFailure(\""); 94 script.append(test_name_); 95 script.append("\",\""); 96 script.append(test_id_) [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 58 Insert the contents of file at the end of the update script. 215 # set metadata for the files generated by this script. 303 def SetPermissions(self, script): 304 """Append set_perm/set_perm_recursive commands to 'script' to 317 script.SetPermissionsRecursive("/"+item.name, *item.best_subtree) 323 script.SetPermissions("/"+item.name, item.uid, item.gid, 332 script.SetPermissions("/"+item.name, item.uid, item.gid, 385 def AppendAssertions(script, info_dict, oem_dict = None): 389 script.AssertDevice(device) 396 script.AssertOemProperty(prop, oem_dict.get(prop) [all...] |