HomeSort by relevance Sort by last modified time
    Searched defs:potential (Results 1 - 3 of 3) sorted by null

  /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
  /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...]

Completed in 2139 milliseconds