Home
last modified time | relevance | path

Searched refs:secondPass (Results 1 – 25 of 54) sorted by relevance

123

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DMultiplePassVariantWalkerUnitTest.java19 public int secondPass = 0; field in MultiplePassVariantWalkerUnitTest.DummyMultiplePassVariantWalker
34 secondPass++; in secondPassApply()
49 Assert.assertEquals(walker.secondPass, expectedNumberOfVariantContexts); in testTwoPassTraversal()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/
H A DPlannerResolutionJob.java95 ProvisioningContext secondPass = evaluator.getSecondPassProvisioningContext(plan); in runModal() local
96 if (secondPass == null) in runModal()
99 successful = secondPass; in runModal()
100 …ession().getProvisioningAgent().getService(IPlanner.class).getProvisioningPlan(request, secondPass, in runModal()
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DhtmlStripper.py40 secondPass = repeatedNewlines.transformString(firstPass) variable
42 print(secondPass)
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DhtmlStripper.py30 secondPass = repeatedNewlines.transformString(firstPass) variable
32 print(secondPass)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Jpg/Internal/
H A DFastDct.hs73 secondPass workData 7
149 secondPass :: M.STVector s Int32 -> Int -> ST s ()
150 secondPass _ (-1) = return () function
151 secondPass block i = do function
214 secondPass block (i - 1)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Jpg/Internal/
H A DFastDct.hs73 secondPass workData 7
149 secondPass :: M.STVector s Int32 -> Int -> ST s ()
150 secondPass _ (-1) = return () function
151 secondPass block i = do function
214 secondPass block (i - 1)
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/storage/
H A DBlockReplicationPolicySuite.scala61 val secondPass = replicationPolicy.prioritize( constant
69 assert(secondPass.toSet.size === numReplicas)
/dports/www/trafficserver/trafficserver-9.1.1/plugins/prefetch/
H A Dplugin.cc154 secondPass() const in secondPass() function in PrefetchTxnData
466 if (data->frontend() && data->secondPass()) { in contHandleFetch()
491 if (data->secondPass()) { in contHandleFetch()
560 …if ((data->backend() && data->firstPass()) || (data->frontend() && data->secondPass() && !data->_b… in contHandleFetch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/
H A DValidateText_EndElement.cs547 bool secondPass; in TestForIdentityConstraints_Valid_InvalidDuplicateKey_InvalidKeyRefMissing_InvalidIdentitiConstraintIsSet()
599 secondPass = false; in TestForIdentityConstraints_Valid_InvalidDuplicateKey_InvalidKeyRefMissing_InvalidIdentitiConstraintIsSet()
610 if (constrType == "duplicate" && secondPass) in TestForIdentityConstraints_Valid_InvalidDuplicateKey_InvalidKeyRefMissing_InvalidIdentitiConstraintIsSet()
625 secondPass = true; in TestForIdentityConstraints_Valid_InvalidDuplicateKey_InvalidKeyRefMissing_InvalidIdentitiConstraintIsSet()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_spill_restore.erl48 ?option_time(secondPass(CFG1), ?X86STR" Second Pass", Options).
156 secondPass(CFG0) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_spill_restore.erl48 ?option_time(secondPass(CFG1), ?X86STR" Second Pass", Options).
156 secondPass(CFG0) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_x86_spill_restore.erl48 ?option_time(secondPass(CFG1), ?X86STR" Second Pass", Options).
156 secondPass(CFG0) -> function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/
H A DSuperTypeRefactoringProcessor.java1117 final Map<IJavaProject, Set<ICompilationUnit>> secondPass= new HashMap<>(); in solveSuperTypeConstraints() local
1188 …performFirstPass(creator, secondPass, groups, unit, node, new SubProgressMonitor(subsubsubMonitor,… in solveSuperTypeConstraints()
1213 …performFirstPass(creator, secondPass, groups, subUnit, subNode, new SubProgressMonitor(subMonitor,… in solveSuperTypeConstraints()
1216 final Set<IJavaProject> keySet= secondPass.keySet(); in solveSuperTypeConstraints()
1223 cuCollection= secondPass.get(project); in solveSuperTypeConstraints()
1254 secondPass.clear(); in solveSuperTypeConstraints()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGeneratorTarget.h938 bool secondPass) const;
961 bool secondPass) const;
965 bool secondPass) const;
967 bool secondPass) const;
998 bool secondPass = false) const;
H A DcmGeneratorTarget.cxx2542 , SecondPass(secondPass) in cmTargetCollectLinkLanguages()
2692 this->GetLinkImplementation(config, secondPass); in ComputeLinkClosure()
2708 if (secondPass || lc.LinkerLanguage.empty()) { in ComputeLinkClosure()
2736 bool secondPass = false; in ComputeLinkClosure() local
2749 if (!secondPass) { in ComputeLinkClosure()
2754 if (secondPass) { in ComputeLinkClosure()
6445 bool secondPass) const in GetLinkInterface()
6462 if (secondPass) { in GetLinkInterface()
7086 if (secondPass) { in GetImportLinkInterface()
7315 const std::string& config, bool secondPass) const in GetLinkImplementation()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGeneratorTarget.h938 bool secondPass) const;
961 bool secondPass) const;
965 bool secondPass) const;
967 bool secondPass) const;
998 bool secondPass = false) const;
H A DcmGeneratorTarget.cxx2542 , SecondPass(secondPass) in cmTargetCollectLinkLanguages()
2692 this->GetLinkImplementation(config, secondPass); in ComputeLinkClosure()
2708 if (secondPass || lc.LinkerLanguage.empty()) { in ComputeLinkClosure()
2736 bool secondPass = false; in ComputeLinkClosure() local
2749 if (!secondPass) { in ComputeLinkClosure()
2754 if (secondPass) { in ComputeLinkClosure()
6445 bool secondPass) const in GetLinkInterface()
6462 if (secondPass) { in GetLinkInterface()
7086 if (secondPass) { in GetImportLinkInterface()
7315 const std::string& config, bool secondPass) const in GetLinkImplementation()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGeneratorTarget.h938 bool secondPass) const;
961 bool secondPass) const;
965 bool secondPass) const;
967 bool secondPass) const;
998 bool secondPass = false) const;
H A DcmGeneratorTarget.cxx2542 , SecondPass(secondPass) in cmTargetCollectLinkLanguages()
2692 this->GetLinkImplementation(config, secondPass); in ComputeLinkClosure()
2708 if (secondPass || lc.LinkerLanguage.empty()) { in ComputeLinkClosure()
2736 bool secondPass = false; in ComputeLinkClosure() local
2749 if (!secondPass) { in ComputeLinkClosure()
2754 if (secondPass) { in ComputeLinkClosure()
6445 bool secondPass) const in GetLinkInterface()
6462 if (secondPass) { in GetLinkInterface()
7086 if (secondPass) { in GetImportLinkInterface()
7315 const std::string& config, bool secondPass) const in GetLinkImplementation()
[all …]
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/russross/blackfriday/
H A Dmarkdown.go389 second := secondPass(p, first)
455 func secondPass(p *parser, input []byte) []byte { func
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/russross/blackfriday/
H A Dmarkdown.go389 second := secondPass(p, first)
455 func secondPass(p *parser, input []byte) []byte { func
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/russross/blackfriday/
H A Dmarkdown.go389 second := secondPass(p, first)
455 func secondPass(p *parser, input []byte) []byte { func
/dports/devel/lab/lab-0.17.2/vendor/github.com/russross/blackfriday/
H A Dmarkdown.go389 second := secondPass(p, first)
455 func secondPass(p *parser, input []byte) []byte { func
/dports/devel/lab/lab-0.17.2/vendor/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday/
H A Dmarkdown.go389 second := secondPass(p, first)
455 func secondPass(p *parser, input []byte) []byte { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/russross/blackfriday/
H A Dmarkdown.go389 second := secondPass(p, first)
455 func secondPass(p *parser, input []byte) []byte { func

123