HomeSort by relevance Sort by last modified time
    Searched defs:rollback (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/selinux/libselinux/utils/
togglesebool.c 11 /* Attempt to rollback the transaction. No need to check error
13 static void rollback(int argc, char **argv) function
50 rollback(i, argv);
60 rollback(i, argv);
70 rollback(i, argv);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_split_tmp.h 64 const unsigned rollback = first - incr; local
70 * seg_start = N * (seg_max - rollback) = N' * incr,
104 seg_start += seg_max - rollback;
126 seg_start += seg_max - rollback;
149 seg_start += seg_max - rollback;
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
py25tests.py 31 def rollback(self): member in class:MyConnection
34 sqlite.Connection.rollback(self)
55 self.con.rollback()
60 """Is a rollback called in the context manager?"""
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
py25tests.py 31 def rollback(self): member in class:MyConnection
34 sqlite.Connection.rollback(self)
55 self.con.rollback()
60 """Is a rollback called in the context manager?"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 31 def rollback(self): member in class:MyConnection
34 sqlite.Connection.rollback(self)
55 self.con.rollback()
60 """Is a rollback called in the context manager?"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 31 def rollback(self): member in class:MyConnection
34 sqlite.Connection.rollback(self)
55 self.con.rollback()
60 """Is a rollback called in the context manager?"""
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 69 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
109 public void rollback() { method in class:JournaledFile
  /external/libselinux/src/
booleans.c 235 static void rollback(SELboolean * boollist, int end) function
252 rollback(boollist, i);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 101 /** Rollback the instruction stream for a program so that
105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void { function
114 rollback(MIN_TOKEN_INDEX, programName);
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaLocalTxnInterceptor.java 73 //commit transaction only if rollback didnt occur
124 * Returns True if rollback DID NOT HAPPEN (i.e. if commit should continue).
127 * @param e The exception to test for rollback
134 //check rollback clauses
137 //if one matched, try to perform a rollback
141 //check ignore clauses (supercedes rollback clause)
143 //An exception to the rollback clause was found, DON'T rollback
151 //rollback only if nothing matched the ignore check
153 txn.rollback();
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 155 public void rollback() throws SQLException { method in class:TestHelper_Connection1
158 public void rollback(Savepoint savepoint) throws SQLException { method in class:TestHelper_Connection1
  /external/autotest/tko/
db.py 183 def rollback(self): member in class:db_sql
184 self.con.rollback()
  /external/guice/extensions/persist/lib/
jta.jar 
db4o-6.4.14.8131-java5.jar 
  /external/selinux/libselinux/src/
booleans.c 489 static void rollback(SELboolean * boollist, int end) function
506 rollback(boollist, i);
  /libcore/ojluni/src/main/java/java/sql/
Connection.java 194 * the method <code>commit</code> or the method <code>rollback</code>.
239 * commit/rollback permanent and releases any database locks
264 void rollback() throws SQLException; method in interface:Connection
760 void rollback(Savepoint savepoint) throws SQLException; method in interface:Connection
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 187 public void rollback(int instructionIndex) { method in class:TokenRewriteStream
188 rollback(DEFAULT_PROGRAM_NAME, instructionIndex); method
191 /** Rollback the instruction stream for a program so that
195 public void rollback(String programName, int instructionIndex) { method in class:TokenRewriteStream
208 rollback(programName, MIN_TOKEN_INDEX); method
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 1094 def rollback(self, *args): member in class:TokenRewriteStream
1096 Rollback the instruction stream for a program so that
1119 self.rollback(programName, self.MIN_TOKEN_INDEX)
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 215 rollback(); method
306 public void rollback() throws SQLException { method in class:JDBCConnection
314 db.exec("ROLLBACK", null);
324 db.exec("ROLLBACK", null);
413 public void rollback(Savepoint x) throws SQLException { method in class:JDBCConnection
  /external/jetty/src/java/org/eclipse/jetty/server/session/
JDBCSessionIdManager.java 952 connection.rollback();
954 catch (Exception x) { LOG.warn("Rollback of expired sessions failed", x);}
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java     [all...]
OldResultSetTest.java 171 conn.rollback();
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2514 void TypePromotionTransaction::rollback( function in class:__anon17274::TypePromotionTransaction
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 

Completed in 716 milliseconds

1 2 3 4 5