HomeSort by relevance Sort by last modified time
    Searched refs:Recovery (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/sql/
recovery.h 18 // Recovery module for sql/. The basic idea is to create a fresh
20 // original database. If recovery is successful, the recovered
21 // database is backed up over the original database. If recovery is
27 // scoped_ptr<sql::Recovery> r =
28 // sql::Recovery::Begin(orig_db, orig_db_path);
33 // sql::Recovery::Unrecoverable(r.Pass());
40 // sql::Recovery::Unrecoverable(r.Pass());
46 // sql::Recovery::Unrecoverable(r.Pass());
51 // sql::Recovery::Recovered(r.Pass());
58 class SQL_EXPORT Recovery {
    [all...]
recovery.cc 5 #include "sql/recovery.h"
60 // The recovery virtual table creation failed.
63 // Copying data from the recovery table to the target table failed.
66 // Dropping the recovery virtual table failed.
72 // Failure creating recovery meta table.
78 // Failed in querying recovery meta table.
81 // No version key in recovery meta table.
96 bool Recovery::FullRecoverySupported() {
106 scoped_ptr<Recovery> Recovery::Begin
    [all...]
recovery_unittest.cc 15 #include "sql/recovery.h"
100 // If the Recovery handle goes out of scope without being
103 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
104 ASSERT_TRUE(recovery.get());
118 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
119 ASSERT_TRUE(recovery.get())
136 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
171 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
210 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path); local
381 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
394 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
409 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
434 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
461 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
518 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
555 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
594 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
639 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
675 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
702 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
    [all...]
connection.h 31 class Recovery;
407 // For recovery module.
408 friend class Recovery;
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 16 #include "sql/recovery.h"
100 // Track various failure (and success) cases in recovery code.
102 // TODO(shess): The recovery code is complete, but by nature runs in challenging
110 // Based on the thumbnail_database.cc recovery code, FAILED_SCOPER should
120 // specific failure (see sql/recovery.cc).
170 // the renumbering into the table recovery code.
198 // Recover the database to the extent possible, razing it if recovery is not
213 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path) local
    [all...]
thumbnail_database.cc 23 #include "sql/recovery.h"
279 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
320 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
387 // Recover the database to the extent possible, razing it if recovery
409 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path); local
410 if (!recovery) {
411 // TODO(shess): Unable to create recovery connection. This
424 // Setup the meta recovery table and fetch the version number fro
    [all...]
top_sites_database_unittest.cc 16 #include "sql/recovery.h"
156 // Recovery module only supports some platforms at this time.
157 if (!sql::Recovery::FullRecoverySupported())
191 // Recovery module only supports some platforms at this time.
192 if (!sql::Recovery::FullRecoverySupported())
211 // Corruption should be detected and recovered during Init(). After recovery,
240 // Recovery module only supports some platforms at this time.
241 if (!sql::Recovery::FullRecoverySupported())
335 // After recovery, the database accesses won't throw errors. The top-ranked
thumbnail_database_unittest.cc 17 #include "sql/recovery.h"
770 TEST_F(ThumbnailDatabaseTest, Recovery) {
771 // This code tests the recovery module in concert with Chromium's
775 // recovery module is an obvious layer to abstract that to.
777 if (!sql::Recovery::FullRecoverySupported())
864 // Other data was retained by recovery.
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 29 'kkebgepbbgbcmghedmmdfcbdcodlkngh', // Chrome OS Recovery Tool
30 'jndclpdbaamdhonoechobihbbiimdgai', // Chrome OS Recovery Tool
  /external/f2fs-tools/
Android.mk 64 # mkfs.f2fs is used in recovery: must be static.
67 # Recovery needs it also, so it must go into root/sbin/.
68 # Directly generating into the recovery/root/sbin gets clobbered
69 # when the recovery image is being made.
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 202 TEST(CorruptionTest, Recovery) {
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 70 # but no token is consumed during recovery...another error is found,
132 support code essentially; most of it is error recovery stuff and
182 # wack everything related to error recovery
200 single token insertion or deletion error recovery. If
204 recovery, override recoverFromMismatchedToken() and have it
252 # then we know we're missing a token; error recovery is free to
264 not parsing. Once in recovery mode, no errors are generated.
265 To get out of recovery mode, the parser must successfully match
269 2. enter recovery mode, report error
463 # where LT(1) is in the recovery token set so nothing i
    [all...]
  /build/tools/releasetools/
common.py 132 d["recovery_api_version"] = read_helper("META/recovery-api-version.txt").strip()
134 raise ValueError("can't find recovery API version in input target-files")
200 data = read_helper("RECOVERY/RAMDISK/etc/recovery.fstab")
202 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab"
212 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
248 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 5 * support code essentially; most of it is error recovery stuff and
37 // wack everything related to error recovery
54 * single token insertion or deletion error recovery. If
58 * recovery, override mismatchRecover() and have it call
107 // then we know we're missing a token; error recovery is free to
142 * not parsing. Once in recovery mode, no errors are generated.
143 * To get out of recovery mode, the parser must successfully match
147 * 2. enter recovery mode, report error
332 // where LT(1) is in the recovery token set so nothing is
344 /** A hook to listen in on the token consumption during error recovery
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 789 0323 5932-USB Enhanced Keyboard, Flash-Recovery/Download
791 0325 5953-USB Enhanced Dynakey Flash-Recovery/Download
795 032b K016/K018: USB-MSR Flash-Recovery/Download
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 432 /// for automatic error recovery.
545 /// but no token is consumed during recovery...another error is found,
687 /// support code essentially; most of it is error recovery stuff and
710 /// single token insertion or deletion error recovery. If
715 /// recovery, override MismatchRecover() and have it call
730 /// <summary>A hook to listen in on the token consumption during error recovery.
741 /// not parsing. Once in recovery mode, no errors are generated.
742 /// To get out of recovery mode, the parser must successfully Match
746 /// 2. enter recovery mode, report error
    [all...]

Completed in 657 milliseconds