/external/chromium/app/sql/ |
D | transaction_unittest.cc | 59 TEST_F(SQLTransactionTest, Rollback) { in TEST_F() argument 80 t2.Rollback(); in TEST_F() 118 inner2.Rollback(); in TEST_F()
|
D | transaction.h | 37 void Rollback();
|
D | transaction.cc | 31 void Transaction::Rollback() { in Rollback() function in sql::Transaction
|
/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/chromium/chrome/common/ |
D | sqlite_utils.cc | 172 Rollback(); in ~SQLTransaction() 215 Rollback(); in ~SQLNestedTransaction()
|
D | sqlite_utils.h | 85 int Rollback() { in Rollback() function
|
/external/chromium/chrome/browser/sync/syncable/ |
D | directory_backing_store.cc | 501 transaction.Rollback(); in InitializeTables() 516 transaction.Rollback(); in InitializeTables() 529 transaction.Rollback(); in InitializeTables()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1273 procedure Rollback(const InstructionIndex: Integer); overload; 1279 procedure Rollback(const ProgramName: String; 2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual; 2667 procedure Rollback(const ProgramName: String; 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/protobuf/src/google/protobuf/ |
D | descriptor.cc | 322 void Rollback(); 513 void DescriptorPool::Tables::Rollback() { in Rollback() function in google::protobuf::DescriptorPool::Tables 2771 tables_->Rollback(); in BuildFile() 2853 tables_->Rollback(); in BuildFile()
|
/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/stlport/etc/ |
D | ChangeLog-5.1 | 698 * stlport/stl/_hash_fun.h: Rollback 2006-08-26 Petr modification that 865 * stlport/stl/_num_put.c: Rollback modif above, according C printf doc 6249 * Rollback include schema: code is broken.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 7410 * css/CSSGrammar.y: Rollback the properties added by parseValue() when it returns false.
|
D | ChangeLog-2010-05-24 | 52024 Rollback r54387, it doesn't fix builds and Chromium doesn't want this behavior.
|
D | ChangeLog-2010-01-29 | 72386 Rollback r47157 as this broke debug tests of Chromium Linux.
|