Searched refs:expired (Results 26 - 50 of 51) sorted by relevance

123

/external/sqlite/dist/orig/
H A Dsqlite3ext.h101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
327 #define sqlite3_expired sqlite3_api->expired
H A Dsqlite3.c5734 ** then the BLOB handle is marked as "expired".
5738 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5845 ** ^An attempt to read from an expired [BLOB handle] fails with an
5879 ** ^An attempt to write to an expired [BLOB handle] fails with an
5881 ** before the [BLOB handle] expired are not rolled back by the
5883 ** have been overwritten by the statement that expired the BLOB handle
14198 bft expired:1; /* True if the VM needs to be recompiled */ member in struct:Vdbe
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h101 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
327 #define sqlite3_expired sqlite3_api->expired
H A Dsqlite3.c5734 ** then the BLOB handle is marked as "expired".
5738 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5845 ** ^An attempt to read from an expired [BLOB handle] fails with an
5879 ** ^An attempt to write to an expired [BLOB handle] fails with an
5881 ** before the [BLOB handle] expired are not rolled back by the
5883 ** have been overwritten by the statement that expired the BLOB handle
14198 bft expired:1; /* True if the VM needs to be recompiled */ member in struct:Vdbe
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Denroller.js407 if (this.timer_.expired()) {
H A Dsigner.js396 if (this.timer_.expired()) {
H A Dgnubby.js435 if (rc == -llGnubby.BUSY && !busyWait.expired()) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc192 if (details->expired)
H A Dfavicon_cache.cc581 if (deleted_details->expired)
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler_unittest.cc48 bool expired,
53 bitmap_result.expired = expired;
68 false /* expired */,
537 // Set icon data expired
540 true /* expired */,
689 bitmap_result.expired = false;
893 // Simulates getting a expired icon from history.
896 true /* expired */,
1024 false /* expired */,
45 SetFaviconRawBitmapResult( const GURL& icon_url, favicon_base::IconType icon_type, bool expired, std::vector<favicon_base::FaviconRawBitmapResult>* favicon_bitmap_results) argument
[all...]
H A Dfavicon_handler.cc90 // Return true if |bitmap_result| is expired.
92 return bitmap_result.expired;
100 // Returns true if at least one of the bitmaps in |bitmap_results| is expired or
106 // Check if at least one of the bitmaps is expired.
555 // to be expired (or the wrong url) we'll fetch later on. This way the
560 // favicon as if it's expired.
577 // favicon or it's expired. Continue on to DownloadFaviconOrAskHistory to
628 // There is a favicon, set it now. If expired we'll download the current
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java1331 final boolean expired = newRecord.isExpired(now);
1351 if (expired) {
1378 if (!expired) {
1391 if (!expired) {
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc621 // previously retained expired (> 3 months old) history entries, but, in the
1661 bitmap_result.expired = (Time::Now() - last_updated) >
1750 // Set the preexisting favicon bitmaps as expired as the preexisting favicon
1818 // Add the favicon bitmap as expired as it is not consistent with the
2248 bitmap_result.expired = (Time::Now() - last_updated) >
2544 // Update |first_recorded_time_| if we expired it.
2656 bool expired,
2659 typed_url_syncable_service_->OnUrlsDeleted(all_history, expired, rows);
2655 NotifySyncURLsDeleted(bool all_history, bool expired, URLRows* rows) argument
H A Dhistory_backend.h462 // Returns true if the passed visit time is already expired (used by the sync
463 // code to avoid syncing visits that would immediately be expired).
763 bool expired,
H A Dhistory_backend_unittest.cc684 EXPECT_FALSE(details->expired);
912 // Import one non-typed URL, and two recent and one expired typed URLs.
936 // expired URL has been ignored.
1890 // not be expired.
1998 // ('b') should be expired.
2444 EXPECT_FALSE(bitmap_results_out[0].expired);
2450 EXPECT_FALSE(bitmap_results_out[1].expired);
2522 // Test that GetFaviconsFromDB() correctly sets the expired flag for bitmap
2545 EXPECT_TRUE(bitmap_results_out[0].expired);
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c159 p->expired = 0;
2313 if( p->runOnlyOnce ) p->expired = 1;
2314 }else if( p->rc && p->expired ){
2315 /* The expired flag was set on the VDBE before the first call
3149 ** as expired.
3151 ** An expired statement means that recompilation of the statement is
3160 p->expired = 1;
H A Dvdbe.c1434 if( p->expired ) rc = SQLITE_ABORT;
2898 p->expired = 0;
2956 p->expired = 1;
3022 if( p->expired ){
5411 ** Cause precompiled statements to become expired. An expired statement
5415 ** If P1 is 0, then all SQL statements become expired. If P1 is non-zero,
5422 p->expired = 1;
5737 p->expired = 0;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database_unittest.cc841 // Test that the cache won't return expired values. First we have to adjust
849 // Now adjust one of the entries times to be expired.
850 const Time expired = Time::Now() - TimeDelta::FromMinutes(1); local
855 iter->expire_after = expired;
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex75 flow label for another flow within the maximal lifetime has expired,
H A Dip-cref.tex1006 \item\verb|probe| --- the delay timer expired but no confirmation was received.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc85 // Visits with this timestamp are treated as expired.
499 // Since all our URLs are expired, no backend calls to add new URLs will be
879 // Setting expired=true should cause the sync code to ignore this deletion.
880 changes.expired = true;
/external/blktrace/doc/
H A Dblktrace.tex761 BLK\_TA\_UNPLUG\_TIMER & Unplug device after timer expired. \\ \hline
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5424 ** then the BLOB handle is marked as "expired".
5428 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5532 ** ^An attempt to read from an expired [BLOB handle] fails with an
5566 ** ^An attempt to write to an expired [BLOB handle] fails with an
5568 ** before the [BLOB handle] expired are not rolled back by the
5570 ** have been overwritten by the statement that expired the BLOB handle
12511 u8 expired; /* True if the VM needs to be recompiled */ member in struct:Vdbe
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7936 if (m_debug_map_symfile == NULL && !m_debug_map_module_wp.expired())

Completed in 1705 milliseconds

123