HomeSort by relevance Sort by last modified time
    Searched refs:Recover (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
ProfileGrammarParser.cs 235 Recover(input,re);
522 Recover(input,re);
674 Recover(input,re);
766 Recover(input,re);
979 Recover(input,re);
1137 Recover(input,re);
1414 Recover(input,re);
    [all...]
  /build/soong/cmd/multiproduct_kati/
main.go 316 defer logger.Recover(func(err error) {
369 defer logger.Recover(func(err error) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 904 @param[in] Recover TRUE for recovermode, FALSE otherwise.
917 IN BOOLEAN Recover
939 Status = HFileImageRead (FileName, Recover);
943 Status = HDiskImageRead (DiskName, DiskOffset, DiskSize, Recover);
947 Status = HMemImageRead (MemOffset, MemSize, Recover);
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 218 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
220 PM.add(createAddressSanitizerFunctionPass(/*CompileKernel*/ false, Recover,
222 PM.add(createAddressSanitizerModulePass(/*CompileKernel*/false, Recover));
229 /*Recover*/ true, /*UseAfterScope*/ false));
231 /*Recover*/true));
    [all...]
  /build/soong/cc/
sanitize.go 45 minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer", "-fno-sanitize-recover=integer"}
108 // value to pass to -fsanitize-recover=
109 Recover []string
449 flags.CFlags = append(flags.CFlags, "-fno-sanitize-recover=all")
470 if sanitize.Properties.Sanitize.Recover != nil {
471 flags.CFlags = append(flags.CFlags, "-fsanitize-recover="+
472 strings.Join(sanitize.Properties.Sanitize.Recover, ","))
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 127 * immediate exit from rule. Rule would recover by resynchronizing
371 * Recover from an error found on the input stream. This is
375 * token that the match() routine could not recover from.
378 public virtual void Recover(IIntStream input, RecognitionException re) {
467 * set). The rule exception handler tries to recover, but finds
587 /** <summary>Attempt to recover from a single missing or extra token.</summary>
612 * mismatched token error. To recover, it sees that LA(1)==';'
635 // can't recover with single token deletion, try insertion
679 * The recognizer attempts to recover from single missing
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 137 * immediate exit from rule. Rule would recover by resynchronizing
437 * Recover from an error found on the input stream. This is
441 * token that the match() routine could not recover from.
444 public virtual void Recover( IIntStream input, RecognitionException re )
537 * set). The rule exception handler tries to recover, but finds
666 /** <summary>Attempt to recover from a single missing or extra token.</summary>
691 * mismatched token error. To recover, it sees that LA(1)==';'
716 // can't recover with single token deletion, try insertion
764 * The recognizer attempts to recover from single missin
    [all...]
  /prebuilts/go/darwin-x86/test/
recover.go 7 // Test of basic recover functionality.
19 // - some lesser bugs in recover()
77 println("spurious recover", v)
82 println("missing recover", x.(int))
93 println("recover didn't recover")
99 return recover()
103 mustRecoverBody(doubleRecover(), recover(), recover(), x)
107 v := recover()
    [all...]
  /prebuilts/go/linux-x86/test/
recover.go 7 // Test of basic recover functionality.
19 // - some lesser bugs in recover()
77 println("spurious recover", v)
82 println("missing recover", x.(int))
93 println("recover didn't recover")
99 return recover()
103 mustRecoverBody(doubleRecover(), recover(), recover(), x)
107 v := recover()
    [all...]
  /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/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp 231 // We can't recover unless there's a dependent scope specifier preceding the
400 // Recover by taking the template that we found in the object
690 T = Context.IntTy; // Recover with an 'int' type.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 768 @param[in] Recover TRUE if is for recover mode, no information printouts.
778 IN CONST BOOLEAN Recover
1149 if (!Recover) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 480 /// and recover from errors
716 /// plain Mismatch(), which does not recover. Then any error
718 /// rule. Rule would recover by resynchronizing to the set of
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/ImageMagick/www/api/
fx.php 559 <p>SteganoImage() hides a digital watermark within the image. Recover the hidden watermark later to prove that the authenticity of an image. Offset defines the start position within the image to hide the watermark.</p>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 59 * plain mismatch(), which does not recover. Then any error
61 * rule. Rule would recover by resynchronizing to the set of
323 /** Recover from an error found on the input stream. This is
327 * token that the match() routine could not recover from.
416 * set). The rule exception handler tries to recover, but finds
527 /** Attempt to recover from a single missing or extra token.
552 * mismatched token error. To recover, it sees that LA(1)==';'
577 // can't recover with single token deletion, try insertion
617 * The recognizer attempts to recover from single missing
656 //trace("consume during recover LA(1)="+tokenNames[input.LA(1)])
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]

Completed in 1158 milliseconds

1 23 4