Home
last modified time | relevance | path

Searched defs:testValues (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DSwitchCase.cs18 internal SwitchCase(Expression body, ReadOnlyCollection<Expression> testValues) in SwitchCase()
51 public SwitchCase Update(IEnumerable<Expression> testValues, Expression body) in Update()
73 public static SwitchCase SwitchCase(Expression body, params Expression[] testValues) in SwitchCase()
84 public static SwitchCase SwitchCase(Expression body, IEnumerable<Expression> testValues) in SwitchCase()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DSwitchCase.cs37 internal SwitchCase(Expression body, ReadOnlyCollection<Expression> testValues) { in SwitchCase()
72 public SwitchCase Update(IEnumerable<Expression> testValues, Expression body) { in Update()
87 public static SwitchCase SwitchCase(Expression body, params Expression[] testValues) { in SwitchCase()
97 public static SwitchCase SwitchCase(Expression body, IEnumerable<Expression> testValues) { in SwitchCase()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mr-tron/base58/
H A Dbase58_test.go9 type testValues struct { struct
10 dec []byte
11 enc string
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mr-tron/base58/base58/
H A Dbase58_test.go9 type testValues struct { struct
10 dec []byte
11 enc string
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DConvert.TestBase.cs14 …protected void Verify<TInput>(Func<TInput, TOutput> convert, TInput[] testValues, TOutput[] expect… in Verify() argument
28 … Func<String, IFormatProvider, TOutput> convertWithFormatProvider, String[] testValues, TOutput[] … in VerifyFromString() argument
37 … Func<Object, IFormatProvider, TOutput> convertWithFormatProvider, Object[] testValues, TOutput[] … in VerifyFromObject() argument
46 …oid VerifyFromStringWithBase(Func<String, Int32, TOutput> convert, String[] testValues, Int32[] te… in VerifyFromStringWithBase() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DTestLayoutEquality.java63 List<ValueLayout> testValues = new ArrayList<>(); in layoutConstants() local
72 …private static void addLayoutConstants(List<ValueLayout> testValues, Class<?> cls) throws Reflecti… in addLayoutConstants()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestLayoutEquality.java63 List<ValueLayout> testValues = new ArrayList<>(); in layoutConstants() local
72 …private static void addLayoutConstants(List<ValueLayout> testValues, Class<?> cls) throws Reflecti… in addLayoutConstants()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_ScrollBar.java146 int [][] testValues = getSetMaximumValues(); in test_setMaximumI() local
158 int [][] testValues = getSetMinimumValues(); in test_setMinimumI() local
183 int [][] testValues = getSetSelectionValues(); in test_setSelectionI() local
194 int [][] testValues = getSetThumbValues(); in test_setThumbI() local
H A DTest_org_eclipse_swt_widgets_ProgressBar.java67 int [][] testValues = getSetMaximumValues(); in test_setMaximumI() local
79 int [][] testValues = getSetMinimumValues(); in test_setMinimumI() local
90 int [][] testValues = getSetSelectionValues(); in test_setSelectionI() local
H A DTest_org_eclipse_swt_widgets_Scale.java63 int [][] testValues = getSetMaximumValues(); in test_setMaximumI() local
76 int [][] testValues = getSetMinimumValues(); in test_setMinimumI() local
87 int [][] testValues = getSetSelectionValues(); in test_setSelectionI() local
H A DTest_org_eclipse_swt_widgets_Slider.java180 int [][] testValues = getSetMaximumValues(); in test_setMaximumI() local
193 int [][] testValues = getSetMinimumValues(); in test_setMinimumI() local
211 int [][] testValues = getSetSelectionValues(); in test_setSelectionI() local
223 int [][] testValues = getSetThumbValues(); in test_setThumbI() local
/dports/java/cryptix-jce/src/cryptix.jce.test/
H A DCipherTest.java65 protected void testValuesCFB(String alg, String[][] testValues) in testValuesCFB()
100 protected void testValuesECB(String alg, String[][] testValues) in testValuesECB()
207 protected void testCipher(String[][] testValues) in testCipher()
H A DMessageDigestTest.java103 protected void testValues(String alg, String[][] testValues) in testValues() argument
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/web/
H A DStatisticsTest.java138 long[] testValues = new long[]{ in testAddRequestTimeMultipleCategories() local
175 long[] testValues = new long[]{ in testAddRequestTimeSum() local
194 long[] testValues = new long[]{ in testAddRequestMultipleTimeSum() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java88 private static TestVector[] testValues = { field in TestKATForGCM
260 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java88 private static TestVector[] testValues = { field in TestKATForGCM
260 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java88 private static TestVector[] testValues = { field in TestKATForGCM
260 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java89 private static TestVector[] testValues = { field in TestKATForGCM
261 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java88 private static TestVector[] testValues = { field in TestKATForGCM
260 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java88 private static TestVector[] testValues = { field in TestKATForGCM
260 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java88 private static TestVector[] testValues = { field in TestKATForGCM
260 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java89 private static TestVector[] testValues = { field in TestKATForGCM
261 public boolean execute(TestVector[] testValues) throws Exception { in execute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/Cipher/
H A DTestKATForGCM.java85 private static TestVector[] testValues = { field in TestKATForGCM
257 public boolean execute(TestVector[] testValues, Cipher c) throws Exception { in execute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/pkcs11/Cipher/
H A DTestKATForGCM.java85 private static TestVector[] testValues = { field in TestKATForGCM
257 public boolean execute(TestVector[] testValues, Cipher c) throws Exception { in execute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/Cipher/
H A DTestKATForGCM.java85 private static TestVector[] testValues = { field in TestKATForGCM
257 public boolean execute(TestVector[] testValues, Cipher c) throws Exception { in execute()

12345678910>>...29