Searched refs:rollback (Results 1 - 25 of 55) sorted by relevance

123

/external/selinux/libselinux/utils/
H A Dtogglesebool.c11 /* Attempt to rollback the transaction. No need to check error
13 static __attribute__ ((__noreturn__)) void rollback(int argc, char **argv) function
50 rollback(i, argv);
60 rollback(i, argv);
70 rollback(i, argv);
/external/python/cpython2/Lib/sqlite3/test/
H A Dpy25tests.py31 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?"""
H A Dregression.py52 # reset before a rollback, but only those that are still in the
63 con.rollback()
91 con.execute("create table foo(x, unique(x) on conflict rollback)")
200 the connection object, too. (fetch-across-rollback problem)
215 con.rollback()
H A Ddbapi.py109 self.cx.rollback()
113 A rollback should also work when no changes were made to the database.
115 self.cx.rollback()
116 self.cx.rollback()
529 con.rollback()
760 con.rollback()
H A Dtransactions.py148 # NO self.con2.rollback() HERE!!!
154 when a rollback is done on the connection.
162 con.rollback()
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_split_tmp.h63 const unsigned rollback = first - incr; local
69 * seg_start = N * (seg_max - rollback) = N' * incr,
103 seg_start += seg_max - rollback;
125 seg_start += seg_max - rollback;
148 seg_start += seg_max - rollback;
/external/autotest/server/cros/faft/
H A Dcr50_test.py141 raise error.TestFail('Unexpected rollback behavior: %srollback '
145 'rollback' if expect_rollback else 'update')
164 def cr50_update(self, path, rollback=False, erase_nvmem=False,
168 If rollback is True, we assume that cr50 is already running an image
169 that can rollback.
173 rollback: True if we need to force cr50 to rollback to update to
175 erase_nvmem: True if we need to erase nvmem during rollback
176 expect_rollback: True if cr50 should rollback on its own
189 if erase_nvmem and rollback
[all...]
/external/autotest/server/site_tests/firmware_Cr50Update/
H A Dfirmware_Cr50Update.py114 # If a rollback is needed, update to the dev image so it can
115 # rollback to the original image.
117 logging.info("Updating to dev image to enable rollback")
122 self.cr50_update(original_path, rollback=True)
155 Normal updates will use the cr50-update script to update. If a rollback
157 commands to force a rollback.
176 # to do a rollback to complete the update.
177 rollback = (cr50_utils.GetNewestVersion(running_ver[1], image_rw) !=
180 "rollback" if rollback els
[all...]
/external/libxml2/
H A Dpattern.c513 goto rollback;
521 goto rollback;
524 goto rollback;
528 goto rollback;
530 goto rollback;
535 goto rollback;
538 goto rollback;
540 goto rollback;
552 goto rollback;
567 goto rollback;
[all...]
/external/webrtc/webrtc/base/
H A Ddiskcache.h94 // rollback semantics
99 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false)
100 : cache_(cache), id_(id), rollback_(rollback)
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java155 public void rollback() throws SQLException { method in class:TestHelper_Connection1
158 public void rollback(Savepoint savepoint) throws SQLException { method in class:TestHelper_Connection1
/external/guice/extensions/persist/lib/
H A Djta.jar ... .IllegalStateException javax.transaction.SystemException public abstract void rollback () throws java.lang.IllegalStateException javax.transaction. ...
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaLocalTxnInterceptor.java73 //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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenRewriteStream.h128 - (void) rollback:(NSInteger)instructionIndex;
129 - (void) rollback:(NSString *)programName Index:(NSInteger)anInstructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTokenRewriteStream.h128 - (void) rollback:(NSInteger)instructionIndex;
129 - (void) rollback:(NSString *)programName Index:(NSInteger)anInstructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTokenRewriteStream.h128 - (void) rollback:(NSInteger)instructionIndex;
129 - (void) rollback:(NSString *)programName Index:(NSInteger)anInstructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTokenRewriteStream.h128 - (void) rollback:(NSInteger)instructionIndex;
129 - (void) rollback:(NSString *)programName Index:(NSInteger)anInstructionIndex;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java215 rollback();
306 public void rollback() throws SQLException { method in class:JDBCConnection
413 public void rollback(Savepoint x) throws SQLException { method in class:JDBCConnection
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java187 public void rollback(int instructionIndex) { method in class:TokenRewriteStream
188 rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
195 public void rollback(String programName, int instructionIndex) { method in class:TokenRewriteStream
208 rollback(programName, MIN_TOKEN_INDEX);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js150 rollback: function() {
170 this.rollback(programName, trs.MIN_TOKEN_INDEX);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void { function
114 rollback(MIN_TOKEN_INDEX, programName);
/external/selinux/libselinux/src/
H A Dbooleans.c492 static void rollback(SELboolean * boollist, int end) function
509 rollback(boollist, i);
/external/autotest/server/cros/servo/
H A Dchrome_cr50.py131 def rollback(self, eraseflashinfo=True): member in class:ChromeCr50
132 """Set the reset counter high enough to force a rollback then reboot"""
137 # Increase the reset count to above the rollback threshold
148 raise error.TestError("Failed to rollback to inactive image")
/external/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h651 * non-incremental transliteration, and rollback. All transliteration
652 * public API methods eventually call this method with a rollback argument
653 * of TRUE. Other entities may call this method but rollback should be
660 * <p>In incremental mode, if rollback is TRUE, perform a special
671 * @param rollback if TRUE and if incremental is TRUE, then perform special
679 UBool rollback) const;
/external/autotest/tko/
H A Ddb.py207 def rollback(self): member in class:db_sql
209 self.con.rollback()

Completed in 750 milliseconds

123