/external/clang/test/FixIt/ |
D | fixit-objc-message.m | 1 // Objective-C recovery 6 // Objective-C++ recovery
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGJITCompiler.cpp | 106 …eculative(const SpeculationCheck& check, const EntryLocation& entry, SpeculationRecovery* recovery) in jumpFromSpeculativeToNonSpeculative() argument 116 if (recovery) { in jumpFromSpeculativeToNonSpeculative() 118 ASSERT(recovery->type() == SpeculativeAdd); in jumpFromSpeculativeToNonSpeculative() 120 sub32(gprToRegisterID(recovery->src()), gprToRegisterID(recovery->dest())); in jumpFromSpeculativeToNonSpeculative()
|
D | DFGSpeculativeJIT.h | 160 void speculationCheck(MacroAssembler::Jump jumpToFail, const SpeculationRecovery& recovery) in speculationCheck() argument 162 m_speculationRecoveryList.append(recovery); in speculationCheck()
|
/external/libxml2/include/libxml/ |
D | parser.h | 258 int recovery; /* run in recovery mode */ member 882 int recovery); 887 int recovery); 892 int recovery, 897 int recovery); 901 int recovery,
|
/external/clang/test/Parser/ |
D | objc-interfaces.m | 3 // Test features and error recovery for objc interfaces.
|
/external/kernel-headers/original/linux/raid/ |
D | md_k.h | 194 unsigned long recovery; member 250 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in rdev_dec_pending()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 29 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 34 (* Skip token for error recovery. *)
|
/external/e2fsprogs/po/ |
D | POTFILES.in | 19 e2fsck/recovery.c
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/e2fsprogs/e2fsck/ |
D | Android.mk | 83 recovery.c \
|
D | Makefile.in | 66 dx_dirinfo.o ehandler.o problem.o message.o recovery.o region.o \ 75 profiled/recovery.o profiled/region.o profiled/revoke.o \ 91 $(srcdir)/recovery.c \ 359 recovery.o: $(srcdir)/recovery.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
/external/clang/test/SemaObjC/ |
D | property-9.m | 52 // test parser recovery: rdar://6254579
|
/external/libvpx/examples/ |
D | decode_with_drops.txt | 6 on the command line. This is useful for observing the error recovery
|
/external/bison/tests/ |
D | actions.at | 232 This grammar is made to exercise error recovery. 233 "Lines" starting with `(' support error recovery, with 384 # Check locations in error recovery
|
/external/bison/ |
D | NEWS | 131 During error recovery, the location of the syntax error is updated 134 recovery, and the lookahead rejected during the second part. 196 discarded during error recovery. This feature is still experimental. 342 error recovery is possible. 347 * Error recovery now conforms to documentation and to POSIX
|
/external/libxml2/ |
D | parser.c | 262 if (ctxt->recovery == 0) in xmlErrAttributeDup() 469 if (ctxt->recovery == 0) in xmlFatalErr() 495 if (ctxt->recovery == 0) in xmlFatalErrMsg() 588 if (ctxt->recovery == 0) in xmlFatalErrMsgInt() 620 if (ctxt->recovery == 0) in xmlFatalErrMsgStrIntStr() 649 if (ctxt->recovery == 0) in xmlFatalErrMsgStr() 6317 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlParseConditionalSections() 13256 int recovery, void *data) { in xmlSAXParseFileWithData() argument 13279 ctxt->recovery = recovery; in xmlSAXParseFileWithData() 13283 if ((ctxt->wellFormed) || recovery) { in xmlSAXParseFileWithData() [all …]
|
D | parserInternals.c | 152 if (ctxt->recovery == 0) in __xmlErrEncoding() 179 if (ctxt->recovery == 0) in xmlErrInternal() 207 if (ctxt->recovery == 0) in xmlErrEncodingInt()
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 116 o Reboot recovery (peer reboot losing it's security associations)
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0004.txt | 49 strictly know the other pools. So the recovery rate of is not 0. In fact pool[0] can be completel…
|
/external/bison/doc/ |
D | bison.texinfo | 102 * Error Recovery:: Writing rules for error recovery. 273 error recovery rules must be written. 582 The terminal symbol @code{error} is reserved for error recovery. 1133 initiate error recovery. 1910 @cindex error recovery, simple 1913 recovery}---how to continue parsing after the parser detects a syntax 1932 This addition to the grammar allows for simple error recovery in the 1938 that error recovery is complete (@pxref{Error Recovery}). Note the 1942 This form of error recovery deals with syntax errors. There are other 2850 The symbol @code{error} is a terminal symbol reserved for error recovery [all …]
|
/external/clang/test/ |
D | lit.cfg | 169 config.available_features.add('crash-recovery')
|