Home
last modified time | relevance | path

Searched refs:isUpToDate (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT…
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DComputeFQNsTest.java131 …assertEquals(candidates.isUpToDate(), false, "Input: " + code + ", up-to-date=" + candidates.isUpT… in testSuspendIndexing()
140 …assertEquals(true, candidates.isUpToDate(), "Input: " + code + ", up-to-date=" + candidates.isUpTo… in testSuspendIndexing()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/PBQP/Heuristics/
H A DBriggs.h103 bool isUpToDate; member
105 EdgeData() : worst(0), reverseWorst(0), isUpToDate(false) {} in EdgeData()
194 ed.isUpToDate = false; in preUpdateEdgeCosts()
267 assert(ed.isUpToDate && "Edge data is not up to date."); in handleRemoveEdge()
308 if (ed.isUpToDate) in computeEdgeContributions()
346 ed.isUpToDate = true; in computeEdgeContributions()
356 assert(ed.isUpToDate && "Using out-of-date edge numbers."); in addEdgeContributions()
383 assert(ed.isUpToDate && "Using out-of-date edge numbers."); in subtractEdgeContributions()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/
H A DMake.Mod572 isUpToDate := FALSE;
596 isUpToDate := isUpToDate &
610 isUpToDate := isUpToDate & Exists(module, Rep.modSymbolFileDoc);
612 IF isUpToDate THEN
628 IF isUpToDate THEN
638 RETURN isUpToDate;
971 IF ~isUpToDate THEN
997 IF ~isUpToDate THEN
1116 isUpToDate := TRUE;
1137 isUpToDate := isUpToDate &
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Drequestedartifacts.h59 bool isUpToDate(const TopLevelProject *project) const;
85 bool isUpToDate(const ResolvedProduct *product) const;
H A Drequestedartifacts.cpp53 bool RequestedArtifacts::isUpToDate(const TopLevelProject *project) const in isUpToDate() function in qbs::Internal::RequestedArtifacts
69 if (!kv.second.isUpToDate(productIt->get())) in isUpToDate()
132 bool RequestedArtifacts::RequestedArtifactsPerProduct::isUpToDate( in isUpToDate() function in qbs::Internal::RequestedArtifacts::RequestedArtifactsPerProduct
H A Dtransformerchangetracking.cpp287 if (!m_transformer->depsRequestedInPrepareScript.isUpToDate(m_product->topLevelProject())) in prepareScriptNeedsRerun()
289 if (!m_transformer->artifactsMapRequestedInPrepareScript.isUpToDate( in prepareScriptNeedsRerun()
328 if (!m_transformer->depsRequestedInCommands.isUpToDate(m_product->topLevelProject())) in commandsNeedRerun()
330 if (!m_transformer->artifactsMapRequestedInCommands.isUpToDate(m_product->topLevelProject())) in commandsNeedRerun()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheFileContextEvictor.cpp161 bool isUpToDate = false; in CacheIndexStateChanged() local
162 CacheIndex::IsUpToDate(&isUpToDate); in CacheIndexStateChanged()
165 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
169 if (!isUpToDate && !mIndexIsUpToDate) { in CacheIndexStateChanged()
174 if (isUpToDate && mIndexIsUpToDate) { in CacheIndexStateChanged()
187 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheFileContextEvictor.cpp161 bool isUpToDate = false; in CacheIndexStateChanged() local
162 CacheIndex::IsUpToDate(&isUpToDate); in CacheIndexStateChanged()
165 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
169 if (!isUpToDate && !mIndexIsUpToDate) { in CacheIndexStateChanged()
174 if (isUpToDate && mIndexIsUpToDate) { in CacheIndexStateChanged()
186 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
/dports/devel/msbuild/msbuild-0.06/src/Utilities/TrackedDependencies/
H A DFlatTrackingData.cs759 bool isUpToDate; in IsUpToDate()
767 isUpToDate = IsUpToDate(hostTask.Log, upToDateCheckType, inputs, outputs); in IsUpToDate()
771 if (!isUpToDate) in IsUpToDate()
781 return isUpToDate; in IsUpToDate()
796 bool isUpToDate = false; in IsUpToDate()
887 isUpToDate = true; in IsUpToDate()
894 return isUpToDate; in IsUpToDate()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cache2/
H A DCacheFileContextEvictor.cpp166 bool isUpToDate = false; in CacheIndexStateChanged() local
167 CacheIndex::IsUpToDate(&isUpToDate); in CacheIndexStateChanged()
170 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
174 if (!isUpToDate && !mIndexIsUpToDate) { in CacheIndexStateChanged()
179 if (isUpToDate && mIndexIsUpToDate) { in CacheIndexStateChanged()
192 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheFileContextEvictor.cpp166 bool isUpToDate = false; in CacheIndexStateChanged() local
167 CacheIndex::IsUpToDate(&isUpToDate); in CacheIndexStateChanged()
170 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
174 if (!isUpToDate && !mIndexIsUpToDate) { in CacheIndexStateChanged()
179 if (isUpToDate && mIndexIsUpToDate) { in CacheIndexStateChanged()
192 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheFileContextEvictor.cpp166 bool isUpToDate = false; in CacheIndexStateChanged() local
167 CacheIndex::IsUpToDate(&isUpToDate); in CacheIndexStateChanged()
170 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
174 if (!isUpToDate && !mIndexIsUpToDate) { in CacheIndexStateChanged()
179 if (isUpToDate && mIndexIsUpToDate) { in CacheIndexStateChanged()
192 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheFileContextEvictor.cpp165 bool isUpToDate = false; in CacheIndexStateChanged() local
166 CacheIndex::IsUpToDate(&isUpToDate); in CacheIndexStateChanged()
169 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
173 if (!isUpToDate && !mIndexIsUpToDate) { in CacheIndexStateChanged()
178 if (isUpToDate && mIndexIsUpToDate) { in CacheIndexStateChanged()
191 mIndexIsUpToDate = isUpToDate; in CacheIndexStateChanged()
/dports/net-im/qTox/qTox-1.17.4/updater/
H A Dupdate.cpp51 bool isUpToDate(UpdateFileMeta fileMeta) in isUpToDate() function
74 if (!isUpToDate(file)) in genUpdateDiff()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-worldclock/
H A Dlxqtworldclock.cpp100 bool isUpToDate(true); in updateTimeText() local
103 isUpToDate = false; in updateTimeText()
118 isUpToDate = false; in updateTimeText()
126 isUpToDate = false; in updateTimeText()
132 isUpToDate = false; in updateTimeText()
136 if (!isUpToDate) in updateTimeText()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/fb_base/
H A Dfb_base.h204 void invalidateRectCache() { isUpToDate = false; } in invalidateRectCache()
207 bool isUpToDate; variable
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Make/
H A DCache.hs102 (newInfo, isUpToDate) <-
127 pure (CacheInfo newInfo, getAll isUpToDate)
/dports/www/kf5-khtml/khtml-5.89.0/src/imload/
H A Drawimageplane.cpp29 bool RawImagePlane::isUpToDate(unsigned int tileX, unsigned int tileY, in isUpToDate() function in khtmlImLoad::RawImagePlane

123456789