/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Context.cpp | 74 int32_t nRet; in decodeSequential() local 81 nRet = parseSegmentHeader(m_pSegment.get()); in decodeSequential() 82 if (nRet != JBIG2_SUCCESS) { in decodeSequential() 84 return nRet; in decodeSequential() 88 nRet = parseSegmentData(m_pSegment.get(), pPause); in decodeSequential() 94 if (nRet == JBIG2_END_OF_PAGE || nRet == JBIG2_END_OF_FILE) { in decodeSequential() 98 if (nRet != JBIG2_SUCCESS) { in decodeSequential() 100 return nRet; in decodeSequential() 123 int32_t nRet; in decodeRandomFirstPage() local 126 nRet = parseSegmentHeader(pSegment.get()); in decodeRandomFirstPage() [all …]
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 151 int32_t nRet = PDF_DATA_NOTAVAIL; in OpenDocumentHelper() local 152 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocumentHelper() 154 nRet = in OpenDocumentHelper() 157 if (nRet == PDF_DATA_ERROR) in OpenDocumentHelper() 164 nRet = PDF_DATA_NOTAVAIL; in OpenDocumentHelper() 165 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocumentHelper() 167 nRet = in OpenDocumentHelper() 170 if (nRet == PDF_FORM_ERROR) in OpenDocumentHelper() 175 nRet = PDF_DATA_NOTAVAIL; in OpenDocumentHelper() 176 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocumentHelper() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTriStrip.cpp | 225 int nRet; in TakeTri() local 237 nRet = 1; in TakeTri() 240 nRet += OrphanTri(pTri->sNew.pFwd); in TakeTri() 248 nRet = 0; in TakeTri() 251 nRet += OrphanTri(pTri->sNew.pFwd); in TakeTri() 259 nRet = 0; in TakeTri() 264 nRet = -1; in TakeTri() 278 return nRet; in TakeTri()
|
/external/pdfium/fxjs/ |
D | cjs_event_context.cpp | 51 int nRet = 0; in RunScript() local 53 nRet = m_pRuntime->ExecuteScript(script.c_str(), &sErrorMessage); in RunScript() 55 if (nRet < 0) in RunScript() 62 return nRet >= 0; in RunScript()
|
D | cjs_runtime.cpp | 209 int nRet = Execute(script, &error); in ExecuteScript() local 210 if (nRet < 0) { in ExecuteScript() 214 return nRet; in ExecuteScript()
|
D | cjs_publicmethods.cpp | 351 int nRet = 0; in ParseStringInteger() local 361 nRet = nRet * 10 + FXSYS_DecimalCharToInt(c); in ParseStringInteger() 368 return nRet; in ParseStringInteger()
|
D | cfxjse_formcalc_context.cpp | 2255 double nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr() local 2256 while (fabs(nRet) > kFinancialPrecision) { in Apr() 2266 r = r - nRet / nDerivative; in Apr() 2271 nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_win.cc | 89 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen); in UdpSocket2Windows() local 91 nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen); in UdpSocket2Windows() 100 for (int32_t i=0; i<nRet; i++) in UdpSocket2Windows() 169 int32_t nRet = setsockopt(_socket, SOL_SOCKET, SO_SNDBUF, in UdpSocket2Windows() local 171 if( nRet == SOCKET_ERROR ) in UdpSocket2Windows() 570 int32_t nRet = 0; in PostRecv() local 589 nRet = WSARecvFrom( in PostRecv() 600 if( nRet == SOCKET_ERROR) in PostRecv() 619 if((rxError == ERROR_IO_PENDING) || (nRet == 0)) in PostRecv()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 1388 int nRet = PDF_DATA_NOTAVAIL; in RenderPdf() local 1395 while (nRet == PDF_DATA_NOTAVAIL) in RenderPdf() 1396 nRet = FPDFAvail_IsDocAvail(pdf_avail.get(), &hints); in RenderPdf() 1398 if (nRet == PDF_DATA_ERROR) { in RenderPdf() 1402 nRet = FPDFAvail_IsFormAvail(pdf_avail.get(), &hints); in RenderPdf() 1403 if (nRet == PDF_FORM_ERROR || nRet == PDF_FORM_NOTAVAIL) { in RenderPdf() 1406 nRet); in RenderPdf() 1459 nRet = PDF_DATA_NOTAVAIL; in RenderPdf() 1460 while (nRet == PDF_DATA_NOTAVAIL) in RenderPdf() 1461 nRet = FPDFAvail_IsPageAvail(pdf_avail.get(), i, &hints); in RenderPdf() [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.cpp | 209 CTTFontDesc::ReleaseStatus nRet = it->second->ReleaseFace(face); in ReleaseFace() local 210 if (nRet == CTTFontDesc::kNotAppropriate) in ReleaseFace() 213 if (nRet == CTTFontDesc::kReleased) in ReleaseFace()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 270 int32_t nRet = pXFAWidgetHandler->ProcessEvent(pAcc, ¶m); in OnXFAAAction() local 275 return nRet == XFA_EVENTERROR_Success; in OnXFAAAction() 997 int32_t nRet = pXFAWidgetHandler->ProcessEvent(pAcc, ¶m); local 1002 if (nRet == XFA_EVENTERROR_Success)
|
/external/libvncserver/libvncserver/ |
D | rfbserver.c | 1595 int nRet = 0; in rfbProcessFileTransfer() local 1829 nRet = uncompress(compBuff,&nRawBytes,(const unsigned char*)buffer, length); in rfbProcessFileTransfer() 1830 if(nRet == Z_OK) in rfbProcessFileTransfer()
|
/external/llvm/lib/Target/ |
D | README.txt | 550 int nRet = 17; 554 nRet += 2; 556 nRet -= 1; 558 return nRet;
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 619 int nRet = 17; 623 nRet += 2; 625 nRet -= 1; 627 return nRet;
|
/external/sqlite/dist/ |
D | shell.c | 7307 double nRet; /* Number of rows returned */ member 7323 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc() 7333 p->nRet += (double)bRet; in idxSampleFunc() 7632 samplectx.nRet = 0.0; in idxPopulateStat1() 7837 int nRet = 0; in sqlite3_expert_count() local 7838 if( p->pStatement ) nRet = p->pStatement->iId+1; in sqlite3_expert_count() 7839 return nRet; in sqlite3_expert_count()
|
D | sqlite3.c | 19522 int nRet = 0; in sqlite3_db_status() local 19529 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet); in sqlite3_db_status() 19535 *pCurrent = nRet; in sqlite3_db_status() 67197 int nRet = 0; 67223 nRet++; 67230 return nRet; 72665 int nRet; 72674 nRet = 1 + nSerial + nVal; 72675 aRet = sqlite3DbMallocRawNN(db, nRet); 72682 sqlite3_result_blob(context, aRet, nRet, SQLITE_TRANSIENT); [all …]
|
/external/sqlite/dist/orig/ |
D | shell.c | 7301 double nRet; /* Number of rows returned */ member 7317 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc() 7327 p->nRet += (double)bRet; in idxSampleFunc() 7626 samplectx.nRet = 0.0; in idxPopulateStat1() 7831 int nRet = 0; in sqlite3_expert_count() local 7832 if( p->pStatement ) nRet = p->pStatement->iId+1; in sqlite3_expert_count() 7833 return nRet; in sqlite3_expert_count()
|
D | sqlite3.c | 19522 int nRet = 0; in sqlite3_db_status() local 19529 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet); in sqlite3_db_status() 19535 *pCurrent = nRet; in sqlite3_db_status() 67197 int nRet = 0; 67223 nRet++; 67230 return nRet; 72665 int nRet; 72674 nRet = 1 + nSerial + nVal; 72675 aRet = sqlite3DbMallocRawNN(db, nRet); 72682 sqlite3_result_blob(context, aRet, nRet, SQLITE_TRANSIENT); [all …]
|