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

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
slist.cpp 113 int iRet = vfprintf(pFile, pFormat, marker);
115 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;
ASTBase.cpp 252 int iRet = vfprintf(pFile, pFormat, marker);
254 return iRet;
AToken.h 95 int iRet = vfprintf(pFile, pFormat, marker);
97 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/core/fpdfapi/edit/
fpdf_edit_create.cpp 953 int32_t iRet =
955 if (iRet < 1) {
956 return iRet;
1045 int32_t iRet = WriteIndirectObjectToStream(pObj);
1046 if (iRet < 1) {
1047 return iRet;
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 309 int32_t iRet = XFA_EVENTERROR_NotExist;
317 iRet = result;
319 iRet = result;
322 return iRet;
361 int32_t iRet = ExecuteScript(script, &EventParam);
362 if (iRet != XFA_EVENTERROR_Success)
363 return iRet;
373 int32_t iRet,
376 if (iRet == XFA_EVENTERROR_Success && pRetValue) {
472 int32_t iRet = XFA_EVENTERROR_Success
    [all...]
xfa_ffdocview.cpp 433 int32_t iRet =
435 return iRet;
442 int32_t iRet = XFA_EVENTERROR_NotExist;
444 return iRet;
449 return iRet;
453 return iRet;
469 iRet |= ExecEventActivityByDeepFirst(pNode, eEventType, bIsFormReady,
476 return iRet;
482 iRet |= XFA_ProcessEvent(this, pWidgetAcc, &eParam);
483 return iRet;
    [all...]
xfa_ffnotify.cpp 204 int32_t iRet =
206 if (iRet == XFA_EVENTERROR_Success && pRetValue) {
xfa_ffwidgethandler.cpp 226 int32_t iRet =
228 return iRet;
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 181 int iRet = 0;
209 iRet = String(p, m_ptr, pTemp);
225 iRet = Number(p, m_ptr, pTemp);
227 if (iRet) {
370 iRet = Number(p, m_ptr, pTemp);
372 if (iRet) {
393 iRet = Identifiers(p, m_ptr, pTemp);
395 if (iRet) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h     [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 257 int32_t iRet = pScriptContext->ResolveObjects(
259 if (iRet < 1 || !resoveNodeRS.nodes[0]->IsNode())
377 int32_t iRet = pScriptContext->ResolveObjects(pObject, wsName.AsStringC(),
379 if (iRet < 1 || !resoveNodeRS.nodes[0]->IsNode()) {
438 int32_t iRet = pScriptContext->ResolveObjects(
440 if (iRet < 1 || !resoveNodeRS.nodes[0]->IsNode())
cxfa_simple_parser.cpp 313 int32_t iRet = m_pXMLDoc->DoLoad(pPause);
314 if (iRet < 0)
316 if (iRet < 100)
317 return iRet / 2;
341 int32_t iRet = m_pXMLDoc->DoLoad(pPause);
342 if (iRet < 0 || iRet >= 100)
344 if (iRet < 0)
346 if (iRet < 100)
347 return iRet / 2
    [all...]
cxfa_node.cpp     [all...]
cxfa_document.cpp 419 int32_t iRet = m_pScriptContext->ResolveObjects(pUseHrefNode, wsSOM,
421 if (iRet > 0 && resoveNodeRS.nodes[0]->IsNode())
  /external/pdfium/xfa/fxfa/
fxfa_widget.h 87 int32_t iRet,
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 295 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(),
297 switch (iRet) {
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 256 int iRet =
258 if (iRet == FLATTEN_NOTHINGTODO || iRet == FLATTEN_FAIL)
259 return iRet;
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 508 int32_t iRet = FXSYS_fwrite(pBuffer, 1, iBufferSize, m_hFile);
509 if (iRet != 0) {
515 return iRet;
521 int32_t iRet = FXSYS_fwrite(pStr, 2, iLength, m_hFile);
522 if (iRet != 0) {
528 return iRet;
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 853 int iRet = CompareFieldName(csSub, csFullName);
854 if (iRet == 1) {
857 } else if (iRet == 2 && csSub == csNewFieldName) {
860 } else if (iRet == 3 && csSub == csNewFieldName) {
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 128 int32_t iRet = 0;
135 iRet++;
137 return iRet;
cfwl_widgetmgr.cpp 306 int32_t iRet = 0;
310 ++iRet;
312 return iRet;

Completed in 388 milliseconds

1 2