Home
last modified time | relevance | path

Searched defs:algorithmType (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.TypeSystem/tests/
H A DCanonicalizationTests.cs48 public void TestGenericTypes(CanonicalizationMode algorithmType) in TestGenericTypes()
125 public void TestGenericTypesNegative(CanonicalizationMode algorithmType) in TestGenericTypesNegative()
158 public void TestArrayTypes(CanonicalizationMode algorithmType) in TestArrayTypes()
204 public void TestMethodsOnGenericTypes(CanonicalizationMode algorithmType) in TestMethodsOnGenericTypes()
257 public void TestArrayMethods(CanonicalizationMode algorithmType) in TestArrayMethods()
284 public void TestUpgradeToUniversalCanon(CanonicalizationMode algorithmType) in TestUpgradeToUniversalCanon()
303 public void TestDowngradeFromUniversalCanon(CanonicalizationMode algorithmType) in TestDowngradeFromUniversalCanon()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Calendars/tests/Misc/
H A DCalendars.cs91 …atic void CloningTest(Calendar calendar, int yearHasLeapMonth, CalendarAlgorithmType algorithmType) in CloningTest()
99 …void GetLeapMonthTest(Calendar calendar, int yearHasLeapMonth, CalendarAlgorithmType algorithmType) in GetLeapMonthTest()
113 …tic void ReadOnlyTest(Calendar calendar, int yearHasLeapMonth, CalendarAlgorithmType algorithmType) in ReadOnlyTest()
124 …oid AlgorithmTypeTest(Calendar calendar, int yearHasLeapMonth, CalendarAlgorithmType algorithmType) in AlgorithmTypeTest()
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce/
H A DJcaTlsEdDSASigner.java16 protected final short algorithmType; field in JcaTlsEdDSASigner
19 …public JcaTlsEdDSASigner(JcaTlsCrypto crypto, PrivateKey privateKey, short algorithmType, String a… in JcaTlsEdDSASigner()
H A DJcaTlsDSSSigner.java22 protected final short algorithmType; field in JcaTlsDSSSigner
25 …protected JcaTlsDSSSigner(JcaTlsCrypto crypto, PrivateKey privateKey, short algorithmType, String … in JcaTlsDSSSigner()
H A DJcaTlsEdDSAVerifier.java17 protected final short algorithmType; field in JcaTlsEdDSAVerifier
20 …public JcaTlsEdDSAVerifier(JcaTlsCrypto crypto, PublicKey publicKey, short algorithmType, String a… in JcaTlsEdDSAVerifier()
H A DJcaTlsDSSVerifier.java21 protected final short algorithmType; field in JcaTlsDSSVerifier
24 …protected JcaTlsDSSVerifier(JcaTlsCrypto crypto, PublicKey publicKey, short algorithmType, String … in JcaTlsDSSVerifier()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xphoto/src/
H A Dinpainting.cpp298 void inpaint(const Mat &src, const Mat &mask, Mat &dst, const int algorithmType) in inpaint()
315 void inpaint_shiftmap(const Mat &src, const Mat &mask, Mat &dst, const int algorithmType) in inpaint_shiftmap()
410 void inpaint(const Mat &src, const Mat &mask, Mat &dst, const int algorithmType) in inpaint()
H A Dinpainting_fsr.impl.hpp751 void inpaint_fsr(const Mat &src, const Mat &mask, Mat &dst, const int algorithmType) in inpaint_fsr()
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DIPSECKEYRecord.java37 private int algorithmType; field in IPSECKEYRecord
58 int gatewayType, int algorithmType, Object gateway, in IPSECKEYRecord()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/test/
H A DitkMorphologicalGradientImageFilterTest2.cxx55 const int algorithmType = gradient->GetAlgorithm(); in itkMorphologicalGradientImageFilterTest2() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/i18nutil/
H A Dsearchopt.hxx36 css::util::SearchAlgorithms algorithmType; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/i18nutil/
H A Dsearchopt.hxx36 css::util::SearchAlgorithms algorithmType; member
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Script/src/
H A DSchemeHandle.cpp164 const QString algorithmType = QString::fromWCharArray(_algorithmType); in createSas() local
214 const QString algorithmType = QString::fromWCharArray(_algorithmType); in launchSas() local
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dchk_use.c311 int algorithmType = ALGO_TYPE_NONE, localKeyUsage, status; in getKeyUsageFromExtKeyUsage() local
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dknearest.cpp463 int algorithmType = BRUTE_FORCE; in read() local
492 void initImpl(int algorithmType) in initImpl()
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/smsd/
H A DIsomorphism.java170 private Algorithm algorithmType; field in Isomorphism
192 public Isomorphism(Algorithm algorithmType, boolean bondTypeFlag) { in Isomorphism()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/engine/
H A DOverlappingPairs.cpp285 NarrowPhaseAlgorithmType algorithmType; in addPair() local
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/systems/
H A DCollisionDetectionSystem.cpp263 NarrowPhaseAlgorithmType algorithmType = mOverlappingPairs.mNarrowPhaseAlgorithmType[i]; in computeMiddlePhase() local
331 … NarrowPhaseAlgorithmType algorithmType = mOverlappingPairs.mNarrowPhaseAlgorithmType[pairIndex]; in computeMiddlePhaseCollisionSnapshot() local
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlDiagramReader_p.cpp1000 AlgorithmAtom::Algorithm LayoutNodeAtom::algorithmType() const { in algorithmType() function in LayoutNodeAtom