Home
last modified time | relevance | path

Searched refs:CONFLICT (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/tool/
Dmkkeywordhash.c86 # define CONFLICT 0 macro
88 # define CONFLICT 0x00000080 macro
146 { "ABORT", "TK_ABORT", CONFLICT|TRIGGER },
169 { "CONFLICT", "TK_CONFLICT", CONFLICT },
193 { "FAIL", "TK_FAIL", CONFLICT|TRIGGER },
202 { "IGNORE", "TK_IGNORE", CONFLICT|TRIGGER },
242 { "REPLACE", "TK_REPLACE", CONFLICT },
/external/chromium_org/third_party/sqlite/src/test/
Dtkt-4a03edc4c8.test23 a INTEGER PRIMARY KEY ON CONFLICT REPLACE,
24 b UNIQUE ON CONFLICT FAIL
Dconflict.test193 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
247 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
318 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
461 a INTEGER UNIQUE ON CONFLICT IGNORE,
462 b INTEGER UNIQUE ON CONFLICT FAIL,
463 c INTEGER UNIQUE ON CONFLICT REPLACE,
464 d INTEGER UNIQUE ON CONFLICT ABORT,
465 e INTEGER UNIQUE ON CONFLICT ROLLBACK
De_createtable.test142 1.3 "CREATE TABLE t1(c1, c2, PRIMARY KEY(c1, c2) ON CONFLICT IGNORE)" {}
146 2.3 "CREATE TABLE t1(c1, c2, UNIQUE(c1, c2) ON CONFLICT IGNORE)" {}
1501 CREATE TABLE t1_ab(a PRIMARY KEY ON CONFLICT ABORT, b);
1502 CREATE TABLE t1_ro(a PRIMARY KEY ON CONFLICT ROLLBACK, b);
1503 CREATE TABLE t1_ig(a PRIMARY KEY ON CONFLICT IGNORE, b);
1504 CREATE TABLE t1_fa(a PRIMARY KEY ON CONFLICT FAIL, b);
1505 CREATE TABLE t1_re(a PRIMARY KEY ON CONFLICT REPLACE, b);
1516 CREATE TABLE t2_ab(a, b NOT NULL ON CONFLICT ABORT);
1517 CREATE TABLE t2_ro(a, b NOT NULL ON CONFLICT ROLLBACK);
1518 CREATE TABLE t2_ig(a, b NOT NULL ON CONFLICT IGNORE);
[all …]
Dmemdb.test178 if {$conf!=""} {set conf "ON CONFLICT $conf"}
245 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
246 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
Dindex.test654 # implemented by a single indice, the correct ON CONFLICT policy applies.
659 CREATE TABLE t8(a UNIQUE PRIMARY KEY ON CONFLICT ROLLBACK);
691 a PRIMARY KEY ON CONFLICT FAIL,
692 UNIQUE(a) ON CONFLICT IGNORE
695 } {1 {conflicting ON CONFLICT clauses specified}}
Dnotnull.test30 c NOT NULL ON CONFLICT REPLACE DEFAULT 6,
31 d NOT NULL ON CONFLICT IGNORE DEFAULT 7,
32 e NOT NULL ON CONFLICT ABORT DEFAULT 8
Drollback.test13 # caused by an ON CONFLICT ROLLBACK clause aborts any other pending
Dtrigger2.test43 # 6. ON CONFLICT clause handling
482 # Handling of ON CONFLICT by INSERT statements inside triggers
535 # Handling of ON CONFLICT by UPDATE statements inside triggers
/external/chromium/chrome/browser/sync/engine/
Dupdate_applicator.cc74 case CONFLICT: in AttemptOneApplication()
125 update_progress->AddAppliedUpdate(CONFLICT, *i); in SaveProgressIntoSessionState()
Dsyncer_util.cc258 return CONFLICT; in AttemptToUpdateEntry()
270 return CONFLICT; in AttemptToUpdateEntry()
276 return CONFLICT; in AttemptToUpdateEntry()
286 return CONFLICT; in AttemptToUpdateEntry()
321 return CONFLICT; in AttemptToUpdateEntry()
339 return CONFLICT; in AttemptToUpdateEntry()
345 return CONFLICT; in AttemptToUpdateEntry()
Dsyncer_types.h35 CONFLICT, enumerator
Dprocess_commit_response_command.cc151 case CommitResponse::CONFLICT: in ProcessCommitResponse()
240 if (CommitResponse::CONFLICT == response) { in ProcessSingleCommitResponse()
Dall_status.cc88 status_.summary = sync_api::SyncManager::Status::CONFLICT; in CalcStatusChanges()
Dsyncapi.h674 CONFLICT, enumerator
/external/chromium_org/net/http/
Dhttp_status_code_list.h50 HTTP_STATUS(CONFLICT, 409, "Conflict")
/external/clang/test/Modules/
Dignored_macros.m12 // RUN: FileCheck -check-prefix=CHECK-CONFLICT %s < %t.err
13 // CHECK-CONFLICT: module 'ignored_macros' found in both
/external/chromium_org/sync/engine/
Dsync_directory_commit_contribution.cc83 case sync_pb::CommitResponse::CONFLICT: in ProcessCommitResponse()
Dcommit_util.cc395 if (sync_pb::CommitResponse::CONFLICT == response) { in ProcessSingleCommitResponse()
/external/chromium/chrome/browser/sync/sessions/
Dstatus_controller_unittest.cc160 status.mutable_update_progress()->AddAppliedUpdate(CONFLICT, in TEST_F()
Dsession_state.cc338 if (it->first == CONFLICT) { in HasConflictingUpdates()
/external/chromium_org/sync/protocol/
Dproto_enum_conversions.cc127 ENUM_CASE(sync_pb::CommitResponse, CONFLICT); in GetResponseTypeString()
/external/chromium/net/tools/testserver/
Dchromiumsync.py792 reply.response_type = sync_pb2.CommitResponse.CONFLICT
/external/chromium_org/sync/test/engine/
Dmock_connection_manager.cc595 er->set_response_type(CommitResponse::CONFLICT); in ProcessCommit()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto94 // a result code of CONFLICT. In a GetUpdatesResponse, |version| is
418 CONFLICT = 2; // You're out of date; update and check your data enumerator

12