/external/v8/test/unittests/compiler/ |
D | js-type-feedback-unittest.cc | 34 ~JSTypeFeedbackTest() override { dependencies_.Rollback(); } in ~JSTypeFeedbackTest() 142 dependencies()->Rollback(); in TEST_F() 228 dependencies()->Rollback(); in TEST_F() 279 dependencies()->Rollback(); in TEST_F() 331 dependencies()->Rollback(); in TEST_F()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 207 public virtual void Rollback(int instructionIndex) { in Rollback() method in Antlr.Runtime.TokenRewriteStream 208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex); in Rollback() 217 public virtual void Rollback(string programName, int instructionIndex) { in Rollback() method in Antlr.Runtime.TokenRewriteStream 234 Rollback(programName, MIN_TOKEN_INDEX); in DeleteProgram()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 233 public virtual void Rollback( int instructionIndex ) in Rollback() method in Antlr.Runtime.TokenRewriteStream 235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex ); in Rollback() 244 public virtual void Rollback( string programName, int instructionIndex ) in Rollback() method in Antlr.Runtime.TokenRewriteStream 265 Rollback( programName, MIN_TOKEN_INDEX ); in DeleteProgram()
|
/external/v8/src/ |
D | compilation-dependencies.h | 48 void Rollback();
|
D | compilation-dependencies.cc | 90 void CompilationDependencies::Rollback() { in Rollback() function in v8::internal::CompilationDependencies
|
D | compiler.cc | 92 dependencies()->Rollback(); in ~CompilationInfoWithZone()
|
/external/autotest/client/site_tests/firmware_VbootCrypto/ |
D | control | 38 'rollback', # Firmware/Kernel Rollback Prevention.
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | uploader.py | 78 def Rollback(self): member in CloudStorageUploader
|
D | base_config.py | 282 upload_item.Rollback()
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | pipeline.py | 1669 raise db.Rollback() 1674 raise db.Rollback() 1679 raise db.Rollback() 2459 raise db.Rollback() 2463 raise db.Rollback() 2527 raise db.Rollback() 2533 raise db.Rollback() 2556 raise db.Rollback() 2562 raise db.Rollback() 2618 raise db.Rollback() [all …]
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1273 procedure Rollback(const InstructionIndex: Integer); overload; procedure 1279 procedure Rollback(const ProgramName: String; procedure 2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual; procedure 2667 procedure Rollback(const ProgramName: String; procedure 5847 Rollback(ProgramName, MIN_TOKEN_INDEX); 6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer); procedure 6128 Rollback(DEFAULT_PROGRAM_NAME, InstructionIndex); 6131 procedure TTokenRewriteStream.Rollback(const ProgramName: String; procedure
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | handlers.py | 271 raise db.Rollback() 754 raise db.Rollback()
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 635 info.dependencies()->Rollback(); // Properly cleanup compilation info. in TestGeneralizeRepresentation() 996 info.dependencies()->Rollback(); // Properly cleanup compilation info. in TestReconfigureDataFieldAttribute_GeneralizeRepresentation() 1085 info.dependencies()->Rollback(); // Properly cleanup compilation info. in TestReconfigureDataFieldAttribute_GeneralizeRepresentationTrivial()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 101 /** Rollback the instruction stream for a program so that
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTokenRewriteStream.m | 250 /** Rollback the instruction stream for a program so that
|
/external/v8/ |
D | ChangeLog | 6626 Rollback to r22134.
|