Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/common/framework/
H A Dpreprocessor.ts23 protected checkDepth(stack: StateStack): void { method in Directive
42 this.checkDepth(stack);
60 this.checkDepth(stack);
74 this.checkDepth(stack);
86 this.checkDepth(stack);
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/test/
H A D_testFraming.py47 a = Act(action = need, act = need.checkDepth, parms = dict(depth = 5.0))
62 a = Act(action = need, act = need.checkDepth, parms = dict(depth = 4.0))
71 a = Act(action = need, act = need.checkDepth, parms = dict(depth = 1.5))
/dports/textproc/zorba/zorba-2.7.0/src/runtime/api/
H A Dplan_wrapper.cpp188 void PlanWrapper::checkDepth(const QueryLoc& loc) in checkDepth() function in zorba::PlanWrapper
190 thePlanState->checkDepth(loc); in checkDepth()
H A Dplan_wrapper.h104 void checkDepth(const QueryLoc& loc);
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base/
H A Dplan_iterator.cpp54 void PlanState::checkDepth(const QueryLoc& loc) in checkDepth() function in zorba::PlanState
H A Dplan_iterator.h158 void checkDepth(const QueryLoc& loc);
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DGraph.hh72 void checkDepth (double ymax,
H A DGraph.cc91 void Graph::checkDepth (double ymax, in checkDepth() function in libxtide::Graph
261 checkDepth (ymax, ymin, valmax, valmin, lineStep_out, minDepth_out, in figureLabels()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/btcjson/
H A Dchainsvrcmds.go751 func NewVerifyChainCmd(checkLevel, checkDepth *int32) *VerifyChainCmd {
754 CheckDepth: checkDepth,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/btcjson/
H A Dchainsvrcmds.go751 func NewVerifyChainCmd(checkLevel, checkDepth *int32) *VerifyChainCmd {
754 CheckDepth: checkDepth,
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/
H A Dchainsvrcmds.go793 func NewVerifyChainCmd(checkLevel, checkDepth *int32) *VerifyChainCmd {
796 CheckDepth: checkDepth,
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/
H A Dchainsvrcmds.go793 func NewVerifyChainCmd(checkLevel, checkDepth *int32) *VerifyChainCmd {
796 CheckDepth: checkDepth,
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/
H A Dchainsvrcmds.go793 func NewVerifyChainCmd(checkLevel, checkDepth *int32) *VerifyChainCmd {
796 CheckDepth: checkDepth,
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/
H A Dchainsvrcmds.go793 func NewVerifyChainCmd(checkLevel, checkDepth *int32) *VerifyChainCmd {
796 CheckDepth: checkDepth,
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DInstanceArguments.hs441 checkDepth :: Term -> Type -> TCM YesNoMaybe -> TCM YesNoMaybe
442 checkDepth c a k = locallyTC eInstanceDepth succ $ do function
449 checkCandidateForMeta m t (Candidate q term t' _) = checkDepth term t' $ do
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dodometry.cpp83 void checkDepth(const Mat& depth, const Size& imageSize) in checkDepth() function
1155 checkDepth(frame->depth, frame->image.size()); in prepareFrameCache()
1240 checkDepth(frame->depth, frame->depth.size()); in prepareFrameCache()
1359 checkDepth(frame->depth, frame->image.size()); in prepareFrameCache()
1490 checkDepth(frame->depth, frame->depth.size()); in prepareFrameCache()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/eval/
H A Deval.cpp181 state->thePlanWrapper->checkDepth(loc); in nextImpl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/linewrap/
H A DWrapExecutor.java657 boolean checkDepth = wrapToken != null && wrapToken.isWrappable()
660 while (checkDepth && nextWrap != null) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java218 checkDepth(rawname); in scanStartElement()

12