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

  /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 \arg 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 \arg S into one or two subsets.
58 /// Delta - Minimize a set of \arg Changes which has been partioned into
60 changeset_ty Delta(const changeset_ty &Changes,
64 /// removed from \arg 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 \arg Changes vertices and the \arg
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 \arg Dependencies, both x and y must be in \arg Changes. The
62 changeset_ty Run(const changeset_ty &Changes,
65 /// 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 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 \arg Changes with
147 /// \arg 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 178 unsigned Changes;
180 Changes = 0;
236 ++Changes;
265 ++Changes;
269 } while (Changes);
  /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.
41 * 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/clang/lib/Parse/
ParseDecl.cpp 554 AvailabilityChange Changes[Unknown];
648 if (!Changes[Index].KeywordLoc.isInvalid()) {
651 << SourceRange(Changes[Index].KeywordLoc,
652 Changes[Index].VersionRange.getEnd());
655 Changes[Index].KeywordLoc = KeywordLoc;
656 Changes[Index].Version = Version;
657 Changes[Index].VersionRange = VersionRange;
677 // availability changes. Make sure that hasn't happened.
681 if (Changes[Index].KeywordLoc.isValid()) {
684 << SourceRange(Changes[Index].KeywordLoc
    [all...]
  /device/samsung/crespo4g/
device.mk 71 #Changes on this file should go above this line
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 137 // Changes the selected app in the list.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodechildnodesappendchild.js 79 is live. Changes on the node's children are immediately
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodechildnodesappendchild.js 79 is live. Changes on the node's children are immediately
  /external/chromium/chrome/browser/resources/
wrench_menu.js 20 * Changes the selection state of the menu item.
menu.js 81 * Changes the selection state of the menu item.
  /build/
envsetup.sh 4 - croot: Changes directory to the top of the tree.
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 24 [14:02:28] EAS Parser| <Changes>
    [all...]
FolderSyncParserTest2.txt 24 [14:02:28] EAS Parser| <Changes>
    [all...]
  /external/v8/src/
liveedit-debugger.js 32 // according to changes of script source (if possible).
66 // Analyze changes.
154 // Committing all changes.
680 // by definition may only have changes inside their bodies). However there are
842 // Changes positions (including all statments) in function.
860 // TODO(635): try better than this; support several changes.
    [all...]
  /external/iproute2/doc/
ip-cref.tex 310 \paragraph{Warning:} If multiple parameter changes are requested,
311 \verb|ip| aborts immediately after any of the changes have failed.
    [all...]

Completed in 447 milliseconds