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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 30 // A change to the dictionary.
31 class Change {
33 Change();
34 Change(const Change& other);
35 explicit Change(const chrome::spellcheck_common::WordList& to_add);
36 ~Change();
38 // Adds |word| in this change.
41 // Removes |word| in this change.
44 // Prepares this change to be applied to |words| by removing duplicate an
    [all...]
spellcheck_custom_dictionary.cc 43 // The change is valid and can be applied as-is.
46 // The change contained words to be added that are not valid.
49 // The change contained words to be added that are already in the dictionary.
52 // The change contained words to be removed that are not in the dictionary.
178 SpellcheckCustomDictionary::Change::Change() {
181 SpellcheckCustomDictionary::Change::Change(
182 const SpellcheckCustomDictionary::Change& other)
187 SpellcheckCustomDictionary::Change::Change(const WordList& to_add
    [all...]
  /external/chromium_org/ppapi/generators/
idl_diff.py 28 # Change
30 # A Change object contains the previous lines, new news and change type.
32 class Change(object):
55 # Return True if this change is only a one line change in the copyright notice
58 def IsCopyright(change):
59 if len(change.now) != 1 or len(change.was) != 1: return False
60 if 'Copyright (c)' not in change.now[0]: return Fals
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.h 73 /// \brief Represents a change before a token, a break inside a token,
75 struct Change {
80 bool operator()(const Change &C1, const Change &C2) const;
86 Change() {}
88 /// \brief Creates a \c Change.
90 /// The generated \c Change will replace the characters at
97 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange,
111 // The kind of the token whose whitespace this change replaces, or in which
112 // this change inserts whitespace
    [all...]
WhitespaceManager.cpp 22 WhitespaceManager::Change::IsBeforeInFile::operator()(const Change &C1,
23 const Change &C2) const {
29 WhitespaceManager::Change::Change(
45 Changes.push_back(Change(true, Tok.WhitespaceRange, Spaces,
53 Change(false, Tok.WhitespaceRange, /*Spaces=*/0,
63 Changes.push_back(Change(
68 // If we don't add a newline this change doesn't start a comment. Thus,
69 // when we align line comments, we don't need to treat this change as one
    [all...]
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 125 /// ExecuteOneTest - Execute a single test predicate on the change set \p 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/chromium_org/third_party/leveldatabase/src/db/
skiplist_test.cc 323 void Change(ReaderState s) {
340 state->Change(TestState::RUNNING);
345 state->Change(TestState::DONE);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 204 // Second pass, change any tail recursive calls to loops.
213 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail,
215 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
216 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
219 MadeChange |= Change;
628 bool Change = false;
653 Change = true;
657 return Change;
  /external/llvm/lib/CodeGen/
IfConversion.cpp 303 bool Change = false;
388 Change |= RetVal;
396 if (!Change)
398 MadeChange |= Change;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 291 milliseconds