Searched refs:conflict (Results 1 – 25 of 180) sorted by relevance
12345678
/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/icu4c/test/cintltst/ |
D | udatpg_test.c | 219 UDateTimePatternConflict conflict; in TestBuilder() local 242 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder() 249 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder() 251 if(conflict == UDATPG_NO_CONFLICT) { in TestBuilder() 266 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20, in TestBuilder() 268 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) { in TestBuilder()
|
/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/webkit/Source/WebCore/bindings/scripts/ |
D | CodeGeneratorObjC.pm | 803 my $conflict = $conflictMethod{$attributeName}; 804 if ($conflict) { 805 warn "$className conflicts with $conflict method $attributeName\n"; 809 $conflict = $conflictMethod{$setterName}; 810 if ($conflict) { 811 warn "$className conflicts with $conflict method $setterName\n"; 886 my $conflict = $conflictMethod{$methodName}; 887 if ($conflict) { 888 warn "$className conflicts with $conflict method $methodName\n";
|
/external/chromium/base/data/valgrind/ |
D | DIRECTORY_MOVED | 1 For those who got a merge conflict in this directory on update:
|
/external/chromium/net/data/valgrind/ |
D | DIRECTORY_MOVED | 1 For those who got a merge conflict in this directory on update:
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
/external/llvm/test/Linker/ |
D | 2003-05-31-LinkerRename.ll | 5 ; does not conflict.
|
/external/llvm/test/TableGen/ |
D | defmclass.td | 48 // These multiclasses shouldn't conflict.
|
/external/chromium/crypto/third_party/nss/ |
D | README.chromium | 13 conflict with the same-named types defined in "base/basictypes.h".
|
/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/oprofile/events/alpha/ev4/ |
D | events | 6 event:0x06 counters:0 um:zero minimum:4096 name:PIPELINE_FROZEN : Nothing issued, resource conflict
|
/external/oprofile/events/mips/sb1/ |
D | events | 28 event:0x25 counters:1,2,3 um:zero minimum:500 name:ISSUE_CONFLICT_DUE_IMISS :issue conflict due to … 29 event:0x26 counters:1,2,3 um:zero minimum:500 name:ISSUE_CONFLICT_DUE_DFILL :issue conflict due to …
|
/external/icu4c/tools/tzcode/ |
D | tz.alias | 24 #### Aliases that conflict with Olson compatibility Zone definition
|
D | icuzones | 39 #### Aliases that conflict with Olson compatibility Zone definition
|
/external/strace/ |
D | README-linux | 13 using development kernels. These tend to have headers that conflict with
|
/external/bison/tests/ |
D | glr-regression.at | 1265 | conflict defstate_look 'a' nonconflict2 'b' defstate_shift %dprec 2 { 1267 print_look_ahead ("merge <- conflict defstate_look 'a' nonconflict2 'b'" 1286 conflict: 1288 print_look_ahead ("conflict <- empty string"); 1408 [conflict <- empty string: 1416 merge <- conflict defstate_look 'a' nonconflict2 'b' defstate_shift:
|
/external/fdlibm/ |
D | readme | 129 2. For functions that have no standards conflict 241 So far, the only known likely conflict is the declaration
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 61 0x08 NOOP A store is blocked due to a conflict with an external or internal snoop. 152 …0x04 Execution pipeline restart due to memory ordering conflict or memory disambiguation mispredic…
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_menu_cocoa_controller.mm | 69 // "identifier" here to avoid conflict with objc's concept of "id").
|
/external/llvm/lib/Target/X86/ |
D | X86Instr3DNow.td | 92 // FIXME: Diassembler gets a bogus decode conflict.
|
/external/oprofile/events/x86-64/family11h/ |
D | unit_masks | 77 0x04 DCT0 Page conflict 80 0x20 DCT1 Page conflict
|
/external/bison/djgpp/ |
D | djunpack.bat | 7 Rem renaming some of the files whose names are invalid on DOS or conflict
|
12345678