Searched defs:Prune (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/script/ |
D | prune.cc | 26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune() function 33 void Prune(const FstClass &ifst, MutableFstClass *fst, in Prune() function 41 void Prune(const FstClass &ifst, in Prune() function 51 void Prune(MutableFstClass *fst, const WeightClass& weight_threshold, in Prune() function
|
/external/openfst/src/include/fst/script/ |
D | prune.h | 79 void Prune(PruneArgs1 *args) { in Prune() function 96 void Prune(PruneArgs2 *args) { in Prune() function 112 void Prune(PruneArgs3 *args) { in Prune() function 124 void Prune(PruneArgs4 *args) { in Prune() function
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | prune.h | 56 void Prune(MutableFst<Arc> *fst, in Prune() function 128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { in Prune() function 141 void Prune(const Fst<Arc> &ifst, in Prune() function 238 void Prune(const Fst<Arc> &ifst, in Prune() function
|
/external/openfst/src/include/fst/ |
D | prune.h | 100 void Prune(MutableFst<Arc> *fst, in Prune() function 217 void Prune(const Fst<Arc> &ifst, in Prune() function
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | port.cc | 646 void Connection::Prune() { in Prune() function in cricket::Connection
|