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

/external/chromium/chrome/common/extensions/
H A Dextension_icon_set.h30 // size. MatchType is exclusive (do not OR them together).
31 enum MatchType { enum in class:ExtensionIconSet
36 std::string Get(int size, MatchType match_type) const;
H A Dextension_icon_set.cc22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const {
H A Dextension.h523 int size, ExtensionIconSet::MatchType match_type) const;
524 GURL GetIconURL(int size, ExtensionIconSet::MatchType match_type) const;
H A Dextension.cc2646 int size, ExtensionIconSet::MatchType match_type) const {
2654 ExtensionIconSet::MatchType match_type) const {
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider.h27 enum MatchType { enum in class:HistoryProvider
H A Dhistory_url_provider.h191 MatchType match_type,
290 MatchType match_type,
H A Dhistory_quick_provider.h59 MatchType match_type,
H A Dhistory_url_provider.cc373 MatchType type = INLINE_AUTOCOMPLETE;
459 MatchType match_type,
775 MatchType match_type,
H A Dhistory_quick_provider.cc201 MatchType match_type,
/external/chromium/chrome/browser/ui/webui/
H A Dextension_icon_source.h37 // the corresponding ExtensionIconSet::MatchType enum.
63 ExtensionIconSet::MatchType match,
131 ExtensionIconSet::MatchType match);
H A Dextension_icon_source.cc80 ExtensionIconSet::MatchType match;
91 ExtensionIconSet::MatchType match,
267 ExtensionIconSet::MatchType match_type;
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);
297 ExtensionIconSet::MatchType match) {
/external/openfst/src/include/fst/
H A Dmatcher.h49 // Matcher(const F &fst, MatchType type);
65 // MatchType Type(bool test) const;
103 virtual MatchType Type(bool test) const = 0;
137 SortedMatcher(const F &fst, MatchType match_type,
183 virtual MatchType Type(bool test) const {
265 MatchType match_type_; // Type of match to perform
361 MatchType match_type,
403 virtual MatchType Type(bool test) const { return matcher_->Type(test); }
463 MatchType match_type_; // Type of match requested
529 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); }
718 LookAheadMatcher(const F &fst, MatchType match_type) {
737 MatchType Type(bool test) const { return base_->Type(test); }
H A Dreplace.h993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const {
1241 ReplaceFstMatcher(const ReplaceFst<A, T> &fst, fst::MatchType match_type)
1295 virtual MatchType Type(bool test) const {
1404 MatchType match_type_; // Supplied by caller
H A Dcompose.h370 MatchType match_type_;
388 MatchType type1 = matcher1_->Type(false);
389 MatchType type2 = matcher2_->Type(false);
H A Dfst.h141 enum MatchType { MATCH_INPUT, // Match input label. enum in namespace:fst
267 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
523 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const {
H A Dcompact-fst.h874 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2063 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2065 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2067 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2069 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2071 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2073 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2076 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2079 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2082 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH,
2086 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/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp244 enum MatchType { enum in namespace:WebCore::__anon13327
262 template <MatchType type> int getScaledValue(const Vector<int>& scaledValues, int valueToMatch, int searchStart)
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java413 public enum MatchType { enum in class:PhoneNumberUtil
610 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) {
2869 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
2894 return MatchType.NO_MATCH;
2901 return MatchType.EXACT_MATCH;
2907 return MatchType.SHORT_NSN_MATCH;
2910 return MatchType.NO_MATCH;
2917 return MatchType.NSN_MATCH;
2920 return MatchType.SHORT_NSN_MATCH;
2922 return MatchType
[all...]
/external/openfst/src/test/
H A Dfst_test.h67 MatchType match_type = matcher.Type(true);

Completed in 372 milliseconds