/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | properties.h | 38 const uint64 kExpanded = 0x0000000000000001ULL; variable 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 | kMutable | kAcceptor | kNotAcceptor | kIDeterministic | [all …]
|
D | properties.cpp | 37 outprops |= (kExpanded | kMutable | kCoAccessible | in ClosureProperties() 77 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1; in ConcatProperties() 121 uint64 outprops = (kExpanded | kMutable | kAcceptor | in FactorWeightProperties() 145 uint64 outprops = (kExpanded | kMutable | kAcceptor | kNotAcceptor | in InvertProperties() 184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted | in ProjectProperties() 238 uint64 outprops = (kExpanded | kMutable | in RelabelProperties() 252 (kExpanded | kMutable | kAcceptor | kNotAcceptor | kEpsilons | in ReverseProperties() 272 outprops |= kExpanded | kMutable; in RmEpsilonProperties() 296 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1; in UnionProperties()
|
D | expanded-fst.h | 48 if (!(hdr.Properties() & kExpanded)) { in Read() 83 if (fst.Properties(kExpanded, false)) { in CountStates()
|
D | const-fst.h | 100 static const uint64 kStaticProperties = kExpanded;
|
D | vector-fst.h | 312 static const uint64 kStaticProperties = kExpanded | kMutable;
|
/external/openfst/src/include/fst/ |
D | properties.h | 44 const uint64 kExpanded = 0x0000000000000001ULL; variable 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 | kMutable | kError | kAcceptor | [all …]
|
D | expanded-fst.h | 56 if (!(hdr.Properties() & kExpanded)) { in Read() 176 if (fst.Properties(kExpanded, false)) { in CountStates()
|
D | concat.h | 72 if (fst2.Properties(kExpanded, false)) in Concat() 137 if (fst1.Properties(kExpanded, false)) in Concat()
|
D | reverse.h | 51 if (ifst.Properties(kExpanded, false)) in Reverse()
|
D | dfs-visit.h | 108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then in DfsVisit()
|
D | union.h | 70 if (fst2.Properties(kExpanded, false)) { in Union()
|
D | vector-fst.h | 277 static const uint64 kStaticProperties = kExpanded | kMutable; 299 if (fst.Properties(kExpanded, false)) in VectorFstImpl() 542 if (fst.Properties(kExpanded, false) || (start_offset = strm.tellp()) != -1) { in WriteFst()
|
D | visit.h | 95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then in Visit()
|
D | add-on.h | 286 SetProperties(kExpanded); in AddOnImpl()
|
D | const-fst.h | 122 static const uint64 kStaticProperties = kExpanded;
|
D | state-map.h | 154 if (ifst.Properties(kExpanded, false)) in StateMap()
|
D | edit-fst.h | 592 static const uint64 kStaticProperties = kExpanded | kMutable;
|
D | cache.h | 362 kExpanded | kMutable)); in DeleteStates()
|
/external/openfst/src/lib/ |
D | properties.cc | 41 outprops |= (kExpanded | kMutable | kCoAccessible | in ClosureProperties() 91 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1; in ConcatProperties() 136 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | in FactorWeightProperties() 148 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor | in InvertProperties() 187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted | in ProjectProperties() 317 uint64 outprops = (kExpanded | kMutable | kError | in RelabelProperties() 331 (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor | kEpsilons | in ReverseProperties() 351 outprops |= kExpanded | kMutable; in RmEpsilonProperties() 385 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1; in UnionProperties()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | shortest-path.h | 441 static const uint8 kExpanded; variable 544 sp_data_.SetFlags(s, kExpanded, kExpanded); in GetDistance() 642 if (!(sp_data_.Flags(s) & kExpanded)) { in ProcCloseParen() 770 const uint8 PdtShortestPath<Arc, Queue>::kExpanded = 0x20;
|
D | expand.h | 384 static const uint8 kExpanded; variable 511 template <class A> const uint8 PrunedExpand<A>::kExpanded = 0x02; 614 if (!(Flags(s) & (kEnqueued | kExpanded))) { in AddStateAndEnqueue() 886 SetFlags(s, kExpanded, kExpanded | kEnqueued); in Expand()
|
/external/openfst/src/test/ |
D | fst_test.h | 119 CHECK(fst.Properties(kExpanded, false)); in TestExpanded() 277 if (fst.Properties(kExpanded, false)) { in TestIO()
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 72 long_info_ = fst.Properties(kExpanded, false);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.h | 54 kExpanded = 7, enumerator
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.h | 54 kExpanded = 7, enumerator
|