Searched refs:rollback (Results 1 - 25 of 59) 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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_split_tmp.h64 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;
/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.c480 static void rollback(SELboolean * boollist, int end) function
497 rollback(boollist, i);
/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.py213 def rollback(self): member in class:db_sql
215 self.con.rollback()
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterator.java756 * non-incremental transliteration, and rollback. All transliteration
757 * public API methods eventually call this method with a rollback argument
758 * of TRUE. Other entities may call this method but rollback should be
765 * <p>In incremental mode, if rollback is TRUE, perform a special
776 * @param rollback if TRUE and if incremental is TRUE, then perform special
784 boolean rollback) {
787 if (filter == null && !rollback) {
870 // Implement rollback. To understand the need for rollback,
898 if (rollback
781 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp430 UBool rollback) const {
433 if (filter == 0 && !rollback) {
512 // Implement rollback. To understand the need for rollback,
540 if (rollback && isIncrementalRun) {
546 // Make a rollback copy at the end of the string
553 // advanced past rollback text that corresponds to committed
602 // Copy the rollback text back
637 // Delete the rollback copy
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java779 * non-incremental transliteration, and rollback. All transliteration
780 * public API methods eventually call this method with a rollback argument
781 * of TRUE. Other entities may call this method but rollback should be
788 * <p>In incremental mode, if rollback is TRUE, perform a special
799 * @param rollback if TRUE and if incremental is TRUE, then perform special
807 boolean rollback) {
810 if (filter == null && !rollback) {
893 // Implement rollback. To understand the need for rollback,
921 if (rollback
804 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) argument
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2144 /// can be undone (rollback) until commit is called.
2479 void rollback(ConstRestorationPt Point);
2483 /// \name API for IR modification with state keeping to support rollback.
2572 void TypePromotionTransaction::rollback( function in class:__anon12533::TypePromotionTransaction
3203 TPT.rollback(LastKnownGood);
3213 TPT.rollback(LastKnownGood);
3366 DEBUG(dbgs() << "Sign extension does not pay off: rollback\n");
3367 TPT.rollback(LastKnownGood);
3382 // Start a transaction at this point that we will rollback if the matching
3424 TPT.rollback(LastKnownGoo
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteDatabase.java312 connection.rollback();
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py1094 def rollback(self, *args): member in class:TokenRewriteStream
1119 self.rollback(programName, self.MIN_TOKEN_INDEX)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 768 milliseconds

123