/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2243 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2245 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2247 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2249 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2251 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2253 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2255 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2258 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2261 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2264 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 | 114 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 …]
|
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() 717 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher() 736 MatchType Type(bool test) const { return base_->Type(test); } in Type()
|
D | fst.h | 148 enum MatchType { MATCH_INPUT, // Match input label. enum 274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const; 529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { in InitMatcher()
|
D | compose.h | 381 MatchType match_type_; 420 MatchType type1 = matcher1_->Type(false); in SetMatchType() 421 MatchType type2 = matcher2_->Type(false); in SetMatchType()
|
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
|
/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;
|
/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 | 434 public enum MatchType { enum in PhoneNumberUtil 2897 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) { 2922 return MatchType.NO_MATCH; 2929 return MatchType.EXACT_MATCH; 2935 return MatchType.SHORT_NSN_MATCH; 2938 return MatchType.NO_MATCH; 2945 return MatchType.NSN_MATCH; 2948 return MatchType.SHORT_NSN_MATCH; 2950 return MatchType.NO_MATCH; 2974 public MatchType isNumberMatch(String firstNumber, String secondNumber) { [all …]
|
D | PhoneNumberMatcher.java | 20 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType; 591 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/include/fst/extensions/pdt/ |
D | compose.h | 50 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
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const { in InitMatcher() 757 NGramFstMatcher(const NGramFst<A> &fst, MatchType match_type) in NGramFstMatcher() 779 virtual MatchType Type(bool test) const { in Type() 849 MatchType match_type_; // Supplied by caller
|
/external/openfst/src/test/ |
D | fst_test.h | 69 MatchType match_type = matcher.Type(true); in TestBase()
|