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

12

/external/selinux/libselinux/utils/
H A Dtogglesebool.c11 /* 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/
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/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dtransaction.py48 trans.rollback()
98 conn.rollback()
100 # TODO: check if rollback has already happened
/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...]
H A Dxmlregexp.c322 * A stack of rollback states
2766 * from a state since there is no need to set-up rollback
3151 printf("rollback failed on empty stack\n");
3220 * If end of input on non-terminal state, rollback, however we may
3237 goto rollback;
3240 goto rollback;
3285 * before potentially saving and rollback
3349 * possible, rollback
3354 goto rollback;
3441 rollback
[all...]
/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/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/libselinux/src/
H A Dbooleans.c235 static void rollback(SELboolean * boollist, int end) function
252 rollback(boollist, i);
/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.c489 static void rollback(SELboolean * boollist, int end) function
506 rollback(boollist, i);
/external/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h649 * non-incremental transliteration, and rollback. All transliteration
650 * public API methods eventually call this method with a rollback argument
651 * of TRUE. Other entities may call this method but rollback should be
658 * <p>In incremental mode, if rollback is TRUE, perform a special
669 * @param rollback if TRUE and if incremental is TRUE, then perform special
677 UBool rollback) const;
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1606 /// can be undone (rollback) until commit is called.
1941 void rollback(ConstRestorationPt Point);
1945 /// \name API for IR modification with state keeping to support rollback.
2034 void TypePromotionTransaction::rollback( function in class:__anon10409::TypePromotionTransaction
2659 TPT.rollback(LastKnownGood);
2669 TPT.rollback(LastKnownGood);
2822 DEBUG(dbgs() << "Sign extension does not pay off: rollback\n");
2823 TPT.rollback(LastKnownGood);
2838 // Start a transaction at this point that we will rollback if the matching
2880 TPT.rollback(LastKnownGoo
[all...]
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp428 UBool rollback) const {
431 if (filter == 0 && !rollback) {
510 // Implement rollback. To understand the need for rollback,
538 if (rollback && isIncrementalRun) {
544 // Make a rollback copy at the end of the string
551 // advanced past rollback text that corresponds to committed
600 // Copy the rollback text back
635 // Delete the rollback copy
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java773 * non-incremental transliteration, and rollback. All transliteration
774 * public API methods eventually call this method with a rollback argument
775 * of TRUE. Other entities may call this method but rollback should be
782 * <p>In incremental mode, if rollback is TRUE, perform a special
793 * @param rollback if TRUE and if incremental is TRUE, then perform special
801 boolean rollback) {
804 if (filter == null && !rollback) {
887 // Implement rollback. To understand the need for rollback,
915 if (rollback
798 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) argument
[all...]
/external/robolectric/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 ...
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DJDBCSessionIdManager.java952 connection.rollback();

Completed in 1618 milliseconds

12