Searched defs:pData (Results 1 - 25 of 113) sorted by relevance

12345

/external/icu/icu4c/source/samples/udata/
H A Dwriter.c61 UNewDataMemory *pData; local
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
90 udata_write16(pData, intValue);
92 udata_writeString(pData, stringValue, sizeof(stringValue));
95 dataLength=udata_finish(pData, &errorCode);
/external/icu/icu4c/source/tools/genbrk/
H A Dgenbrk.cpp174 UNewDataMemory *pData; local
182 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
183 udata_writeBlock(pData, msg, strlen(msg));
184 udata_finish(pData, &status);
312 UNewDataMemory *pData;
313 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
322 udata_writeBlock(pData, outData, outDataSize);
324 bytesWritten = udata_finish(pData, &status);
/external/libexif/contrib/examples/
H A Dcam_features.c44 JPEGData *pData; local
80 pData = jpeg_data_new_from_file (FILENAME); //input data
81 if (!pData) {
87 jpeg_data_set_exif_data (pData, pEd);
89 jpeg_data_save_file(pData, "foobar2.jpg");
/external/pdfium/core/include/fxge/
H A Dfpf.h23 FX_LPVOID pData; member in struct:FPF_HFONT_
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h137 void AttachFFLData(void* pData) {m_pFormFiller = pData;} argument
H A DPWL_ComboBox.h113 void AttachFFLData(void* pData) {m_pFormFiller = pData;} argument
H A DPWL_ListBox.h99 void AttachFFLData(void* pData) {m_pFormFiller = pData;} argument
/external/icu/icu4c/source/common/
H A Dudatamem.c90 udata_close(UDataMemory *pData) { argument
91 if(pData!=NULL) {
92 uprv_unmapFile(pData);
93 if(pData->heapAllocated ) {
94 uprv_free(pData);
96 UDataMemory_init(pData);
102 udata_getMemory(UDataMemory *pData) { argument
103 if(pData!=NULL && pData->pHeader!=NULL) {
104 return (char *)(pData
131 udata_getLength(const UDataMemory *pData) argument
149 udata_getRawMemory(const UDataMemory *pData) argument
[all...]
H A Ducmndata.c208 static uint32_t offsetTOCEntryCount(const UDataMemory *pData) { argument
210 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc;
218 offsetTOCLookupFn(const UDataMemory *pData, argument
222 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc;
258 return pData->pHeader;
263 static uint32_t pointerTOCEntryCount(const UDataMemory *pData) { argument
264 const PointerTOC *toc = (PointerTOC *)pData->toc;
269 static const DataHeader *pointerTOCLookupFn(const UDataMemory *pData, argument
273 if(pData->toc!=NULL) {
274 const PointerTOC *toc = (PointerTOC *)pData
[all...]
H A Dumapfile.c83 uprv_mapFile(UDataMemory *pData, const char *path) { argument
84 UDataMemory_init(pData); /* Clear the output struct. */
88 U_CFUNC void uprv_unmapFile(UDataMemory *pData) { argument
94 UDataMemory *pData, /* Fill in with info on the result doing the mapping. */
105 UDataMemory_init(pData); /* Clear the output struct. */
139 pData->pHeader=(const DataHeader *)MapViewOfFile(map, FILE_MAP_READ, 0, 0, 0);
140 if(pData->pHeader==NULL) {
144 pData->map=map;
149 uprv_unmapFile(UDataMemory *pData) { argument
150 if(pData!
93 uprv_mapFile( UDataMemory *pData, const char *path ) argument
162 uprv_mapFile(UDataMemory *pData, const char *path) argument
203 uprv_unmapFile(UDataMemory *pData) argument
232 uprv_mapFile(UDataMemory *pData, const char *path) argument
273 uprv_unmapFile(UDataMemory *pData) argument
360 uprv_mapFile(UDataMemory *pData, const char *path) argument
453 uprv_unmapFile(UDataMemory *pData) argument
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dglobal.h30 pData.Reset();
36 v8::Global<v8::Object> pData; member in struct:js_global_data
62 double dData, bool bData, const CFX_ByteString& sData, JSObject pData, bool bDefaultPersistent);
65 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData);
/external/pdfium/fpdfsdk/src/
H A Dfpdfsave.cpp23 virtual FX_BOOL WriteBlock(const void* pData, size_t size) FX_OVERRIDE;
46 FX_BOOL CFX_IFileWrite::WriteBlock(const void* pData, size_t size) argument
50 m_pFileWriteStruct->WriteBlock( m_pFileWriteStruct, pData, size );
/external/icu/icu4c/source/tools/gencfu/
H A Dgencfu.cpp182 UNewDataMemory *pData; local
190 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
191 udata_writeBlock(pData, msg, strlen(msg));
192 udata_finish(pData, &status);
265 UNewDataMemory *pData;
266 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
275 udata_writeBlock(pData, outData, outDataSize);
277 bytesWritten = udata_finish(pData, &status);
/external/icu/icu4c/source/tools/gentest/
H A Dgentest.c104 UNewDataMemory *pData; local
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
120 udata_write16(pData, intValue);
121 udata_writeString(pData, stringValue, sizeof(stringValue));
124 dataLength=udata_finish(pData, errorCode);
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpNciHal_utils.h32 void* pData; member in struct:listNode
79 int listAdd(struct listHead* pList, void* pData);
80 int listRemove(struct listHead* pList, void* pData);
H A DphNxpNciHal_utils.c81 int listAdd(struct listHead* pList, void* pData) argument
95 pNode->pData = pData;
135 int listRemove(struct listHead* pList, void* pData) argument
152 if (pList->pFirst->pData == pData)
164 if (pNode->pNext->pData == pData)
176 NXPLOG_NCIHAL_E("Failed to deallocate (not found %8p)", pData);
227 *ppData = pNode->pData;
[all...]
/external/parameter-framework/remote-processor/
H A DRemoteProcessorServer.cpp131 void* CRemoteProcessorServer::thread_func(void* pData) argument
133 reinterpret_cast<CRemoteProcessorServer*>(pData)->run();
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp83 void CPDF_ModuleMgr::SetPrivateData(FX_LPVOID module_id, FX_LPVOID pData, PD_CALLBACK_FREEDATA callback) argument
85 m_privateData.SetPrivateData(module_id, pData, callback);
/external/icu/icu4c/source/tools/toolutil/
H A Dunewdata.c38 UNewDataMemory *pData; local
52 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
53 if(pData==NULL) {
80 uprv_free(pData);
100 pData->file=T_FileStream_open(filename, "wb");
101 if(pData->file==NULL) {
102 uprv_free(pData);
117 pData->headerSize=(uint16_t)((headerSize+15)&~0xf);
118 pData->magic1=0xda;
119 pData
142 udata_finish(UNewDataMemory *pData, UErrorCode *pErrorCode) argument
194 udata_write8(UNewDataMemory *pData, uint8_t byte) argument
201 udata_write16(UNewDataMemory *pData, uint16_t word) argument
208 udata_write32(UNewDataMemory *pData, uint32_t wyde) argument
215 udata_writeBlock(UNewDataMemory *pData, const void *s, int32_t length) argument
224 udata_writePadding(UNewDataMemory *pData, int32_t length) argument
243 udata_writeString(UNewDataMemory *pData, const char *s, int32_t length) argument
255 udata_writeUString(UNewDataMemory *pData, const UChar *s, int32_t length) argument
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_CE_A.c96 uint8_t *pData,
715 uint8_t *pData,
712 phHciNfc_CE_A_ProcessData( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pData, uint8_t length ) argument
H A DphHciNfc_CE_B.c96 uint8_t *pData,
713 uint8_t *pData,
710 phHciNfc_CE_B_ProcessData( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pData, uint8_t length ) argument
/external/pdfium/core/include/fxcrt/
H A Dfx_stream.h20 FX_LPVOID pData; member in struct:FX_HFILE_
73 virtual FX_BOOL WriteBlock(const void* pData, size_t size) = 0;
85 virtual FX_BOOL WriteBlock(const void* pData, FX_FILESIZE offset, size_t size) = 0;
86 virtual FX_BOOL WriteBlock(const void* pData, size_t size) argument
88 return WriteBlock(pData, GetSize(), size);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp42 CFDF_Document* CFDF_Document::ParseMemory(FX_LPCBYTE pData, FX_DWORD size) argument
44 return CFDF_Document::ParseFile(FX_CreateMemoryStream((FX_LPBYTE)pData, size), TRUE);
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp292 UNewDataMemory *pData; local
301 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
302 udata_writeBlock(pData, msg, strlen(msg));
303 udata_finish(pData, &tempstatus);
413 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status);
434 udata_writeBlock(pData, indexes, sizeof(indexes));
435 udata_writeBlock(pData, outData, outDataSize);
436 size_t bytesWritten = udata_finish(pData, status);
/external/libnfc-nci/halimpl/pn54x/dnld/
H A DphDnldNfc.c329 ** Parameters pData - response buffer which gets updated with data from EEPROM
340 NFCSTATUS phDnldNfc_ReadLog(pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify, void *pContext) argument
344 if((NULL == pNotify) || (NULL == pData) ||
360 if((NULL != pData->pBuff) && (0 != pData->wLen))
365 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff;
366 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen;
403 ** pData - data buffer to write into EEPROM/FLASH by user
414 NFCSTATUS phDnldNfc_Write(bool_t bRecoverSeq, pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify, void *pContext) argument
435 if(NULL != pData)
534 phDnldNfc_Log(pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify, void *pContext) argument
1305 phDnldNfc_Read(pphDnldNfc_Buff_t pData, uint32_t dwRdAddr, pphDnldNfc_RspCb_t pNotify, void *pContext) argument
[all...]

Completed in 608 milliseconds

12345