/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 215 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in HasAttribute() local 216 return HasMapModuleKey(pKey); in HasAttribute() 248 void CJX_Object::SetMapModuleString(void* pKey, const WideStringView& wsValue) { in SetMapModuleString() argument 249 SetMapModuleBuffer(pKey, (void*)wsValue.unterminated_c_str(), in SetMapModuleString() 260 void* pKey = GetMapKey_Custom(wsAttr); in SetAttribute() local 261 SetMapModuleString(pKey, wsValue); in SetAttribute() 317 void* pKey = GetMapKey_Custom(wsAttr); in TryAttribute() local 319 if (!GetMapModuleString(pKey, wsValueC)) in TryAttribute() 326 void* pKey = GetMapKey_Custom(wsAttr); in RemoveAttribute() local 327 if (pKey) in RemoveAttribute() [all …]
|
D | cjx_object.h | 223 void SetMapModuleString(void* pKey, const WideStringView& wsValue); 243 bool SetUserData(void* pKey, 257 void SetMapModuleValue(void* pKey, void* pValue); 258 bool GetMapModuleValue(void* pKey, void*& pValue); 259 bool GetMapModuleString(void* pKey, WideStringView& wsValue); 260 void SetMapModuleBuffer(void* pKey, 264 bool GetMapModuleBuffer(void* pKey, 268 bool HasMapModuleKey(void* pKey); 270 void RemoveMapModuleKey(void* pKey);
|
/external/pdfium/xfa/fwl/ |
D | cfwl_combolist.cpp | 185 bool CFWL_ComboList::OnDropListKey(CFWL_MessageKey* pKey) { in OnDropListKey() argument 188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey() 189 uint32_t dwKeyCode = pKey->m_dwKeyCode; in OnDropListKey() 198 OnDropListKeyDown(pKey); in OnDropListKey() 207 } else if (pKey->m_dwCmd == FWL_KeyCommand::Char) { in OnDropListKey() 211 pKey->m_pDstTarget = m_pOuter; in OnDropListKey() 212 pOuter->GetDelegate()->OnProcessMessage(pKey); in OnDropListKey() 218 void CFWL_ComboList::OnDropListKeyDown(CFWL_MessageKey* pKey) { in OnDropListKeyDown() argument 219 uint32_t dwKeyCode = pKey->m_dwKeyCode; in OnDropListKeyDown()
|
D | cfwl_combolist.h | 37 bool OnDropListKey(CFWL_MessageKey* pKey); 38 void OnDropListKeyDown(CFWL_MessageKey* pKey);
|
D | cfwl_pushbutton.cpp | 128 CFWL_MessageKey* pKey = static_cast<CFWL_MessageKey*>(pMessage); in OnProcessMessage() local 129 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage() 130 OnKeyDown(pKey); in OnProcessMessage()
|
D | cfwl_combobox.cpp | 926 CFWL_MessageKey* pKey = static_cast<CFWL_MessageKey*>(pMessage); in DisForm_OnProcessMessage() local 927 if (pKey->m_dwCmd == FWL_KeyCommand::KeyUp) in DisForm_OnProcessMessage() 930 pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in DisForm_OnProcessMessage() 931 bool bListKey = pKey->m_dwKeyCode == FWL_VKEY_Up || in DisForm_OnProcessMessage() 932 pKey->m_dwKeyCode == FWL_VKEY_Down || in DisForm_OnProcessMessage() 933 pKey->m_dwKeyCode == FWL_VKEY_Return || in DisForm_OnProcessMessage() 934 pKey->m_dwKeyCode == FWL_VKEY_Escape; in DisForm_OnProcessMessage() 940 DisForm_OnKey(pKey); in DisForm_OnProcessMessage()
|
D | cfwl_checkbox.cpp | 256 CFWL_MessageKey* pKey = static_cast<CFWL_MessageKey*>(pMessage); in OnProcessMessage() local 257 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage() 258 OnKeyDown(pKey); in OnProcessMessage()
|
D | cfwl_edit.cpp | 1129 CFWL_MessageKey* pKey = static_cast<CFWL_MessageKey*>(pMessage); in OnProcessMessage() local 1130 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage() 1131 OnKeyDown(pKey); in OnProcessMessage() 1132 else if (pKey->m_dwCmd == FWL_KeyCommand::Char) in OnProcessMessage() 1133 OnChar(pKey); in OnProcessMessage()
|
/external/epid-sdk/ext/ipp/include/ |
D | ippcp.h | 93 IPPAPI(IppStatus, ippsDESInit,(const Ipp8u* pKey, IppsDESSpec* pCtx)) 147 IPPAPI(IppStatus, ippsAESInit,(const Ipp8u* pKey, int keyLen, IppsAESSpec* pCtx, int ctxSize)) 148 IPPAPI(IppStatus, ippsAESSetKey,(const Ipp8u* pKey, int keyLen, IppsAESSpec* pCtx)) 206 const Ipp8u* pKey, int keyBitsize, 210 const Ipp8u* pKey, int keyBitsize, 216 IPPAPI(IppStatus, ippsSMS4Init,(const Ipp8u* pKey, int keyLen, IppsSMS4Spec* pCtx, int ctxSize)) 217 IPPAPI(IppStatus, ippsSMS4SetKey,(const Ipp8u* pKey, int keyLen, IppsSMS4Spec* pCtx)) 272 IPPAPI(IppStatus, ippsSMS4_CCMInit,(const Ipp8u* pKey, int keyLen, IppsSMS4_CCMState* pCtx, int ctx… 290 IPPAPI(IppStatus, ippsAES_CCMInit,(const Ipp8u* pKey, int keyLen, IppsAES_CCMState* pState, int ctx… 302 IPPAPI(IppStatus, ippsAES_GCMInit,(const Ipp8u* pKey, int keyLen, IppsAES_GCMState* pState, int ctx… [all …]
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcprsa_verifysing_pkcs1v15.h | 62 const IppsRSAPublicKeyState* pKey, in VerifySing() argument 66 cpSize rsaBits = RSA_PUB_KEY_BITSIZE_N(pKey); in VerifySing() 84 gsRSApub_cipher(&bnC, &bnP, pKey, pBuffer); in VerifySing()
|
D | pcpngrsa.h | 137 …sBigNumState* pY, const IppsBigNumState* pX, const IppsRSAPublicKeyState* pKey, BNU_CHUNK_T* pScra… 140 …BigNumState* pY, const IppsBigNumState* pX, const IppsRSAPrivateKeyState* pKey, BNU_CHUNK_T* pScra… 143 …BigNumState* pY, const IppsBigNumState* pX, const IppsRSAPrivateKeyState* pKey, BNU_CHUNK_T* pScra…
|
D | pcpaes_sivstuff.h | 67 __INLINE IppStatus cpAES_S2V_init(Ipp8u v[MBS_RIJ128], const Ipp8u* pKey, int keyLen, IppsAES_CMACS… in cpAES_S2V_init() argument 69 IppStatus sts = ippsAES_CMACInit(pKey, keyLen, pCtx, ctxSize); in cpAES_S2V_init()
|
D | pcpdes.h | 102 void SetKey_DES(const Ipp8u* pKey, IppsDESSpec* pCtx);
|
D | pcprij128safe.h | 72 void AddRoundKey(Ipp8u out[], const Ipp8u inp[], const Ipp8u pKey[]);
|
D | pcpsms4.h | 199 void cpSMS4_SetRoundKeys(Ipp32u* pRounKey, const Ipp8u* pKey);
|
D | pcprij.h | 247 void ExpandRijndaelKey(const Ipp8u* pKey, int NK, int NB, int NR, int nKeys,
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | AlaLib.cpp | 217 tJBL_STATUS ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen) in ALA_GetCertificateKey() argument 222 if(pKey != NULL) in ALA_GetCertificateKey() 224 status = GetJsbl_Certificate_Refkey(pKey, pKeylen); in ALA_GetCertificateKey()
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.cpp | 1046 PString * pKey = new PString(key); in SetValue() local 1059 err = TXTRecordSetValue(&m_impl->m_ref, pKey->c_str(), len, v); in SetValue() 1074 PString * pKey = new PString(key); in RemoveValue() local 1077 err = TXTRecordRemoveValue(&m_impl->m_ref, pKey->c_str()); in RemoveValue() 1124 PString * pKey = new PString(key); variable 1127 return (TXTRecordContainsKey(txtRecord->Length, p, pKey->c_str()) > 0) ? true : false; 1140 PString * pKey = new PString(key); 1144 v = TXTRecordGetValuePtr(txtRecord->Length, p1, pKey->c_str(), &valueLen);
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.cpp | 208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument 242 *pKey=++s; in ucm_parseHeaderLine() 265 if(uprv_strcmp(*pKey, "uconv_class")==0) { in ucm_parseHeaderLine() 279 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) { in ucm_parseHeaderLine() 289 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) { in ucm_parseHeaderLine() 298 } else if(uprv_strcmp(*pKey, "icu:state")==0) { in ucm_parseHeaderLine() 319 } else if(uprv_strcmp(*pKey, "icu:base")==0) { in ucm_parseHeaderLine()
|
D | ucm.h | 129 char *line, char **pKey, char **pValue);
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/ |
D | AlaLib.h | 83 unsigned char ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen);
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 1633 const char *pKey = NULL; /* LDML key */ in _appendLDMLExtensionAsKeywords() local 1650 pKey = uloc_toLegacyKey(bcpKeyBuf); in _appendLDMLExtensionAsKeywords() 1651 if (pKey == NULL) { in _appendLDMLExtensionAsKeywords() 1655 if (pKey == bcpKeyBuf) { in _appendLDMLExtensionAsKeywords() 1663 pKey = buf + bufIdx; in _appendLDMLExtensionAsKeywords() 1685 pType = uloc_toLegacyType(pKey, bcpTypeBuf); in _appendLDMLExtensionAsKeywords() 1715 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords() 1725 kwd->key = pKey; in _appendLDMLExtensionAsKeywords()
|
/external/sqlite/dist/ |
D | sqlite3.h | 5384 const void *pKey, int nKey /* The key */ 5389 const void *pKey, int nKey /* The key */ 5402 const void *pKey, int nKey /* The new key */ 5407 const void *pKey, int nKey /* The new key */
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 5384 const void *pKey, int nKey /* The key */ 5389 const void *pKey, int nKey /* The key */ 5402 const void *pKey, int nKey /* The new key */ 5407 const void *pKey, int nKey /* The new key */
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
D | Ala.h | 216 tJBL_STATUS GetLs_Version(UINT8 *pKey);
|