HomeSort by relevance Sort by last modified time
    Searched defs:bRet (Results 1 - 25 of 32) sorted by null

1 2

  /external/python/cpython2/PC/
w9xpopen.c 29 BOOL bRet;
92 bRet = CreateProcess(
102 if (bRet) {
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 88 BOOL bRet;
270 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
271 assert(bRet);
stw_framebuffer.c 461 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL);
462 if (!bRet) {
  /external/pdfium/fpdfsdk/
fpdfsave.cpp 268 bool bRet = fileMaker.Create(flags);
272 return bRet;
fsdk_actionhandler.cpp 166 bool bRet = pContext->RunScript(swJS, &csInfo);
168 if (!bRet) {
288 bool bRet = pContext->RunScript(swJS, &csInfo);
290 if (!bRet) {
329 bool bRet = pContext->RunScript(swJS, &csInfo);
331 if (!bRet) {
513 bool bRet = pContext->RunScript(script, &csInfo);
515 if (!bRet) {
529 bool bRet = pContext->RunScript(script, &csInfo);
531 if (!bRet) {
    [all...]
cpdfsdk_interform.cpp 294 bool bRet = pContext->RunScript(csJS, &sInfo);
296 if (bRet && bRC && sValue.Compare(sOldValue) != 0)
331 bool bRet = pContext->RunScript(script, &sInfo);
333 if (bRet) {
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 222 bool bRet;
223 std::tie(iRet, bRet) = item->ExecuteBoolScript(pDocView, script, &EventParam);
224 return iRet == XFA_EVENTERROR_Success && bRet;
cxfa_ffwidgethandler.cpp 32 bool bRet = hWidget->OnMouseEnter();
35 return bRet;
40 bool bRet = hWidget->OnMouseExit();
43 return bRet;
50 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point));
51 if (bRet && m_pDocView->SetFocus(hWidget)) {
57 return bRet;
65 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point));
68 return bRet;
74 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point))
    [all...]
cxfa_textlayout.cpp 679 bool bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces);
680 if (bRet && m_pLoader)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 471 bool bRet = false;
474 bRet = true;
490 return bRet;
cxfa_localevalue.cpp 119 bool bRet = false;
122 for (; i < iCount && !bRet; i++) {
126 bRet = pFormat->ParseNull(wsValue, wsFormat);
127 if (!bRet)
128 bRet = wsValue.IsEmpty();
131 bRet = pFormat->ParseZero(wsValue, wsFormat);
132 if (!bRet)
133 bRet = wsValue == L"0";
137 bRet = pFormat->ParseNum(wsValue, wsFormat, &fNum);
138 if (!bRet)
    [all...]
cxfa_layoutpagemgr.cpp 762 bool bRet = false;
777 bRet = !!pPageArea;
788 bRet = !!pPageArea;
803 return bRet;
    [all...]
cxfa_node.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 755 bool bRet = true;
767 bRet = false;
781 return bRet;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 186 BOOL bRet;
192 bRet = GetMonitorInfo(hMonitor, &sMInfo);
193 _ASSERT(bRet);
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 247 bool bRet = pFormFiller &&
250 return bRet;
257 return bRet;
  /external/pdfium/fxjs/
cfxjse_engine.cpp 299 bool bRet = lpScriptContext->QueryNodeByFlag(
304 if (bRet)
310 bRet = lpScriptContext->QueryNodeByFlag(
314 if (bRet)
320 bRet = lpScriptContext->QueryVariableValue(ToNode(pScriptObject),
323 if (!bRet)
  /external/pdfium/xfa/fde/
cfde_textout.cpp 99 bool bRet = true;
110 bRet = device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, pMatrix,
118 return bRet;
339 bool bRet = false;
357 bRet = true;
363 if (!CFX_BreakTypeNoneOrPiece(dwBreakStatus) && !bRet)
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 292 CFWL_Widget* bRet = NextTab(child, focus, bFind);
293 if (bRet)
294 return bRet;
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 1000 bool bRet = pFormFillEnv->GetJSRuntime()->SetValueByName(szPropName, pValue);
1002 return bRet;
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 501 bool bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag);
507 return bRet;
  /external/pdfium/third_party/libopenjpeg20/
thread.c 687 OPJ_BOOL bRet = OPJ_TRUE;
709 bRet = OPJ_FALSE;
717 bRet = OPJ_FALSE;
727 bRet = OPJ_FALSE;
742 bRet = OPJ_FALSE;
745 return bRet;
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 731 bool bRet = false;
733 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE,
736 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "SimSun",
739 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "MingLiU",
742 if (!bRet) {
743 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE,
746 if (!bRet) {
747 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE,
750 if (!bRet) {
751 bRet
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp 940 bool bRet = (!bSingleLine && IsCtrlCode(wch));
943 bRet = false;
945 if (bRet) {
958 if (bCharBBox && !bRet) {
  /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...]

Completed in 720 milliseconds

1 2