Searched defs:match_type (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/test/
H A Dfst_test.h67 MatchType match_type = matcher.Type(true); local
83 if (match_type == MATCH_INPUT) {
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc201 MatchType match_type,
203 switch (match_type) {
199 CalculateRelevance(int raw_score, AutocompleteInput::Type input_type, MatchType match_type, size_t match_number) argument
H A Dhistory_url_provider.cc459 MatchType match_type,
461 switch (match_type) {
775 MatchType match_type,
779 CalculateRelevance(params->input.type(), match_type, match_number),
785 std::string languages = (match_type == WHAT_YOU_TYPED) ?
458 CalculateRelevance(AutocompleteInput::Type input_type, MatchType match_type, size_t match_number) argument
772 HistoryMatchToACMatch( HistoryURLProviderParams* params, const HistoryMatch& history_match, MatchType match_type, size_t match_number) argument
/external/chromium/chrome/browser/ui/webui/
H A Dextension_icon_source.cc267 ExtensionIconSet::MatchType match_type; local
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);
281 SetData(request_id, extension, grayscale, size, match_type);
/external/iptables/extensions/
H A Dlibxt_sctp.c228 const char *match_type,
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
232 if (!strcasecmp(match_type, "ANY")) {
234 } else if (!strcasecmp(match_type, "ALL")) {
236 } else if (!strcasecmp(match_type, "ONLY")) {
227 parse_sctp_chunks(struct xt_sctp_info *einfo, const char *match_type, const char *chunks) argument
/external/openfst/src/include/fst/
H A Dmatcher-fst.h141 virtual M *InitMatcher(MatchType match_type) const {
142 return new M(GetFst(), match_type, GetData(match_type));
152 typename M::MatcherData *GetData(MatchType match_type) const {
154 return match_type == MATCH_INPUT ? data->First() : data->Second();
212 Matcher(const FST &fst, MatchType match_type) { argument
213 matcher_ = fst.InitMatcher(match_type);
252 LookAheadMatcher(const FST &fst, MatchType match_type) { argument
253 matcher_ = fst.InitMatcher(match_type);
H A Dlookahead-matcher.h50 // LookAheadMatcher(const F &fst, MatchType match_type);
68 // // 'match_type' (cf. composition).
98 // Matcher is a lookahead matcher when 'match_type' is MATCH_INPUT.
101 // Matcher is a lookahead matcher when 'match_type' is MATCH_OUTPUT.
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) argument
194 : matcher_(fst, match_type) {}
265 ArcLookAheadMatcher(const FST &fst, MatchType match_type, argument
267 : matcher_(fst, match_type),
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type, argument
440 : matcher_(fst, match_type),
718 LookAheadMatcher(const F &fst, MatchType match_type) argument
[all...]
H A Dmatcher.h122 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
124 // actual epsilon transitions. If match_type == MATCH_OUTPUT, then
137 SortedMatcher(const F &fst, MatchType match_type, argument
142 match_type_(match_type),
361 MatchType match_type,
365 : matcher_(matcher ? matcher : new M(fst, match_type)),
366 match_type_(match_type),
369 if (match_type == MATCH_BOTH) {
529 MatchType match_type,
533 : matcher_(matcher ? matcher : new M(fst, match_type)),
360 RhoMatcher(const FST &fst, MatchType match_type, Label rho_label = kNoLabel, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
528 SigmaMatcher(const FST &fst, MatchType match_type, Label sigma_label = kNoLabel, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
708 PhiMatcher(const FST &fst, MatchType match_type, Label phi_label = kNoLabel, bool phi_loop = true, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
912 MultiEpsMatcher(const FST &fst, MatchType match_type, uint32 flags = (kMultiEpsLoop | kMultiEpsList), M *matcher = 0, bool own_matcher = true) argument
1077 Matcher(const F &fst, MatchType match_type) argument
[all...]
H A Dreplace.h993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const {
995 ((match_type == MATCH_INPUT && Properties(kILabelSorted, false)) ||
996 (match_type == MATCH_OUTPUT && Properties(kOLabelSorted, false)))) {
997 return new ReplaceFstMatcher<A, T>(*this, match_type);
1241 ReplaceFstMatcher(const ReplaceFst<A, T> &fst, fst::MatchType match_type) argument
1245 match_type_(match_type),
/external/dnsmasq/src/
H A Ddnsmasq.h515 int len, match_type, option; member in struct:dhcp_vendor

Completed in 781 milliseconds