Home
last modified time | relevance | path

Searched refs:MatchType (Results 1 – 25 of 36) sorted by relevance

12

/external/lldb/include/lldb/Core/
DAddressResolverName.h32 AddressResolver::MatchType type = Exact);
39 AddressResolver::MatchType type);
60 AddressResolver::MatchType m_match_type;
DAddressResolver.h52 } MatchType; typedef
/external/openfst/src/include/fst/
Dlookahead-filter.h38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) { in LookAheadMatchType()
39 MatchType type1 = m1.Type(false); in LookAheadMatchType()
40 MatchType type2 = m2.Type(false); in LookAheadMatchType()
61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { in LookAheadMatchType()
76 template <class M1, class M2, MatchType MT>
83 template <class M, MatchType MT>
89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) in LookAheadSelector()
116 MatchType type_;
128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
[all …]
Dmatcher.h114 virtual MatchType Type(bool test) const = 0;
148 SortedMatcher(const F &fst, MatchType match_type,
194 virtual MatchType Type(bool test) const { in Type()
311 MatchType match_type_; // Type of match to perform
404 MatchType match_type,
446 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
512 MatchType match_type_; // Type of match requested
578 MatchType match_type,
620 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
700 MatchType match_type_; // Type of match requested
[all …]
Dmatcher-fst.h141 virtual M *InitMatcher(MatchType match_type) const { in InitMatcher()
152 typename M::MatcherData *GetData(MatchType match_type) const { in GetData()
212 Matcher(const FST &fst, MatchType match_type) { in Matcher()
226 MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
252 LookAheadMatcher(const FST &fst, MatchType match_type) { in LookAheadMatcher()
267 MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
Dlookahead-matcher.h193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher()
205 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
265 ArcLookAheadMatcher(const FST &fst, MatchType match_type,
284 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type,
479 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
717 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
736 MatchType Type(bool test) const { return base_->Type(test); } in Type()
/external/lldb/include/lldb/Breakpoint/
DBreakpointResolverName.h37 Breakpoint::MatchType type,
61 Breakpoint::MatchType type,
111 Breakpoint::MatchType m_match_type;
DBreakpoint.h95 } MatchType; typedef
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java2372 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2374 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2376 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2378 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2380 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2382 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2384 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2387 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2390 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2393 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/external/chromium_org/extensions/common/
Dextension_icon_set.h16 enum MatchType { enum
40 const std::string& Get(int size, MatchType match_type) const;
Dextension_icon_set.cc23 const std::string& ExtensionIconSet::Get(int size, MatchType match_type) const { in Get()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.h222 enum MatchType { enum
237 static int CalculateRelevance(MatchType match_type, int match_number);
323 MatchType match_type,
/external/chromium_org/extensions/common/manifest_handlers/
Dicons_handler.h30 ExtensionIconSet::MatchType match_type);
33 ExtensionIconSet::MatchType match_type);
Dicons_handler.cc39 ExtensionIconSet::MatchType match_type) { in GetIconResource()
47 ExtensionIconSet::MatchType match_type) { in GetIconURL()
/external/chromium_org/components/omnibox/
Dkeyword_provider_unittest.cc37 struct MatchType { struct in KeywordProviderTest
46 const MatchType<ResultType> output[3];
113 const MatchType<base::string16> kEmptyMatch = { base::string16(), false }; in TEST_F()
193 const MatchType<GURL> kEmptyMatch = { GURL(), false }; in TEST_F()
228 const MatchType<base::string16> kEmptyMatch = { base::string16(), false }; in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_icon_source.cc72 ExtensionIconSet::MatchType match;
78 ExtensionIconSet::MatchType match, in GetIconURL()
296 ExtensionIconSet::MatchType match_type; in ParseData()
300 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); in ParseData()
325 ExtensionIconSet::MatchType match) { in SetData()
Dextension_icon_source.h64 ExtensionIconSet::MatchType match,
139 ExtensionIconSet::MatchType match);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h128 enum MatchType { enum
543 MatchType IsNumberMatch(const PhoneNumber& first_number,
551 MatchType IsNumberMatchWithTwoStrings(const string& first_number,
559 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
/external/openfst/src/include/fst/script/
Dinfo-impl.h182 MatchType InputMatchType() const { CheckLong(); return input_match_type_; } in InputMatchType()
183 MatchType OutputMatchType() const { CheckLong(); return output_match_type_; } in OutputMatchType()
221 MatchType input_match_type_;
222 MatchType output_match_type_;
/external/chromium_org/extensions/browser/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc314 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; enum in extensions::HeaderMatcher::StringMatchTest
319 MatchType type,
328 MatchType type,
332 const MatchType type_;
411 MatchType type, in Create()
445 MatchType type, in StringMatchTest()
470 StringMatchTest::MatchType match_type; in Create()
/external/lldb/source/Core/
DAddressResolverName.cpp28 AddressResolver::MatchType type in AddressResolverName()
65 AddressResolver::MatchType type in AddressResolverName()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java418 public enum MatchType { enum in 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 isNumberMatch(String firstNumber, String secondNumber) {
[all …]
/external/chromium_org/components/autofill/core/browser/
Dform_field.h35 enum MatchType { enum
/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp33 Breakpoint::MatchType type, in BreakpointResolverName()
103 Breakpoint::MatchType type, in BreakpointResolverName()
/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h50 ParenMatcher(const FST &fst, MatchType match_type,
80 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
163 MatchType match_type_; // Type of match to perform

12