Searched refs:MatchType (Results 1 - 25 of 35) sorted by relevance

12

/external/lldb/include/lldb/Core/
H A DAddressResolverName.h32 AddressResolver::MatchType type = Exact);
39 AddressResolver::MatchType type);
60 AddressResolver::MatchType m_match_type;
H A DAddressResolver.h52 } MatchType; typedef in class:lldb_private::AddressResolver
/external/chromium_org/extensions/common/
H A Dextension_icon_set.h15 // size. MatchType is exclusive (do not OR them together).
16 enum MatchType { enum in class:ExtensionIconSet
40 const std::string& Get(int size, MatchType match_type) const;
H A Dextension_icon_set.cc23 const std::string& ExtensionIconSet::Get(int size, MatchType match_type) const {
/external/chromium_org/extensions/common/manifest_handlers/
H A Dicons_handler.h30 ExtensionIconSet::MatchType match_type);
33 ExtensionIconSet::MatchType match_type);
H A Dicons_handler.cc39 ExtensionIconSet::MatchType match_type) {
47 ExtensionIconSet::MatchType match_type) {
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h37 Breakpoint::MatchType type,
40 // This one takes an array of names. It is always MatchType = Exact.
47 // This one takes a C++ array of names. It is always MatchType = Exact.
61 Breakpoint::MatchType type,
111 Breakpoint::MatchType m_match_type;
H A DBreakpoint.h95 } MatchType; typedef in class:lldb_private::Breakpoint
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h222 enum MatchType { enum in class:HistoryURLProvider
237 static int CalculateRelevance(MatchType match_type, int match_number);
323 MatchType match_type,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.h37 // the corresponding ExtensionIconSet::MatchType enum.
64 ExtensionIconSet::MatchType match,
139 ExtensionIconSet::MatchType match);
H A Dextension_icon_source.cc72 ExtensionIconSet::MatchType match;
78 ExtensionIconSet::MatchType match,
296 ExtensionIconSet::MatchType match_type;
300 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);
325 ExtensionIconSet::MatchType match) {
/external/openfst/src/include/fst/
H A Dmatcher.h49 // Matcher(const F &fst, MatchType type);
65 // MatchType Type(bool test) const;
114 virtual MatchType Type(bool test) const = 0;
148 SortedMatcher(const F &fst, MatchType match_type,
194 virtual MatchType Type(bool test) const {
311 MatchType match_type_; // Type of match to perform
404 MatchType match_type,
446 virtual MatchType Type(bool test) const { return matcher_->Type(test); }
512 MatchType match_type_; // Type of match requested
578 MatchType match_typ
[all...]
H A Dlookahead-filter.h38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) {
39 MatchType type1 = m1.Type(false);
40 MatchType type2 = m2.Type(false);
61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
76 template <class M1, class M2, MatchType MT>
83 template <class M, MatchType MT>
89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type)
116 MatchType type_;
128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType)
160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType)
[all...]
H A Dmatcher-fst.h42 // Matcher(const F &fst, MatchType type, MatcherData *data);
141 virtual M *InitMatcher(MatchType match_type) const {
152 typename M::MatcherData *GetData(MatchType match_type) const {
212 Matcher(const FST &fst, MatchType match_type) {
226 MatchType Type(bool test) const { return matcher_->Type(test); }
252 LookAheadMatcher(const FST &fst, MatchType match_type) {
267 MatchType Type(bool test) const { return matcher_->Type(test); }
H A Dlookahead-matcher.h50 // LookAheadMatcher(const F &fst, MatchType match_type);
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type)
205 MatchType Type(bool test) const { return matcher_.Type(test); }
265 ArcLookAheadMatcher(const FST &fst, MatchType match_type,
284 MatchType Type(bool test) const { return matcher_.Type(test); }
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type,
479 MatchType Type(bool test) const { return matcher_.Type(test); }
717 LookAheadMatcher(const F &fst, MatchType match_type) {
736 MatchType Type(bool test) const { return base_->Type(test); }
/external/chromium_org/components/autofill/core/browser/
H A Dform_field.h35 enum MatchType { enum in class:autofill::FormField
65 // as specified in the |match_type| bit field (see |MatchType|). If |match|
106 // as specified in the |match_type| bit field (see |MatchType|).
/external/chromium_org/components/omnibox/
H A Dkeyword_provider_unittest.cc37 struct MatchType { struct in class:KeywordProviderTest
46 const MatchType<ResultType> output[3];
113 const MatchType<base::string16> kEmptyMatch = { base::string16(), false };
193 const MatchType<GURL> kEmptyMatch = { GURL(), false };
228 const MatchType<base::string16> kEmptyMatch = { base::string16(), false };
/external/lldb/source/Core/
H A DAddressResolverName.cpp28 AddressResolver::MatchType type
65 AddressResolver::MatchType type
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h128 enum MatchType { enum in class:i18n::phonenumbers::PhoneNumberUtil
543 MatchType IsNumberMatch(const PhoneNumber& first_number,
551 MatchType IsNumberMatchWithTwoStrings(const string& first_number,
559 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2372 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2374 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2376 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2378 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2380 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2382 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2384 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2387 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2390 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2393 assertEquals(PhoneNumberUtil.MatchType
[all...]
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h182 MatchType InputMatchType() const { CheckLong(); return input_match_type_; }
183 MatchType OutputMatchType() const { CheckLong(); return output_match_type_; }
221 MatchType input_match_type_;
222 MatchType output_match_type_;
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc314 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; enum in class:extensions::HeaderMatcher::StringMatchTest
319 MatchType type,
328 MatchType type,
332 const MatchType type_;
411 MatchType type,
445 MatchType type,
470 StringMatchTest::MatchType match_type;
/external/chromium_org/extensions/browser/
H A Dextension_icon_image.cc47 ExtensionIconSet::MatchType match_type) {
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java418 public enum MatchType { enum in class:PhoneNumberUtil
3069 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
3094 return MatchType.NO_MATCH;
3101 return MatchType.EXACT_MATCH;
3107 return MatchType.SHORT_NSN_MATCH;
3110 return MatchType.NO_MATCH;
3117 return MatchType.NSN_MATCH;
3120 return MatchType.SHORT_NSN_MATCH;
3122 return MatchType.NO_MATCH;
3146 public MatchType isNumberMatc
[all...]
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp33 Breakpoint::MatchType type,
103 Breakpoint::MatchType type,

Completed in 840 milliseconds

12