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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t035ruleLabelPropertyRef.py 13 def recover(self, input, re): member in class:t035ruleLabelPropertyRef.lexerClass.TLexer
22 def recover(self, input, re): member in class:t035ruleLabelPropertyRef.parserClass.TParser
t037rulePropertyRef.py 13 def recover(self, input, re): member in class:t037rulePropertyRef.lexerClass.TLexer
22 def recover(self, input, re): member in class:t037rulePropertyRef.parserClass.TParser
t039labels.py 13 def recover(self, input, re): member in class:t039labels.lexerClass.TLexer
22 def recover(self, input, re): member in class:t039labels.parserClass.TParser
t032subrulePredict.py 13 def recover(self, input, re): member in class:t032subrulePredict.parserClass.TParser
t044trace.py 27 def recover(self, input, re): member in class:T.lexerClass.TLexer
50 def recover(self, input, re): member in class:T.parserClass.TParser
  /external/chromium_org/sql/
recovery.h 30 // // Create the schema to recover to. On failure, clear the
37 // // Recover data in "mytable".
63 // table module (see third_party/sqlite/src/src/recover.c). If the
114 // Attempt to recover the named table from the corrupt database into
115 // the recovery database using a temporary recover virtual table.
121 // columns relative to the target schema. The recover virtual table
140 // Setup a recover virtual table at temp.recover_meta, reading from
  /dalvik/vm/compiler/template/mips/
TEMPLATE_DOUBLE_TO_INT_VFP.S 25 move rARG0, rBIX # recover arg
35 move rARG0, rBIX # recover arg
45 move rARG0, rBIX # recover arg
TEMPLATE_SAVE_STATE.S 28 lw a1, 0(sp) # recover a0 value
30 lw a1, 4(sp) # recover a1 value
102 lw a1, 0(sp) # recover a0 value
103 lw a1, 4(sp) # recover a1 value
  /dalvik/vm/mterp/mips/
OP_DOUBLE_TO_INT.S 26 move rARG0, rBIX # recover arg
36 move rARG0, rBIX # recover arg
46 move rARG0, rBIX # recover arg
  /external/chromium_org/chrome/browser/metrics/
metrics_log_serializer.h 26 LIST_SIZE_MISSING, // Failed to recover list size using GetAsInteger().
29 LOG_STRING_CORRUPTION, // Failed to recover log string using GetAsString().
31 CHECKSUM_STRING_CORRUPTION, // Failed to recover checksum string using
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 28 // Should recover as if definition
47 // Should recover as if specializations,
61 // Should recover as if specializations
cxx1y-variable-template-no-body.cpp 16 // Should recover as if definition
29 // Should recover as if specialization
  /external/clang/test/Lexer/
conflict-marker.c 3 // Test that we recover gracefully from conflict markers left in input files.
  /frameworks/base/docs/html/guide/topics/data/
index.jd 3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t032subrulePredict.html 24 recover: function(re) {
25 /* don't recover, just crash */
t031emptyAlt.html 24 recover: function(re) {
25 /* don't recover, just crash */
  /external/compiler-rt/BlocksRuntime/
Block.h 41 * This must be paired with Block_release to recover memory, even when running
46 /* Lose the reference, and if heap based and last reference, recover the memory. */
  /external/libsepol/src/
policydb_convert.c 92 /* Recover */
98 /* Recover */
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultRecoveringOutputStream.java 73 if (!recover(e)) throw e;
87 if (!recover(e)) throw e;
102 if (!recover(e)) throw e;
111 private boolean recover(IOException e) { method in class:FaultRecoveringOutputStream
113 return false; // Can't recover because we've dropped data that we would need to replay.
157 * Returns a replacement output stream to recover from {@code e} thrown by the
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp 332 context->recover(); \
339 context->recover(); \
    [all...]
  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 38 UNSPILL_TMP1(%ecx) # recover target address
55 UNSPILL_TMP2(rINST) # recover object head
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 161 // MatchRange() routine has already called recover()
166 // Match() routine has already called recover()
171 Recover( re ); // throw out current char and try again
263 Recover( mte );
287 Recover( mte ); // don't really recover; just consume in lexer
304 Recover( mre );
409 public virtual void Recover( RecognitionException re )
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 100 // matchRange() routine has already called recover()
104 // match() routine has already called recover()
108 recover(re); // throw out current char and try again
178 recover(mte);
199 recover(mte); // don't really recover; just consume in lexer
216 recover(mre);
329 public void recover(RecognitionException re) { method in class:Lexer
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m.old 63 [self recover:mse]; @throw mse;
126 [self recover:mse]; @throw mse;
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 26 const int kParseOptions = XML_PARSE_RECOVER | // recover on errors
36 const int kParseOptions = XML_PARSE_RECOVER | // recover on errors

Completed in 233 milliseconds

1 23 4 5 6 7 8 91011>>