HomeSort by relevance Sort by last modified time
    Searched refs:Changes (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 29 /// (2) If the predicate returns true for a set of changes, it should return
48 /// GetTestResult - Get the test result for the \p Changes from the
51 /// \param Changes - The change set to test.
53 bool GetTestResult(const changeset_ty &Changes);
55 /// Split - Partition a set of changes \p S into one or two subsets.
58 /// Delta - Minimize a set of \p Changes which has been partioned into
60 changeset_ty Delta(const changeset_ty &Changes,
64 /// removed from \p Changes while still satisfying the predicate.
66 /// \param Res - On success, a subset of Changes which satisfies the
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets
    [all...]
DAGDeltaAlgorithm.h 26 /// The DAG should be used to represent dependencies in the changes which are
33 /// eagerly prune large subsets of changes. As with \see DeltaAlgorithm, the DAG
51 /// Run - Minimize the DAG formed by the \p Changes vertices and the
53 /// changes and returning the smallest set which still satisfies the test
56 /// \param Changes The list of changes.
58 /// \param Dependencies The list of dependencies amongst changes. For each
59 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
63 changeset_ty Run(const changeset_ty &Changes,
66 /// UpdatedSearchState - Callback used when the search state changes
    [all...]
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
18 if (FailedTestsCache.count(Changes))
21 bool Result = ExecuteOneTest(Changes);
23 FailedTestsCache.insert(Changes);
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
46 // Invariant: union(Res) == Changes
47 UpdatedSearchState(Changes, Sets);
51 return Changes;
55 if (Search(Changes, Sets, Res))
64 return Changes;
    [all...]
DAGDeltaAlgorithm.cpp 66 const changeset_ty &Changes;
121 void UpdatedSearchState(const changeset_ty &Changes,
124 DDA.UpdatedSearchState(Changes, Sets, Required);
148 /// GetTestResult - Get the test result for the active set \p Changes with
149 /// \p Required changes from the cache, executing the test if necessary.
151 /// \param Changes - The set of active changes being minimized, which should
153 /// \param Required - The set of changes which have previously been
156 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
159 /// Helper object for minimizing an active set of changes
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 42 Changes.clear();
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(
82 // calculate the new length of the comment and to calculate the changes
89 if (Changes.empty())
92 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
102 Changes[0].PreviousEndOfTokenColumn = 0;
103 for (unsigned i = 1, e = Changes.size(); i != e; ++i)
    [all...]
WhitespaceManager.h 88 /// \brief Functor to sort changes in original source order.
116 // Changes might be in the middle of a token, so we cannot just keep the
167 /// \brief Align trailing comments over all \c Changes.
174 /// \brief Align escaped newlines over all \c Changes.
181 /// \brief Fill \c Replaces with the replacements for all effective changes.
193 SmallVector<Change, 16> Changes;
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 25 virtual bool ExecuteOneTest(const changeset_ty &Changes) {
27 return std::includes(Changes.begin(), Changes.end(),
85 // This is a case where we must hold required changes.
DeltaAlgorithmTest.cpp 40 virtual bool ExecuteOneTest(const changeset_ty &Changes) {
42 return std::includes(Changes.begin(), Changes.end(),
  /external/chromium_org/mojo/services/view_manager/
view_manager_unittest.cc 43 // ViewManagerClient messages received by way of a vector of Changes. Use
69 // Runs the main loop until |count| changes have been received.
72 if (tracker_->changes()->size() >= count) {
76 quit_count_ = count - tracker_->changes()->size();
77 // Run the current message loop. When |count| Changes have been received,
83 const std::vector<Change>& changes() const { return changes_; } function in class:mojo::view_manager::service::__anon12869::ViewManagerProxy
219 std::vector<Change> changes; local
220 tracker_->changes()->swap(changes);
221 changes_.swap(changes);
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
node_unittest.cc 359 typedef std::vector<Change> Changes;
368 Changes GetAndClearChanges() {
369 Changes changes; local
370 changes_.swap(changes);
371 return changes;
389 Changes changes_;
416 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
417 EXPECT_EQ(2U, changes.size())
438 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
460 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
482 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
525 Changes changes; local
559 Changes changes = observer.GetAndClearChanges(); local
    [all...]
  /sdk/eclipse/scripts/
update_version.sh 10 Changes the ADT plugin revision number.
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 283 unsigned Changes;
285 Changes = 0;
341 ++Changes;
370 ++Changes;
374 } while (Changes);
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 347 bool Changes = false;
367 Changes |= insertWait(MBB, I, handleOperands(*I));
372 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
375 return Changes;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 65 TEST_F(ScreenContextTest, Changes) {
73 base::DictionaryValue changes; local
74 context().GetChangesAndReset(&changes);
77 ASSERT_EQ(1u, changes.size());
79 rv = changes.GetInteger("key0", &value);
101 // Get all changes and verify them.
102 base::DictionaryValue changes; local
103 context().GetChangesAndReset(&changes);
105 ASSERT_EQ(3u, changes.size());
110 bool rv = changes.GetString("key0", &string_value)
137 base::DictionaryValue changes; local
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors)
76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors)
76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
  /ndk/sources/host-tools/nawk-20071023/
README 29 Changes, mostly bug fixes and occasional enhancements, are listed
66 compiled this without any changes using gcc -Wall and/or local C
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
pending_changes.js 8 * @fileoverview PendingChanges class tracks changes to be applied when an
9 * "Apply Changes" button is clicked.
13 * Creates a PendingChanges object with no pending changes.
81 * Commits the pending changes to Chrome. After this function is called, there
82 * are no pending changes.
114 * Clears the pending font changes for a single script.
123 * Clears all pending font changes.
131 * @return {boolean} True if there are no pending changes, otherwise false.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 119 // Changes the selected app in the list.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_watcher.js 8 * Watches for changes in the tracked directory, including local metadata
9 * changes.
116 * Changes the watched directory. In case of a fake entry, the watch is
  /external/clang/lib/Parse/
ParseDecl.cpp 768 AvailabilityChange Changes[Unknown];
858 if (!Changes[Index].KeywordLoc.isInvalid()) {
861 << SourceRange(Changes[Index].KeywordLoc,
862 Changes[Index].VersionRange.getEnd());
865 Changes[Index].KeywordLoc = KeywordLoc;
866 Changes[Index].Version = Version;
867 Changes[Index].VersionRange = VersionRange;
883 // availability changes. Make sure that hasn't happened.
887 if (Changes[Index].KeywordLoc.isValid()) {
890 << SourceRange(Changes[Index].KeywordLoc
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 271 * Changes an existing key binding to a new key. If the key is already bound to
287 * Changes a key binding. Any existing bindings to the given key will be
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 16 * Changes visibility of element with animated transition.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 197 * Changes current wallpaper and sets up an alarm to schedule next change around
238 chrome.storage.onChanged.addListener(function(changes, namespace) {
239 if (changes[Constants.AccessSurpriseMeEnabledKey]) {
240 if (changes[Constants.AccessSurpriseMeEnabledKey].newValue) {
247 if (changes[Constants.AccessSyncWallpaperInfoKey]) {
248 var newValue = changes[Constants.AccessSyncWallpaperInfoKey].newValue;
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 89 * Changes the current state to new state.

Completed in 815 milliseconds

1 2