Home
last modified time | relevance | path

Searched refs:Changes (Results 1 – 25 of 222) sorted by relevance

123456789

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DWhitespaceManager.cpp43 Changes.clear(); in reset()
54 Changes.push_back(Change(true, Tok.WhitespaceRange, IndentLevel, Spaces, in replaceWhitespace()
63 Changes.push_back(Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0, in addUntouchableToken()
75 Changes.push_back(Change( in replaceWhitespaceInToken()
90 if (Changes.empty()) in generateReplacements()
93 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
103 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation()
104 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation()
106 SourceMgr.getFileOffset(Changes[i].OriginalWhitespaceRange.getBegin()); in calculateLineBreakInformation()
108 Changes[i - 1].OriginalWhitespaceRange.getEnd()); in calculateLineBreakInformation()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Support/
DDeltaAlgorithm.cpp17 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 …]
DDAGDeltaAlgorithm.cpp64 const changeset_ty &Changes; member in __anon31970b390111::DAGDeltaAlgorithmImpl
119 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
122 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
165 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
167 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
187 Changes(_Changes), in DAGDeltaAlgorithmImpl()
190 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
191 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
202 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
[all …]
/freebsd-9-stable/crypto/heimdal/
DNEWS1 Changes in release 1.1
15 Changes in release 1.0.2
21 Changes in release 1.0.1
37 Changes in release 1.0
59 Changes in release 0.8.1
72 Changes in release 0.8
112 Changes in release 0.7.2
134 Changes in release 0.7.1
138 Changes in release 0.7
152 Changes in release 0.6.6
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DDeltaAlgorithm.h53 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
86 changeset_ty Run(const changeset_ty &Changes);
DDAGDeltaAlgorithm.h63 changeset_ty Run(const changeset_ty &Changes,
67 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
/freebsd-9-stable/contrib/tnftp/
DNEWS3 Changes in tnftp from 20090606 to 20091122:
7 Changes in tnftp from 20090520 to 20090606:
11 Changes in tnftp from 20070806 to 20090520:
26 Changes in tnftp from 20050625 to 20070806:
/freebsd-9-stable/contrib/tzdata/
DNEWS7 Changes to future time stamps
13 Changes to past time stamps
19 Changes to past time zone abbreviations
24 Changes to code
32 Changes to documentation and commentary
49 Changes to future time stamps
57 Changes to past and future time stamps
66 Changes to past time stamps
98 Changes to code
106 Changes to future time stamps
[all …]
/freebsd-9-stable/contrib/binutils/binutils/
DNEWS52 Changes in 2.16:
75 Changes in 2.15:
104 Changes in 2.14:
124 Changes in 2.13:
129 Changes in version 2.12:
162 Changes in binutils 2.11:
176 Changes in binutils 2.10:
210 Changes in binutils 2.9:
220 Changes in binutils 2.8:
246 Changes in binutils 2.7:
[all …]
/freebsd-9-stable/contrib/binutils/ld/
DNEWS37 Changes in 2.17:
54 Changes in 2.16:
103 Changes in 2.15:
128 Changes in 2.14:
151 Changes in 2.13:
156 Changes in version 2.13:
160 Changes in version 2.12:
176 Changes in version 2.11:
206 Changes in version 2.10:
242 Changes in version 2.9:
[all …]
/freebsd-9-stable/lib/libz/
DChangeLog4 Changes in 1.2.8 (28 Apr 2013)
11 Changes in 1.2.7.3 (13 Apr 2013)
14 Changes in 1.2.7.2 (13 Apr 2013)
19 Changes in 1.2.7.1 (24 Mar 2013)
67 Changes in 1.2.7 (2 May 2012)
115 Changes in 1.2.6.1 (12 Feb 2012)
129 Changes in 1.2.6 (29 Jan 2012)
156 Changes in 1.2.5.3 (15 Jan 2012)
171 Changes in 1.2.5.2 (17 Dec 2011)
223 Changes in 1.2.5.1 (10 Sep 2011)
[all …]
/freebsd-9-stable/contrib/binutils/gas/
DNEWS43 Changes in 2.16:
79 Changes in 2.15:
115 Changes in 2.14:
135 Changes in 2.13:
149 Changes in 2.12:
173 Changes in 2.11:
197 Changes in 2.10:
244 Changes in 2.9:
258 Changes in 2.8:
284 Changes in 2.7:
[all …]
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveRangeCalc.cpp284 unsigned Changes; in updateSSA() local
286 Changes = 0; in updateSSA()
342 ++Changes; in updateSSA()
371 ++Changes; in updateSSA()
375 } while (Changes); in updateSSA()
/freebsd-9-stable/contrib/tcp_wrappers/
DCHANGES6 Changes per release 7.6 (Mar 1997)
19 Changes per release 7.5 (Feb 1997)
48 Changes per release 7.4 (Mar 1996)
58 Changes per release 7.3 (Feb 1996)
96 Changes per release 7.2 (Jan 1995)
119 Changes per release 7.1 (Jan 1995)
130 Changes per release 7.0 (Jan 1995)
221 Changes per release 6.3 (Mar 1994)
242 Changes per release 6.2 (Feb 1994)
263 Changes per release 6.1 (Dec 1993)
[all …]
/freebsd-9-stable/share/doc/papers/relengr/
Dref.bib4 %T Bug Fixes and Changes in 4.3BSD
12 %T Changes to the Kernel in 4.3BSD
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DSIInsertWaits.cpp345 bool Changes = false; in runOnMachineFunction() local
365 Changes |= insertWait(MBB, I, handleOperands(*I)); in runOnMachineFunction()
370 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued); in runOnMachineFunction()
373 return Changes; in runOnMachineFunction()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
DChangeLog-1.41 Changes in 1.4.14b-stable
4 Changes in 1.4.14-stable
31 Changes in 1.4.13-stable:
42 Changes in 1.4.12-stable:
52 Changes in 1.4.11-stable:
58 Changes in 1.4.10-stable:
69 Changes in 1.4.9-stable:
79 Changes in 1.4.8-stable:
84 Changes in 1.4.7-stable:
87 Changes in 1.4.6-stable:
[all …]
/freebsd-9-stable/contrib/binutils/
DMAINTAINERS31 Changes need to be done in tandem with the official CONFIG
52 Changes need to be done in tandem with the official GCC
62 Changes need to be done in tandem with the official LIBTOOL
69 Changes need to be done in tandem with the official AUTOCONF
/freebsd-9-stable/usr.bin/lex/
DNEWS1 Changes between release 2.5.4 (11Sep96) and release 2.5.3:
12 Changes between release 2.5.3 (29May96) and release 2.5.2:
28 Changes between release 2.5.2 (25Apr95) and release 2.5.1:
95 Changes between release 2.5.1 (28Mar95) and release 2.4.7:
534 Changes between release 2.4.7 (03Aug94) and release 2.4.6:
550 Changes between release 2.4.6 (04Jan94) and release 2.4.5:
560 Changes between release 2.4.5 (11Dec93) and release 2.4.4:
587 Changes between release 2.4.4 (07Dec93) and release 2.4.3:
608 Changes between release 2.4.3 (03Dec93) and release 2.4.2:
635 Changes between release 2.4.2 (01Dec93) and release 2.4.1:
[all …]
/freebsd-9-stable/contrib/cvs/
DNEWS1 Changes since 1.11.22:
63 Changes from 1.11.21 to 1.11.22:
92 Changes from 1.11.20 to 1.11.21:
141 Changes from 1.11.19 to 1.11.20:
190 Changes from 1.11.18 to 1.11.19:
207 Changes from 1.11.17 to 1.11.18:
265 Changes from 1.11.16 to 1.11.17:
280 Changes from 1.11.15 to 1.11.16:
307 Changes from 1.11.14 to 1.11.15:
363 Changes from 1.11.13 to 1.11.14:
[all …]
/freebsd-9-stable/contrib/ncurses/
Dconvert_configure.pl114 Changes: 98/11 : support check for executables in ncurses.
/freebsd-9-stable/contrib/gcc/cp/
DNEWS1 *** Changes in GCC 3.4:
3 * Changes in GCC 3.4 are described in 'gcc-3.4/changes.html'
5 *** Changes in GCC 3.3:
31 *** Changes in GCC 3.1:
96 *** Changes in GCC 3.0:
140 *** Changes in GCC 2.95:
176 *** Changes in EGCS 1.1:
214 *** Changes in EGCS 1.0:
/freebsd-9-stable/share/i18n/csmapper/APPLE/
DROMANIAN%UCS.src27 # Changes:
135 # Changes from version b02 to version b03/c01:
142 # Changes from version n05 to version b02:
147 # Changes from version n02 to version n03:
DUCS%ROMANIAN.src27 # Changes:
135 # Changes from version b02 to version b03/c01:
142 # Changes from version n05 to version b02:
147 # Changes from version n02 to version n03:
DSYMBOL%UCS.src22 # Changes:
195 # Changes from version c01 to version c02:
201 # Changes from version b02 to version b03/c01:
209 # Changes from version n05 to version b02:
214 # Changes from version n03 to version n05:

123456789