HomeSort by relevance Sort by last modified time
    Searched defs:iRet (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
slist.cpp 113 int iRet = vfprintf(pFile, pFormat, marker);
115 return iRet;
ASTBase.cpp 252 int iRet = vfprintf(pFile, pFormat, marker);
254 return iRet;
AToken.h 95 int iRet = vfprintf(pFile, pFormat, marker);
97 return iRet;
ATokenBuffer.cpp 356 int iRet = 0;
360 iRet = vfprintf(pFile, pFormat, marker);
363 return iRet;
DLexerBase.cpp 294 int iRet = 0;
298 iRet = vfprintf(pFile, pFormat, marker);
301 return iRet;
AParser.cpp 853 int iRet = printMessageV(pFile, pFormat, marker);
855 return iRet;
PCCTSAST.cpp 681 int iRet = vfprintf(pFile, pFormat, marker);
683 return iRet;
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 269 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(),
271 switch (iRet) {
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 295 bool iRet = pScriptContext->ResolveObjects(
298 if (!iRet || !resolveNodeRS.objects.front()->IsNode())
391 bool iRet = pScriptContext->ResolveObjects(pObject, wsName.AsStringView(),
393 if (!iRet || !resolveNodeRS.objects.front()->IsNode())
455 bool iRet = pScriptContext->ResolveObjects(
458 if (!iRet || !resolveNodeRS.objects.front()->IsNode())
cjx_field.cpp 57 int32_t iRet =
62 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate,
232 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
cjx_object.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 221 int32_t iRet;
223 std::tie(iRet, bRet) = item->ExecuteBoolScript(pDocView, script, &EventParam);
224 return iRet == XFA_EVENTERROR_Success && bRet;
cxfa_ffwidgethandler.cpp 243 int32_t iRet =
245 return iRet;
cxfa_ffdocview.cpp 469 int32_t iRet = XFA_EVENTERROR_NotExist;
476 iRet |= ExecEventActivityByDeepFirst(pNode, eEventType, bIsFormReady,
483 return iRet;
489 iRet |= XFA_ProcessEvent(this, pWidgetAcc, &eParam);
491 return iRet;
  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 412 int32_t iRet = m_pScriptContext->ResolveObjects(
414 if (iRet > 0 && resolveNodeRS.objects.front()->IsNode())
cxfa_layoutpagemgr.cpp 186 bool iRet = pDocument->GetScriptContext()->ResolveObjects(
192 if (iRet && rs.objects.front()->IsNode())
    [all...]
cxfa_node.cpp     [all...]
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 249 int iRet =
251 if (iRet == FLATTEN_NOTHINGTODO || iRet == FLATTEN_FAIL)
252 return iRet;
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 302 int32_t iRet = 0;
306 ++iRet;
308 return iRet;
cfwl_listbox.cpp 125 int32_t iRet = 0;
132 iRet++;
134 return iRet;
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3120 milliseconds