HomeSort by relevance Sort by last modified time
    Searched full:conflict (Results 201 - 225 of 1741) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/sync/engine/
sync_directory_commit_contribution.cc 83 case sync_pb::CommitResponse::CONFLICT:
122 // to resolve the conflict. That's not what this client does.
  /external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 86 # define CONFLICT 0
88 # define CONFLICT 0x00000080
146 { "ABORT", "TK_ABORT", CONFLICT|TRIGGER },
169 { "CONFLICT", "TK_CONFLICT", CONFLICT },
193 { "FAIL", "TK_FAIL", CONFLICT|TRIGGER },
202 { "IGNORE", "TK_IGNORE", CONFLICT|TRIGGER },
242 { "REPLACE", "TK_REPLACE", CONFLICT },
  /external/clang/test/Modules/
ignored_macros.m 12 // RUN: FileCheck -check-prefix=CHECK-CONFLICT %s < %t.err
13 // CHECK-CONFLICT: module 'ignored_macros' found in both
  /external/proguard/src/proguard/obfuscate/
MemberNameConflictFixer.java 131 // There's a conflict! A member (with a given old name) in a
145 "' because it would conflict with " +
  /frameworks/av/include/camera/
CameraParameters2.h 190 * If two keys have meaning that conflict, then the later-set key
193 * For example, preview FPS and preview FPS range conflict since only
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 219 * Returns true if the settings have a conflict or are identical.
223 * @return true if this setting and the specified setting conflict
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 219 * Returns true if the settings have a conflict or are identical.
223 * @return true if this setting and the specified setting conflict
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 84 #define DT_MIPS_CONFLICT 0x70000008 /* Adr of .conflict section */
87 #define DT_MIPS_CONFLICTNO 0x7000000b /* Number of .conflict entries */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 84 #define DT_MIPS_CONFLICT 0x70000008 /* Adr of .conflict section */
87 #define DT_MIPS_CONFLICTNO 0x7000000b /* Number of .conflict entries */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
exec.h 84 #define DT_MIPS_CONFLICT 0x70000008 /* Adr of .conflict section */
87 #define DT_MIPS_CONFLICTNO 0x7000000b /* Number of .conflict entries */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
exec.h 84 #define DT_MIPS_CONFLICT 0x70000008 /* Adr of .conflict section */
87 #define DT_MIPS_CONFLICTNO 0x7000000b /* Number of .conflict entries */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
exec.h 84 #define DT_MIPS_CONFLICT 0x70000008 /* Adr of .conflict section */
87 #define DT_MIPS_CONFLICTNO 0x7000000b /* Number of .conflict entries */
  /external/chromium_org/third_party/sqlite/src/src/
