/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
H A D | properties.h | 38 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 D | properties.cpp | 37 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 D | expanded-fst.h | 48 if (!(hdr.Properties() & kExpanded)) { 83 if (fst.Properties(kExpanded, false)) {
|
H A D | const-fst.h | 100 static const uint64 kStaticProperties = kExpanded;
|
H A D | vector-fst.h | 312 static const uint64 kStaticProperties = kExpanded | kMutable;
|
/external/openfst/src/include/fst/ |
H A D | properties.h | 44 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 D | reverse.h | 51 if (ifst.Properties(kExpanded, false))
|
H A D | concat.h | 72 if (fst2.Properties(kExpanded, false)) 137 if (fst1.Properties(kExpanded, false))
|
H A D | expanded-fst.h | 56 if (!(hdr.Properties() & kExpanded)) { 176 if (fst.Properties(kExpanded, false)) {
|
H A D | dfs-visit.h | 108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
|
H A D | union.h | 70 if (fst2.Properties(kExpanded, false)) {
|
H A D | visit.h | 95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
|
H A D | add-on.h | 286 SetProperties(kExpanded);
|
H A D | vector-fst.h | 277 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 D | const-fst.h | 122 static const uint64 kStaticProperties = kExpanded;
|
H A D | state-map.h | 154 if (ifst.Properties(kExpanded, false))
|
H A D | cache.h | 362 kExpanded | kMutable));
|
H A D | edit-fst.h | 592 static const uint64 kStaticProperties = kExpanded | kMutable; 599 // for the two properties that always apply to EditFst instances: kExpanded
|
/external/openfst/src/lib/ |
H A D | properties.cc | 41 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 D | fst_test.h | 119 CHECK(fst.Properties(kExpanded, false)); 277 if (fst.Properties(kExpanded, false)) {
|
/external/openfst/src/include/fst/extensions/pdt/ |
H A D | shortest-path.h | 441 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 D | expand.h | 384 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 D | os2_table.h | 54 kExpanded = 7, enumerator in enum:sfntly::WidthClass::__anon14948
|
/external/openfst/src/include/fst/script/ |
H A D | info-impl.h | 72 long_info_ = fst.Properties(kExpanded, false);
|
/external/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.h | 54 kExpanded = 7, enumerator in enum:sfntly::WidthClass::__anon30360
|