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

1 2

  /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):
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
Change.java 26 * Change holds meta information about a change.
30 class Change {
34 private final boolean replaceMode; // change should replaceMode existing entries
36 // Type of change
49 Change(final String pFilename, final int type) {
61 * Construct a change which adds an entry.
66 Change(final ArchiveEntry pEntry, final InputStream pInput, final boolean replace) {
  /external/pdfium/fxjs/xfa/
cjx_eventpseudomodel.h 17 Change = 0,
44 JS_PROP(change);
  /external/v8/src/compiler/
simplified-operator-reducer.cc 93 return Change(node, machine()->ChangeInt32ToFloat64(), m.InputAt(0));
96 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0));
105 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0));
116 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0));
134 return Change(node, machine()->TruncateFloat64ToWord32(), m.InputAt(0));
229 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op,
common-operator-reducer.cc 266 return Change(node, machine()->Float32Abs(), vtrue);
277 return Change(node, machine()->Float64Abs(), vtrue);
405 return Change(node, machine()->Float32Abs(), vtrue);
416 return Change(node, machine()->Float64Abs(), vtrue);
464 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op,
473 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op, Node* a,
js-intrinsic-lowering.cc 91 return Change(node, javascript()->CreateIterResultObject(), value, done,
102 return Change(node, op, value, effect, control);
147 return Change(node, op, generator, closed, effect, control);
157 return Change(node, op, generator, effect, control);
161 return Change(
167 return Change(
173 return Change(
185 return Change(node, op, generator, effect, control);
225 return Change(node, common()->Phi(MachineRepresentation::kTagged, 2), vtrue,
231 return Change(node, simplified()->ObjectIsReceiver())
    [all...]
  /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);
  /external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
TailRecursionElimination.cpp 183 // Second pass, change any tail calls to loops.
186 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail,
188 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
189 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
192 MadeChange |= Change;
591 bool Change = false;
616 Change = true;
620 return Change;
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 15 // adversely affect this load balancing and to change the registers used so as
184 /// killed with no intervening uses, we can safely change its register.
187 /// beyond our model and either must not change its register or must
200 /// we cannot change LastInst's outgoing register.
453 // chains that we cannot change before we look at those we can,
455 // change them to!
587 // Only change the def if this isn't the last instruction.
591 bool Change = TransformAll || getColor(MO.getReg()) != C;
593 Change = false;
595 if (Change) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 679 bool Change = false;
713 Change = true;
717 return Change;
758 // Change any tail recursive calls to loops.
767 bool Change =
770 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
771 Change =
774 MadeChange |= Change;
    [all...]
  /external/pdfium/fxjs/
cjs_eventhandler.cpp 411 WideString& CJS_EventHandler::Change() {
  /external/python/apitools/samples/dns_sample/dns_v1/
dns_v1_messages.py 14 class Change(_messages.Message):
27 "dns#change".
46 kind = _messages.StringField(4, default=u'dns#change')
63 of the collection change between the first and last paginated list
69 changes = _messages.MessageField('Change', 1, repeated=True)
78 change: A Change resource to be passed as the request body.
84 change = _messages.MessageField('Change', 1) variable in class:DnsChangesCreateRequest
93 changeId: The identifier of the requested change, from a previou
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 15 // adversely affect this load balancing and to change the registers used so as
180 /// killed with no intervening uses, we can safely change its register.
183 /// beyond our model and either must not change its register or must
196 /// we cannot change LastInst's outgoing register.
451 // chains that we cannot change before we look at those we can,
453 // change them to!
574 // Only change the def if this isn't the last instruction.
578 bool Change = TransformAll || getColor(MO.getReg()) != C;
580 Change = false;
582 if (Change) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 293 bool Change = false;
379 Change |= RetVal;
387 if (!Change)
389 MadeChange |= Change;
    [all...]

Completed in 1305 milliseconds

1 2