HomeSort by relevance Sort by last modified time
    Searched refs:Changes (Results 1 - 24 of 24) 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 \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 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/Target/R600/
SIInsertWaits.cpp 332 bool Changes = false;
349 Changes |= insertWait(MBB, I, handleOperands(*I));
354 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
357 return Changes;
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 289 unsigned Changes;
291 Changes = 0;
347 ++Changes;
375 ++Changes;
379 } 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.
48 * 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 703 AvailabilityChange Changes[Unknown];
798 if (!Changes[Index].KeywordLoc.isInvalid()) {
801 << SourceRange(Changes[Index].KeywordLoc,
802 Changes[Index].VersionRange.getEnd());
805 Changes[Index].KeywordLoc = KeywordLoc;
806 Changes[Index].Version = Version;
807 Changes[Index].VersionRange = VersionRange;
827 // availability changes. Make sure that hasn't happened.
831 if (Changes[Index].KeywordLoc.isValid()) {
834 << SourceRange(Changes[Index].KeywordLoc
    [all...]
  /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.
  /external/ceres-solver/docs/
changes.tex 5 \subsection{API Changes}
120 \item Ability to build Ceres as a shared library (MacOS and Linux only), associated versioning and build release script changes.
127 \item Change the slop handling around zero for model cost changes to use
196 \item Logging level changes in ConjugateGradientsSolver
  /build/
envsetup.sh 6 - croot: Changes directory to the top of the tree.
    [all...]
  /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...]
  /frameworks/base/docs/html/training/
training_toc.cs 213 when playing audio, and respond appropriately to changes in audio focus."
359 Animating Layout Changes
406 "How to create a network connection, monitor the connection for 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 2953 milliseconds