/external/pdfium/core/src/fpdfdoc/ |
D | doc_ocg.cpp | 59 CPDF_Dictionary* pConfig = pOCProperties->GetDict("D"); in FPDFDOC_OCG_GetConfig() local 72 pConfig = pFind; in FPDFDOC_OCG_GetConfig() 76 return pConfig; in FPDFDOC_OCG_GetConfig() 101 CPDF_Dictionary* pConfig = in LoadOCGStateFromConfig() local 103 if (!pConfig) { in LoadOCGStateFromConfig() 107 FX_BOOL bState = pConfig->GetString("BaseState", "ON") != "OFF"; in LoadOCGStateFromConfig() 108 CPDF_Array* pArray = pConfig->GetArray("ON"); in LoadOCGStateFromConfig() 114 pArray = pConfig->GetArray("OFF"); in LoadOCGStateFromConfig() 120 pArray = pConfig->GetArray("AS"); in LoadOCGStateFromConfig()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_i2c.c | 143 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) in phDal4Nfc_i2c_open_and_configure() argument 147 DAL_DEBUG("Opening port=%s\n", pConfig->deviceNode); in phDal4Nfc_i2c_open_and_configure() 150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_i2c_open_and_configure()
|
D | phDal4Nfc_uart.h | 40 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
|
D | phDal4Nfc_i2c.h | 36 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
|
D | phDal4Nfc_link.h | 40 typedef NFCSTATUS (*phDal4Nfc_link_open_and_configure_CB_t) (pphDal4Nfc_sConfig_t pConfig, void *…
|
D | phDal4Nfc_uart.c | 160 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) in phDal4Nfc_uart_open_and_configure() argument 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_uart_open_and_configure()
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
D | phTmlNfc_i2c.c | 81 NFCSTATUS phTmlNfc_i2c_open_and_configure(pphTmlNfc_Config_t pConfig, void ** pLinkHandle) in phTmlNfc_i2c_open_and_configure() argument 86 NXPLOG_TML_D("Opening port=%s\n", pConfig->pDevName); in phTmlNfc_i2c_open_and_configure() 88 nHandle = open((char const *)pConfig->pDevName, O_RDWR); in phTmlNfc_i2c_open_and_configure()
|
D | phTmlNfc.c | 76 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig) in phTmlNfc_Init() argument 87 else if ((NULL == pConfig) || in phTmlNfc_Init() 88 (PH_TMLNFC_RESET_VALUE == pConfig->dwGetMsgThreadId)) in phTmlNfc_Init() 110 … wInitStatus = phTmlNfc_i2c_open_and_configure(pConfig, &(gpphTmlNfc_Context->pDevHandle)); in phTmlNfc_Init() 151 gpphTmlNfc_Context->dwCallbackThreadId = pConfig->dwGetMsgThreadId; in phTmlNfc_Init()
|
D | phTmlNfc_i2c.h | 27 NFCSTATUS phTmlNfc_i2c_open_and_configure(pphTmlNfc_Config_t pConfig, void ** pLinkHandle);
|
D | phTmlNfc.h | 198 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_localemgr.cpp | 1248 CFX_WideStringC CXFA_LocaleMgr::GetConfigLocaleName(CXFA_Node* pConfig) { in GetConfigLocaleName() argument 1251 if (pConfig) { in GetConfigLocaleName() 1253 pConfig->GetFirstChildByClass(XFA_ELEMENT_Acrobat); in GetConfigLocaleName() 1255 pChildfConfig = pConfig->GetFirstChildByClass(XFA_ELEMENT_Present); in GetConfigLocaleName()
|
D | xfa_document_imp.cpp | 215 CXFA_Node* pConfig = (CXFA_Node*)this->GetXFANode(XFA_HASHCODE_Config); in IsInteractive() local 216 if (!pConfig) { in IsInteractive() 220 CXFA_Node* pPresent = pConfig->GetFirstChildByClass(XFA_ELEMENT_Present); in IsInteractive()
|
D | xfa_object_imp.cpp | 497 CXFA_Node* pConfig = in GetLocaleName() local 499 wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(pConfig); in GetLocaleName()
|
/external/libnfc-nxp/src/ |
D | phHciNfc.c | 370 phHal_uConfig_t *pConfig in phHciNfc_Configure() argument 377 || (NULL == pConfig) in phHciNfc_Configure() 396 psHciContext->p_config_params = &(pConfig->nfcIPConfig); in phHciNfc_Configure() 400 &(pConfig->nfcIPConfig)); in phHciNfc_Configure() 420 pHwRef, &(pConfig->emuConfig)); in phHciNfc_Configure() 432 psHciContext->p_config_params = &(pConfig->protectionConfig); in phHciNfc_Configure() 435 pHwRef, pConfig->protectionConfig.mode); in phHciNfc_Configure()
|
D | phHciNfc.h | 365 phHal_uConfig_t *pConfig
|
D | phHal4Nfc.h | 902 void *pConfig
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_localemgr.h | 38 CFX_WideStringC GetConfigLocaleName(CXFA_Node* pConfig);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdoc.cpp | 162 CXFA_Node* pConfig = (CXFA_Node*)m_pDocument->GetXFANode(XFA_HASHCODE_Config); in StopLoad() local 163 if (!pConfig) { in StopLoad() 166 CXFA_Node* pAcrobat = pConfig->GetFirstChildByClass(XFA_ELEMENT_Acrobat); in StopLoad()
|
/external/sonivox/arm-wt-22k/host_src/ |
D | jet.h | 79 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT con…
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 137 const S_EAS_LIB_CONFIG *pConfig = NULL; variable 487 pConfig = EAS_Config(); in OpenWaveOutDevice() 493 streamFormat.mSampleRate = pConfig->sampleRate; in OpenWaveOutDevice() 531 pBuf->uOutBufferLength = pConfig->mixBufferSize * streamFormat.mBitsPerChannel / 2; in OpenWaveOutDevice() 553 pBuf->uOutBufferLength /= pConfig->numChannels; in OpenWaveOutDevice()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | jet.c | 482 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT con… in JET_Init() argument 492 if (pConfig == NULL) in JET_Init() 493 pConfig = &jetDefaultConfig; in JET_Init() 508 EAS_HWMemCpy(&pJet->config, pConfig, configSize); in JET_Init()
|
/external/sqlite/dist/ |
D | sqlite3.c | 166359 static int sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig); 166362 Fts5Config *pConfig, /* FTS5 Configuration object */ 166485 static int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**); 166770 Fts5Config *pConfig, 169136 Fts5Config *pConfig, /* Configuration object to update */ 169146 if( pConfig->aPrefix ){ 169150 pConfig->aPrefix = sqlite3Fts5MallocZero(&rc, nByte); 169171 pConfig->aPrefix[pConfig->nPrefix] = nPre; 169172 pConfig->nPrefix++; 169185 if( pConfig->pTok ){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 166329 static int sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig); 166332 Fts5Config *pConfig, /* FTS5 Configuration object */ 166455 static int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**); 166740 Fts5Config *pConfig, 169106 Fts5Config *pConfig, /* Configuration object to update */ 169116 if( pConfig->aPrefix ){ 169120 pConfig->aPrefix = sqlite3Fts5MallocZero(&rc, nByte); 169141 pConfig->aPrefix[pConfig->nPrefix] = nPre; 169142 pConfig->nPrefix++; 169155 if( pConfig->pTok ){ [all …]
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 1840 …const CHANNEL_MODE_CONFIG_TAB* pConfig = FDKaacEnc_GetChannelModeConfiguration((CHANNEL_MODE)value… in aacEncoder_SetParam() local 1841 if (pConfig==NULL) { in aacEncoder_SetParam() 1845 if ( (pConfig->nElements > hAacEncoder->nMaxAacElements) in aacEncoder_SetParam() 1846 || (pConfig->nChannelsEff > hAacEncoder->nMaxAacChannels) in aacEncoder_SetParam() 1855 settings->nChannels = pConfig->nChannels; in aacEncoder_SetParam()
|