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/testng/ant/
Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/external/kotlinc/lib/
Dkotlin-main-kts.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/mainKts/MainKtsScriptDefinition$1$ ...
/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);
176227 int bExists = 0; /* True if rbu_count exists */
176244 bExists = 1;
176249 if( p->rc==SQLITE_OK && bExists ){
/external/sqlite/dist/
Dsqlite3.c53202 int bExists; /* True if journal file exists */
53204 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
53205 if( rc==SQLITE_OK && bExists ){
114353 int bExists = 0;
114355 sqlite3OsAccess(pVfs, zAltFile, SQLITE_ACCESS_EXISTS, &bExists);
114356 if( bExists ) handle = sqlite3OsDlOpen(pVfs, zAltFile);
176255 int bExists = 0; /* True if rbu_count exists */
176272 bExists = 1;
176277 if( p->rc==SQLITE_OK && bExists ){