Home
last modified time | relevance | path

Searched refs:bExist (Results 1 – 4 of 4) sorted by relevance

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingsQueue.java87 boolean bExist = false; in add()
91 bExist = true; in add()
97 if (bExist) { in add()
104 bExist = true; in add()
109 if (bExist) { in add()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp229 bool bExist = false; in CheckAcroForm() local
230 m_pAcroForm = GetObject(m_dwAcroFormObjNum, pHints, &bExist).release(); in CheckAcroForm()
231 if (!bExist) { in CheckAcroForm()
371 bool bExist = false; in CheckInfo() local
373 GetObject(m_dwInfoObjNum, pHints, &bExist); in CheckInfo()
374 if (bExist && !pInfo) { in CheckInfo()
389 bool bExist = false; in CheckRoot() local
390 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist); in CheckRoot()
391 if (!bExist) { in CheckRoot()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp820 bool bExist = false; in PreMarkedContent() local
830 bExist = true; in PreMarkedContent()
834 if (!bExist) in PreMarkedContent()
848 bExist = false; in PreMarkedContent()
852 bExist = true; in PreMarkedContent()
856 if (!bExist) in PreMarkedContent()
859 bExist = false; in PreMarkedContent()
863 bExist = true; in PreMarkedContent()
867 if (!bExist) in PreMarkedContent()
/external/pdfium/core/fpdfapi/edit/
Dfpdf_edit_create.cpp1401 bool bExist = m_pParser && m_pParser->IsValidObjectNumber(dwCurObjNum) && in InitNewObjNumOffsets() local
1403 if (bExist || dwCurObjNum - dwLastObjNum > 1) { in InitNewObjNumOffsets()
1411 bNewStart = bExist; in InitNewObjNumOffsets()