Searched refs:nRet (Results 1 - 20 of 20) sorted by relevance

/external/pdfium/testing/
H A Dembedder_test.cpp163 int32_t nRet = PDF_DATA_NOTAVAIL; local
164 while (nRet == PDF_DATA_NOTAVAIL) {
165 nRet = FPDFAvail_IsDocAvail(avail_, &hints_);
167 if (nRet == PDF_DATA_ERROR) {
170 nRet = FPDFAvail_IsFormAvail(avail_, &hints_);
171 if (nRet == PDF_FORM_ERROR || nRet == PDF_FORM_NOTAVAIL) {
176 nRet = PDF_DATA_NOTAVAIL;
177 while (nRet == PDF_DATA_NOTAVAIL) {
178 nRet
[all...]
/external/pdfium/core/fxge/ge/
H A Dcfx_fontmapper.cpp493 int32_t nRet = GetStyleType(family, true); local
494 if (nRet > -1) {
495 family = family.Left(nLen - g_FontStyles[nRet].len);
496 if (nRet == 0)
498 else if (nRet == 1)
500 else if (nRet == 2)
514 int32_t nRet = GetStyleType(buf, false); local
515 if ((i && !bStyleAvail) || (!i && nRet < 0)) {
520 if (nRet >= 0) {
523 if (nRet
[all...]
H A Dcfx_fontmgr.cpp234 int nRet = temp->second->ReleaseFace(face); local
235 if (nRet == -1)
238 if (nRet == 0)
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Context.cpp73 int32_t nRet; local
80 nRet = parseSegmentHeader(m_pSegment.get());
81 if (nRet != JBIG2_SUCCESS) {
83 return nRet;
87 nRet = parseSegmentData(m_pSegment.get(), pPause);
93 if (nRet == JBIG2_END_OF_PAGE || nRet == JBIG2_END_OF_FILE) {
97 if (nRet != JBIG2_SUCCESS) {
99 return nRet;
123 int32_t nRet; local
145 int32_t nRet = local
167 int32_t nRet = 0; local
188 int32_t nRet = 0; local
[all...]
/external/pdfium/fpdfsdk/javascript/
H A Dcjs_event_context.cpp50 int nRet = 0; local
52 nRet = m_pRuntime->ExecuteScript(script.c_str(), &sErrorMessage);
54 if (nRet < 0)
61 return nRet >= 0;
H A Dcjs_runtime.cpp200 int nRet = Execute(script, &error); local
201 if (nRet < 0) {
205 return nRet;
H A DPublicMethods.cpp232 int nRet = 0; local
242 nRet = nRet * 10 + FXSYS_toDecimalDigit(c);
248 return nRet;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTriStrip.cpp225 int nRet; local
237 nRet = 1;
240 nRet += OrphanTri(pTri->sNew.pFwd);
248 nRet = 0;
251 nRet += OrphanTri(pTri->sNew.pFwd);
259 nRet = 0;
264 nRet = -1;
278 return nRet;
/external/pdfium/samples/
H A Dpdfium_test.cc762 int nRet = PDF_DATA_NOTAVAIL; local
770 while (nRet == PDF_DATA_NOTAVAIL)
771 nRet = FPDFAvail_IsDocAvail(pdf_avail, &hints);
773 if (nRet == PDF_DATA_ERROR) {
778 nRet = FPDFAvail_IsFormAvail(pdf_avail, &hints);
779 if (nRet == PDF_FORM_ERROR || nRet == PDF_FORM_NOTAVAIL) {
782 nRet);
850 nRet = PDF_DATA_NOTAVAIL;
851 while (nRet
[all...]
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket2_win.cc89 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen); local
91 nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
100 for (int32_t i=0; i<nRet; i++)
169 int32_t nRet = setsockopt(_socket, SOL_SOCKET, SO_SNDBUF, local
171 if( nRet == SOCKET_ERROR )
570 int32_t nRet = 0; local
589 nRet = WSARecvFrom(
600 if( nRet == SOCKET_ERROR)
619 if((rxError == ERROR_IO_PENDING) || (nRet == 0))
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.h28 int32_t& nRet,
29 FX_FLOAT& fPopupRet) = 0; // nRet: (0:bottom 1:top)
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_data_avail.cpp964 int32_t nRet = CheckCrossRefStream(pHints, xref_offset); local
965 if (nRet == 1) {
975 if (nRet == -1)
1454 DocAvailStatus nRet = CheckLinearizedFirstPage(dwPage, pHints); local
1455 if (nRet == DataAvailable)
1457 return nRet;
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.h144 int32_t& nRet,
H A Dcffl_interactiveformfiller.cpp532 int32_t& nRet,
598 nRet = bBottom ? 0 : 1;
529 QueryWherePopup(void* pPrivateData, FX_FLOAT fPopupMin, FX_FLOAT fPopupMax, int32_t& nRet, FX_FLOAT& fPopupRet) argument
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_scriptcontext.cpp584 int32_t nRet = -1; local
645 nRet = m_ResolveProcessor->Resolve(rndFind);
646 if (nRet < 1) {
H A Dcxfa_resolveprocessor.cpp73 int32_t nRet = ResolveNormal(rnd); local
74 if (nRet < 1 && rnd.m_uHashName == XFA_HASHCODE_Xfa) {
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp270 int32_t nRet = pXFAWidgetHandler->ProcessEvent(pAcc, &param); local
275 return nRet == XFA_EVENTERROR_Success;
1848 int32_t nRet = pXFAWidgetHandler->ProcessEvent(pAcc, &param); local
1853 if (nRet == XFA_EVENTERROR_Success)
/external/libvncserver/libvncserver/
H A Drfbserver.c1595 int nRet = 0; local
1829 nRet = uncompress(compBuff,&nRawBytes,(const unsigned char*)buffer, length);
1830 if(nRet == Z_OK)
/external/sqlite/dist/orig/
H A Dsqlite3.c18850 int nRet = 0; local
18857 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
18863 *pCurrent = nRet;
65889 int nRet = 0; local
71292 int nRet; local
131750 LogEst nRet = nNew; local
146753 int nRet; local
189334 int nRet; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18850 int nRet = 0; local
18857 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
18863 *pCurrent = nRet;
65889 int nRet = 0; local
71292 int nRet; local
131750 LogEst nRet = nNew; local
146753 int nRet; local
189346 int nRet; local
[all...]

Completed in 1081 milliseconds