HomeSort by relevance Sort by last modified time
    Searched full:oprops (Results 1 - 9 of 9) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 76 uint64 oprops = ofst->Properties(kFstProperties, false); local
77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
map.h 223 uint64 oprops = ofst->Properties(kFstProperties, false); local
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
  /external/openfst/src/include/fst/
reverse.h 85 uint64 oprops = ofst->Properties(kFstProperties, false); local
86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
compose-filter.h 530 uint64 oprops = filter_.Properties(iprops); local
531 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties;
lookahead-filter.h 533 uint64 oprops = filter_.Properties(iprops); local
535 return oprops & kOLabelInvariantProperties;
537 return oprops & kILabelInvariantProperties;
state-map.h 169 uint64 oprops = ofst->Properties(kFstProperties, false); local
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
arc-map.h 285 uint64 oprops = ofst->Properties(kFstProperties, false); local
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 388 uint64 oprops = filter_.Properties(iprops); local
389 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 496 * @param oprops non-null reference to xsl:output properties representation.
498 void recomposeOutput(OutputProperties oprops)
502 m_outputProperties.copyFrom(oprops);
    [all...]

Completed in 752 milliseconds