Searched defs:recovery (Results 1 - 14 of 14) sorted by path

/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc40 // File name of the recovery binary on different platforms.
80 CrxComponent recovery; local
81 recovery.name = "recovery";
82 recovery.installer = new RecoveryComponentInstaller(version, prefs);
83 recovery.version = version;
84 recovery.pk_hash.assign(kSha2Hash, &kSha2Hash[sizeof(kSha2Hash)]);
85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
139 // Run the recovery component.
142 if (manifest.GetStringASCII("x-recovery
[all...]
/external/chromium_org/chrome/browser/history/
H A Dthumbnail_database.cc23 #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 from
427 if (!recovery->SetupMeta() || !recovery
[all...]
H A Dtop_sites_database.cc16 #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
214 if (!recovery) {
219 // Setup the meta recovery tabl
[all...]
/external/chromium_org/sql/
H A Drecovery_unittest.cc15 #include "sql/recovery.h"
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());
120 sql::Recovery::Unrecoverable(recovery.Pass());
136 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
137 ASSERT_TRUE(recovery.get());
140 ASSERT_TRUE(recovery->db()->Execute(kCreateSql));
144 ASSERT_TRUE(recovery
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...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h261 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
890 int recovery);
895 int recovery);
900 int recovery,
905 int recovery);
909 int recovery,
/external/chromium_org/third_party/libxml/src/
H A Dparser.c267 if (ctxt->recovery == 0)
474 if (ctxt->recovery == 0)
500 if (ctxt->recovery == 0)
607 if (ctxt->recovery == 0)
639 if (ctxt->recovery == 0)
668 if (ctxt->recovery == 0)
6478 if (ctxt->recovery == 0) ctxt->disableSAX = 1;
13585 * @recovery: work in recovery mode, i.e. tries to read no Well Formed
13602 int recovery, voi
13601 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, int recovery, void *data) argument
13666 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery) argument
13880 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data) argument
13931 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery) argument
14051 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) argument
[all...]
H A DtestSAX.c55 static int recovery = 0; variable
1142 recovery++;
H A Dtestapi.c14794 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
14803 recovery = gen_int(n_recovery, 2);
14805 ret_val = xmlSAXParseDoc(sax, (const xmlChar *)cur, recovery);
14810 des_int(n_recovery, recovery, 2);
14887 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
14896 recovery = gen_int(n_recovery, 2);
14898 ret_val = xmlSAXParseFile(sax, filename, recovery);
14903 des_int(n_recovery, recovery,
14937 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
14996 int recovery; /* work in recovery mode, i.e. tries to read not Well Formed documents */ local
15053 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
[all...]
H A Dxmllint.c131 static int recovery = 0; variable
3113 recovery++;
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_rate_control.cc143 bool recovery = false; local
169 recovery = true;
207 if (!recovery && (incoming_bit_rate > 100000 || current_bit_rate > 150000) &&
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_fec_unittest.cc79 // Check for complete recovery after FEC decoding.
112 // No packets lost, expect complete recovery.
140 // One packet lost, one FEC packet, expect complete recovery.
154 // 2 packets lost, one FEC packet, cannot get complete recovery.
208 // Verify we can still recovery frame if sequence number wrap occurs within
238 // Expect 3 media packets in recovered list, and complete recovery.
246 // In this case we will discard FEC packet and full recovery is not expected.
280 // The two FEC packets are received and should allow for complete recovery,
283 // list and no complete recovery.
290 // Verify we can still recovery fram
817 bool recovery = true; local
[all...]
/external/libxml2/include/libxml/
H A Dparser.h261 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
893 int recovery);
898 int recovery);
903 int recovery,
908 int recovery);
912 int recovery,
/external/libxml2/
H A Dparser.c302 if (ctxt->recovery == 0)
517 if (ctxt->recovery == 0)
543 if (ctxt->recovery == 0)
650 if (ctxt->recovery == 0)
682 if (ctxt->recovery == 0)
711 if (ctxt->recovery == 0)
6800 if (ctxt->recovery == 0) ctxt->disableSAX = 1;
14118 * @recovery: work in recovery mode, i.e. tries to read no Well Formed
14135 int recovery, voi
14134 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, int recovery, void *data) argument
14199 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery) argument
14411 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data) argument
14462 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery) argument
14582 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) argument
[all...]
H A Dxmllint.c131 static int recovery = 0; variable
3137 recovery++;

Completed in 489 milliseconds