Searched refs:kExpanded (Results 1 - 25 of 28) sorted by relevance

12

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.h38 const uint64 kExpanded = 0x0000000000000001ULL; member in namespace:fst
157 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
166 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
176 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
185 const uint64 kAddArcProperties = kExpanded | kMutable | kNotAcceptor |
191 const uint64 kSetArcProperties = kExpanded | kMutable;
195 = kExpanded | kMutable | kAcceptor | kIDeterministic |
202 = kExpanded | kMutable | kAcceptor | kIDeterministic |
208 const uint64 kStateSortProperties = kExpanded | kMutable | kAcceptor |
219 kExpanded | kMutabl
[all...]
H A Dproperties.cpp37 outprops |= (kExpanded | kMutable | kCoAccessible |
77 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
121 uint64 outprops = (kExpanded | kMutable | kAcceptor |
145 uint64 outprops = (kExpanded | kMutable | kAcceptor | kNotAcceptor |
184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted |
238 uint64 outprops = (kExpanded | kMutable |
252 (kExpanded | kMutable | kAcceptor | kNotAcceptor | kEpsilons |
272 outprops |= kExpanded | kMutable;
296 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
H A Dexpanded-fst.h48 if (!(hdr.Properties() & kExpanded)) {
83 if (fst.Properties(kExpanded, false)) {
H A Dconst-fst.h100 static const uint64 kStaticProperties = kExpanded;
H A Dvector-fst.h312 static const uint64 kStaticProperties = kExpanded | kMutable;
/external/openfst/src/include/fst/
H A Dproperties.h44 const uint64 kExpanded = 0x0000000000000001ULL; member in namespace:fst
165 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
179 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
189 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
199 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
209 const uint64 kAddArcProperties = kExpanded | kMutable | kError | kNotAcceptor |
215 const uint64 kSetArcProperties = kExpanded | kMutable | kError;
219 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
226 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
232 const uint64 kStateSortProperties = kExpanded | kMutabl
[all...]
H A Dreverse.h51 if (ifst.Properties(kExpanded, false))
H A Dconcat.h72 if (fst2.Properties(kExpanded, false))
137 if (fst1.Properties(kExpanded, false))
H A Dexpanded-fst.h56 if (!(hdr.Properties() & kExpanded)) {
176 if (fst.Properties(kExpanded, false)) {
H A Ddfs-visit.h108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
H A Dunion.h70 if (fst2.Properties(kExpanded, false)) {
H A Dvisit.h95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
H A Dadd-on.h286 SetProperties(kExpanded);
H A Dvector-fst.h277 static const uint64 kStaticProperties = kExpanded | kMutable;
299 if (fst.Properties(kExpanded, false))
542 if (fst.Properties(kExpanded, false) || (start_offset = strm.tellp()) != -1) {
H A Dconst-fst.h122 static const uint64 kStaticProperties = kExpanded;
H A Dstate-map.h154 if (ifst.Properties(kExpanded, false))
H A Dcache.h362 kExpanded | kMutable));
H A Dedit-fst.h592 static const uint64 kStaticProperties = kExpanded | kMutable;
599 // for the two properties that always apply to EditFst instances: kExpanded
/external/openfst/src/lib/
H A Dproperties.cc41 outprops |= (kExpanded | kMutable | kCoAccessible |
91 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
136 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor |
148 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted |
317 uint64 outprops = (kExpanded | kMutable | kError |
331 (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor | kEpsilons |
351 outprops |= kExpanded | kMutable;
385 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
/external/openfst/src/test/
H A Dfst_test.h119 CHECK(fst.Properties(kExpanded, false));
277 if (fst.Properties(kExpanded, false)) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h441 static const uint8 kExpanded; member in class:fst::PdtShortestPath
544 sp_data_.SetFlags(s, kExpanded, kExpanded);
642 if (!(sp_data_.Flags(s) & kExpanded)) {
770 const uint8 PdtShortestPath<Arc, Queue>::kExpanded = 0x20; member in class:fst::PdtShortestPath
H A Dexpand.h384 static const uint8 kExpanded; member in class:fst::PrunedExpand
511 template <class A> const uint8 PrunedExpand<A>::kExpanded = 0x02; member in class:fst::PrunedExpand
614 if (!(Flags(s) & (kEnqueued | kExpanded))) {
621 // TODO(allauzen): Check everything is fine when kExpanded?
886 SetFlags(s, kExpanded, kExpanded | kEnqueued);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h54 kExpanded = 7, enumerator in enum:sfntly::WidthClass::__anon14948
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h72 long_info_ = fst.Properties(kExpanded, false);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h54 kExpanded = 7, enumerator in enum:sfntly::WidthClass::__anon30360

Completed in 4784 milliseconds

12