Searched defs:conflict (Results 1 - 15 of 15) sorted by relevance

/external/bison/src/
H A DInadequacyList.h37 * For a conflict, each rule in the grammar can have at most one contributing
39 * cannot have lookaheads. For a conflict, exactly one shift can contribute.
41 * possible contributions to any conflict. The maximum number of possible
55 chosen in a conflict is a syntax error because of a %nonassoc. */
59 * The description of a conflict. Don't break encapsulation by modifying the
81 Conflict conflict; member in union:InadequacyList::__anon371
101 * \c manifesting_state, the following actions are in conflict on \c token:
129 * \c self (perhaps because \c self isn't a conflict).
H A Dfiles.c351 bool conflict = false;
356 conflict = true;
366 conflict = true;
369 if (conflict)
349 bool conflict = false; local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb231 conflict!( operation, prior_operation )
251 conflict!( operation, prior_operation )
313 def conflict!( current, previous )
359 private :conflict!, :cast_range, :check_arguments
/external/openssl/crypto/engine/
H A Deng_list.c98 int conflict = 0; local
108 while(iterator && !conflict)
110 conflict = (strcmp(iterator->id, e->id) == 0);
113 if(conflict)
/external/smack/src/org/jivesoftware/smack/packet/
H A DXMPPError.java36 * <tr><td>409</td><td>conflict</td><td>CANCEL</td></tr>
319 public static final Condition conflict = new Condition("conflict"); field in class:XMPPError.Condition
378 instances.put(Condition.conflict, new XMPPError.ErrorSpecification(
379 Condition.conflict, Type.CANCEL, 409));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c242 UDateTimePatternConflict conflict; local
265 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
272 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
274 if(conflict == UDATPG_NO_CONFLICT) {
289 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20,
291 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) {
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c242 UDateTimePatternConflict conflict; local
265 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
272 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
274 if(conflict == UDATPG_NO_CONFLICT) {
289 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20,
291 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) {
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc549 bool conflict = false; local
551 conflict = true;
553 conflict = true;
556 return conflict;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c1111 int conflict = 0; local
1116 conflict = 1;
1122 conflict = 1;
1127 if (conflict) {
/external/libsepol/src/
H A Dexpand.c1592 /* conflict */
1760 int conflict; local
1782 conflict = 0;
1788 conflict = 1;
1792 conflict = 2;
1796 if (conflict) {
1809 if ((conflict == 1 && cond == NULL)
3229 ERR(NULL, "Type conflict!");
3364 ERR(NULL, "Type conflict!");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 344 milliseconds