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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer_unittest.cc 340 // Folder-File conflict happens. File creation should be ignored.
364 // File-Folder conflict happens. Folder should override the existing file.
387 // Folder-Folder conflict happens. Folder creation should be ignored.
407 // File-File conflict happens. File creation should be ignored.
432 // File-Folder conflict happens. Folder should override the existing file.
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 61 debugf("Host name conflict for %##s", rr->resrec.name->c);
107 case mStatus_NameConflict: debugf("Callback: %##s Name Conflict", sr->RR_SRV.resrec.name->c); break;
125 printf("Name Conflict! %s renamed as %s\n", buffer1, buffer2);
181 case mStatus_NameConflict: debugf("Callback: %##s Name Conflict", rr->resrec.name->c); break;
203 printf("Name Conflict! %s renamed as %s\n", buffer1, buffer2);
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 63 * Make sure this does not conflict with {@link org.w3c.dom.traversal.NodeFilter}.
156 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
163 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
171 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
179 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
186 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_storage.html 315 A file can be in this state only if the conflict resolution policy
318 by simple last-write-win policy. The system's conflict resolution policy
323 If the conflict resolution policy is set to <code>'manual'</code> and
327 other clients until the conflict is resolved.
328 The easiest way to resolve a conflict is to delete or rename the local
365 and if the conflict resolution policy is set to <code>'manual'</code>,
368 and won't be synchronized until the conflict is resolved.
  /art/runtime/verifier/
register_line.cc 95 return verifier_->GetRegTypeCache()->Conflict();
103 return verifier_->GetRegTypeCache()->Conflict();
178 uint16_t conflict_type_id = verifier_->GetRegTypeCache()->Conflict().GetId();
185 uint16_t conflict_type_id = verifier_->GetRegTypeCache()->Conflict().GetId();
194 uint16_t conflict_type_id = verifier_->GetRegTypeCache()->Conflict().GetId();
218 line_[i] = verifier_->GetRegTypeCache()->Conflict().GetId();
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 109 const char* version_from; // Version where conflict started.
256 // Returns true if we should show the conflict notification. The conflict
260 // Called when the user has acknowledged the conflict notification.
296 // Gets the Help Center URL for the first *notable* conflict module that we've
336 // Whether the conflict notification has been acknowledged by the user.
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 219 UDateTimePatternConflict conflict; local
242 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
249 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
251 if(conflict == UDATPG_NO_CONFLICT) {
266 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20,
268 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.c 62 * register in C could conflict with. Then, this system replaces the
110 * the worst choice register from C conflict with".
210 * Adds a conflict between base_reg and reg, and also between reg and
269 * allocation to C could conflict with.
425 /* Check if any of our neighbors conflict with this register choice. */
488 * that must live in a fixed location and is known to not conflict
  /external/clang/include/clang/Basic/
Module.h 211 /// \brief An unresolved conflict with another module.
216 /// \brief The message provided to the user when there is a conflict.
224 /// \brief A conflict between two modules.
225 struct Conflict {
229 /// \brief The message provided to the user when there is a conflict.
234 std::vector<Conflict> Conflicts;
  /external/icu4c/test/cintltst/
udatpg_test.c 219 UDateTimePatternConflict conflict; local
242 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
249 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20,
251 if(conflict == UDATPG_NO_CONFLICT) {
266 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20,
268 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) {
  /external/mesa3d/src/mesa/program/
register_allocate.c 62 * register in C could conflict with. Then, this system replaces the
110 * the worst choice register from C conflict with".
210 * Adds a conflict between base_reg and reg, and also between reg and
269 * allocation to C could conflict with.
425 /* Check if any of our neighbors conflict with this register choice. */
488 * that must live in a fixed location and is known to not conflict
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 155 // this update gets targeted at the correct local entry; we expect conflict
256 VLOG(1) << "Skipping update, returning conflict for: " << id
258 return CONFLICT;
270 return CONFLICT;
276 return CONFLICT;
286 return CONFLICT;
313 // passphrase. We return conflict, even though the conflict is with the
321 return CONFLICT;
333 // will stay in conflict until the user provides a passphrase that lets th
    [all...]
conflict_resolver.h 46 // We keep a map to record how often we've seen each conflict set. We use this
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 63 " ON CONFLICT REPLACE)"));
85 " PRIMARY KEY(email, share_name) ON CONFLICT REPLACE)"));
117 " ON CONFLICT REPLACE)"));
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.h 69 // This also maintains conflict information, i.e. a list of conflicting files
206 // Sets the conflict resolution policy. Returns SYNC_STATUS_OK on success,
212 // Gets the conflict resolution policy.
  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 99 // We apply the nigori update regardless of whether there's a conflict or
129 } else { // Conflict.
191 DVLOG(1) << "Resolving simple conflict, merging nigori nodes: "
  /external/chromium_org/third_party/sqlite/src/test/
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);
  /build/core/
proguard_basic_keeps.flags 5 # To prevent name conflict in incremental obfuscation.
  /development/tools/idegen/
excluded-paths 51 # Each test has a Main.java in the default package, so they conflict with
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 231 conflict!( operation, prior_operation )
251 conflict!( operation, prior_operation )
313 def conflict!( current, previous )
359 private :conflict!, :cast_range, :check_arguments
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 274 * @see <a href="http://www.w3.org/TR/xslt#conflict">conflict in XSLT Specification</a>
289 * @see <a href="http://www.w3.org/TR/xslt#conflict">conflict in XSLT Specification</a>
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 8 // context to things like "conflict progress", "update progress", etc, and the
145 // Tracks progress of conflicts and their resolution using conflict sets.
150 // Various iterators, size, and retrieval functions for conflict sets.
218 // Returns true if at least one update application failed due to a conflict
  /external/chromium/net/tools/flip_server/
http_message_constants.cc 62 return "Conflict";
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.h 48 // to use here as it is a free-form identifier that could conflict with
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_change_handler.h 97 // below to support directories and custom conflict handling.

Completed in 1114 milliseconds

1 2 3 4 56 7 8 91011>>