Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 49) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/util/
DOldGregorianCalendarTest.java55 GregorianCalendar g = new GregorianCalendar( in test_computeFields() local
69 GregorianCalendar g = new GregorianCalendar( in test_hashCode() local
83 GregorianCalendar g = new GregorianCalendar( in test_setFirstDayOfWeekI() local
97 GregorianCalendar g = new GregorianCalendar( in test_setMinimalDaysInFirstWeekI() local
/libcore/ojluni/src/main/java/javax/crypto/spec/
DDHParameterSpec.java61 private BigInteger g; field in DHParameterSpec
73 public DHParameterSpec(BigInteger p, BigInteger g) { in DHParameterSpec()
89 public DHParameterSpec(BigInteger p, BigInteger g, int l) { in DHParameterSpec()
DDHPublicKeySpec.java52 private BigInteger g; field in DHPublicKeySpec
61 public DHPublicKeySpec(BigInteger y, BigInteger p, BigInteger g) { in DHPublicKeySpec()
DDHPrivateKeySpec.java52 private BigInteger g; field in DHPrivateKeySpec
61 public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) { in DHPrivateKeySpec()
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java904 final CompletableFuture<Integer> g = f.exceptionally in testExceptionally_exceptionalCompletionActionFailed() local
930 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_normalCompletion() local
957 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_exceptionalCompletion() local
984 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCancelled() local
1012 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCompletedNormallyActionFailed() local
1043 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceFailedActionFailed() local
1075 final CompletableFuture<Integer> g = m.handle in testHandle_normalCompletion() local
1104 final CompletableFuture<Integer> g = m.handle in testHandle_exceptionalCompletion() local
1133 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCancelled() local
1162 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCompletedNormallyActionFailed() local
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1001 final CompletableFuture<Item> g = m.exceptionally in testExceptionally_exceptionalCompletionActionFailed() local
1027 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_normalCompletion() local
1054 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_exceptionalCompletion() local
1081 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_sourceCancelled() local
1109 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_sourceCompletedNormallyActionFailed() local
1140 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_sourceFailedActionFailed() local
1172 final CompletableFuture<Item> g = m.handle in testHandle_normalCompletion() local
1201 final CompletableFuture<Item> g = m.handle in testHandle_exceptionalCompletion() local
1230 final CompletableFuture<Item> g = m.handle in testHandle_sourceCancelled() local
1259 final CompletableFuture<Item> g = m.handle in testHandle_sourceCompletedNormallyActionFailed() local
[all …]
/libcore/ojluni/src/main/java/java/security/spec/
DDSAParameterSpec.java46 BigInteger g; field in DSAParameterSpec
57 public DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g) { in DSAParameterSpec()
DDSAPublicKeySpec.java50 private BigInteger g; field in DSAPublicKeySpec
64 BigInteger g) { in DSAPublicKeySpec()
DDSAPrivateKeySpec.java50 private BigInteger g; field in DSAPrivateKeySpec
64 BigInteger g) { in DSAPrivateKeySpec()
DECParameterSpec.java43 private final ECPoint g; field in ECParameterSpec
60 public ECParameterSpec(EllipticCurve curve, ECPoint g, in ECParameterSpec()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DEncryptedPrivateKeyInfoTest.java202 TestDataGenerator g = new TestDataGenerator(algName[i][0], in test_getAlgName() local
1119 TestDataGenerator g = new TestDataGenerator(algName[i][0], in test_ROUNDTRIP_GetKeySpecCipher01() local
1158 TestDataGenerator g = new TestDataGenerator(algName[i][0], in test_ROUNDTRIP_GetKeySpecCipher02() local
1221 TestDataGenerator g = new TestDataGenerator(algName[i][0], in test_ROUNDTRIP_GetKeySpecKey01() local
1259 TestDataGenerator g = new TestDataGenerator(algName[i][0], in test_ROUNDTRIP_GetKeySpecKey02() local
1358 TestDataGenerator g; in test_ROUNDTRIP_GetKeySpecKeyString01() local
1407 TestDataGenerator g; in test_ROUNDTRIP_GetKeySpecKeyString02() local
1500 TestDataGenerator g; in test_ROUNDTRIP_GetKeySpecKeyProvider01() local
1549 TestDataGenerator g; in test_ROUNDTRIP_GetKeySpecKeyProvider02() local
/libcore/ojluni/annotations/hiddenapi/java/security/spec/
DECParameterSpec.java36 java.security.spec.ECPoint g, in ECParameterSpec()
76 private final java.security.spec.ECPoint g; field in ECParameterSpec
/libcore/luni/src/test/java/tests/security/interfaces/
DDSAParamsTest.java28 private final BigInteger g = BigInteger.ZERO; field in DSAParamsTest
DDSAKeyPairGeneratorTest.java34 private final BigInteger g = BigInteger.ZERO; field in DSAKeyPairGeneratorTest
/libcore/support/src/test/java/tests/resources/
Dhyts_PropertiesTest.properties22 g g key
/libcore/ojluni/annotations/mmodule/java/security/spec/
DECParameterSpec.annotated.java33 public ECParameterSpec(java.security.spec.EllipticCurve curve, java.security.spec.ECPoint g, java.m… in ECParameterSpec()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadGroup.java83 public final boolean parentOf(java.lang.ThreadGroup g) { in parentOf()
150 private final void add(java.lang.ThreadGroup g) { in add()
154 private void remove(java.lang.ThreadGroup g) { in remove()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dattrsetvaluenomodificationallowederr.java80 Node g; in runTest() local
/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java303 public final boolean parentOf(ThreadGroup g) { in parentOf()
821 private final void add(ThreadGroup g){ in add()
844 private void remove(ThreadGroup g) { in remove()
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotationsTest.java41 char g() default 'k'; in g() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollection.annotated.java47 …Null java.util.function.IntFunction<@libcore.util.NullFromTypeParam T @libcore.util.NonNull []> g); in toArray()
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidDataInputStreamTest.java86 DataInputStream g = new DataInputStream(ga); in testDataInputStream() local
/libcore/ojluni/src/main/java/java/util/
DArraysParallelSortHelpers.java132 int b = this.base, n = this.size, wb = this.wbase, g = this.gran; in compute() local
179 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DCyclicBarrier.java207 final Generation g = generation; in dowait() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DGregorianCalendarTest.java682 GregorianCalendar g = new GregorianCalendar(TimeZone in test_getMinimalDaysInFirstWeek() local
704 GregorianCalendar g = new GregorianCalendar( in test_computeTime() local

12