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

/external/chromium_org/chrome/browser/omnibox/
H A Domnibox_field_trial_unittest.cc44 // EXPECTS that demotions[match_type] exists with value expected_value.
47 AutocompleteMatchType::Type match_type,
66 AutocompleteMatchType::Type match_type,
69 demotions.find(match_type);
64 VerifyDemotion( const OmniboxFieldTrial::DemotionMultipliers& demotions, AutocompleteMatchType::Type match_type, float expected_value) argument
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dicons_handler.cc57 ExtensionIconSet::MatchType match_type) {
58 std::string path = GetIcons(extension).Get(size, match_type);
65 ExtensionIconSet::MatchType match_type) {
66 std::string path = GetIcons(extension).Get(size, match_type);
54 GetIconResource( const Extension* extension, int size, ExtensionIconSet::MatchType match_type) argument
63 GetIconURL(const Extension* extension, int size, ExtensionIconSet::MatchType match_type) argument
/external/chromium_org/components/autofill/core/browser/
H A Dform_field.cc77 int match_type,
84 if (!MatchesFormControlType(field->form_control_type, match_type))
87 return MatchAndAdvance(scanner, pattern, match_type, match);
113 int match_type,
116 if (FormField::Match(field, pattern, match_type)) {
129 int match_type) {
130 if ((match_type & FormField::MATCH_LABEL) &&
135 if ((match_type & FormField::MATCH_NAME) &&
140 if ((match_type & FormField::MATCH_VALUE) &&
173 int match_type) {
75 ParseFieldSpecifics(AutofillScanner* scanner, const base::string16& pattern, int match_type, const AutofillField** match) argument
111 MatchAndAdvance(AutofillScanner* scanner, const base::string16& pattern, int match_type, const AutofillField** match) argument
127 Match(const AutofillField* field, const base::string16& pattern, int match_type) argument
172 MatchesFormControlType(const std::string& type, int match_type) argument
[all...]
/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/chromium_org/chrome/browser/extensions/
H A Dextension_icon_image.cc49 ExtensionIconSet::MatchType match_type) {
50 std::string path = icons.Get(size, match_type);
45 GetExtensionIconResource( const extensions::Extension* extension, const ExtensionIconSet& icons, int size, ExtensionIconSet::MatchType match_type) argument
/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/test/
H A Dfst_test.h69 MatchType match_type = matcher.Type(true); local
85 if (match_type == MATCH_INPUT) {
/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),
717 LookAheadMatcher(const F &fst, MatchType match_type) argument
[all...]
H A Dmatcher.h133 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
135 // actual epsilon transitions. If match_type == MATCH_OUTPUT, then
148 SortedMatcher(const F &fst, MatchType match_type, argument
153 match_type_(match_type),
404 MatchType match_type,
408 : matcher_(matcher ? matcher : new M(fst, match_type)),
409 match_type_(match_type),
412 if (match_type == MATCH_BOTH) {
578 MatchType match_type,
582 : matcher_(matcher ? matcher : new M(fst, match_type)),
403 RhoMatcher(const FST &fst, MatchType match_type, Label rho_label = kNoLabel, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
577 SigmaMatcher(const FST &fst, MatchType match_type, Label sigma_label = kNoLabel, MatcherRewriteMode rewrite_mode = MATCHER_REWRITE_AUTO, M *matcher = 0) argument
766 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
998 MultiEpsMatcher(const FST &fst, MatchType match_type, uint32 flags = (kMultiEpsLoop | kMultiEpsList), M *matcher = 0, bool own_matcher = true) argument
1166 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/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc161 const AutocompleteMatch::Type match_type; member in struct:AutocompleteProviderTest::AssistedQueryStatsTestData
381 aqs_test_data[i].match_type);
H A Dhistory_url_provider.cc649 int HistoryURLProvider::CalculateRelevance(MatchType match_type, argument
651 switch (match_type) {
1044 MatchType match_type,
1054 std::string languages = (match_type == WHAT_YOU_TYPED) ?
1041 HistoryMatchToACMatch( const HistoryURLProviderParams& params, const history::HistoryMatch& history_match, MatchType match_type, int relevance) argument
H A Dsearch_provider_unittest.cc2734 AutocompleteMatch::Type match_type; member in struct:DefaultFetcherUrlInputMatch
2832 EXPECT_EQ(cases[i].output[j].match_type, matches[j].type);
2840 cases[i].output[j].match_type);
2856 AutocompleteMatch::Type match_type; member in struct:DefaultFetcherUrlInputMatch
2958 EXPECT_EQ(cases[i].output[j].match_type, matches[j].type);
2966 cases[i].output[j].match_type);
H A Dsearch_provider.cc1184 AutocompleteMatchType::Type match_type = GetAutocompleteMatchType(type); local
1207 suggestion, match_type, match_contents, annotation,
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc468 StringMatchTest::MatchType match_type; local
471 match_type = StringMatchTest::kPrefix;
474 match_type = StringMatchTest::kSuffix;
477 match_type = StringMatchTest::kContains;
480 match_type = StringMatchTest::kEquals;
482 match_type = StringMatchTest::kPrefix;
484 match_type = StringMatchTest::kSuffix;
486 match_type = StringMatchTest::kContains;
488 match_type = StringMatchTest::kEquals;
504 StringMatchTest::Create(*it, match_type, !is_nam
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.cc38 // have Type |match_type| to either an active list or an inactive list
42 const char* match_type,
60 if (type != match_type)
40 AppendServicesForType( const base::ListValue* service_list_in, const char* match_type, std::vector<std::string>* active_service_list_out, std::vector<std::string>* inactive_service_list_out) argument
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h50 ParenMatcher(const FST &fst, MatchType match_type, argument
52 : matcher_(fst, match_type),
53 match_type_(match_type),
55 if (match_type == MATCH_INPUT) {
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const {
719 return new NGramFstMatcher<A>(*this, match_type);
757 NGramFstMatcher(const NGramFst<A> &fst, MatchType match_type) argument
758 : fst_(fst), inst_(fst.inst_), match_type_(match_type),
/external/dnsmasq/src/
H A Ddnsmasq.h515 int len, match_type, option; member in struct:dhcp_vendor

Completed in 794 milliseconds