Home
last modified time | relevance | path

Searched refs:Change (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/external/clang/lib/Format/
DWhitespaceManager.cpp21 bool WhitespaceManager::Change::IsBeforeInFile::
22 operator()(const Change &C1, const Change &C2) const { in operator ()()
28 WhitespaceManager::Change::Change( in Change() function in clang::format::WhitespaceManager::Change
55 Changes.push_back(Change(true, Tok.WhitespaceRange, IndentLevel, Spaces, in replaceWhitespace()
64 Changes.push_back(Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0, in addUntouchableToken()
77 Changes.push_back(Change( in replaceWhitespaceInToken()
94 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
127 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation()
128 for (auto &Change : Changes) { in calculateLineBreakInformation() local
129 Change.StartOfBlockComment = nullptr; in calculateLineBreakInformation()
[all …]
DWhitespaceManager.h87 struct Change { struct
92 bool operator()(const Change &C1, const Change &C2) const; argument
98 Change() {} in Change() argument
109 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange,
158 const Change *StartOfBlockComment; argument
193 SmallVector<Change, 16> Changes;
/external/antlr/antlr-3.4/runtime/C/
DChangeLog7 Change 5641 on 2009/02/20 by jimi@jimi.jimi.antlr3
13 Change 5639 on 2009/02/20 by jimi@jimi.jimi.antlr3
19 Change 5577 on 2009/02/12 by jimi@jimi.jimi.antlr3
34 Change 5576 on 2009/02/11 by jimi@jimi.jimi.antlr3
40 Change 5575 on 2009/02/08 by jimi@jimi.jimi.antlr3
104 Change 5563 on 2009/01/28 by jimi@jimi.jimi.antlr3
109 Change 5562 on 2009/01/28 by jimi@jimi.jimi.antlr3
114 Change 5561 on 2009/01/28 by jimi@jimi.jimi.antlr3
119 Change 5558 on 2009/01/28 by jimi@jimi.jimi.antlr3
145 Change 5555 on 2009/01/26 by jimi@jimi.jimi.antlr3
[all …]
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta() argument
105 return Deltas.AddDelta(2*OrigOffset, Change); in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta() argument
111 return Deltas.AddDelta(2*OrigOffset+1, Change); in AddReplaceDelta()
/external/v8/src/compiler/
Dsimplified-operator-reducer.cc64 return Change(node, machine()->ChangeInt32ToFloat64(), in Reduce()
68 return Change(node, machine()->ChangeUint32ToFloat64(), in Reduce()
77 return Change(node, machine()->ChangeFloat64ToInt32(), in Reduce()
87 return Change(node, machine()->ChangeFloat64ToUint32(), in Reduce()
105 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op, in Change() function in v8::internal::compiler::SimplifiedOperatorReducer
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/
DCHANGELOG.txt1 MockFtpServer Change Log
8 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
23 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
35 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
38 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
65 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/
DCHANGELOG.txt1 MockFtpServer Change Log
14 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
29 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
41 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
44 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
71 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.4/
DCHANGELOG.txt1 MockFtpServer Change Log
9 - Change “pom.xml” to use SFTP to deploy to Maven repo.
27 * Change fake RNTO and RNFR CommandHandlers to allow renaming directories.
31 - FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
78 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
93 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
105 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
108 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
135 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.0/
DCHANGELOG.txt1 MockFtpServer Change Log
21 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
36 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
48 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
51 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
78 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.2/
DCHANGELOG.txt1 MockFtpServer Change Log
8 * Change fake RNTO and RNFR CommandHandlers to allow renaming directories.
12 - FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
59 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
74 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
86 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
89 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
116 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.0.1/
DCHANGELOG.txt1 MockFtpServer Change Log
29 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
44 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
56 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
59 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
86 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.0.2/
DCHANGELOG.txt1 MockFtpServer Change Log
35 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
50 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
62 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
65 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
92 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.5/
DCHANGELOG.txt1 MockFtpServer Change Log
19 - Change “pom.xml” to use SFTP to deploy to Maven repo.
37 * Change fake RNTO and RNFR CommandHandlers to allow renaming directories.
41 - FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
88 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
103 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
115 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
118 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
145 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/MockFtpServer/
DCHANGELOG.txt1 MockFtpServer Change Log
19 - Change “pom.xml” to use SFTP to deploy to Maven repo.
37 * Change fake RNTO and RNFR CommandHandlers to allow renaming directories.
41 - FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
88 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
103 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
115 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
118 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
145 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.3/
DCHANGELOG.txt1 MockFtpServer Change Log
19 * Change fake RNTO and RNFR CommandHandlers to allow renaming directories.
23 - FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
70 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
85 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
97 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
100 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
127 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.0-rc1/
DCHANGELOG.txt1 MockFtpServer Change Log
13 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
16 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
43 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/2.1/
DCHANGELOG.txt1 MockFtpServer Change Log
45 …ndlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler…
60 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
72 - Change default org.mockftpserver.stub.command.CdupCommandHandler CDUP reply code from 250 to 200.
75 - Change StubFtpServer CommandHandlers to reply with 501 if required command parameters are missing…
102 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/emma/
DANDROID-CHANGES.txt2 Change made for Android
4 1) Change coverage.out.file location in core/res/emma_default.properties to /data/coverage.ec
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp204 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
207 std::set<change_ty> &ChangeSuccs = SuccClosure[Change]; in DAGDeltaAlgorithmImpl()
208 for (pred_iterator_ty it = pred_begin(Change), in DAGDeltaAlgorithmImpl()
209 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
210 SuccClosure[*it].insert(Change); in DAGDeltaAlgorithmImpl()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp406 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in runTRE() local
408 if (!Change && BB->getFirstNonPHIOrDbg() == Ret) in runTRE()
409 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry, in runTRE()
412 MadeChange |= Change; in runTRE()
798 bool Change = false; in FoldReturnAndProcessPred() local
832 Change = true; in FoldReturnAndProcessPred()
836 return Change; in FoldReturnAndProcessPred()
/external/mockftpserver/tags/2.x_Before_IDEA/
DCHANGELOG.txt1 MockFtpServer Change Log
6 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/1.2.1/
DCHANGELOG.txt1 MockFtpServer Change Log
6 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/1.2.2/
DCHANGELOG.txt1 MockFtpServer Change Log
13 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
/external/mockftpserver/tags/1.2.3/
DCHANGELOG.txt1 MockFtpServer Change Log
19 - Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).

12345678910>>...16