trigger.c 388 u8 orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
420 u8 orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
695 int orconf /* Conflict algorithm. (OE_Abort, etc) */
705 /* Figure out the ON CONFLICT policy that will be used for this step
707 ** to fire had an explicit ON CONFLICT, then use it. Otherwise, use
708 ** the ON CONFLICT policy that was specified as part of the trigger
800 ** implementing trigger pTrigger with ON CONFLICT policy orconf.
806 int orconf /* ON CONFLICT policy to code trigger program with */
910 ** trigger pTrigger with default ON CONFLICT algorithm orconf. If no such
918 int orconf /* ON CONFLICT algorithm. *
    [all...]
  /art/runtime/verifier/
reg_type_cache.cc 84 case 'V': // For void types, conflict types.
86 return Conflict();
91 return Conflict();
202 return Conflict();
400 return Conflict();
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 151 case CommitResponse::CONFLICT:
153 // Only server CONFLICT responses will activate conflict resolution.
240 if (CommitResponse::CONFLICT == response) {
241 VLOG(1) << "Conflict Committing: " << local_entry;
  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 36 * <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/clang/lib/Lex/
ModuleMap.cpp 668 Module::Conflict Conflict;
669 Conflict.Other = OtherMod;
670 Conflict.Message = Mod->UnresolvedConflicts[I].Message;
671 Mod->Conflicts.push_back(Conflict);
718 Conflict,
864 .Case("conflict", MMToken::Conflict)
    [all...]
  /external/bison/tests/
reduce.at 476 // Conflict resolution renders state 12 unreachable for canonical LR(1). We
485 /* A conflict should appear after the first 'a' in rules 4 and 5 but only after
487 chosen, the state containing that conflict is reused after having seen the
497 Bison and Menhir accept non-LR(1) grammars with conflict resolution. Pager
504 useless after conflict resolution. This proves that, even though LALR(1)
584 Conflict between rule 5 and token 'a' resolved as reduce (%left 'a').
709 // Conflict resolution renders state 16 unreachable for canonical LR(1). We
854 Conflict between rule 5 and token 'a' resolved as reduce (%left 'a').
953 // Conflict resolution renders state 16 unreachable for canonical LR(1). We
957 /* Similar to the last test case set but forseeing the S/R conflict from th
    [all...]
  /external/chromium_org/third_party/sqlite/src/doc/
lemon.html 393 yacc and bison. A shift-reduce conflict is resolved in favor
394 of the shift, and a reduce-reduce conflict is resolved by reducing
474 shift, but report a parsing conflict.
477 of the shift. No parsing conflict is reported.
480 reduce action. No parsing conflict is reported.
483 No parsing conflict is reported.
486 No parsing conflict is reported.
487 <li> Otherwise, resolve the conflict by doing the shift and
488 report the parsing conflict.
495 conflict
    [all...]
  /external/bison/data/xslt/
xml2text.xsl 190 <xsl:variable name="conflict-report">
193 <xsl:if test="string-length($conflict-report) != 0">
194 <xsl:value-of select="$conflict-report"/>
200 <xsl:variable name="conflict-counts">
204 name="sr-count" select="substring-before($conflict-counts, ',')"
207 name="rr-count" select="substring-after($conflict-counts, ',')"
463 <xsl:text> Conflict between rule </xsl:text>
  /external/chromium_org/third_party/sqlite/src/test/
index.test 654 # implemented by a single indice, the correct ON CONFLICT policy applies.
655 ifcapable conflict {
659 CREATE TABLE t8(a UNIQUE PRIMARY KEY ON CONFLICT ROLLBACK);
691 a PRIMARY KEY ON CONFLICT FAIL,
692 UNIQUE(a) ON CONFLICT IGNORE
695 } {1 {conflicting ON CONFLICT clauses specified}}
696 } ; # end of "ifcapable conflict" block
e_createtable.test 142 1.3 "CREATE TABLE t1(c1, c2, PRIMARY KEY(c1, c2) ON CONFLICT IGNORE)" {}
146 2.3 "CREATE TABLE t1(c1, c2, UNIQUE(c1, c2) ON CONFLICT IGNORE)" {}
    [all...]
  /external/bison/po/
nl.po 37 msgid " Conflict between rule %d and token %s resolved as shift"
38 msgstr " Conflict tussen regel %d en token %s opgelost als shift"
42 msgid " Conflict between rule %d and token %s resolved as reduce"
43 msgstr " Conflict tussen regel %d en token %s opgelost als reductie"
47 msgid " Conflict between rule %d and token %s resolved as an error"
48 msgstr " Conflict tussen regel %d en token %s opgelost als een fout"
77 msgid "expected %d shift/reduce conflict"
79 msgstr[0] "er werd %d shift/reductie conflict verwacht"
84 msgid "expected %d reduce/reduce conflict"
86 msgstr[0] "er werd %d reductie/reductie conflict verwacht
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 248 LOG(WARNING) << "[BUG] Attempting to merge two identical conflict ids.";
333 // Returns true if at least one update application failed due to a conflict
338 if (it->first == CONFLICT) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_sync_delegate.cc 274 "Resolving conflict for remote sync: %s: LOCAL WIN",
282 // Make sure we reset the conflict flag and start over the remote sync
285 "Resolving conflict for remote sync: %s: REMOTE WIN",

Completed in 363 milliseconds

1 2 3 4 5 6 7 891011>>