HomeSort by relevance Sort by last modified time
    Searched defs:Change (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
Change.java 9 * This represent a change happened to a specific Node.
11 public interface Change {
  /external/toolchain-utils/automation/common/
state_machine.py 45 def Change(self, new_state):
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 12 // A Change is a record of source code changes, recording user, language, and delta size.
13 type Change struct {
19 type lessFunc func(p1, p2 *Change) bool
23 changes []Change
28 func (ms *multiSorter) Sort(changes []Change) {
54 // less functions twice per call. We could change the functions to return
78 var changes = []Change{
94 // Closures that order the Change structure.
95 user := func(c1, c2 *Change) bool {
98 language := func(c1, c2 *Change) bool
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 12 // A Change is a record of source code changes, recording user, language, and delta size.
13 type Change struct {
19 type lessFunc func(p1, p2 *Change) bool
23 changes []Change
28 func (ms *multiSorter) Sort(changes []Change) {
54 // less functions twice per call. We could change the functions to return
78 var changes = []Change{
94 // Closures that order the Change structure.
95 user := func(c1, c2 *Change) bool {
98 language := func(c1, c2 *Change) bool
    [all...]
  /external/v8/src/compiler/
simplified-operator-reducer.cc 87 return Change(node, machine()->ChangeInt32ToFloat64(), m.InputAt(0));
90 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0));
99 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0));
110 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0));
128 return Change(node, machine()->TruncateFloat64ToWord32(), m.InputAt(0));
223 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op,
common-operator-reducer.cc 254 return Change(node, machine()->Float32Abs(), vtrue);
265 return Change(node, machine()->Float64Abs(), vtrue);
393 return Change(node, machine()->Float32Abs(), vtrue);
404 return Change(node, machine()->Float64Abs(), vtrue);
416 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op,
425 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op, Node* a,
  /external/pdfium/fxjs/xfa/
cjx_eventpseudomodel.h 17 Change = 0,
44 JS_PROP(change);
  /external/clang/lib/Format/
WhitespaceManager.h 84 /// \brief Represents a change before a token, a break inside a token,
86 struct Change {
91 bool operator()(const Change &C1, const Change &C2) const;
97 Change() {}
99 /// \brief Creates a \c Change.
101 /// The generated \c Change will replace the characters at
108 Change(bool CreateReplacement, SourceRange OriginalWhitespaceRange,
123 // The kind of the token whose whitespace this change replaces, or in which
124 // this change inserts whitespace
    [all...]
WhitespaceManager.cpp 21 bool WhitespaceManager::Change::IsBeforeInFile::
22 operator()(const Change &C1, const Change &C2) const {
28 WhitespaceManager::Change::Change(
58 Change(/*CreateReplacement=*/true, Tok.WhitespaceRange, IndentLevel,
69 Changes.push_back(Change(
84 Changes.push_back(Change(
97 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
110 Change *LastOutsideTokenChange = &Changes[0]
    [all...]
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 124 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
204 change_ty Change = Worklist.back();
207 std::set<change_ty> &ChangeSuccs = SuccClosure[Change];
208 for (pred_iterator_ty it = pred_begin(Change),
209 ie = pred_end(Change); it != ie; ++it) {
210 SuccClosure[*it].insert(Change);
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 19 enum class Change { kNo, kYes };
24 Change m_change;
73 if (state.m_change == State::Change::kYes) {
149 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes,
152 {State::Change::kNo, State::Save::kYes, State::Clip::kDifferentPath,
154 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, State::Clip::kNo,
156 Harness(&CommonTest, {State::Change::kYes, State::Save::kNo, State::Clip::kNo,
158 Harness(&CommonTest, {State::Change::kNo, State::Save::kNo, State::Clip::kNo,
165 {State::Change::kNo, State::Save::kYes, State::Clip::kDifferentMatrix,
167 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffdatetimeedit.cpp 205 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
cxfa_fflistbox.cpp 163 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
cxfa_ffcheckbutton.cpp 319 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change,
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
cxfa_ffcombobox.cpp 142 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, pParam);
cxfa_fftextedit.cpp 318 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam);
  /external/swiftshader/third_party/LLVM/lib/Support/
DAGDeltaAlgorithm.cpp 125 /// ExecuteOneTest - Execute a single test predicate on the change set \arg S.
210 change_ty Change = Worklist.back();
213 std::set<change_ty> &ChangeSuccs = SuccClosure[Change];
214 for (pred_iterator_ty it = pred_begin(Change),
215 ie = pred_end(Change); it != ie; ++it) {
216 SuccClosure[*it].insert(Change);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 43 ChangeKind Change = None;

Completed in 1662 milliseconds

1 2 3