HomeSort by relevance Sort by last modified time
    Searched full:recover (Results 201 - 225 of 940) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/child/
child_process.cc 46 // We can't recover from failing to start the IO thread.
  /external/chromium_org/ppapi/c/private/
ppb_udp_socket_private.h 89 * reads data. You must call GetRecvFromAddress to recover the
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SplitElementCommand.cpp 95 // Recover the id attribute of the original element.
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 71 // or somebody repairs the file, we recover automatically.
  /external/chromium_org/third_party/sqlite/src/test/
crashtest1.c 2 ** This program tests the ability of SQLite database to recover from a crash.
mallocC.test 58 # Recover from the malloc failure.
tkt-fc62af4523.test 66 # to do a hot-journal rollback to recover the database.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 20 * Render new dropdown at first time being called and recover otherwise.
  /external/clang/test/Parser/
declarators.c 54 // We should recover 'b' by parsing it with a valid type of "struct xyz", which
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 83 this.getDns().recover();
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 129 this.getDns().recover();
Canceler.java 129 this.getDns().recover();
Renewer.java 130 this.getDns().recover();
  /external/qemu/docs/
ANDROID-TRACING.TXT 62 this allows to properly recover/profile when a basic block is exited by an exceptional
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 98 * plain {@link #mismatch}, which does not recover. Then any error
100 * rule. Rule would recover by resynchronizing to the set of
387 /** Recover from an error found on the input stream. This is
391 * token that the match() routine could not recover from.
395 recover: function(input, re) {
488 * set). The rule exception handler tries to recover, but finds
615 /** Attempt to recover from a single missing or extra token.
640 * mismatched token error. To recover, it sees that LA(1)==';'
666 // can't recover with single token deletion, try insertion
679 * Recover from a mismatched set exception
    [all...]