/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 46 Changes.clear(); in reset() 57 Changes.push_back( in replaceWhitespace() 69 Changes.push_back(Change( in addUntouchableToken() 84 Changes.push_back(Change( in replaceWhitespaceInToken() 94 if (Changes.empty()) in generateReplacements() 97 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr)); in generateReplacements() 109 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation() 110 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation() 111 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation() 113 SourceMgr.getFileOffset(Changes[i].OriginalWhitespaceRange.getBegin()); in calculateLineBreakInformation() [all …]
|
/external/llvm-project/clang/lib/Format/ |
D | WhitespaceManager.cpp | 53 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace() 63 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken() 82 Changes.push_back( in replaceWhitespaceInToken() 91 if (Changes.empty()) in generateReplacements() 94 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements() 109 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation() 110 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation() 111 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation() 113 Changes[i].OriginalWhitespaceRange.getBegin(); in calculateLineBreakInformation() 115 Changes[i - 1].OriginalWhitespaceRange.getEnd(); in calculateLineBreakInformation() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 18 if (FailedTestsCache.count(Changes)) in GetTestResult() 21 bool Result = ExecuteOneTest(Changes); in GetTestResult() 23 FailedTestsCache.insert(Changes); in GetTestResult() 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 47 UpdatedSearchState(Changes, Sets); in Delta() 51 return Changes; in Delta() 55 if (Search(Changes, Sets, Res)) in Delta() 64 return Changes; in Delta() 66 return Delta(Changes, SplitSets); in Delta() [all …]
|
D | DAGDeltaAlgorithm.cpp | 117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 162 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 164 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 180 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument 183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() 184 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 18 if (FailedTestsCache.count(Changes)) in GetTestResult() 21 bool Result = ExecuteOneTest(Changes); in GetTestResult() 23 FailedTestsCache.insert(Changes); in GetTestResult() 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 47 UpdatedSearchState(Changes, Sets); in Delta() 51 return Changes; in Delta() 55 if (Search(Changes, Sets, Res)) in Delta() 64 return Changes; in Delta() 66 return Delta(Changes, SplitSets); in Delta() [all …]
|
D | DAGDeltaAlgorithm.cpp | 117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 162 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 164 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 180 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument 183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() 184 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() [all …]
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 18 if (FailedTestsCache.count(Changes)) in GetTestResult() 21 bool Result = ExecuteOneTest(Changes); in GetTestResult() 23 FailedTestsCache.insert(Changes); in GetTestResult() 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 47 UpdatedSearchState(Changes, Sets); in Delta() 51 return Changes; in Delta() 55 if (Search(Changes, Sets, Res)) in Delta() 64 return Changes; in Delta() 66 return Delta(Changes, SplitSets); in Delta() [all …]
|
D | DAGDeltaAlgorithm.cpp | 118 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 121 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 163 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 165 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 181 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument 184 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() 185 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 196 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CHANGES | 1 Changes with version 1.0.12 13 Changes with version 1.0.11 23 Changes with version 1.0.10 33 Changes with version 1.0.9 38 Changes with version 1.0.8 54 Changes with version 1.0.7 62 Changes with version 1.0.6 71 Changes with version 1.0.5 76 Changes with version 1.0.4 84 Changes with version 1.0.3 [all …]
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 1342 applyAtomicChanges(FilePath, Code, Changes, Spec); in rewrite() 1357 llvm::SmallVector<AtomicChange, 8> Changes; member in clang::tooling::ApplyAtomicChangesTest 1363 Changes.push_back(replacementToAtomicChange("key1", 4, 1, "b")); in TEST_F() 1370 Changes.push_back(replacementToAtomicChange("key1", 0, 3, "float")); in TEST_F() 1371 Changes.push_back(replacementToAtomicChange("key2", 4, 1, "f")); in TEST_F() 1372 Changes.push_back(replacementToAtomicChange("key3", 11, 1, "g")); in TEST_F() 1373 Changes.push_back(replacementToAtomicChange("key4", 7, 3, "float")); in TEST_F() 1382 Changes.push_back(replacementToAtomicChange("key1", 4, 1, "aa")); in TEST_F() 1385 Changes.emplace_back("AnotherFile", "key2"); in TEST_F() 1386 auto Err = Changes.back().replace( in TEST_F() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/ |
D | CHANGES | 1 Changes with version 1.0.5 13 Changes with version 1.0.4 18 Changes with version 1.0.3 26 Changes with version 1.0.2 35 Changes with version 1.0.1 40 Changes with version 1.0.0
|
/external/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 53 bool GetTestResult(const changeset_ty &Changes); 60 changeset_ty Delta(const changeset_ty &Changes, 69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 74 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 88 changeset_ty Run(const changeset_ty &Changes);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 52 bool GetTestResult(const changeset_ty &Changes); 59 changeset_ty Delta(const changeset_ty &Changes, 68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 87 changeset_ty Run(const changeset_ty &Changes);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 52 bool GetTestResult(const changeset_ty &Changes); 59 changeset_ty Delta(const changeset_ty &Changes, 68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 87 changeset_ty Run(const changeset_ty &Changes);
|
/external/mockftpserver/branches/1.x_Branch/ |
D | CHANGELOG.txt | 4 Changes in version 1.2.4 (01 Sep 2008) 12 Changes in version 1.2.3 (13 Aug 2008) 18 Changes in version 1.2.2 (27 May 2008) 25 Changes in version 1.2.1 (10 Mar 2008) 29 Changes in version 1.2 (29 Feb 2008) 38 Changes in version 1.1 (20 Feb 2008) 44 Changes in version 1.0 final (11 Dec 2007) 51 Changes in version 1.0-RC1 (1 Nov 2007)
|
/external/mockftpserver/tags/1.2.4/ |
D | CHANGELOG.txt | 4 Changes in version 1.2.4 (01 Sep 2008) 12 Changes in version 1.2.3 (13 Aug 2008) 18 Changes in version 1.2.2 (27 May 2008) 25 Changes in version 1.2.1 (10 Mar 2008) 29 Changes in version 1.2 (29 Feb 2008) 38 Changes in version 1.1 (20 Feb 2008) 44 Changes in version 1.0 final (11 Dec 2007) 51 Changes in version 1.0-RC1 (1 Nov 2007)
|
/external/mockftpserver/tags/1.2.3/ |
D | CHANGELOG.txt | 4 Changes in version 1.2.3 (13 Aug 2008) 10 Changes in version 1.2.2 (27 May 2008) 17 Changes in version 1.2.1 (10 Mar 2008) 21 Changes in version 1.2 (29 Feb 2008) 30 Changes in version 1.1 (20 Feb 2008) 36 Changes in version 1.0 final (11 Dec 2007) 43 Changes in version 1.0-RC1 (1 Nov 2007)
|
/external/llvm-project/llvm/docs/ |
D | ReleaseNotes.rst | 58 Changes to the LLVM IR 74 Changes to building LLVM 84 Changes to TableGen 95 Changes to the ARM Backend 100 Changes to the MIPS Target 106 Changes to the PowerPC Target 111 Changes to the X86 Target 133 Changes to the AMDGPU Target 141 Changes to the AVR Target 146 Changes to the WebAssembly Target [all …]
|
/external/tagsoup/ |
D | CHANGES | 1 Changes from 1.2 to 1.2.1 7 Changes from 1.1.3 to 1.2 32 Changes from 1.1.2 to 1.1.3 38 Changes from 1.1.1 to 1.1.2 42 Changes from 1.1 to 1.1.1 48 Changes from 1.0.5 to 1.1 52 Changes from 1.0.4 to 1.0.5 60 Changes from 1.0.4 to 1.0.3 66 Changes from 1.0.3 to 1.0.2 71 Changes from 1.0.1 to 1.0.2 [all …]
|
/external/mockftpserver/tags/2.0-rc1/ |
D | CHANGELOG.txt | 4 Changes in version 2.0-rc1 (23 Nov 2008) 20 Changes in version 1.2.4 (01 Sep 2008) 28 Changes in version 1.2.3 (13 Aug 2008) 34 Changes in version 1.2.2 (27 May 2008) 41 Changes in version 1.2.1 (10 Mar 2008) 45 Changes in version 1.2 (29 Feb 2008) 54 Changes in version 1.1 (20 Feb 2008) 60 Changes in version 1.0 final (11 Dec 2007) 67 Changes in version 1.0-RC1 (1 Nov 2007)
|
/external/mockftpserver/tags/2.0.2/ |
D | CHANGELOG.txt | 4 Changes in version 2.0.2 (09 Mar 2009) 10 Changes in version 2.0.1 (09 Feb 2009) 18 Changes in version 2.0 (03 Jan 2009) 25 Changes in version 2.0-rc3 (14 Dec 2008) 31 Changes in version 2.0-rc2 (12 Dec 2008) 53 Changes in version 2.0-rc1 (23 Nov 2008) 69 Changes in version 1.2.4 (01 Sep 2008) 77 Changes in version 1.2.3 (13 Aug 2008) 83 Changes in version 1.2.2 (27 May 2008) 90 Changes in version 1.2.1 (10 Mar 2008) [all …]
|
/external/mockftpserver/tags/1.2.2/ |
D | CHANGELOG.txt | 4 Changes in version 1.2.2 (27 May 2008) 11 Changes in version 1.2.1 (10 Mar 2008) 15 Changes in version 1.2 (29 Feb 2008) 24 Changes in version 1.1 (20 Feb 2008) 30 Changes in version 1.0 final (11 Dec 2007) 37 Changes in version 1.0-RC1 (1 Nov 2007)
|
/external/mockftpserver/tags/2.4/ |
D | CHANGELOG.txt | 4 Changes in version 2.4 (15 Jul 2012) 12 Changes in version 2.3 (05 Jun 2011) 23 Changes in version 2.2 (23 Mar 2010) 37 Changes in version 2.1 (16 Jun 2009) 47 Changes in version 2.0.2 (09 Mar 2009) 53 Changes in version 2.0.1 (09 Feb 2009) 61 Changes in version 2.0 (03 Jan 2009) 68 Changes in version 2.0-rc3 (14 Dec 2008) 74 Changes in version 2.0-rc2 (12 Dec 2008) 96 Changes in version 2.0-rc1 (23 Nov 2008) [all …]
|
/external/mockftpserver/tags/2.1/ |
D | CHANGELOG.txt | 4 Changes in version 2.1 (16 Jun 2009) 14 Changes in version 2.0.2 (09 Mar 2009) 20 Changes in version 2.0.1 (09 Feb 2009) 28 Changes in version 2.0 (03 Jan 2009) 35 Changes in version 2.0-rc3 (14 Dec 2008) 41 Changes in version 2.0-rc2 (12 Dec 2008) 63 Changes in version 2.0-rc1 (23 Nov 2008) 79 Changes in version 1.2.4 (01 Sep 2008) 87 Changes in version 1.2.3 (13 Aug 2008) 93 Changes in version 1.2.2 (27 May 2008) [all …]
|
/external/mockftpserver/tags/2.0.1/ |
D | CHANGELOG.txt | 4 Changes in version 2.0.1 (09 Feb 2009) 12 Changes in version 2.0 (03 Jan 2009) 19 Changes in version 2.0-rc3 (14 Dec 2008) 25 Changes in version 2.0-rc2 (12 Dec 2008) 47 Changes in version 2.0-rc1 (23 Nov 2008) 63 Changes in version 1.2.4 (01 Sep 2008) 71 Changes in version 1.2.3 (13 Aug 2008) 77 Changes in version 1.2.2 (27 May 2008) 84 Changes in version 1.2.1 (10 Mar 2008) 88 Changes in version 1.2 (29 Feb 2008) [all …]
|