HomeSort by relevance Sort by last modified time
    Searched full:rollback (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 501 transaction.Rollback();
516 transaction.Rollback();
529 transaction.Rollback();
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 445 // rollback rule (see shouldRollBack()'s documentation for
446 // an explanation of the rollback rule). If we do, roll back
450 if (hi == 1) { // bad rule set, no prior rule to rollback to from this base
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 426 /* Forget all def info (because we might rollback here. Bug #2367397 */
  /external/libvpx/examples/includes/geshi/geshi/
plsql.php 59 'SAVEPOINT', 'ROWTYPE', 'ROWNUM', 'ROWID', 'ROW', 'ROLLBACK',
tsql.php 77 'REPLICATION', 'RESTORE', 'RESTRICT', 'RESULT', 'RETURN', 'RETURNS', 'REVOKE', 'RIGHT', 'ROLE', 'ROLLBACK', 'ROLLUP', 'ROUTINE', 'ROW',
abap.php 200 'rollback work',
485 'on rollback',
    [all...]
mysql.php 96 'ROLLBACK','ROUTINE','RTREE','SAVEPOINT','SELECT',
visualfoxpro.php 146 'Rlock','Rmdir','Rollback','Round','Rtod','Rtrim',
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 78 * When a constraint violation occurs, an immediate ROLLBACK occurs,
87 * When a constraint violation occurs,no ROLLBACK is executed
130 {"", " OR ROLLBACK ", " OR ABORT ", " OR FAIL ", " OR IGNORE ", " OR REPLACE "};
235 /** the last non-commit/rollback sql statement in a transaction */
671 execSQL("ROLLBACK;");
733 execSQL("ROLLBACK;");
739 Log.d(TAG, "exception during rollback, maybe the DB previously "
740 + "performed an auto-rollback");
792 Log.i(TAG, "found execSQL('commit or end or rollback')");
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 171 conn.rollback();
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 240 // Before this point, don't do any mutation. After this point, rollback the transaction in case of error.
IDBSQLiteBackingStore.cpp 1005 virtual void rollback() { m_transaction.rollback(); } function in class:WebCore::__anon13449::TransactionImpl
    [all...]
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 142 // We do quite a bit of limiting to prevent a clock rollback from totally
  /external/libnfc-nxp/src/
phHal4Nfc_Reader.c 173 /*Rollback state*/
    [all...]
  /external/sqlite/dist/
sqlite3.c 230 ** compiled with the default page-size limit will not be able to rollback
    [all...]
sqlite3.c.orig 226 ** compiled with the default page-size limit will not be able to rollback
    [all...]
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 688 ** that does not care about crash recovery or rollback might make
    [all...]
  /external/openssl/include/openssl/
ssl.h 569 * forbidden to prevent version rollback attacks. */
    [all...]
  /external/openssl/ssl/
ssl.h 569 * forbidden to prevent version rollback attacks. */
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp     [all...]
  /external/openssl/crypto/engine/
eng_dyn.c 535 * rollback, and trying to do so allows the
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 115 // The trace has been destroyed by some other thread. Rollback.
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 738 journal.rollback();
    [all...]

Completed in 926 milliseconds

1 23 4 5