HomeSort by relevance Sort by last modified time
    Searched refs:bRet (Results 26 - 50 of 71) sorted by null

12 3

  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 755 bool bRet = true;
767 bRet = false;
781 return bRet;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 460 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL);
461 if (!bRet) {
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 136 bool bRet = CPWL_Wnd::OnKeyDown(nChar, nFlag);
202 return bRet;
  /external/pdfium/xfa/fde/
fde_gedevice.cpp 189 bool bRet =
193 return bRet;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp 332 bool bRet = true;
335 bRet &= Read32(pn[i]);
337 return bRet;
351 bool bRet = true;
354 bRet &= Read16(pn[i]);
356 return bRet;
594 bool bRet = true;
601 bRet &= (fwrite(ub, 2, 1, pFile) == 1);
604 return bRet;
614 bool bRet = true
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 499 bool bRet = false;
501 bRet = false;
504 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect);
506 LOGD("end bRet = %d ",bRet);
507 return bRet;
513 bool bRet = false;
515 bRet = false;
542 bRet = false;
550 bRet = TsMakeupProcess(pFrame,pStream,faceRect)
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWICallbacks.cpp 504 bool bRet = false;
506 bRet = false;
509 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect);
511 LOGD("end bRet = %d ",bRet);
512 return bRet;
518 bool bRet = false;
520 bRet = false;
547 bRet = false;
555 bRet = TsMakeupProcess(pFrame,pStream,faceRect)
    [all...]
  /external/pdfium/fpdfsdk/javascript/
JS_Define.h 329 bool bRet = pObj->QueryProperty(propname.c_str());
330 info.GetReturnValue().Set(bRet ? 4 : 0);
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 240 bool bRet = false;
242 bRet = pFormFiller->OnLButtonUp(pPageView, pAnnot->Get(), nFlags, point);
256 return bRet;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 296 CFWL_Widget* bRet = NextTab(child, focus, bFind);
297 if (bRet)
298 return bRet;
  /external/pdfium/xfa/fxfa/parser/
cxfa_resolveprocessor.cpp 696 bool bRet = false;
699 bRet = pContext->RunScript(eLangType, wsExpression.AsStringC(),
701 if (!bRet || !pRetValue->ToBoolean())
cxfa_simple_parser.cpp 416 bool bRet = false;
419 bRet = true;
434 return bRet;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 318 bool bRet = ::SetEndOfFile(hFile);
320 return bRet;
536 bool bRet = FileSetSize(m_hFile, iLength);
538 return bRet;
    [all...]

Completed in 2011 milliseconds

12 3