/external/clang/lib/Parse/ |
ParseInit.cpp | 451 // We have two ways to try to recover from this error: if the code looks 455 // assume there is a parse error, and just skip to recover.
|
ParseDeclCXX.cpp | 550 // No removal fixit: can't recover from this. [all...] |
ParseTemplate.cpp | 232 // Recover by ignoring the 'typedef'. This was probably supposed to be 243 // recover by ignoring the 'template' keyword. 255 // Recover as if it were an explicit specialization. [all...] |
/external/e2fsprogs/e2fsck/ |
recovery.c | 215 * @journal: the journal to recover 496 /* Recover what we can, but
|
/external/mdnsresponder/mDNSShared/ |
dnssd_clientshim.c | 41 // We stash the value in core context fields so we can get it back to recover our state in our callbacks, 42 // and pass it though to the client for it to recover its state
|
/external/proguard/docs/manual/retrace/ |
examples.html | 84 We can then use the following command to recover the stack trace: 250 We can still use the same command to recover the stack trace:
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHConnection.java | 471 // Catch and print any exception so we can recover 677 // Catch and print any exception so we can recover
|
/external/wpa_supplicant_8/src/wps/ |
httpread.c | 756 /* No way to recover (from malloc failure) */ 763 /* No way to recover (from malloc failure) */
|
/frameworks/base/docs/html/google/gcm/ |
adv.jd | 89 <p>GCM provides a facility called "canonical registration IDs" to easily recover from these situations. A canonical registration ID is defined to be the ID of the last registration requested by your application. This is the ID that the server should use when sending messages to the device.</p> 226 <p>The application should respond by syncing with the server to recover the discarded messages. </p>
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 224 // If we are attached, create, recover, and/or update the dialog 311 * Recover and dismiss the progress dialog fragment [all...] |
/prebuilts/tools/common/freemarker/ |
src.zip | |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/ |
examples.html | 95 We can then use the following command to recover the stack trace: 259 We can still use the same command to recover the stack trace:
|
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 330 throw new Exception("Can't recover from previous error(s)"); 553 /* try to error recover */ 723 /* try to error recover */ 740 /** Attempt to recover from a syntax error. This returns false if recovery 860 debug_message("# Recover state found (#" + [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 145 recover(re); 679 throw recover(new MismatchedSetException(null,input));<\n> 682 <! 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/CPP/ |
CPP.stg | 247 recover(re); 436 recover(input,re); 748 this->recover(mse); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 262 // parsing String location and recover the location inforamtion in floats
|
/dalvik/vm/ |
Thread.h | 132 * that we can recover correctly if the debugger abruptly disconnects
|
/development/samples/Vault/src/com/example/android/vault/ |
VaultProvider.java | 65 * {@link ParcelFileDescriptor#createReliablePipe()} to detect and recover from
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t042ast.py | 18 def recover(self, input, re): member in class:t042ast.parserClass.TParser
|
t060leftrecursion.py | 23 # def recover(self, input, re):
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 247 Recover(re); 548 Recover(input,re); 958 Recover(mse); 962 <! 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/CSharp3/ |
CSharp3.stg | 242 Recover(re); 526 Recover(input,re); 938 Recover(mse); 942 <! 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/Delphi/ |
Delphi.stg | 279 Recover(RE); 692 Recover(Input,RE); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 419 [self recover:re]; 864 [self recover:input Exception:re]; [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 101 // The processor can recover by returning an empty nodeset.
|