Searched refs:oprops (Results 1 – 9 of 9) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | reverse.h | 76 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() local 77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
|
D | map.h | 223 uint64 oprops = ofst->Properties(kFstProperties, false); in Map() local 224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in Map()
|
/external/openfst/src/include/fst/ |
D | reverse.h | 85 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() local 86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
|
D | lookahead-filter.h | 533 uint64 oprops = filter_.Properties(iprops); in Properties() local 535 return oprops & kOLabelInvariantProperties; in Properties() 537 return oprops & kILabelInvariantProperties; in Properties()
|
D | compose-filter.h | 530 uint64 oprops = filter_.Properties(iprops); in Properties() local 531 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties; in Properties()
|
D | state-map.h | 169 uint64 oprops = ofst->Properties(kFstProperties, false); in StateMap() local 170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap()
|
D | arc-map.h | 285 uint64 oprops = ofst->Properties(kFstProperties, false); in ArcMap() local 286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetRoot.java | 498 void recomposeOutput(OutputProperties oprops) in recomposeOutput() argument 502 m_outputProperties.copyFrom(oprops); in recomposeOutput()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 388 uint64 oprops = filter_.Properties(iprops); in Properties() local 389 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties; in Properties()
|