/external/clang/lib/Frontend/ |
ASTUnit.cpp | 689 // Recover resources if we crash before exiting this method. 795 // Recover resources if we crash before exiting this method. [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 240 addi r1, r1, 32 ;# recover stack 326 addi r1, r1, 32 ;# recover stack 434 addi r1, r1, 32 ;# recover stack
|
/external/chromium_org/chrome/browser/history/ |
thumbnail_database.cc | 435 // Recover the database to the extent possible, razing it if recovery 477 // creating the recover virtual table for corrupt.meta. The table 485 // Recover v5 database to v5 schema. Next pass through Init() will 562 // Both v6 and v7 recover to current schema version. 671 // Attempt to recover corrupt databases. [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.cc | 274 Status DBImpl::Recover(VersionEdit* edit) { 304 s = versions_->Recover(); 308 // Recover from all newer log files than the ones named in the 341 // Recover in the order in which the logs were generated [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 661 /* Make rate adjustment to recover bits spent in key frame 675 * few frames designed to recover any extra bits spent on 686 /* If appropriate make an adjustment to recover bits spent on a [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 384 [self recover:re]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.m | 533 [self recover:mse]; 553 [self recover:mse]; 800 [self recover:mse];
|
/external/e2fsprogs/misc/ |
badblocks.c | 520 /* recover page-aligned offset for O_DIRECT */ 612 /* recover page-aligned offset for O_DIRECT */ 662 /* recover page-aligned offset for O_DIRECT */
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 475 // times out) so that it can recover from leaked connections and wake 483 // it's not all that important that we recover from the leak in a timely manner 662 // Detect and recover from connection leaks. [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaMuxerTest.java | 372 // parsing String location and recover the location inforamtion in floats
|
/dalvik/vm/compiler/codegen/x86/ |
LowerJump.cpp | [all...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 155 // In this implementation, we recover by simply rewriting
|
/development/samples/Vault/src/com/example/android/vault/ |
EncryptedDocument.java | 213 // contents during write, and also to recover from failed writes.
|
/development/tools/apkcheck/ |
README.txt | 157 There is no way to recover the actual type, because the generic signature
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeParser.java | 127 * plus we want to alter the exception type. Don't try to recover
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t049treeparser.py | 28 def recover(self, input, re): member in class:T.walkerClass.TWalker
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 177 recover(re); 393 recover(input,re); 737 recover(mse); 741 <! use following code to make it recover inline; remove throw mse; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
JavaScript.stg | 121 this.recover(re); 348 this.recover(this.input,re); 692 this.recover(mse); 696 <! use following code to make it recover inline; remove throw mse; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 165 recover(re); 366 $self->recover($self->input, $exception); 714 $self->recover($mse); 718 <! use following code to make it recover inline; remove throw mse; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 198 self.recover(re) 451 self.recover(self.input, re) 817 self.recover(mse) 821 <! use following code to make it recover inline; remove throw mse; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 159 recover(re) 372 recover(input,re) 719 recover(mse) 723 <! use following code to make it recover inline; remove throw mse; [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorInclude.java | 366 * from that Source object, otherwise try to recover by
|
/external/chromium/chrome/browser/sync/glue/ |
extension_sync.cc | 266 // TODO(akalin): Should probably recover or drop.
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_refresh_scheduler.cc | 146 // then the wait allows for the service to recover from transient failure
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ResourceExtractor.java | 153 // Try to recover here, can we try again after deleting files instead of
|