Searched refs:Prune (Results 1 - 23 of 23) sorted by relevance

/external/openfst/src/script/
H A Dprune.cc26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { function in namespace:fst::script
29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
33 void Prune(const FstClass &ifst, MutableFstClass *fst, function in namespace:fst::script
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
41 void Prune(const FstClass &ifst, function in namespace:fst::script
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
51 void Prune(MutableFstClass *fst, const WeightClass& weight_threshold, function in namespace:fst::script
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
59 REGISTER_FST_OPERATION(Prune, StdArc, PruneArgs1);
60 REGISTER_FST_OPERATION(Prune, LogAr
[all...]
/external/openfst/src/include/fst/script/
H A Dprune.h79 void Prune(PruneArgs1 *args) { function in namespace:fst::script
87 Prune(ofst, opts);
96 void Prune(PruneArgs2 *args) { function in namespace:fst::script
102 Prune(ifst, ofst, opts);
112 void Prune(PruneArgs3 *args) { function in namespace:fst::script
117 Prune(ifst, ofst, w, args->arg4, args->arg5);
124 void Prune(PruneArgs4 *args) { function in namespace:fst::script
127 Prune(fst, w, args->arg3, args->arg4);
132 void Prune(MutableFstClass *fst, const PruneOptions &opts);
135 void Prune(cons
[all...]
H A Dfstscript.h118 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs1);
119 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs2);
120 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs3);
121 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs4);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_store.h24 // removed by calling Prune() with the list of (policy, hash) entries that are
41 void Prune(const CloudExternalDataManager::Metadata& metadata);
H A Dcloud_external_data_store_unittest.cc117 TEST_F(CouldExternalDataStoreTest, Prune) {
130 // Prune the store, allowing only an entry for the first policy with its
135 store.Prune(metadata);
144 // Prune the store, allowing only an entry for the first policy with a
148 store.Prune(metadata);
183 // Prune the first store, allowing no entries to be kept.
185 store1.Prune(metadata);
H A Dcloud_external_data_store.cc43 void CloudExternalDataStore::Prune( function in class:policy::CloudExternalDataStore
H A Dcloud_external_data_manager_base.cc162 external_data_store_->Prune(metadata_);
191 external_data_store_->Prune(metadata_);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table.h70 FRIEND_TEST_ALL_PREFIXES(DatabaseStringTableTest, Prune);
H A Ddatabase_string_table_unittest.cc137 TEST_F(DatabaseStringTableTest, Prune) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h56 void Prune(MutableFst<Arc> *fst, function in namespace:fst
63 LOG(FATAL) << "Prune: Weight needs to have the path property and"
128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { function in namespace:fst
130 Prune(fst, opts);
141 void Prune(const Fst<Arc> &ifst, function in namespace:fst
149 LOG(FATAL) << "Prune: Weight needs to have the path property and"
238 void Prune(const Fst<Arc> &ifst, function in namespace:fst
242 Prune(ifst, ofst, opts);
/external/openfst/src/bin/
H A Dfstprune.cc59 s::Prune(fst, opts);
/external/openfst/src/include/fst/
H A Dprune.h100 void Prune(MutableFst<Arc> *fst, function in namespace:fst
107 FSTERROR() << "Prune: Weight needs to have the path property and"
197 void Prune(MutableFst<Arc> *fst, function in namespace:fst
203 Prune(fst, opts);
217 void Prune(const Fst<Arc> &ifst, function in namespace:fst
225 FSTERROR() << "Prune: Weight needs to have the path property and"
327 void Prune(const Fst<Arc> &ifst, function in namespace:fst
334 Prune(ifst, ofst, opts);
H A Drmepsilon.h323 Prune(fst, opts.weight_threshold, opts.state_threshold);
H A Ddeterminize.h1002 Prune(dfst, ofst, popts);
1005 Prune(ofst, opts.weight_threshold, opts.state_threshold);
/external/chromium_org/ui/base/models/
H A Dtree_node_iterator_unittest.cc59 TEST(TreeNodeIteratorTest, Prune) {
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h105 Prune (SymbolContextList &sc_list,
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp153 BreakpointResolverName::LookupInfo::Prune (SymbolContextList &sc_list, size_t start_idx) const function in class:BreakpointResolverName::LookupInfo
229 lookup.Prune (func_list, start_func_idx);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m185 % Prune similar results
253 % Prune similar results
325 % Prune similar results
/external/openfst/src/test/
H A Dalgo_test.h728 Prune(&P1, thresold);
730 Prune(T, &P2, thresold);
740 Prune(&P1, thresold);
742 Prune(&R, thresold.Reverse());
751 Prune(A, &P, thresold);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_folder_finder_unittest.cc344 TEST_F(MediaFolderFinderTest, Prune) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h488 void Prune();
H A Dp2ptransportchannel.cc975 connections_[i]->Prune();
H A Dport.cc1074 void Connection::Prune() { function in class:cricket::Connection

Completed in 344 milliseconds