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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp91 FX_INT32 nRet; local
94 nRet = JBIG2_ERROR_TOO_SHORT;
99 nRet = JBIG2_ERROR_FILE_FORMAT;
105 nRet = JBIG2_ERROR_TOO_SHORT;
111 nRet = JBIG2_ERROR_TOO_SHORT;
127 return nRet;
131 FX_INT32 nRet; local
136 nRet = parseSegmentHeader(m_pSegment);
137 if(nRet != JBIG2_SUCCESS) {
140 return nRet;
186 FX_INT32 nRet; local
209 FX_INT32 nRet; local
227 FX_INT32 nRet = 0; local
253 FX_INT32 nRet; local
303 FX_INT32 nRet = JBIG2_ERROR_STREAM_TYPE; local
337 FX_INT32 nRet; local
351 FX_INT32 nRet; local
609 FX_INT32 i, nIndex, nRet; local
885 FX_INT32 i, nIndex, nRet; local
1298 FX_INT32 nRet; local
1355 FX_INT32 nRet; local
1443 FX_INT32 i, nRet; local
1561 FX_INT32 i, nRet; local
[all...]
H A DJBig2_GeneralDecoder.cpp2058 FX_INT32 nRet, nVal; local
2116 nRet = IADS->decode(pArithDecoder, &IDS);
2117 if(nRet == JBIG2_OOB) {
2119 } else if(nRet != 0) {
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp17 int nRet = 0; local
24 nRet = pApp->JS_appAlert(swMsg, swTitle, nType, nIcon);
27 return nRet;
H A DJS_Context.cpp69 int nRet = 0; local
77 nRet = JS_Execute(*m_pRuntime, this, script, script.GetLength(), &error);
81 nRet = JS_Parse(*m_pRuntime, this, script, script.GetLength(), &error);
85 if (nRet < 0)
105 nRet = -1;
113 return nRet >= 0;
H A DJS_GlobalData.cpp145 int nRet = -1; local
152 nRet = i;
157 return nRet;
H A DPublicMethods.cpp479 int nRet = 0; local
489 nRet = nRet * 10 + (c - '0');
498 return nRet;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1005 FX_INT32 nRet = GetStyleType(family, TRUE); local
1006 if (nRet > -1) {
1007 family = family.Left(nLen - g_FontStyles[nRet].len);
1008 if (nRet == 0) {
1011 if (nRet == 1) {
1014 if (nRet == 2) {
1037 FX_INT32 nRet = GetStyleType(buf, FALSE); local
1038 if ((i && !bStyleAvail) || (!i && nRet < 0)) {
1042 } else if (nRet >= 0) {
1045 if (nRet
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.cc88 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen); local
90 nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
99 for (int32_t i=0; i<nRet; i++)
168 int32_t nRet = setsockopt(_socket, SOL_SOCKET, SO_SNDBUF, local
170 if( nRet == SOCKET_ERROR )
586 int32_t nRet = 0; local
605 nRet = WSARecvFrom(
616 if( nRet == SOCKET_ERROR)
635 if((rxError == ERROR_IO_PENDING) || (nRet == 0))
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c315 UINT nRet; local
316 GetMouseMovePoints(ptLast, 1, &nRet);
317 if ( nRet == 1 ) {
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h69 virtual void QueryWherePopup(void* pPrivateData, FX_FLOAT fPopupMin,FX_FLOAT fPopupMax, FX_INT32 & nRet, FX_FLOAT & fPopupRet);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h18 FX_INT32 & nRet, FX_FLOAT & fPopupRet) = 0; //nRet: (0:bottom 1:top)
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c710 int nRet; local
712 nRet = 2 + strlen(zInput)*2 + 1;
713 zRet = sqlite3_malloc(nRet);
2808 int nRet = 0; /* Length of aRet[] in bytes */ local
2846 nRet = nNew;
2847 nDoc = fts3DoclistCountDocids(0, aRet, nRet);
2850 MERGE_AND, 0, 0, aRet, &nRet, aRet, nRet, aNew, nNew, &nDoc
2860 *pnOut = nRet;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp722 void CFFL_IFormFiller::QueryWherePopup(void* pPrivateData, FX_FLOAT fPopupMin,FX_FLOAT fPopupMax, FX_INT32 & nRet, FX_FLOAT & fPopupRet) argument
809 nRet = bBottom ? 0 : 1;
/external/sqlite/dist/orig/
H A Dsqlite3.c14561 int nRet = 0; local
14568 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
14572 *pCurrent = nRet;
61936 int nRet; local
112884 LogEst nRet = nNew; local
127612 int nRet; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14561 int nRet = 0; local
14568 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
14572 *pCurrent = nRet;
61956 int nRet; local
112904 LogEst nRet = nNew; local
127632 int nRet; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113771 int nRet; local
115869 int nRet = 0; /* Length of aRet[] in bytes */ local
[all...]

Completed in 2478 milliseconds