Home
last modified time | relevance | path

Searched refs:allFound (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/storage/
H A Dpredicate_influxql.go83 func (v *hasRefs) allFound() bool { func
93 if v.allFound() {
101 if v.allFound() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/storage/
H A Dpredicate_influxql.go83 func (v *hasRefs) allFound() bool { func
93 if v.allFound() {
101 if v.allFound() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/storage/
H A Dpredicate_influxql.go83 func (v *hasRefs) allFound() bool { func
93 if v.allFound() {
101 if v.allFound() {
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/search/partition/
H A Dset_stabilizer_search.h93 bool allFound = true; in processNewFixPoints() local
96 allFound = false; in processNewFixPoints()
100 if (allFound) { in processNewFixPoints()
H A Dset_image_search.h96 bool allFound = true; in processNewFixPoints() local
99 allFound = false; in processNewFixPoints()
103 if (allFound) { in processNewFixPoints()
H A Dvector_stabilizer_search.h115 bool allFound = true; in processNewFixPoints() local
122 allFound = false; in processNewFixPoints()
126 if (allFound) { in processNewFixPoints()
/dports/math/permlib/PermLib-0.2.9/include/permlib/search/partition/
H A Dset_stabilizer_search.h93 bool allFound = true; in processNewFixPoints() local
96 allFound = false; in processNewFixPoints()
100 if (allFound) { in processNewFixPoints()
H A Dset_image_search.h96 bool allFound = true; in processNewFixPoints() local
99 allFound = false; in processNewFixPoints()
103 if (allFound) { in processNewFixPoints()
H A Dvector_stabilizer_search.h115 bool allFound = true; in processNewFixPoints() local
122 allFound = false; in processNewFixPoints()
126 if (allFound) { in processNewFixPoints()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/
H A Dtst_importscheck.cpp295 bool allFound = true; in importTypes() local
298 allFound = false; in importTypes()
302 QVERIFY(allFound); in importTypes()
388 bool allFound = true; in moduleMapping() local
391 allFound = false; in moduleMapping()
395 QVERIFY(allFound == expectedResult); in moduleMapping()
/dports/games/xnethack/xNetHack-xnh6.1/sys/winnt/
H A Dwinnt.c583 BOOL allFound = FALSE; in winos_font_support_cp437() local
593 allFound = TRUE; in winos_font_support_cp437()
594 for (int i = 0; i < 256 && allFound; i++) { in winos_font_support_cp437()
605 allFound = FALSE; in winos_font_support_cp437()
614 return allFound; in winos_font_support_cp437()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/winnt/
H A Dwinnt.c614 BOOL allFound = FALSE; in winos_font_support_cp437() local
624 allFound = TRUE; in winos_font_support_cp437()
625 for (int i = 0; i < 256 && allFound; i++) { in winos_font_support_cp437()
636 allFound = FALSE; in winos_font_support_cp437()
645 return allFound; in winos_font_support_cp437()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/winnt/
H A Dwinnt.c614 BOOL allFound = FALSE; in winos_font_support_cp437() local
624 allFound = TRUE; in winos_font_support_cp437()
625 for (int i = 0; i < 256 && allFound; i++) { in winos_font_support_cp437()
636 allFound = FALSE; in winos_font_support_cp437()
645 return allFound; in winos_font_support_cp437()
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/files/
H A Ddbinarysearch.cpp211 bool allFound = allBinariesFound(); in slotAreBinariesFound() local
212 emit signalBinariesFound(allFound); in slotAreBinariesFound()
213 qCDebug(DIGIKAM_GENERAL_LOG) << "All Binaries Found : " << allFound; in slotAreBinariesFound()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/
H A DReactionUtils.cpp215 bool allFound = true; in checkOrderOverlap() local
226 allFound = false; in checkOrderOverlap()
230 allFound = false; in checkOrderOverlap()
236 return allFound; in checkOrderOverlap()
/dports/multimedia/phonon-gstreamer/phonon-backend-gstreamer-4.10.0/gstreamer/
H A Dplugininstaller.cpp252 bool allFound = true; in checkInstalledPlugins() local
255 allFound = false; in checkInstalledPlugins()
259 if (!allFound || m_descList.size() > 0) { in checkInstalledPlugins()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DContentProcess.cpp203 bool allFound = foundAppdir && foundChildID && foundIsForBrowser && in Init() local
208 allFound &= foundProfile; in Init()
211 if (allFound) { in Init()
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/envtest/
H A Dcrd.go155 allFound := true
177 allFound = false
180 return allFound, nil
/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrmap_accessors.go459 allFound := true
468 allFound = false
471 return mlrvals, allFound
477 allFound := true
486 allFound = false
489 return mlrvals, allFound
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/network/
H A Dserverlink.cpp299 Servers allFound(FoundMask const &mask) const in DENG2_PIMPL()
625 return d->allFound(mask).size(); in foundServerCount()
630 return d->allFound(mask).keys(); in foundServers()
636 return d->allFound(mask).contains(addr); in isFound()
641 Impl::Servers const all = d->allFound(mask); in foundServerInfo()
658 Impl::Servers const all = d->allFound(mask); in foundServerInfo()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dinfluxql_predicate.go243 func (v *hasRefs) allFound() bool { func
253 if v.allFound() {
261 if v.allFound() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dinfluxql_predicate.go243 func (v *hasRefs) allFound() bool { func
253 if v.allFound() {
261 if v.allFound() {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/envtest/
H A Dcrd.go190 allFound := true
212 allFound = false
215 return allFound, nil
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A Dcore.py709 allFound = True
712 allFound = False
714 if allFound is False:
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/storage/
H A Dpredicate_influxql.go212 func (v *hasRefs) allFound() bool { func
222 if v.allFound() {
230 if v.allFound() {

12