HomeSort by relevance Sort by last modified time
    Searched refs:Changes (Results 1 - 25 of 45) 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/clang/lib/Format/
WhitespaceManager.cpp 45 Changes.push_back(Change(true, Tok.WhitespaceRange, Spaces,
52 Changes.push_back(
63 Changes.push_back(Change(
71 // calculate the new length of the comment and to calculate the changes
78 if (Changes.empty())
81 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
91 Changes[0].PreviousEndOfTokenColumn = 0;
92 for (unsigned i = 1, e = Changes.size(); i != e; ++i) {
94 SourceMgr.getFileOffset(Changes[i].OriginalWhitespaceRange.getBegin())
    [all...]
WhitespaceManager.h 76 /// \brief Functor to sort changes in original source order.
104 // Changes might be in the middle of a token, so we cannot just keep the
136 /// \brief Align trailing comments over all \c Changes.
143 /// \brief Align escaped newlines over all \c Changes.
150 /// \brief Fill \c Replaces with the replacements for all effective changes.
161 SmallVector<Change, 16> Changes;
  /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 64 const changeset_ty &Changes;
119 void UpdatedSearchState(const changeset_ty &Changes,
122 DDA.UpdatedSearchState(Changes, Sets, Required);
146 /// GetTestResult - Get the test result for the active set \p Changes with
147 /// \p Required changes from the cache, executing the test if necessary.
149 /// \param Changes - The set of active changes being minimized, which should
151 /// \param Required - The set of changes which have previously been
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
157 /// Helper object for minimizing an active set of changes
    [all...]
  /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(),
  /sdk/eclipse/scripts/
update_version.sh 11 Changes the ADT plugin revision number.
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 289 unsigned Changes;
291 Changes = 0;
347 ++Changes;
375 ++Changes;
379 } while (Changes);
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 334 bool Changes = false;
354 Changes |= insertWait(MBB, I, handleOperands(*I));
359 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
362 return Changes;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 65 TEST_F(ScreenContextTest, Changes) {
73 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 DictionaryValue changes; local
103 context().GetChangesAndReset(&changes);
105 ASSERT_EQ(3u, changes.size());
110 bool rv = changes.GetString("key0", &string_value)
137 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)
  /external/clang/
README.android 2 * README.android describes in high-level the LLVM changes that we cannot push
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
6 * - Changes due to the limitations in Android-based consumer electronics.
52 * Changes for enabling both host and device builds.
  /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/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 137 // Changes the selected app in the list.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_watcher.js 8 * Watches for changes in the tracked directory, including local metadata
9 * changes.
115 * Changes the watched directory. In case of a fake entry, the watch is
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 119 // Changes the selected app in the list.
  /external/chromium_org/remoting/webapp/
host_plugin_proto.js 50 * includes these paramters. Changes take effect before the callback
  /external/clang/lib/Parse/
ParseDecl.cpp 818 AvailabilityChange Changes[Unknown];
913 if (!Changes[Index].KeywordLoc.isInvalid()) {
916 << SourceRange(Changes[Index].KeywordLoc,
917 Changes[Index].VersionRange.getEnd());
920 Changes[Index].KeywordLoc = KeywordLoc;
921 Changes[Index].Version = Version;
922 Changes[Index].VersionRange = VersionRange;
942 // availability changes. Make sure that hasn't happened.
946 if (Changes[Index].KeywordLoc.isValid()) {
949 << SourceRange(Changes[Index].KeywordLoc
    [all...]
  /external/chromium/chrome/browser/resources/
wrench_menu.js 20 * Changes the selection state of the menu item.
  /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
241 chrome.storage.onChanged.addListener(function(changes, namespace) {
242 if (changes[Constants.AccessSurpriseMeEnabledKey]) {
243 if (changes[Constants.AccessSurpriseMeEnabledKey].newValue) {
250 if (changes[Constants.AccessSyncWallpaperInfoKey]) {
251 var newValue = changes[Constants.AccessSyncWallpaperInfoKey].newValue;
  /external/chromium_org/chrome/browser/resources/chromeos/
wrench_menu.js 20 * Changes the selection state of the menu item.
image_burner.js 89 * Changes the current state to new state.

Completed in 637 milliseconds

1 2