/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 50 UChar *pDest; in u_strFromUTF32WithSub() local 165 UChar32 *pDest; in u_strToUTF32WithSub() local 409 UChar *pDest = dest; in u_strFromUTF8WithSub() local 746 UChar *pDest = dest; in u_strFromUTF8Lenient() local 957 _appendUTF8(uint8_t *pDest, UChar32 c) { in _appendUTF8() 988 uint8_t *pDest = (uint8_t *)dest; in u_strToUTF8WithSub() local 1265 UChar *pDest = dest; in u_strFromJavaModifiedUTF8WithSub() local 1519 uint8_t *pDest = (uint8_t *)dest; in u_strToJavaModifiedUTF8() local
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustrtrns.cpp | 50 UChar *pDest; in u_strFromUTF32WithSub() local 165 UChar32 *pDest; in u_strToUTF32WithSub() local 409 UChar *pDest = dest; in u_strFromUTF8WithSub() local 746 UChar *pDest = dest; in u_strFromUTF8Lenient() local 957 _appendUTF8(uint8_t *pDest, UChar32 c) { in _appendUTF8() 988 uint8_t *pDest = (uint8_t *)dest; in u_strToUTF8WithSub() local 1265 UChar *pDest = dest; in u_strFromJavaModifiedUTF8WithSub() local 1519 uint8_t *pDest = (uint8_t *)dest; in u_strToJavaModifiedUTF8() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 613 uint *pDest = z; in pipe_get_tile_z() local 758 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 768 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 782 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 795 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 809 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 822 ushort *pDest = (ushort *) (map + y * pt->stride + x*2); in pipe_put_tile_z() local 835 float *pDest = (float *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 849 float *pDest = (float *) (map + y * pt->stride + x*8); in pipe_put_tile_z() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_tile.c | 613 uint *pDest = z; in pipe_get_tile_z() local 758 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 768 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 782 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 795 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 809 uint *pDest = (uint *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 822 ushort *pDest = (ushort *) (map + y * pt->stride + x*2); in pipe_put_tile_z() local 835 float *pDest = (float *) (map + y * pt->stride + x*4); in pipe_put_tile_z() local 849 float *pDest = (float *) (map + y * pt->stride + x*8); in pipe_put_tile_z() local
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_bookmark.cpp | 72 CPDF_Object* pDest = m_pDict->GetElementValue("Dest"); in GetDest() local
|
D | doc_link.cpp | 89 CPDF_Object* pDest = m_pDict->GetElementValue("Dest"); in GetDest() local
|
D | doc_action.cpp | 17 CPDF_Object* pDest = m_pDict->GetElementValue("D"); in GetDest() local
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 312 FX_LPBYTE pDest = dest_buf; in SetImage() local 329 FX_LPBYTE pDest = dest_buf; in SetImage() local
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) in Detach()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | select.c | 37 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){ in sqlite3SelectDestInit() 503 SelectDest *pDest, /* Destination of SELECT results */ in checkForMultiColumnSelectError() 534 SelectDest *pDest, /* How to dispose of the results */ in selectInnerLoop() 872 SelectDest *pDest /* Write the sorted results here */ in generateSortTail() 1534 SelectDest *pDest /* What to do with query results */ in multiSelect() 1904 SelectDest *pDest, /* Where to send the data */ in generateOutputSubroutine() 2126 SelectDest *pDest /* What to do with query results */ in multiSelectOrderBy() 3708 SelectDest *pDest /* What to do with the query results */ in sqlite3Select()
|
D | insert.c | 1549 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ in xferCompatibleIndex() 1608 Table *pDest, /* The table we are inserting into */ in xferOptimization()
|
D | backup.c | 29 Btree *pDest; /* Destination b-tree file */ member
|
D | vdbe.c | 2095 Mem *pDest; /* Where to write the extracted value */ in sqlite3VdbeExec() local 5626 Mem *pDest; in sqlite3VdbeExec() local
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_array.cpp | 345 FX_BYTE* pDest = (FX_BYTE*)GetAt(i); in Delete() local
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 273 FX_LPSTR pDest = pDestStart; in PDF_NameDecode() local
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_icc.cpp | 195 void IccLib_TranslateImage(void* pTransform, unsigned char* pDest, const unsigned char* pSrc, int p… in IccLib_TranslateImage() 539 void CCodec_IccModule::TranslateScanline(void* pTransform, FX_LPBYTE pDest, FX_LPCBYTE pSrc, int pi… in TranslateScanline()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 988 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | custrtrn.c | 988 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local
|
/external/libnfc-nxp/src/ |
D | phFriNfc_Llcp.c | 98 phNfc_sData_t * pDest = NULL; in phFriNfc_Llcp_AllocateAndCopy() local
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_engine.cpp | 713 FX_BOOL CFX_ImageStretcher::Start(IFX_ScanlineComposer* pDest, in Start()
|
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
D | normperf.h | 105 UChar* pDest; variable
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 105 UChar* pDest; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 166 CPDF_DIBTransferFunc* pDest = FX_NEW CPDF_DIBTransferFunc(this); in TranslateImage() local
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | wrtxml.cpp | 223 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape()
|
/external/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 233 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape()
|