Searched refs:MatchType (Results 1 – 10 of 10) sorted by relevance
/external/skia/tests/ |
D | RecordTestUtils.h | 39 template <typename DrawT> struct MatchType { struct 45 MatchType<DrawT> matcher; in count_instances_of_type() argument 54 MatchType<DrawT> matcher; in find_first_instances_of_type()
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2351 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2353 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2355 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2357 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2359 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2361 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2363 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2366 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2369 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2372 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() [all …]
|
/external/ImageMagick/Magick++/tests/ |
D | coderInfo.cpp | 17 int test( CoderInfo::MatchType isReadable_, in test() 18 CoderInfo::MatchType isWritable_, in test() 19 CoderInfo::MatchType isMultiFrame_ ) in test()
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 412 public enum MatchType { enum in PhoneNumberUtil 2970 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) { 2995 return MatchType.NO_MATCH; 3002 return MatchType.EXACT_MATCH; 3008 return MatchType.SHORT_NSN_MATCH; 3011 return MatchType.NO_MATCH; 3018 return MatchType.NSN_MATCH; 3021 return MatchType.SHORT_NSN_MATCH; 3023 return MatchType.NO_MATCH; 3047 public MatchType isNumberMatch(String firstNumber, String secondNumber) { [all …]
|
D | PhoneNumberMatcher.java | 20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType; 639 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | CoderInfo.h | 23 enum MatchType { enum
|
D | STL.h | 2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch, 2091 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch, 2092 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
|
/external/ImageMagick/Magick++/ |
D | NEWS | 60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
|
D | ChangeLog | 462 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 799 MF_ATTRIBUTES_MATCH_TYPE MatchType, in Compare() argument 804 return _spAttributes->Compare(pTheirs, MatchType, pbResult); in Compare()
|