Home
last modified time | relevance | path

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

12345

/external/chromium/third_party/icu/source/test/cintltst/
Dudatpg_test.c217 UDateTimePatternConflict conflict; in TestBuilder() local
240 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder()
247 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder()
249 if(conflict == UDATPG_NO_CONFLICT) { in TestBuilder()
264 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20, in TestBuilder()
266 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) { in TestBuilder()
/external/icu4c/test/cintltst/
Dudatpg_test.c219 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/
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/webkit/JavaScriptCore/
DDerivedSources.make64 …perl -p -e 'END { if ($$conflict) { unlink "Grammar.cpp"; die; } } $$conflict ||= /conflict/' < bi…
DGNUmakefile.am530 …$(PERL) -p -e 'END { if ($$conflict) { unlink "Grammar.cpp"; die; } } $$conflict ||= /conflict/' <…
/external/webkit/WebCore/bindings/scripts/
DCodeGeneratorObjC.pm752 my $conflict = $conflictMethod{$attributeName};
753 if ($conflict) {
754 warn "$className conflicts with $conflict method $attributeName\n";
758 $conflict = $conflictMethod{$setterName};
759 if ($conflict) {
760 warn "$className conflicts with $conflict method $setterName\n";
824 my $conflict = $conflictMethod{$methodName};
825 if ($conflict) {
826 warn "$className conflicts with $conflict method $methodName\n";
/external/chromium/base/third_party/nss/
DREADME.chromium13 conflict with the same-named types defined in "base/basictypes.h".
/external/jpeg/
Djconfig.vc19 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
/external/chromium/third_party/icu/source/tools/tzcode/
Dtz.alias24 #### Aliases that conflict with Olson compatibility Zone definition
Dicuzones41 #### Aliases that conflict with Olson compatibility Zone definition
/external/strace/
DREADME-linux13 using development kernels. These tend to have headers that conflict with
/external/icu4c/tools/tzcode/
Dtz.alias24 #### Aliases that conflict with Olson compatibility Zone definition
Dicuzones41 #### Aliases that conflict with Olson compatibility Zone definition
/external/bison/tests/
Dglr-regression.at1265 | 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:
Dconflicts.at30 # make sure it finds the s/r conflict below.
/external/fdlibm/
Dreadme129 2. For functions that have no standards conflict
241 So far, the only known likely conflict is the declaration
/external/bison/djgpp/
Ddjunpack.bat7 Rem renaming some of the files whose names are invalid on DOS or conflict
/external/stlport/doc/
Dstlport_namespaces.txt75 the vector class it is going to conflict with the STLport vector definition.
/external/bison/
DTODO45 ** --report=conflict-path
206 very feasible to use the very same conflict tables.
/external/tcpdump/
Dconfigure5194 which can conflict with char $ac_func (); below.
7894 which can conflict with char $ac_func (); below.
7996 which can conflict with char $ac_func (); below.
8091 which can conflict with char $ac_func (); below.
8188 which can conflict with char $ac_func (); below.
8372 which can conflict with char $ac_func (); below.
8467 which can conflict with char $ac_func (); below.
9201 which can conflict with char $ac_func (); below.
9437 which can conflict with char pcap_list_datalinks (); below.
9534 which can conflict with char pcap_set_datalink (); below.
[all …]
/external/bison/doc/
Dbison.texinfo836 The present example contains only one conflict between two
837 rules, and the type-declaration context containing the conflict
884 about one reduce/reduce conflict. In the conflicting situation the
894 to be silent about the one known reduce/reduce conflict, by
916 conflict. Second, consider interactions with the lexer (@pxref{Semantic
997 Bison detects this as a reduce/reduce conflict between the rules
1001 each choice of resolving the reduce/reduce conflict.
1033 have enough information to resolve the reduce/reduce conflict (again,
3716 all token types. Bison will automatically select codes that don't conflict
3991 @cindex suppressing conflict warnings
[all …]
Dbison.info1102 contains only one conflict between two rules, and the type-declaration
1103 context containing the conflict cannot be nested. So the number of
1137 about one reduce/reduce conflict. In the conflicting situation the
1144 to be silent about the one known reduce/reduce conflict, by adding
1161 wrong alternative in a conflict. Second, consider interactions with
1233 reduce/reduce conflict between the rules `expr : ID' and `declarator :
1237 reduce/reduce conflict. Unlike the example from the previous section
1262 enough information to resolve the reduce/reduce conflict (again,
3626 conflict with each other or with normal characters.
3891 Now Bison will warn you if you introduce an unexpected conflict, but
[all …]
/external/elfutils/
DCOPYING127 jurisdiction excluding its conflict-of-law provisions. The application
/external/webkit/WebKit/English.lproj/
DLocalizable.strings509 "conflict" = "conflict";
/external/tinyxml/
Dchanges.txt107 - Urivan Saaib pointed out a compiler conflict, where the C headers define

12345