Searched defs:matcher1 (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/util/
H A DAndMatcher.java31 private final StringMatcher matcher1; field in class:AndMatcher
35 public AndMatcher(StringMatcher matcher1, StringMatcher matcher2) argument
37 this.matcher1 = matcher1;
46 return matcher1.matches(string) &&
H A DOrMatcher.java31 private final StringMatcher matcher1; field in class:OrMatcher
35 public OrMatcher(StringMatcher matcher1, StringMatcher matcher2) argument
37 this.matcher1 = matcher1;
46 return matcher1.matches(string) ||
/external/openfst/src/include/fst/
H A Dlookahead-filter.h62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
64 return LookAheadMatchType(matcher1, matcher2);
212 M1 *matcher1, M2 *matcher2)
213 : filter_(fst1, fst2, matcher1, matcher2),
346 M1 *matcher1, M2 *matcher2)
347 : filter_(fst1, fst2, matcher1, matcher2),
440 M1 *matcher1, M2 *matcher2)
441 : filter_(fst1, fst2, matcher1, matcher2),
211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2, M1 *matcher1, M2 *matcher2) argument
345 PushWeightsComposeFilter(const FST1 &fst1, const FST2 &fst2, M1 *matcher1, M2 *matcher2) argument
439 PushLabelsComposeFilter(const FST1 &fst1, const FST2 &fst2, M1 *matcher1, M2 *matcher2) argument
H A Dcompose.h53 M *matcher1; // FST1 matcher (see matcher.h) member in struct:fst::ComposeFstOptions
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
64 ComposeFstOptions() : matcher1(0), matcher2(0), filter(0), state_table(0) {}
84 M1 *matcher1; // FST1 matcher (see matcher.h) member in struct:fst::ComposeFstImplOptions
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
96 : matcher1(0), matcher2(0), filter(0), state_table(0) {}
392 new F(fst1, fst2, opts.matcher1, opts.matcher2)),
583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 1107 milliseconds