Home
last modified time | relevance | path

Searched refs:bExist (Results 1 – 3 of 3) 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.cpp231 bool bExist = false; in CheckInfo() local
232 std::unique_ptr<CPDF_Object> pInfo = GetObject(m_dwInfoObjNum, &bExist); in CheckInfo()
233 if (bExist && !pInfo) { in CheckInfo()
245 bool bExist = false; in CheckRoot() local
246 m_pRoot = GetObject(m_dwRootObjNum, &bExist); in CheckRoot()
247 if (!bExist) { in CheckRoot()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp793 bool bExist = false; in PreMarkedContent() local
802 bExist = true; in PreMarkedContent()
806 if (!bExist) in PreMarkedContent()
821 bExist = false; in PreMarkedContent()
824 bExist = true; in PreMarkedContent()
828 if (!bExist) in PreMarkedContent()
831 bExist = false; in PreMarkedContent()
835 bExist = true; in PreMarkedContent()
839 if (!bExist) in PreMarkedContent()