Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 21 of 21) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DOldAlgorithmParameterGeneratorTest.java30 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator in test_initI() local
48 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator in test_initILjava_security_SecureRandom() local
DOldDHTest.java31 KeyPairGenerator gen = null; in testDHGen() local
/libcore/ojluni/src/test/java/nio/Buffer/
DgenCopyDirectMemory.sh30 gen() { function
DgenOrder.sh30 gen() { function
DgenBasic.sh30 gen() { function
/libcore/ojluni/src/tools/scripts/
DgenExceptions.sh32 gen() { function
/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPrivateKeyTest.java32 KeyFactory gen = KeyFactory.getInstance("RSA"); in test_getPrivateExponent() local
DRSAPublicKeyTest.java32 KeyFactory gen = KeyFactory.getInstance("RSA"); in test_getPublicExponent() local
DDSAKeyTest.java38 KeyPairGenerator gen = KeyPairGenerator.getInstance("DSA"); in test_getParams() local
DRSAKeyTest.java36 KeyFactory gen = KeyFactory.getInstance("RSA"); in test_getModulus() local
DRSAPrivateCrtKeyTest.java29 KeyFactory gen = KeyFactory.getInstance("RSA"); in setUp() local
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Delementremoveattributenomodificationallowederr.java72 Node gen; in runTest() local
Dattrsetvaluenomodificationallowederr.java78 Node gen; in runTest() local
Delementremoveattributenodenomodificationallowederr.java72 Node gen; in runTest() local
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DremoveAttributeNS01.java80 Node gen; in runTest() local
DsetAttributeNS03.java77 Node gen; in runTest() local
DsetAttributeNodeNS02.java81 Node gen; in runTest() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator4Test.java34 KeyPairGenerator gen = KeyPairGenerator.getInstance("DSA"); in test_genKeyPair() local
/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java1448 public static IntStream ints(RandomGenerator gen, long streamSize) { in ints()
1453 public static IntStream ints(RandomGenerator gen) { in ints()
1457 …public static IntStream ints(RandomGenerator gen, long streamSize, int randomNumberOrigin, int ran… in ints()
1463 … public static IntStream ints(RandomGenerator gen, int randomNumberOrigin, int randomNumberBound) { in ints()
1468 public static LongStream longs(RandomGenerator gen, long streamSize) { in longs()
1473 public static LongStream longs(RandomGenerator gen) { in longs()
1477 …public static LongStream longs(RandomGenerator gen, long streamSize, long randomNumberOrigin, long… in longs()
1483 …public static LongStream longs(RandomGenerator gen, long randomNumberOrigin, long randomNumberBoun… in longs()
1488 public static DoubleStream doubles(RandomGenerator gen, long streamSize) { in doubles()
1493 public static DoubleStream doubles(RandomGenerator gen) { in doubles()
[all …]
/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharset_TestGenerator.java174 CodesGenerator gen = new CodesGenerator1(); in genCodes() local
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java594 private final IntFunction<T> gen; field in ZipFile.EntrySpliterator
596 EntrySpliterator(int index, int fence, IntFunction<T> gen) { in EntrySpliterator()