/external/chromium_org/third_party/sqlite/src/test/ |
D | conflict.test | 13 # 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 …]
|
D | memdb.test | 157 # 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 {
|
D | rollback.test | 34 ifcapable conflict { 37 CREATE TABLE t3(a unique on conflict rollback); 49 ifcapable conflict {
|
D | null.test | 196 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/ |
D | InadequacyList.c | 39 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()
|
D | files.c | 349 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()
|
D | AnnotationList.c | 593 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()
|
D | InadequacyList.h | 81 Conflict conflict; member
|
/external/clang/test/Lexer/ |
D | conflict-marker.c | 23 >>>> ORIGINAL conflict-marker.c#6 25 ==== THEIRS conflict-marker.c#7 27 ==== YOURS conflict-marker.c
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 16 …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/ |
D | udatpg_test.c | 242 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/ |
D | udatpg_test.c | 242 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/ |
D | update_tree_in_svn.py | 41 conflict = False 90 def cnf(src, dst): conflict = True 121 if conflict:
|
/external/openssl/crypto/engine/ |
D | eng_list.c | 98 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/ |
D | functional.rb | 145 if conflict = @grammars[ name ] and conflict.source != grammar.source
|
/external/clang/test/Modules/Inputs/Conflicts/ |
D | module.map | 4 conflict B, "we just don't like B"
|
/external/smack/src/org/jivesoftware/smack/packet/ |
D | XMPPError.java | 319 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/ |
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
/external/chromium_org/chrome/common/extensions/api/ |
D | sync_file_system.idl | 155 // 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/ |
D | 2003-05-31-LinkerRename.ll | 5 ; does not conflict.
|
/external/llvm/test/CodeGen/X86/ |
D | frame-base.ll | 3 ; The issue here was a conflict between forming a %rip-relative lea and a
|
/external/llvm/test/TableGen/ |
D | defmclass.td | 48 // These multiclasses shouldn't conflict.
|
/external/qemu/distrib/jpeg-6b/ |
D | jconfig.vc | 19 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
|
/external/jpeg/ |
D | jconfig.vc | 19 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
|
/external/chromium_org/crypto/third_party/nss/ |
D | README.chromium | 14 conflict with the same-named types defined in "base/basictypes.h".
|