HomeSort by relevance Sort by last modified time
    Searched refs:Conflicts (Results 1 - 16 of 16) sorted by null

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 407 std::vector<Range> Conflicts; // Ignored for this test
408 deduplicate(Input, Conflicts);
422 std::vector<Range> Conflicts;
423 deduplicate(Input, Conflicts);
428 ASSERT_EQ(1u, Conflicts.size());
429 ASSERT_EQ(0u, Conflicts.front().getOffset());
430 ASSERT_EQ(3u, Conflicts.front().getLength());
449 std::vector<Range> Conflicts;
450 deduplicate(Input, Conflicts);
454 ASSERT_EQ(2u, Conflicts.size())
    [all...]
  /external/chromium_org/build/
install-build-deps.sh 268 # gcc-multilib conflicts with the arm cross compiler in trusty but
521 # Turn the conflicts into an extended RE for removal from the
523 conflicts=`sed -n -e "/Conflicts/s/Conflicts: *//;T;s/, */|/g;p" \
526 # Rename package, change architecture, remove conflicts and dependencies
531 -e "/Provides/s/($conflicts)(, *)?//g;T1;s/, *$//;:1" \
533 -e "/Conflicts/d" \
  /external/clang/include/clang/Tooling/
Refactoring.h 178 /// This function sorts \p Replaces so that conflicts can be reported simply by
181 std::vector<Range> &Conflicts);
189 /// Will be printed, for example, when detecting conflicts during replacement
  /external/clang/lib/Basic/
Module.cpp 426 for (unsigned I = 0, N = Conflicts.size(); I != N; ++I) {
429 OS << Conflicts[I].Other->getFullModuleName();
431 OS.write_escaped(Conflicts[I].Message);
  /external/clang/lib/Tooling/
Refactoring.cpp 236 std::vector<Range> &Conflicts) {
246 // Detect conflicts
262 Conflicts.push_back(Range(ConflictStart, ConflictLength));
270 Conflicts.push_back(Range(ConflictStart, ConflictLength));
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 16 Conflicts: bind bind8 bind9
  /external/clang/include/clang/Basic/
Module.h 269 /// \brief The list of conflicts for which the module-id has not yet been
275 /// \brief The module that this module conflicts with.
282 /// \brief The list of conflicts.
283 std::vector<Conflict> Conflicts;
  /external/elfutils/0.153/
elfutils.spec 77 Conflicts: libelf-devel
89 Conflicts: libelf-devel
685 - Add libelf-devel to conflicts for elfutils-devel
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 708 [14:02:29] EAS Parser| FolderDisplayName: Conflicts
    [all...]
FolderSyncParserTest2.txt 708 [14:02:29] EAS Parser| FolderDisplayName: Conflicts
    [all...]
FolderSyncParserTest3.txt     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 859 Mod->Conflicts.push_back(Conflict);
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 578 >Resolving Cloud Save Conflicts
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 363 OUT PARBITER_CONFLICT_INFO *Conflicts;
    [all...]

Completed in 626 milliseconds