HomeSort by relevance Sort by last modified time
    Searched full:rollback (Results 251 - 275 of 437) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/sqlite/src/test/
temptrigger.test 84 execsql { BEGIN; CREATE TABLE t3(a, b); ROLLBACK; } db2
walnoshm.test 71 # and convert it to rollback mode if it is set to use
incrblob.test 476 # At this point rollback should be illegal (because
482 ROLLBACK;
484 } {1 {cannot rollback transaction - SQL statements in progress}}
pragma.test 862 # Now check that a ROLLBACK resets the user-version if it has been modified
883 ROLLBACK;
1238 ROLLBACK;
    [all...]
wal3.test 32 # When a rollback or savepoint rollback occurs, the client may remove
75 ROLLBACK;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 124 conn.db.exec("ROLLBACK", null);
  /external/openssl/crypto/rsa/
rsa_err.c 183 {ERR_REASON(RSA_R_SSLV3_ROLLBACK_ATTACK) ,"sslv3 rollback attack"},
  /libcore/luni/src/main/java/java/sql/
Connection.java 114 * {@code rollback} of the associated transaction. All locks in the database
627 public void rollback() throws SQLException; method in interface:Connection
638 public void rollback(Savepoint savepoint) throws SQLException; method in interface:Connection
647 * explicit calls to either the {@link #commit()} or {@link #rollback()}
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 101 /** Rollback the instruction stream for a program so that
105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void { function
114 rollback(MIN_TOKEN_INDEX, programName);
  /external/chromium/app/sql/
connection.h 189 // Begin() fails, you must not call Commit or Rollback().
329 // Executes a rollback statement, ignoring all transaction state. Used
375 // a rollback instead of a commit.
  /external/chromium/chrome/common/
sqlite_utils.h 53 // goes out of scope if the caller has not already called Commit or Rollback.
85 int Rollback() {
86 return EndCommand("ROLLBACK");
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 364 transaction.rollback();
371 transaction.rollback();
383 transaction.rollback();
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 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...]
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 424 * This is used to decide what to do in case of rollback.
659 log("Needs to rollback."
687 Log.i(LOG_TAG, "Requested to rollback Fwd changes.");
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeaux.c     [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 318 * A stack of rollback states
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 649 * 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;
    [all...]
  /external/libxml2/
xmlregexp.c 318 * A stack of rollback states
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 501 transaction.Rollback();
516 transaction.Rollback();
529 transaction.Rollback();
    [all...]
  /external/chromium_org/third_party/icu/source/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
  /external/icu4c/i18n/
nfrs.cpp 470 // rollback rule (see shouldRollBack()'s documentation for
471 // an explanation of the rollback rule). If we do, roll back
475 if (hi == 1) { // bad rule set, no prior rule to rollback to from this base
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 338 mConnection.execute("ROLLBACK;", null, cancellationSignal); // might throw
439 mConnection.execute("ROLLBACK;", null, cancellationSignal); // might throw
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 453 /* Forget all def info (because we might rollback here. Bug #2367397 */
  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 416 /* Forget all def info (because we might rollback here. Bug #2367397 */

Completed in 1893 milliseconds

<<1112131415161718