/external/parameter-framework/upstream/parameter/ |
H A D | SelectionCriteria.cpp | 54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) 56 return getSelectionCriteriaDefinition()->createSelectionCriterion(strName, pType, logger); 53 createSelectionCriterion( const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) argument
|
H A D | SelectionCriteriaDefinition.h | 43 const CSelectionCriterionType *pType,
|
H A D | SelectionCriteriaDefinition.cpp | 40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) 42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger); 39 createSelectionCriterion( const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) argument
|
H A D | SelectionCriteria.h | 58 const CSelectionCriterionType *pType,
|
H A D | SelectionCriterion.h | 45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
|
H A D | SelectionCriterion.cpp | 40 const CSelectionCriterionType *pType, 42 : base(strName), _pType(pType), _logger(logger) 39 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) argument
|
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
H A D | OcvTransform.cpp | 68 HRESULT GetDefaultStride(IMFMediaType *pType, LONG *plStride); 499 IMFMediaType *pType, // Can be NULL to clear the input type. 530 if (pType) 532 hr = OnCheckInputType(pType); 542 OnSetInputType(pType); 561 IMFMediaType *pType, // Can be NULL to clear the output type. 592 if (pType) 594 hr = OnCheckOutputType(pType); 604 OnSetOutputType(pType); 1452 HRESULT GetDefaultStride(IMFMediaType *pType, LON argument 497 SetInputType( DWORD dwInputStreamID, IMFMediaType *pType, DWORD dwFlags ) argument 559 SetOutputType( DWORD dwOutputStreamID, IMFMediaType *pType, DWORD dwFlags ) argument [all...] |
H A D | OcvTransform.h | 145 IMFMediaType *pType, 151 IMFMediaType *pType,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
H A D | xfa_ffdoc.cpp | 196 void* pType;
local 198 m_mapTypeToDocView.GetNextAssoc(ps, pType, (void*&)pDocView);
208 void* pType;
local 210 m_mapTypeToDocView.GetNextAssoc(ps, pType, (void*&)pDocView);
266 void* pType;
local 268 m_mapTypeToDocView.GetNextAssoc(psClose, pType, (void*&)pDocView);
276 void* pType;
local 278 m_mapTypeToDocView.GetNextAssoc(ps, pType, (void*&)pDocView);
|
/external/libnfc-nxp/src/ |
H A D | phFriNfc_LlcpUtils.h | 64 uint8_t *pType,
|
H A D | phFriNfc_LlcpUtils.c | 34 uint8_t *pType, 42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL)) 71 *pType = type; 32 phFriNfc_Llcp_DecodeTLV( phNfc_sData_t *psRawData, uint32_t *pOffset, uint8_t *pType, phNfc_sData_t *psValueBuffer ) argument
|
/external/pdfium/fpdfsdk/src/ |
H A D | fpdfppo.cpp | 179 CPDF_Object* pType = pDict->GetElement("Type")->GetDirect(); 180 if (!ToName(pType)) 182 if (pType->GetString().Compare("Page"))
|
/external/opencv3/modules/videoio/src/ |
H A D | cap_msmf.cpp | 346 static MediaType Read(IMFMediaType *pType); 1165 MediaType FormatReader::Read(IMFMediaType *pType) argument 1169 HRESULT hr = pType->LockStore(); 1174 hr = pType->GetCount(&count); 1181 hr = LogAttributeValueByIndexNew(pType, i, out); 1187 hr = pType->UnlockStore(); 1283 _ComPtr<IMFMediaType> pType = NULL; 1284 hr = MediaSink::ConvertPropertiesToMediaType(DEREF_AS_NATIVE_WRL_OBJ(ABI::Windows::Media::MediaProperties::IMediaEncodingProperties, pMedEncProps), &pType); 1286 MediaType MT = FormatReader::Read(pType.Get()); 1393 _ComPtr<IMFMediaType> pType local 2563 _ComPtr<IMFMediaType> pType = NULL; local 2794 _ComPtr<IMFMediaType> pType = NULL; local 3971 _ComPtr<IMFMediaType> pType = NULL; local [all...] |
H A D | cap_msmf.hpp | 785 STDMETHODIMP GetItemType(REFGUID guidKey, MF_ATTRIBUTE_TYPE* pType) argument 788 return _spAttributes->GetItemType(guidKey, pType); 1633 _ComPtr<IMFMediaType> pType; local 1636 hr = m_pParent->GetUnknown(MF_MEDIASINK_PREFERREDTYPE, __uuidof(IMFMediaType), (LPVOID*)&pType); 1639 hr = pType->LockStore(); 1646 hr = pType->GetCount(&uiTotal); 1650 hr = pType->GetItemByIndex(uiCount, &guid, &propval); 1659 hr = pType->UnlockStore(); 1712 _ComPtr<IMFMediaType> pType; local 1715 hr = m_pParent->GetUnknown(MF_MEDIASINK_PREFERREDTYPE, __uuidof(IMFMediaType), (LPVOID*)&pType); 1838 _ComPtr<IMFMediaType> pType; local 3136 _ComPtr<IMFMediaType> pType; local [all...] |
H A D | cap_dshow.cpp | 245 const AM_MEDIA_TYPE *pType) = 0; 248 AM_MEDIA_TYPE *pType) = 0; 3068 BOOL iPin=TRUE; LONG pIndex=0 , pRIndex=0 , pType=0; local 3072 hr = Crossbar->get_CrossbarPinInfo( iPin , pIndex , &pRIndex , &pType); 3074 if( pType == conType){
|
/external/tcpdump/ |
H A D | print-ipx.c | 52 uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member in struct:ipxHdr
|
/external/pdfium/xfa/src/fdp/src/css/ |
H A D | fde_cssdeclaration.cpp | 762 IFDE_CSSPrimitiveValue *pType = NULL, *pImage = NULL, *pPosition = NULL;
local 782 } else if (pType == NULL) {
806 if (pType == NULL) {
807 pType = NewEnumValue(pStaticStore, pValue->eName);
824 if (pType == NULL) {
825 pType = NewEnumValue(pStaticStore, FDE_CSSPROPERTYVALUE_None);
831 AddPropertyHolder(pStaticStore, FDE_CSSPROPERTY_ListStyleType, pType,
|
/external/icu/icu4c/source/common/ |
H A D | uloc_tag.c | 1364 const char *pType = NULL; /* LDML type */ local 1415 pType = uloc_toLegacyType(pKey, bcpTypeBuf); 1416 if (pType == NULL) { 1420 if (pType == bcpTypeBuf) { 1429 pType = buf + bufIdx; 1440 pType = LOCALE_TYPE_YES; 1445 if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { 1456 kwd->value = pType;
|
/external/svox/pico/lib/ |
H A D | picopam.c | 179 picoos_uint8 pType; /*Phrase type*/ member in struct:pam_subobj 2968 = pam->nTotalSyllables = pam->sType = pam->pType = 0; 4439 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]); 4442 pam->sType, pam->pType, itemBase[1], uMinDur, 4460 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]); 4463 pam->sType, pam->pType, itemBase[1], uMinDur, 4485 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]); 4506 pam->sType, pam->pType, itemBase[1], uMinDur, 4525 pam->sType, pam->pType, itemBase[1], uMinDur, 4552 /*insert an SBEG with sType and pType take [all...] |
/external/opencv3/3rdparty/include/dshow/ |
H A D | strmif.h | 2702 virtual HRESULT WINAPI SetOutputFileName(const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink) = 0; 2717 HRESULT (WINAPI *SetOutputFileName)(ICaptureGraphBuilder *This,const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink); 2734 #define ICaptureGraphBuilder_SetOutputFileName(This,pType,lpstrFile,ppf,ppSink) (This)->lpVtbl->SetOutputFileName(This,pType,lpstrFile,ppf,ppSink) 2746 HRESULT WINAPI ICaptureGraphBuilder_SetOutputFileName_Proxy(ICaptureGraphBuilder *This,const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink); 2799 virtual HRESULT WINAPI SetOutputFileName(const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink) = 0; 2800 virtual HRESULT WINAPI FindInterface(const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFIID riid,void **ppint) = 0; 2801 virtual HRESULT WINAPI RenderStream(const GUID *pCategory,const GUID *pType,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer) = 0; 2802 virtual HRESULT WINAPI ControlStream(const GUID *pCategory,const GUID *pType,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie) = 0; 2805 virtual HRESULT WINAPI FindPin(IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOO [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_emit_nv50.cpp | 42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
H A D | fpdf_parser_parser.cpp | 108 CPDF_Object* pType = pDict->GetElementValue("Type"); local 109 if (!pType) 110 pType = pDict->GetElementValue("FT"); 111 return pType && pType->GetString() == "Sig";
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 38 inline void setProgramType(Program::Type pType) { progType = pType; } argument
|
/external/caliper/lib/ |
H A D | jersey-core-1.11.jar | META-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-user.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ... |