Home
last modified time | relevance | path

Searched refs:bExists (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp304 bool bExists = false; in CheckPage() local
305 std::unique_ptr<CPDF_Object> pObj = GetObject(dwPageObjNum, &bExists); in CheckPage()
307 if (bExists) in CheckPage()
379 bool bExists = false; in CheckPages() local
380 std::unique_ptr<CPDF_Object> pPages = GetObject(m_PagesObjNum, &bExists); in CheckPages()
381 if (!bExists) { in CheckPages()
548 bool bExists = false; in CheckArrayPageNode() local
549 std::unique_ptr<CPDF_Object> pPages = GetObject(dwPageNo, &bExists); in CheckArrayPageNode()
550 if (!bExists) { in CheckArrayPageNode()
579 bool bExists = false; in CheckUnknownPageNode() local
[all …]
/external/annotation-tools/asmx/test/lib/
Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main ...
/external/testng/ant/
Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/external/sqlite/dist/orig/
Dsqlite3.c53186 int bExists; /* True if journal file exists */
53188 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
53189 if( rc==SQLITE_OK && bExists ){
114337 int bExists = 0;
114339 sqlite3OsAccess(pVfs, zAltFile, SQLITE_ACCESS_EXISTS, &bExists);
114340 if( bExists ) handle = sqlite3OsDlOpen(pVfs, zAltFile);
176216 int bExists = 0; /* True if rbu_count exists */
176233 bExists = 1;
176238 if( p->rc==SQLITE_OK && bExists ){
/external/sqlite/dist/
Dsqlite3.c53186 int bExists; /* True if journal file exists */
53188 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
53189 if( rc==SQLITE_OK && bExists ){
114337 int bExists = 0;
114339 sqlite3OsAccess(pVfs, zAltFile, SQLITE_ACCESS_EXISTS, &bExists);
114340 if( bExists ) handle = sqlite3OsDlOpen(pVfs, zAltFile);
176228 int bExists = 0; /* True if rbu_count exists */
176245 bExists = 1;
176250 if( p->rc==SQLITE_OK && bExists ){