HomeSort by relevance Sort by last modified time
    Searched refs:nRet (Results 1 - 25 of 30) sorted by null

1 2

  /external/pdfium/testing/
embedder_test.cpp 151 int32_t nRet = PDF_DATA_NOTAVAIL;
152 while (nRet == PDF_DATA_NOTAVAIL) {
154 nRet =
157 if (nRet == PDF_DATA_ERROR)
164 nRet = PDF_DATA_NOTAVAIL;
165 while (nRet == PDF_DATA_NOTAVAIL) {
167 nRet =
170 if (nRet == PDF_FORM_ERROR)
175 nRet = PDF_DATA_NOTAVAIL;
176 while (nRet == PDF_DATA_NOTAVAIL)
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.cpp 74 int32_t nRet;
81 nRet = parseSegmentHeader(m_pSegment.get());
82 if (nRet != JBIG2_SUCCESS) {
84 return nRet;
88 nRet = parseSegmentData(m_pSegment.get(), pPause);
94 if (nRet == JBIG2_END_OF_PAGE || nRet == JBIG2_END_OF_FILE) {
98 if (nRet != JBIG2_SUCCESS) {
100 return nRet;
123 int32_t nRet;
    [all...]
  /external/pdfium/fxjs/
cjs_event_context.cpp 51 int nRet = 0;
53 nRet = m_pRuntime->ExecuteScript(script.c_str(), &sErrorMessage);
55 if (nRet < 0)
62 return nRet >= 0;
cjs_runtime.cpp 209 int nRet = Execute(script, &error);
210 if (nRet < 0) {
214 return nRet;
cjs_publicmethods.cpp 351 int nRet = 0;
361 nRet = nRet * 10 + FXSYS_DecimalCharToInt(c);
368 return nRet;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTriStrip.cpp 225 int nRet;
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/core/fxge/
cfx_fontmgr.cpp 209 CTTFontDesc::ReleaseStatus nRet = it->second->ReleaseFace(face);
210 if (nRet == CTTFontDesc::kNotAppropriate)
213 if (nRet == CTTFontDesc::kReleased)
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 89 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
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,
171 if( nRet == SOCKET_ERROR )
570 int32_t nRet = 0;
589 nRet = WSARecvFrom(
600 if( nRet == SOCKET_ERROR)
619 if((rxError == ERROR_IO_PENDING) || (nRet == 0))
    [all...]
  /external/pdfium/samples/
pdfium_test.cc     [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 270 int32_t nRet = pXFAWidgetHandler->ProcessEvent(pAcc, &param);
275 return nRet == XFA_EVENTERROR_Success;
997 int32_t nRet = pXFAWidgetHandler->ProcessEvent(pAcc, &param);
1002 if (nRet == XFA_EVENTERROR_Success)
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
  /external/libvncserver/libvncserver/
rfbserver.c     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]

Completed in 1156 milliseconds

1 2