Searched refs:conflicted (Results 1 – 25 of 27) sorted by relevance
12
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
D | remote_sync_delegate.cc | 83 drive_metadata_.conflicted()); in DidPrepareForProcessRemoteChange() 88 drive_metadata_.conflicted() ? " (conflicted)" : " ", in DidPrepareForProcessRemoteChange() 416 DCHECK(!drive_metadata_.conflicted()); in CompleteSync() 431 if (drive_metadata_.conflicted()) in CompleteSync()
|
D | drive_metadata_store_unittest.cc | 61 bool conflicted, in CreateMetadata() argument 67 metadata.set_conflicted(conflicted); in CreateMetadata() 324 EXPECT_EQ(metadata.conflicted(), metadata2.conflicted()); in ReadWrite_Body()
|
D | local_sync_operation_resolver.cc | 24 is_conflicting = drive_metadata->conflicted(); in Resolve()
|
D | drive_metadata_store.cc | 432 DCHECK(!metadata.conflicted() || !metadata.to_be_fetched()); in UpdateEntry() 693 if (itr->second.conflicted()) { in GetConflictURLs()
|
D | local_sync_delegate.cc | 515 if (drive_metadata_.conflicted()) { in HandleManualResolutionCase()
|
D | drive_file_sync_service.cc | 211 return metadata.conflicted(); in IsConflicting()
|
/external/bison/src/ |
D | tables.c | 248 bool conflicted = false; in action_row() local 269 conflicted = true; in action_row() 286 conflicted = true; in action_row() 370 if (conflicted) in action_row()
|
/external/chromium_org/chrome/browser/sync_file_system/ |
D | sync_file_system.proto | 18 required bool conflicted = 3; field
|
/external/chromium_org/third_party/skia/gyp/ |
D | everything.gyp | 7 # conflicted with an automatically-generated 'all' target.
|
/external/skia/gyp/ |
D | everything.gyp | 7 # conflicted with an automatically-generated 'all' target.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | metadata_db_migration_util_unittest.cc | 180 EXPECT_FALSE(metadata.conflicted()); in TEST() 293 EXPECT_FALSE(metadata.conflicted()); in TEST()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 58 (* If 'f' conflicted, there was already something named 'name'. If it
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 58 (* If 'f' conflicted, there was already something named 'name'. If it
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 180 (* If 'f' conflicted, there was already something named 'name'. If it
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 198 (* If 'f' conflicted, there was already something named 'name'. If it
|
/external/bison/tests/ |
D | cxx-type.at | 23 # and with RESOLVE1 and RESOLVE2 as annotations on the conflicted rule for
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 296 (* If 'f' conflicted, there was already something named 'name'. If it
|
/external/bison/ |
D | TODO | 152 How would Paul like to display the conflicted actions? In particular,
|
D | NEWS | 758 discovered, the conflicted token is still erroneously included in
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl3.rst | 272 (* If 'f' conflicted, there was already something named 'name'. If it 843 (* If 'f' conflicted, there was already something named 'name'. If it
|
D | LangImpl3.rst | 288 // If F conflicted, there was already something named 'Name'. If it has a
|
D | OCamlLangImpl4.rst | 746 (* If 'f' conflicted, there was already something named 'name'. If it
|
D | OCamlLangImpl6.rst | 1257 (* If 'f' conflicted, there was already something named 'name'. If it
|
D | OCamlLangImpl5.rst | 1192 (* If 'f' conflicted, there was already something named 'name'. If it
|
D | OCamlLangImpl7.rst | 1515 (* If 'f' conflicted, there was already something named 'name'. If it
|
12