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

1 2 3 4

  /external/webkit/WebCore/platform/sql/
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");
SQLiteTransaction.h 43 void rollback();
  /libcore/luni/src/main/java/java/sql/
Savepoint.java 22 * by a rollback via the {@link Connection#rollback} command. Rolling back to a
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/
SOURCES 9 And rollback the following two androideabi related patches.
43 And rollback the following 3 patches.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/
SOURCES 9 And rollback the following two androideabi related patches.
43 And rollback the following 3 patches.
  /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
  /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...]
  /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);
  /libcore/sqlite-jdbc/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
  /libcore/luni/src/test/java/tests/sql/
ConnectionTest.java     [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomSQLTransactionCallback.cpp 74 // step (rollback transaction).
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 156 public void rollback() throws SQLException { method in class:TestHelper_Connection1
159 public void rollback(Savepoint savepoint) throws SQLException { method in class:TestHelper_Connection1
  /libcore/luni/src/test/java/tests/SQLite/
AbstractSqlTest.java 202 * - rollback data from connection one
219 firstStmt.getConnection().rollback();
  /external/chromium/third_party/icu/source/test/intltest/
itrbnfp.cpp 105 "11: << x", // formating a multiple of 10 causes rollback rule to fail
  /external/icu4c/test/intltest/
itrbnfp.cpp 105 "11: << x", // formating a multiple of 10 causes rollback rule to fail
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
SyncActivityTooManyDeletes.java 36 * were too many pending deletes. One option is to force the delete, another is to rollback
  /system/extras/tests/timetest/
timetest.c 105 fprintf(stderr,"%lld ROLLBACK\n", tnow);
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 203 // The rollback also moved the last-attempt clock back to the rollback time.
  /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/libnfc-nxp/src/
phHciNfc_Sequence.c 552 HCI_DEBUG(" HCI: Transition Before FSM Rollback --> %02u \n",
555 HCI_DEBUG(" HCI: Current State Before FSM Rollback --> %02u \n",
558 HCI_DEBUG(" HCI: Next State Before FSM Rollback --> %02u \n",
683 /* Rollback the FSM as the Poll/Emulation configuration Failed */
699 /* Rollback the FSM as the Poll Disable Failed */
728 /* Rollback the FSM as the Poll Failed */
742 /* Rollback the FSM as the Target Discovery Failed */
768 /* Rollback the FSM as the Transceive Failed */
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
genero.php 273 "ROLLBACK",
oracle11.php 391 'ROLLBACK',
oracle8.php 328 'ROLLBACK',
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.tcc 71 // Alloc any new word array first, so if it fails we have "rollback".
  /external/chromium/third_party/icu/source/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...]

Completed in 537 milliseconds

1 2 3 4