Searched defs:Change (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h31 class Change { class in class:SpellcheckCustomDictionary
33 Change();
34 Change(const Change& other);
35 explicit Change(const chrome::spellcheck_common::WordList& to_add);
36 ~Change();
74 virtual void OnCustomDictionaryChanged(const Change& dictionary_change) = 0;
137 const Change& dictionary_change,
148 void Apply(const Change& dictionary_change);
152 void Save(const Change
[all...]
H A Dspellcheck_custom_dictionary.cc178 SpellcheckCustomDictionary::Change::Change() { function in class:SpellcheckCustomDictionary::Change
181 SpellcheckCustomDictionary::Change::Change( function in class:SpellcheckCustomDictionary::Change
182 const SpellcheckCustomDictionary::Change& other)
187 SpellcheckCustomDictionary::Change::Change(const WordList& to_add) function in class:SpellcheckCustomDictionary::Change
191 SpellcheckCustomDictionary::Change::~Change() {
194 void SpellcheckCustomDictionary::Change
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_diff.py28 # Change
30 # A Change object contains the previous lines, new news and change type.
32 class Change(object): class in inherits:object
281 change = Change(line, was, now)
/external/clang/lib/Format/
H A DWhitespaceManager.h75 struct Change { struct in class:clang::format::WhitespaceManager
80 bool operator()(const Change &C1, const Change &C2) const;
86 Change() {} function in struct:clang::format::WhitespaceManager::Change
88 /// \brief Creates a \c Change.
90 /// The generated \c Change will replace the characters at
97 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange,
161 SmallVector<Change, 16> Changes;
H A DWhitespaceManager.cpp22 WhitespaceManager::Change::IsBeforeInFile::operator()(const Change &C1,
23 const Change &C2) const {
29 WhitespaceManager::Change::Change( function in class:clang::format::WhitespaceManager::Change
45 Changes.push_back(Change(true, Tok.WhitespaceRange, Spaces,
53 Change(false, Tok.WhitespaceRange, /*Spaces=*/0,
63 Changes.push_back(Change(
81 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
191 Change
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h114 void AddInsertDelta(unsigned OrigOffset, int Change) { argument
115 return Deltas.AddDelta(2*OrigOffset, Change);
120 void AddReplaceDelta(unsigned OrigOffset, int Change) { argument
121 return Deltas.AddDelta(2*OrigOffset+1, Change);
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp210 change_ty Change = Worklist.back(); local
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/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp213 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, local
215 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
216 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
219 MadeChange |= Change;
628 bool Change = false; local
653 Change = true;
657 return Change;
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dskiplist_test.cc323 void Change(ReaderState s) { function in class:leveldb::TestState
340 state->Change(TestState::RUNNING);
345 state->Change(TestState::DONE);
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp303 bool Change = false; local
388 Change |= RetVal;
396 if (!Change)
398 MadeChange |= Change;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 249 milliseconds