/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2139 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2141 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2143 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2145 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2147 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2149 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2151 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2154 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2157 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2160 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() [all …]
|
/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 38 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 …]
|
D | matcher.h | 103 virtual MatchType Type(bool test) const = 0; 137 SortedMatcher(const F &fst, MatchType match_type, 183 virtual MatchType Type(bool test) const { in Type() 265 MatchType match_type_; // Type of match to perform 361 MatchType match_type, 403 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type() 463 MatchType match_type_; // Type of match requested 529 MatchType match_type, 571 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type() 642 MatchType match_type_; // Type of match requested [all …]
|
D | matcher-fst.h | 141 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()
|
D | lookahead-matcher.h | 193 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() 718 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher() 737 MatchType Type(bool test) const { return base_->Type(test); } in Type()
|
D | compose.h | 370 MatchType match_type_; 388 MatchType type1 = matcher1_->Type(false); in ComposeFstImpl() 389 MatchType type2 = matcher2_->Type(false); in ComposeFstImpl()
|
D | fst.h | 141 enum MatchType { MATCH_INPUT, // Match input label. enum 267 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const; 523 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { in InitMatcher()
|
D | replace.h | 993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { in InitMatcher() 1241 ReplaceFstMatcher(const ReplaceFst<A, T> &fst, fst::MatchType match_type) in ReplaceFstMatcher() 1295 virtual MatchType Type(bool test) const { in Type() 1404 MatchType match_type_; // Supplied by caller
|
D | compact-fst.h | 874 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { in InitMatcher()
|
/external/chromium/chrome/common/extensions/ |
D | extension_icon_set.h | 31 enum MatchType { enum 36 std::string Get(int size, MatchType match_type) const;
|
D | extension_icon_set.cc | 22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const { in Get()
|
D | extension.h | 523 int size, ExtensionIconSet::MatchType match_type) const; 524 GURL GetIconURL(int size, ExtensionIconSet::MatchType match_type) const;
|
D | extension.cc | 2646 int size, ExtensionIconSet::MatchType match_type) const { in GetIconResource() 2654 ExtensionIconSet::MatchType match_type) const { in GetIconURL()
|
/external/chromium/chrome/browser/ui/webui/ |
D | extension_icon_source.cc | 80 ExtensionIconSet::MatchType match; 91 ExtensionIconSet::MatchType match, in GetIconURL() 267 ExtensionIconSet::MatchType match_type; in ParseData() 271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); in ParseData() 297 ExtensionIconSet::MatchType match) { in SetData()
|
D | extension_icon_source.h | 63 ExtensionIconSet::MatchType match, 131 ExtensionIconSet::MatchType match);
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 182 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/chrome/browser/autocomplete/ |
D | history_url_provider.h | 191 MatchType match_type, 290 MatchType match_type,
|
D | history_provider.h | 27 enum MatchType { enum
|
D | history_quick_provider.h | 59 MatchType match_type,
|
D | history_url_provider.cc | 373 MatchType type = INLINE_AUTOCOMPLETE; in FixupExactSuggestion() 459 MatchType match_type, in CalculateRelevance() 775 MatchType match_type, in HistoryMatchToACMatch()
|
D | history_quick_provider.cc | 201 MatchType match_type, in CalculateRelevance()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 417 public enum MatchType { enum in PhoneNumberUtil 2778 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) { 2803 return MatchType.NO_MATCH; 2810 return MatchType.EXACT_MATCH; 2816 return MatchType.SHORT_NSN_MATCH; 2819 return MatchType.NO_MATCH; 2826 return MatchType.NSN_MATCH; 2829 return MatchType.SHORT_NSN_MATCH; 2831 return MatchType.NO_MATCH; 2855 public MatchType isNumberMatch(String firstNumber, String secondNumber) { [all …]
|
D | PhoneNumberMatcher.java | 20 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType; 579 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.cpp | 244 enum MatchType { enum 262 template <MatchType type> int getScaledValue(const Vector<int>& scaledValues, int valueToMatch, int… in getScaledValue()
|
/external/openfst/src/test/ |
D | fst_test.h | 67 MatchType match_type = matcher.Type(true); in TestBase()
|