Home
last modified time | relevance | path

Searched refs:Rollback (Results 1 – 16 of 16) sorted by relevance

/external/chromium/app/sql/
Dtransaction_unittest.cc59 TEST_F(SQLTransactionTest, Rollback) { in TEST_F() argument
80 t2.Rollback(); in TEST_F()
118 inner2.Rollback(); in TEST_F()
Dtransaction.h37 void Rollback();
Dtransaction.cc31 void Transaction::Rollback() { in Rollback() function in sql::Transaction
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs207 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/
DTokenRewriteStream.cs233 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/
Dsqlite_utils.cc172 Rollback(); in ~SQLTransaction()
215 Rollback(); in ~SQLNestedTransaction()
Dsqlite_utils.h85 int Rollback() { in Rollback() function
/external/chromium/chrome/browser/sync/syncable/
Ddirectory_backing_store.cc501 transaction.Rollback(); in InitializeTables()
516 transaction.Rollback(); in InitializeTables()
529 transaction.Rollback(); in InitializeTables()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1273 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/
Ddescriptor.cc322 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/
DTokenRewriteStream.as101 /** Rollback the instruction stream for a program so that
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m250 /** Rollback the instruction stream for a program so that
/external/stlport/etc/
DChangeLog-5.1698 * 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/
DChangeLog-2006-05-107410 * css/CSSGrammar.y: Rollback the properties added by parseValue() when it returns false.
DChangeLog-2010-05-2452024 Rollback r54387, it doesn't fix builds and Chromium doesn't want this behavior.
DChangeLog-2010-01-2972386 Rollback r47157 as this broke debug tests of Chromium Linux.