HomeSort by relevance Sort by last modified time
    Searched refs:MatchType (Results 1 - 18 of 18) sorted by null

  /external/skia/tests/
RecordTestUtils.h 39 template <typename DrawT> struct MatchType {
45 MatchType<DrawT> matcher;
54 MatchType<DrawT> matcher;
  /external/ImageMagick/Magick++/tests/
coderInfo.cpp 17 int test( CoderInfo::MatchType isReadable_,
18 CoderInfo::MatchType isWritable_,
19 CoderInfo::MatchType isMultiFrame_ )
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 23 enum MatchType {
STL.h     [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberUtilTest.java     [all...]
  /frameworks/base/core/java/android/service/carrier/
CarrierIdentifier.java 131 public interface MatchType {
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 412 public enum MatchType {
    [all...]
PhoneNumberMatcher.java 20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;
639 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 94 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 203 MF_ATTRIBUTES_MATCH_TYPE MatchType,
427 #define IMFTopologyNode_Compare(This,pTheirs,MatchType,pbResult) (This)->lpVtbl->Compare(This,pTheirs,MatchType,pbResult)
492 static FORCEINLINE HRESULT IMFTopologyNode_Compare(IMFTopologyNode* This,IMFAttributes *pTheirs,MF_ATTRIBUTES_MATCH_TYPE MatchType,WINBOOL *pbResult) {
493 return This->lpVtbl->Compare(This,pTheirs,MatchType,pbResult);
    [all...]
mfobjects.h 182 MF_ATTRIBUTES_MATCH_TYPE MatchType,
332 MF_ATTRIBUTES_MATCH_TYPE MatchType,
481 #define IMFAttributes_Compare(This,pTheirs,MatchType,pbResult) (This)->lpVtbl->Compare(This,pTheirs,MatchType,pbResult)
529 static FORCEINLINE HRESULT IMFAttributes_Compare(IMFAttributes* This,IMFAttributes *pTheirs,MF_ATTRIBUTES_MATCH_TYPE MatchType,WINBOOL *pbResult) {
530 return This->lpVtbl->Compare(This,pTheirs,MatchType,pbResult);
646 MF_ATTRIBUTES_MATCH_TYPE MatchType,
    [all...]
wmcontainer.h 211 STDMETHOD_(HRESULT,Compare)(THIS_ IMFAttributes *pTheirs,MF_ATTRIBUTES_MATCH_TYPE MatchType,BOOL *pbResult) PURE;
257 #define IMFASFContentInfo_Compare(This,pTheirs,MatchType,pbResult) (This)->lpVtbl->Compare(This,pTheirs,MatchType,pbResult)
313 STDMETHOD_(HRESULT,Compare)(THIS_ IMFAttributes *pTheirs,MF_ATTRIBUTES_MATCH_TYPE MatchType,BOOL *pbResult) PURE;
362 #define IMFASFStreamConfig_Compare(This,pTheirs,MatchType,pbResult) (This)->lpVtbl->Compare(This,pTheirs,MatchType,pbResult)
421 STDMETHOD_(HRESULT,Compare)(THIS_ IMFAttributes *pTheirs,MF_ATTRIBUTES_MATCH_TYPE MatchType,BOOL *pbResult) PURE;
476 #define IMFASFProfile_Compare(This,pTheirs,MatchType,pbResult) (This)->lpVtbl->Compare(This,pTheirs,MatchType,pbResult)
    [all...]
oledb.h     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 471 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) {
492 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /art/runtime/
debugger.h 320 static bool MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id)
    [all...]
debugger.cc     [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 689 milliseconds