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

1 2

  /external/webkit/WebCore/platform/sql/
SQLiteTransaction.h 43 void rollback();
SQLiteTransaction.cpp 43 rollback();
74 void SQLiteTransaction::rollback() function in class:WebCore::SQLiteTransaction
76 // We do not use the 'm_inProgress = m_db.executeCommand("ROLLBACK")' construct here,
77 // because m_inProgress should always be set to false after a ROLLBACK, and
78 // m_db.executeCommand("ROLLBACK") can sometimes harmlessly fail, thus returning
82 m_db.executeCommand("ROLLBACK");
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 60 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
100 public void rollback() { method in class:JournaledFile
  /dalvik/libcore/sql/src/main/java/java/sql/
Connection.java 113 * {@code rollback} of the associated transaction. All locks in the database
626 public void rollback() throws SQLException; method in interface:Connection
637 public void rollback(Savepoint savepoint) throws SQLException; method in interface:Connection
646 * explicit calls to either the {@link #commit()} or {@link #rollback()}
    [all...]
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 148 public void rollback() throws SQLException { method in class:TestHelper_Connection1
151 public void rollback(Savepoint savepoint) throws SQLException { method in class:TestHelper_Connection1
  /external/libxml2/
pattern.c 509 goto rollback;
517 goto rollback;
520 goto rollback;
524 goto rollback;
526 goto rollback;
531 goto rollback;
534 goto rollback;
536 goto rollback;
548 goto rollback;
563 goto rollback;
    [all...]
xmlregexp.c 314 * A stack of rollback states
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 382 goto rollback;
389 goto rollback;
397 goto rollback;
404 goto rollback;
411 goto rollback;
418 goto rollback;
429 rollback:
431 sqlite3_exec(handle, "ROLLBACK TRANSACTION", NULL, NULL, NULL);
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCConnection.java 178 rollback(); method
260 public void rollback() throws SQLException { method in class:JDBCConnection
268 db.exec("ROLLBACK", null);
278 db.exec("ROLLBACK", null);
349 public void rollback(Savepoint x) throws SQLException { method in class:JDBCConnection
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
AbstractSqlTest.java 202 * - rollback data from connection one
219 firstStmt.getConnection().rollback();
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
AbstractJDBCDriverTest.java 173 * Tests if an update followed by a select works. After that a rollback will
174 * be made and again a select should show that the rollback worked.
175 * @param firstStmt the statement to use for the update and the rollback
176 * @param secondStmt the statement to use for checking if the rollback worked as intended.
189 firstStmt.getConnection().rollback();
  /external/icu4c/i18n/unicode/
translit.h 648 * non-incremental transliteration, and rollback. All transliteration
649 * public API methods eventually call this method with a rollback argument
650 * of TRUE. Other entities may call this method but rollback should be
657 * <p>In incremental mode, if rollback is TRUE, perform a special
668 * @param rollback if TRUE and if incremental is TRUE, then perform special
676 UBool rollback) const;
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
ConnectionTest.java     [all...]
ResultSetTest.java 301 conn.rollback();
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 527 // Transaction Step 12 - Rollback the transaction.
557 // Transaction Step 12 - Rollback the transaction.
558 m_sqliteTransaction->rollback();
  /external/icu4c/i18n/
translit.cpp 428 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
601 // Copy the rollback text back
636 // Delete the rollback copy
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 379 journal.rollback();
    [all...]
WallpaperManagerService.java 664 journal.rollback();
    [all...]
PackageManagerService.java     [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1191 milliseconds

1 2