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

1 2

  /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.
173 SpellcheckCustomDictionary::Change::Change() {
176 SpellcheckCustomDictionary::Change::Change(
177 const SpellcheckCustomDictionary::Change& other)
182 SpellcheckCustomDictionary::Change::Change(const WordList& to_add
    [all...]
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.cc 33 std::string ChangeToDescription1(const Change& change) {
34 switch (change.type) {
37 change.creator_url.data());
44 "ServerChangeIdAdvanced %d", static_cast<int>(change.change_id));
50 NodeIdToString(change.node_id).c_str(),
51 RectToString(change.bounds).c_str(),
52 RectToString(change.bounds2).c_str());
57 static_cast<int>(change.change_id),
58 NodeIdToString(change.node_id).c_str()
152 Change change; local
162 Change change; local
169 Change change; local
178 Change change; local
191 Change change; local
205 Change change; local
215 Change change; local
223 Change change; local
232 Change change; local
241 Change change; local
    [all...]
test_change_tracker.h 45 struct Change {
46 Change();
47 ~Change();
67 const std::vector<Change>& changes);
70 // if change.size() != 1.
71 std::string ChangeNodeDescription(const std::vector<Change>& changes);
78 // a delegate any time a change is added.
81 // Used to notify the delegate when a change is added. A change corresponds to
96 std::vector<Change>* changes() { return &changes_;
    [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 85 /// \brief Represents a change before a token, a break inside a token,
87 struct Change {
92 bool operator()(const Change &C1, const Change &C2) const;
98 Change() {}
100 /// \brief Creates a \c Change.
102 /// The generated \c Change will replace the characters at
109 Change(bool CreateReplacement, const 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(
53 Changes.push_back(Change(true, Tok.WhitespaceRange, IndentLevel, Spaces,
62 Changes.push_back(Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0,
75 Changes.push_back(Change(
79 // If we don't add a newline this change doesn't start a comment. Thus,
80 // when we align line comments, we don't need to treat this change as one
    [all...]
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 127 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
212 change_ty Change = Worklist.back();
215 std::set<change_ty> &ChangeSuccs = SuccClosure[Change];
216 for (pred_iterator_ty it = pred_begin(Change),
217 ie = pred_end(Change); it != ie; ++it) {
218 SuccClosure[*it].insert(Change);
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
node_unittest.cc 353 struct Change {
359 typedef std::vector<Change> Changes;
380 Change change; variable
381 change.node = node;
382 change.relative_node = relative_node;
383 change.direction = direction;
384 change.phase = phase;
385 changes_.push_back(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/chromium_org/ui/message_center/
message_center_impl.cc 44 // Change represents an operation made on a notification. Since it contains
45 // the final state of the notification, we only keep the last change for a
50 class Change {
52 Change(ChangeType type,
55 ~Change();
79 DISALLOW_COPY_AND_ASSIGN(Change);
90 // Causes a TYPE_ADD change to be added to the queue.
93 // Causes a TYPE_UPDATE change to be added to the queue.
97 // Causes a TYPE_DELETE change to be added to the queue.
105 // Returns a Change that can be modified by the caller. ChangeQueue retain
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 399 // Change any tail recursive calls to loops.
407 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail,
409 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
410 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
413 MadeChange |= Change;
803 bool Change = false;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 429 CFX_WideString & CJS_EventHandler::Change()
  /external/llvm/lib/CodeGen/
IfConversion.cpp 314 bool Change = false;
399 Change |= RetVal;
407 if (!Change)
409 MadeChange |= Change;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h     [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/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.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 

Completed in 1498 milliseconds

1 2