HomeSort by relevance Sort by last modified time
    Searched refs:MATCH_INPUT (Results 1 - 16 of 16) sorted by null

  /external/openfst/src/include/fst/
compose.h 288 // 'fsta' for each arc leaving state 'sb' of 'fstb'. The 'match_input' arg
294 Matcher *matchera, bool match_input) {
298 Arc loop(match_input ? 0 : kNoLabel, match_input ? kNoLabel : 0,
300 MatchArc(s, matchera, loop, match_input);
304 MatchArc(s, matchera, iterb.Value(), match_input);
312 const Arc &arc, bool match_input) {
313 if (matchera->Find(match_input ? arc.olabel : arc.ilabel)) {
317 if (match_input) {
404 (match_type_ == MATCH_INPUT ? "input"
    [all...]
matcher.h 133 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
160 case MATCH_INPUT:
198 uint64 true_prop = match_type_ == MATCH_INPUT ?
200 uint64 false_prop = match_type_ == MATCH_INPUT ?
267 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
269 Label label = match_type_ == MATCH_INPUT ?
328 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
337 Label label = match_type_ == MATCH_INPUT ?
347 label = match_type_ == MATCH_INPUT ? aiter_->Value().ilabel :
362 Label label = match_type_ == MATCH_INPUT
    [all...]
lookahead-filter.h 44 else if (type2 == MATCH_INPUT &&
46 return MATCH_INPUT;
51 m2.Type(true) == MATCH_INPUT)
52 return MATCH_INPUT;
63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
124 class LookAheadSelector<M1, M2, MATCH_INPUT> {
132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector)
149 void operator=(const LookAheadSelector<M1, M2, MATCH_INPUT> &); // disallow
285 else if (MT == MATCH_INPUT)
449 matcher2_(fst2_, MATCH_INPUT,
    [all...]
difference.h 79 new R(cfst, MATCH_INPUT,
98 copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
compose-filter.h 223 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
308 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
394 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
matcher-fst.h 154 return match_type == MATCH_INPUT ? data->First() : data->Second();
159 M imatcher(fst, MATCH_INPUT);
replace.h     [all...]
lookahead-matcher.h 98 // Matcher is a lookahead matcher when 'match_type' is MATCH_INPUT.
373 case MATCH_INPUT:
449 bool reach_input = match_type == MATCH_INPUT;
fst.h 148 enum MatchType { MATCH_INPUT, // Match input label.
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 55 if (match_type == MATCH_INPUT) {
250 Label label = match_type_ == MATCH_INPUT ?
265 Label label = match_type_ == MATCH_INPUT ?
437 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenLoop);
466 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenList);
  /external/openfst/src/include/fst/script/
info-impl.h 164 LookAheadMatcher< Fst<A> > imatcher(fst, MATCH_INPUT);
292 << (fstinfo.InputMatchType() == MATCH_INPUT ? 'y' :
  /external/openfst/src/test/
fst_test.h 68 Matcher<G> matcher(fst, MATCH_INPUT);
85 if (match_type == MATCH_INPUT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 275 IWorkbenchPage.MATCH_INPUT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 21 import static org.eclipse.ui.IWorkbenchPage.MATCH_INPUT;
387 IEditorReference[] editors = page.findEditors(input, null, MATCH_INPUT);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 482 milliseconds