/libcore/luni/src/test/java/libcore/java/util/ |
D | OldGregorianCalendarTest.java | 55 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/ |
D | DHParameterSpec.java | 61 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()
|
D | DHPublicKeySpec.java | 52 private BigInteger g; field in DHPublicKeySpec 61 public DHPublicKeySpec(BigInteger y, BigInteger p, BigInteger g) { in DHPublicKeySpec()
|
D | DHPrivateKeySpec.java | 52 private BigInteger g; field in DHPrivateKeySpec 61 public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) { in DHPrivateKeySpec()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 935 final CompletableFuture<Integer> g = f.exceptionally in testExceptionally_exceptionalCompletionActionFailed() local 961 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_normalCompletion() local 988 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_exceptionalCompletion() local 1015 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCancelled() local 1043 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCompletedNormallyActionFailed() local 1074 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceFailedActionFailed() local 1106 final CompletableFuture<Integer> g = m.handle in testHandle_normalCompletion() local 1135 final CompletableFuture<Integer> g = m.handle in testHandle_exceptionalCompletion() local 1164 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCancelled() local 1193 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCompletedNormallyActionFailed() local [all …]
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 896 final CompletableFuture<Integer> g = f.exceptionally in testExceptionally_exceptionalCompletionActionFailed() local 922 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_normalCompletion() local 949 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_exceptionalCompletion() local 976 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCancelled() local 1004 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCompletedNormallyActionFailed() local 1035 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceFailedActionFailed() local 1067 final CompletableFuture<Integer> g = m.handle in testHandle_normalCompletion() local 1096 final CompletableFuture<Integer> g = m.handle in testHandle_exceptionalCompletion() local 1125 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCancelled() local 1154 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCompletedNormallyActionFailed() local [all …]
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | DSAParameterSpec.java | 46 BigInteger g; field in DSAParameterSpec 57 public DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g) { in DSAParameterSpec()
|
D | DSAPublicKeySpec.java | 50 private BigInteger g; field in DSAPublicKeySpec 64 BigInteger g) { in DSAPublicKeySpec()
|
D | DSAPrivateKeySpec.java | 50 private BigInteger g; field in DSAPrivateKeySpec 64 BigInteger g) { in DSAPrivateKeySpec()
|
D | ECParameterSpec.java | 43 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/ |
D | EncryptedPrivateKeyInfoTest.java | 202 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/ |
D | ECParameterSpec.java | 36 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/ |
D | DSAParamsTest.java | 28 private final BigInteger g = BigInteger.ZERO; field in DSAParamsTest
|
D | DSAKeyPairGeneratorTest.java | 34 private final BigInteger g = BigInteger.ZERO; field in DSAKeyPairGeneratorTest
|
/libcore/support/src/test/java/tests/resources/ |
D | hyts_PropertiesTest.properties | 22 g g key
|
/libcore/ojluni/annotations/mmodule/java/security/spec/ |
D | ECParameterSpec.annotated.java | 33 public ECParameterSpec(java.security.spec.EllipticCurve curve, java.security.spec.ECPoint g, java.m… in ECParameterSpec()
|
/libcore/ojluni/src/main/java/java/util/ |
D | ArraysParallelSortHelpers.java | 130 int b = this.base, n = this.size, wb = this.wbase, g = this.gran; in compute() local 171 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local 248 int b = this.base, n = this.size, wb = this.wbase, g = this.gran; in compute() local 285 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local 359 int b = this.base, n = this.size, wb = this.wbase, g = this.gran; in compute() local 396 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local 470 int b = this.base, n = this.size, wb = this.wbase, g = this.gran; in compute() local 507 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local 581 int b = this.base, n = this.size, wb = this.wbase, g = this.gran; in compute() local 618 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local [all …]
|
D | Arrays.java | 466 int n = a.length, p, g; in parallelSort() local 506 int n = toIndex - fromIndex, p, g; in parallelSort() local 536 int n = a.length, p, g; in parallelSort() local 576 int n = toIndex - fromIndex, p, g; in parallelSort() local 606 int n = a.length, p, g; in parallelSort() local 646 int n = toIndex - fromIndex, p, g; in parallelSort() local 676 int n = a.length, p, g; in parallelSort() local 716 int n = toIndex - fromIndex, p, g; in parallelSort() local 746 int n = a.length, p, g; in parallelSort() local 786 int n = toIndex - fromIndex, p, g; in parallelSort() local [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | ThreadGroup.java | 83 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/ |
D | attrsetvaluenomodificationallowederr.java | 80 Node g; in runTest() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ThreadGroup.java | 305 public final boolean parentOf(ThreadGroup g) { in parentOf() 823 private final void add(ThreadGroup g){ in add() 846 private void remove(ThreadGroup g) { in remove()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | AnnotationsTest.java | 41 char g() default 'k'; in g() method
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CyclicBarrier.java | 205 final Generation g = generation; in dowait() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldAndroidDataInputStreamTest.java | 86 DataInputStream g = new DataInputStream(ga); in testDataInputStream() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | GregorianCalendarTest.java | 682 GregorianCalendar g = new GregorianCalendar(TimeZone in test_getMinimalDaysInFirstWeek() local 704 GregorianCalendar g = new GregorianCalendar( in test_computeTime() local
|