Searched refs:Conflicts (Results 1 – 25 of 46) sorted by relevance
12
/external/clang/test/Modules/ |
D | conflicts.m | 2 …o-import -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/Conflicts %s -verify 4 @import Conflicts; 6 @import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported modu…
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 445 std::vector<Range> Conflicts; // Ignored for this test in TEST() local 446 deduplicate(Input, Conflicts); in TEST() 448 EXPECT_EQ(3U, Conflicts.size()); in TEST() 461 std::vector<Range> Conflicts; in TEST() local 462 deduplicate(Input, Conflicts); in TEST() 467 ASSERT_EQ(1u, Conflicts.size()); in TEST() 468 ASSERT_EQ(0u, Conflicts.front().getOffset()); in TEST() 469 ASSERT_EQ(3u, Conflicts.front().getLength()); in TEST() 488 std::vector<Range> Conflicts; in TEST() local 489 deduplicate(Input, Conflicts); in TEST() [all …]
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 10 Conflicts: e2fsprogsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1) 23 Conflicts: e2fsprogs (<< 1.10-6), comerr2 34 Conflicts: e2fsprogs (<< 1.10-6), ss2 45 Conflicts: e2fsprogs (<= 1.10-7) 58 Conflicts: e2fsprogs (<< 1.10-6), comerr-dev 69 Conflicts: e2fsprogs (<< 1.10-6), ss-dev 84 Conflicts: e2fsprogs (<< 1.10-6), e2fslibs-dev
|
/external/clang/test/Modules/Inputs/Conflicts/ |
D | module.map | 1 module Conflicts {
|
/external/libmicrohttpd/ |
D | libmicrospdy.pc.in | 10 Conflicts:
|
D | libmicrohttpd.pc.in | 11 Conflicts:
|
/external/libogg/ |
D | ogg.pc.in | 12 Conflicts:
|
D | ogg-uninstalled.pc.in | 12 Conflicts:
|
/external/libvorbis/ |
D | vorbis.pc.in | 12 Conflicts:
|
D | vorbis-uninstalled.pc.in | 12 Conflicts:
|
D | vorbisenc.pc.in | 12 Conflicts:
|
D | vorbisenc-uninstalled.pc.in | 12 Conflicts:
|
D | vorbisfile.pc.in | 12 Conflicts:
|
D | vorbisfile-uninstalled.pc.in | 12 Conflicts:
|
/external/libopus/ |
D | opus-uninstalled.pc.in | 10 Conflicts:
|
D | opus.pc.in | 13 Conflicts:
|
/external/libevent/ |
D | libevent.pc.in | 12 Conflicts:
|
D | libevent_openssl.pc.in | 12 Conflicts:
|
D | libevent_pthreads.pc.in | 12 Conflicts:
|
/external/clang/lib/Basic/ |
D | Module.cpp | 463 for (unsigned I = 0, N = Conflicts.size(); I != N; ++I) { in print() 466 OS << Conflicts[I].Other->getFullModuleName(); in print() 468 OS.write_escaped(Conflicts[I].Message); in print() 526 for (auto &C : V.M->Conflicts) { in setVisible()
|
/external/libmtp/ |
D | libmtp.pc | 12 Conflicts:
|
D | libmtp.pc.in | 12 Conflicts:
|
/external/protobuf/ |
D | protobuf-lite.pc.in | 13 # Conflicts: protobuf
|
D | protobuf.pc.in | 14 # Conflicts: protobuf-lite
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 175 std::vector<Range> &Conflicts) { in deduplicate() argument 215 Conflicts.push_back(Range(ConflictStart, ConflictLength)); in deduplicate() 223 Conflicts.push_back(Range(ConflictStart, ConflictLength)); in deduplicate()
|
12