/external/openfst/src/include/fst/script/ |
text-io.h | 43 vector<WeightClass>* potential); 46 const vector<WeightClass>& potential);
|
reweight.h | 47 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential,
|
/external/openfst/src/script/ |
text-io.cc | 33 vector<WeightClass>* potential) { 44 potential->clear(); 60 while (potential->size() <= s) 61 potential->push_back(WeightClass::Zero()); 62 (*potential)[s] = weight; 69 const vector<WeightClass>& potential) { 81 for (ssize_t s = 0; s < potential.size(); ++s) 82 *strm << s << "\t" << potential[s] << "\n"; local
|
reweight.cc | 24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential, 26 ReweightArgs args(fst, potential, reweight_type);
|
/external/openfst/src/bin/ |
fstreweight.cc | 35 usage += " in.fst potential.txt [out.fst]\n"; 51 vector<s::WeightClass> potential; 52 if (!s::ReadPotentials(fst->WeightType(), potentials_fname, &potential)) 59 s::Reweight(fst, potential, reweight_type);
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
AppDataDirGuesser.java | 74 for (String potential : splitPathList(input)) { 75 if (!potential.startsWith("/data/app/")) { 79 int end = potential.lastIndexOf(".apk"); 80 if (end != potential.length() - 4) { 83 int dash = potential.indexOf("-"); 87 String packageName = potential.substring(start, end);
|
/external/littlemock/src/com/google/testing/littlemock/ |
AppDataDirGuesser.java | 89 for (String potential : splitPathList(input)) { 90 if (!potential.startsWith("/data/app/")) { 94 int end = potential.lastIndexOf(".apk"); 95 if (end != potential.length() - 4) { 98 int dash = potential.indexOf("-"); 102 String packageName = potential.substring(start, end);
|
/external/openfst/src/include/fst/ |
reweight.h | 34 // Reweight FST according to the potentials defined by the POTENTIAL 39 // An arc of weight w, with an origin state of potential p and 40 // destination state of potential q, is reweighted by p\wq when 45 const vector<typename Arc::Weight> &potential, 71 if (state == potential.size()) 73 typename Arc::Weight weight = potential[state]; 79 if (arc.nextstate >= potential.size()) 81 typename Arc::Weight nextweight = potential[arc.nextstate]; 106 typename Arc::Weight startweight = fst->Start() < potential.size() ? 107 potential[fst->Start()] : Weight::Zero() [all...] |
/external/compiler-rt/ |
README.android | 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
module-recompile.js | 30 // Test that potential recompilation of the global scope does not screw up.
|
/external/chromium_org/v8/test/webkit/ |
math-transforms.js | 26 "This test checks for potential edge case bugs with certain math transforms involving multiplication by 1 and unary plus."
|
/external/openfst/src/test/ |
algo_test.h | 677 vector<Weight> potential; 680 while (potential.size() < RI.NumStates()) 681 potential.push_back((*weight_generator_)()); 683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL); 686 Reweight(&RF, potential, REWEIGHT_TO_FINAL); [all...] |
/external/chromium_org/third_party/skia/src/pipe/ |
SkGPipeWrite.cpp | 139 SkFlatData* potential = (SkFlatData*)fPointers[i]; local 143 if (potential->index() == fFlatsThatMustBeKept[j]) { 149 return potential; [all...] |
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 1739 String potential = resolveQualifiedNameInInheritedClass(name, cls, originalPackage); local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
background.js | 206 // on startup. To work around potential bugs resulting from this,
|
/external/clang/tools/scan-build/ |
scan-build | 1129 if it found potential bugs and 0 otherwise. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
string-unpack-code.js | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |