Home
last modified time | relevance | path

Searched refs:acceptAll (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DParserFilter.java36 private final boolean acceptAll; field in ParserFilter
42 private ParserFilter(boolean acceptAll, Map<String, Long> thresholds) { in ParserFilter() argument
43 this.acceptAll = acceptAll; in ParserFilter()
58 if (acceptAll) { in getThreshold()
69 if (acceptAll) { in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DParserFilter.java36 private final boolean acceptAll; field in ParserFilter
42 private ParserFilter(boolean acceptAll, Map<String, Long> thresholds) { in ParserFilter() argument
43 this.acceptAll = acceptAll; in ParserFilter()
58 if (acceptAll) { in getThreshold()
70 if (acceptAll) { in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DParserFilter.java36 private final boolean acceptAll; field in ParserFilter
42 private ParserFilter(boolean acceptAll, Map<String, Long> thresholds) { in ParserFilter() argument
43 this.acceptAll = acceptAll; in ParserFilter()
58 if (acceptAll) { in getThreshold()
69 if (acceptAll) { in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DParserFilter.java36 private final boolean acceptAll; field in ParserFilter
42 private ParserFilter(boolean acceptAll, Map<String, Long> thresholds) { in ParserFilter() argument
43 this.acceptAll = acceptAll; in ParserFilter()
58 if (acceptAll) { in getThreshold()
69 if (acceptAll) { in toString()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/gstreamer/
H A Deffectmanager.cpp68 bool acceptAll = pluginString.toInt(); in EffectManager() local
70 if (acceptAll in EffectManager()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DprimvarsAPI.cpp299 bool acceptAll) in _AddPrimToInheritedPrimvars() argument
329 if (pvIsConstant || acceptAll){ in _AddPrimToInheritedPrimvars()
342 if ( !foundMatch && (pvIsConstant || acceptAll)) { in _AddPrimToInheritedPrimvars()
354 bool acceptAll = false) in _RecurseForInheritablePrimvars() argument
362 _AddPrimToInheritedPrimvars(prim, pvPrefix, primvars, primvars, acceptAll); in _RecurseForInheritablePrimvars()
/dports/multimedia/phonon-gstreamer/phonon-backend-gstreamer-4.10.0/gstreamer/
H A Deffectmanager.cpp75 bool acceptAll = pluginString.toInt(); in EffectManager() local
77 if (acceptAll in EffectManager()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/api/filters/nameref/
H A Dnameref.go232 func acceptAll(r *resource.Resource) bool { func
270 return acceptAll
274 return acceptAll
289 return acceptAll
/dports/net/kea/kea-2.0.1/src/lib/eval/
H A Deval_context.h55 CheckDefined check_defined = acceptAll);
64 static bool acceptAll(const ClientClass& client_class);
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/etcd3/
H A Dwatcher.go319 func (wc *watchChan) acceptAll() bool { func
363 if wc.acceptAll() {
443 if len(e.prevValue) > 0 && (e.isDeleted || !wc.acceptAll()) {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/etcd3/
H A Dwatcher.go310 func (wc *watchChan) acceptAll() bool { func
354 if wc.acceptAll() {
434 if len(e.prevValue) > 0 && (e.isDeleted || !wc.acceptAll()) {
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/parsers/
H A Dclient_class_def_parser.h78 isc::eval::EvalContext::acceptAll);
/dports/sysutils/plasma5-discover/discover-5.23.5/libdiscover/backends/SnapBackend/
H A DSnapBackend.cpp162 …std::function<bool(const QSharedPointer<QSnapdSnap> &)> acceptAll = [](const QSharedPointer<QSnapd… in populate() local
165 return populateJobsWithFilter(jobs, acceptAll); in populate()
/dports/www/kannel/gateway-1.4.4/test/
H A Dfakewap.c708 char acceptAll[] = { 0x80, 0x80 }; in send_post() local
721 …oreVarInt( &msgbuf[off], content_type_len+octstr_len(useragent)+contentlen_len+sizeof(acceptAll) ); in send_post()
730 memcpy( &msgbuf[off], acceptAll, sizeof(acceptAll) ); in send_post()
731 off += sizeof(acceptAll); in send_post()
/dports/net/gdrive/gdrive-2.1.1/drive/
H A Dsync.go592 acceptAll := func(string) bool {
597 return acceptAll, nil
602 return acceptAll, fmt.Errorf("Failed to prepare ignorer: %s", err)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/bma_refine/
H A DRefinerPhase.cpp151 bool rowSelectorExisted, acceptAll = true; in DoPhase() local
240 if (!acceptAll) { in DoPhase()
267 if (!acceptAll) { in DoPhase()
339 if (acceptAll) { in DoPhase()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DExampleApp.py383 def getMatchingTitles(self, text, exDict=None, acceptAll=False): argument
389 matched = acceptAll or text in kk.lower()
391 titles.extend(self.getMatchingTitles(text, vv, acceptAll=matched))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/langtools/test/sym/
H A DCreateSymbolsTestImpl.java533 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
543 }.createBaseLine(versions, acceptAll, descDest, null); in testGenerate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/langtools/test/sym/
H A DCreateSymbolsTestImpl.java533 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
543 }.createBaseLine(versions, acceptAll, descDest, null); in testGenerate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/platform/createsymbols/
H A DCreateSymbolsTestImpl.java645 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
655 }.createBaseLine(versions, acceptAll, descDest, new String[0]); in testGenerate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/langtools/test/sym/
H A DCreateSymbolsTestImpl.java533 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
543 }.createBaseLine(versions, acceptAll, descDest, null); in testGenerate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/langtools/test/sym/
H A DCreateSymbolsTestImpl.java533 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
543 }.createBaseLine(versions, acceptAll, descDest, null); in testGenerate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/langtools/test/sym/
H A DCreateSymbolsTestImpl.java533 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
543 }.createBaseLine(versions, acceptAll, descDest, null); in testGenerate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/langtools/test/sym/
H A DCreateSymbolsTestImpl.java533 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
543 }.createBaseLine(versions, acceptAll, descDest, null); in testGenerate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/platform/createsymbols/
H A DCreateSymbolsTestImpl.java714 ExcludeIncludeList acceptAll = new ExcludeIncludeList(null, null) { in testGenerate() local
724 }.createBaseLine(versions, acceptAll, descDest, new String[0]); in testGenerate()

12