Searched refs:Changes (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { argument
18 if (FailedTestsCache.count(Changes))
21 bool Result = ExecuteOneTest(Changes);
23 FailedTestsCache.insert(Changes);
44 DeltaAlgorithm::Delta(const changeset_ty &Changes, argument
46 // Invariant: union(Res) == Changes
47 UpdatedSearchState(Changes, Sets);
51 return Changes;
55 if (Search(Changes, Sets, Res))
64 return Changes;
69 Search(const changeset_ty &Changes, const changesetlist_ty &Sets, changeset_ty &Res) argument
104 Run(const changeset_ty &Changes) argument
[all...]
H A DDAGDeltaAlgorithm.cpp64 const changeset_ty &Changes; member in class:__anon10100::DAGDeltaAlgorithmImpl
119 void UpdatedSearchState(const changeset_ty &Changes, argument
122 DDA.UpdatedSearchState(Changes, Sets, Required);
146 /// GetTestResult - Get the test result for the active set \p Changes with
149 /// \param Changes - The set of active changes being minimized, which should
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
165 virtual void UpdatedSearchState(const changeset_ty &Changes,
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
187 Changes(_Changes),
190 for (changeset_ty::const_iterator it = Changes
289 GetTestResult(const changeset_ty &Changes, const changeset_ty &Required) argument
357 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DDeltaAlgorithm.h48 /// 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);
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,
74 virtual void UpdatedSearchState(const changeset_ty &Changes, argument
83 /// Run - Minimize the set \p Changes b
[all...]
H A DDAGDeltaAlgorithm.h51 /// Run - Minimize the DAG formed by the \p Changes vertices and the
56 /// \param Changes The list of changes.
59 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
63 changeset_ty Run(const changeset_ty &Changes,
67 virtual void UpdatedSearchState(const changeset_ty &Changes, argument
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DDAGDeltaAlgorithmTest.cpp25 virtual bool ExecuteOneTest(const changeset_ty &Changes) { argument
27 return std::includes(Changes.begin(), Changes.end(),
H A DDeltaAlgorithmTest.cpp40 virtual bool ExecuteOneTest(const changeset_ty &Changes) { argument
42 return std::includes(Changes.begin(), Changes.end(),
/macosx-10.10.1/CPANInternal-159.1/Ima-DBI-0.35/
H A DMakefile.PL10 than version $LAST_API_CHANGE! Please read the Changes file if you
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveRangeCalc.cpp263 unsigned Changes; local
265 Changes = 0;
321 ++Changes;
349 ++Changes;
353 } while (Changes);
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D70_Tree_Simple_Visitor_LoadDirectoryTree_test.t20 Changes
123 Changes
246 Changes
/macosx-10.10.1/rsync-45/rsync/packaging/lsb/
H A Drsync.spec72 Changes from 1.6.3-2 packaging: added latex and dvips commands
82 Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/
H A DFile-NFSLock.spec59 %doc README Changes examples
H A DFile-NFSLock.spec.PL110 %doc README Changes examples
/macosx-10.10.1/ncurses-44/ncurses/
H A Dconvert_configure.pl114 Changes: 98/11 : support check for executables in ncurses.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dchange.vim2 " Language: WEB Changes
H A Dmessages.vim5 " Changes: 2008-06-29 support for RFC3339 tuimestamps James Vega
H A Dgitcommit.vim39 syn region gitcommitSelected start=/^# Changes to be committed:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitSelectedType fold
H A Djavascript.vim6 " Changes: (ss) added keywords, reserved words, and other identifiers
H A Dsnobol4.vim6 " Changes:
/macosx-10.10.1/awk-20/src/
H A DREADME29 Changes, mostly bug fixes and occasional enhancements, are listed
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dinstall.com6 $! Changes by Zoltan Arpadffy <zoli@polarhome.com>
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dmaketests.com8 $! Changes by Richard Levitte <richard@levitte.org>
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/
H A DMakefile.PL248 Please consult the README and Changes file for further details.
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes-lib.com8 $! Changes by Richard Levitte <richard@levitte.org>
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips-lib.com8 $! Changes by Richard Levitte <richard@levitte.org>
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl-lib.com8 $! Changes by Richard Levitte <richard@levitte.org>

Completed in 236 milliseconds

12