Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/external/chromium_org/third_party/sqlite/src/test/
Dconflict.test13 # This file implements tests for the conflict resolution extension
16 # $Id: conflict.test,v 1.32 2009/04/30 09:10:38 danielk1977 Exp $
21 ifcapable !conflict {
28 do_test conflict-1.0 {
54 do_test conflict-1.$i {
74 do_test conflict-2.0 {
101 do_test conflict-2.$i {
119 do_test conflict-3.0 {
146 do_test conflict-3.$i {
162 do_test conflict-4.0 {
[all …]
Dmemdb.test157 # conf The conflict resolution algorithm on the BEGIN statement
173 # All tests after test 1 depend on conflict resolution. So end the
175 ifcapable !conflict {if {$i>1} break}
212 # conf1 The conflict resolution algorithm on the UNIQUE constraint
213 # conf2 The conflict resolution algorithm on the BEGIN statement
237 # All tests after test 1 depend on conflict resolution. So end the
239 ifcapable !conflict {
336 ifcapable conflict {
Drollback.test34 ifcapable conflict {
37 CREATE TABLE t3(a unique on conflict rollback);
49 ifcapable conflict {
Dnull.test196 ifcapable conflict {
199 create table t2(a, b unique on conflict ignore);
209 create table t3(a, b, c, unique(b,c) on conflict ignore);
/external/bison/src/
DInadequacyList.c39 result->inadequacy.conflict.token = token; in InadequacyList__new_conflict()
40 result->inadequacy.conflict.actions = actions; in InadequacyList__new_conflict()
51 bitset_free (node->inadequacy.conflict.actions); in InadequacyList__delete()
59 if (!bitset_test (self->inadequacy.conflict.actions, in InadequacyList__getShiftContributionIndex()
70 return self->inadequacy.conflict.token; in InadequacyList__getContributionToken()
Dfiles.c349 bool conflict = false; in output_file_name_check() local
354 conflict = true; in output_file_name_check()
364 conflict = true; in output_file_name_check()
367 if (conflict) in output_file_name_check()
DAnnotationList.c593 rulei = bitset_first (a->inadequacyNode->inadequacy.conflict.actions); in AnnotationList__debug()
615 bitset_next (a->inadequacyNode->inadequacy.conflict.actions, in AnnotationList__debug()
701 token = self->inadequacyNode->inadequacy.conflict.token; in AnnotationList__computeDominantContribution()
722 .conflict.actions); in AnnotationList__computeDominantContribution()
725 .conflict.actions, actioni+1)) in AnnotationList__computeDominantContribution()
DInadequacyList.h81 Conflict conflict; member
/external/clang/test/Lexer/
Dconflict-marker.c23 >>>> ORIGINAL conflict-marker.c#6
25 ==== THEIRS conflict-marker.c#7
27 ==== YOURS conflict-marker.c
/external/clang/test/SemaCXX/
Denable_if.cpp16 …void conflict(int n) __attribute__((enable_if(n+n == 10, "chosen when 'n' is five"))); // expecte…
17 …void conflict(int n) __attribute__((enable_if(n*2 == 10, "chosen when 'n' is five"))); // expecte…
67 x.conflict(5); // expected-error{{call to member function 'conflict' is ambiguous}} in test()
/external/icu/icu4c/source/test/cintltst/
Dudatpg_test.c242 UDateTimePatternConflict conflict; in TestBuilder() local
265 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder()
272 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder()
274 if(conflict == UDATPG_NO_CONFLICT) { in TestBuilder()
289 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20, in TestBuilder()
291 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) { in TestBuilder()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dudatpg_test.c242 UDateTimePatternConflict conflict; in TestBuilder() local
265 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder()
272 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder()
274 if(conflict == UDATPG_NO_CONFLICT) { in TestBuilder()
289 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20, in TestBuilder()
291 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) { in TestBuilder()
/external/owasp/sanitizer/tools/
Dupdate_tree_in_svn.py41 conflict = False
90 def cnf(src, dst): conflict = True
121 if conflict:
/external/openssl/crypto/engine/
Deng_list.c98 int conflict = 0; in engine_list_add() local
108 while(iterator && !conflict) in engine_list_add()
110 conflict = (strcmp(iterator->id, e->id) == 0); in engine_list_add()
113 if(conflict) in engine_list_add()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb145 if conflict = @grammars[ name ] and conflict.source != grammar.source
/external/clang/test/Modules/Inputs/Conflicts/
Dmodule.map4 conflict B, "we just don't like B"
/external/smack/src/org/jivesoftware/smack/packet/
DXMPPError.java319 public static final Condition conflict = new Condition("conflict"); field in XMPPError.Condition
378 instances.put(Condition.conflict, new XMPPError.ErrorSpecification( in errorSpecifications()
379 Condition.conflict, Type.CANCEL, 409)); in errorSpecifications()
/external/llvm/test/Analysis/BasicAA/
D2003-04-22-GEPProblem.ll3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
/external/chromium_org/chrome/common/extensions/api/
Dsync_file_system.idl155 // Sets the default conflict resolution policy
158 // When conflict resolution policy is set to <code>'last_write_win'</code>
167 // Gets the current conflict resolution policy.
180 // the service's conflict resolution policy is set to <code>'manual'</code>.
/external/llvm/test/Linker/
D2003-05-31-LinkerRename.ll5 ; does not conflict.
/external/llvm/test/CodeGen/X86/
Dframe-base.ll3 ; The issue here was a conflict between forming a %rip-relative lea and a
/external/llvm/test/TableGen/
Ddefmclass.td48 // These multiclasses shouldn't conflict.
/external/qemu/distrib/jpeg-6b/
Djconfig.vc19 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
/external/jpeg/
Djconfig.vc19 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
/external/chromium_org/crypto/third_party/nss/
DREADME.chromium14 conflict with the same-named types defined in "base/basictypes.h".

12345678910>>...12