Home
last modified time | relevance | path

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

/external/skia/tests/
DRecordTestUtils.h39 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/
DPhoneNumberUtilTest.java2351 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/
DcoderInfo.cpp17 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/
DPhoneNumberUtil.java412 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 …]
DPhoneNumberMatcher.java20 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++/
DCoderInfo.h23 enum MatchType { enum
DSTL.h2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
2091 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2092 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
/external/ImageMagick/Magick++/
DNEWS60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
DChangeLog462 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp799 MF_ATTRIBUTES_MATCH_TYPE MatchType, in Compare() argument
804 return _spAttributes->Compare(pTheirs, MatchType, pbResult); in Compare()