Home
last modified time | relevance | path

Searched refs:getD (Results 1 – 25 of 48) sorted by relevance

12

/external/flatbuffers/tests/MyGame/Example/
DArrayStruct.java76 MyGame.Example.NestedStructT[] _oD = _o.getD(); in unpackTo()
87 …< 2; ++idx0) {for (int idx1 = 0; idx1 < 2; ++idx1) {_d_a[idx0][idx1] = _o.getD()[idx0].getA()[idx1… in pack()
89 for (int idx0 = 0; idx0 < 2; ++idx0) {_d_b[idx0] = _o.getD()[idx0].getB();} in pack()
91 …< 2; ++idx0) {for (int idx1 = 0; idx1 < 2; ++idx1) {_d_c[idx0][idx1] = _o.getD()[idx0].getC()[idx1… in pack()
93 …; ++idx0) {for (int idx1 = 0; idx1 < 2; ++idx1) {_d_d[idx0][idx1] = _o.getD()[idx0].getD()[idx1];}} in pack()
DNestedStruct.java58 long[] _oD = _o.getD(); in unpackTo()
65 long[] _d = _o.getD(); in pack()
DNestedStructT.java28 public long[] getD() { return d; } in getD() method in NestedStructT
DArrayStructT.java30 public MyGame.Example.NestedStructT[] getD() { return d; } in getD() method in ArrayStructT
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPrivateKey.java70 this.d = spec.getD(); in BCECPrivateKey()
122 this.d = params.getD(); in BCECPrivateKey()
152 this.d = params.getD(); in BCECPrivateKey()
189 this.d = params.getD(); in BCECPrivateKey()
318 public BigInteger getD() in getD() method in BCECPrivateKey
355 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec())); in equals()
360 return getD().hashCode() ^ engineGetSpec().hashCode(); in hashCode()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPrivateKey.java73 this.d = spec.getD(); in JCEECPrivateKey()
119 this.d = params.getD(); in JCEECPrivateKey()
147 this.d = params.getD(); in JCEECPrivateKey()
179 this.d = params.getD(); in JCEECPrivateKey()
376 public BigInteger getD() in getD() method in JCEECPrivateKey
413 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec())); in equals()
418 return getD().hashCode() ^ engineGetSpec().hashCode(); in hashCode()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPrivateKey.java74 this.d = spec.getD(); in BCECPrivateKey()
126 this.d = params.getD(); in BCECPrivateKey()
156 this.d = params.getD(); in BCECPrivateKey()
193 this.d = params.getD(); in BCECPrivateKey()
322 public BigInteger getD() in getD() method in BCECPrivateKey
359 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec())); in equals()
364 return getD().hashCode() ^ engineGetSpec().hashCode(); in hashCode()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPrivateKey.java74 this.d = spec.getD(); in BCECPrivateKey()
126 this.d = params.getD(); in BCECPrivateKey()
156 this.d = params.getD(); in BCECPrivateKey()
193 this.d = params.getD(); in BCECPrivateKey()
322 public BigInteger getD() in getD() method in BCECPrivateKey
359 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec())); in equals()
364 return getD().hashCode() ^ engineGetSpec().hashCode(); in hashCode()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DJCEECPrivateKey.java77 this.d = spec.getD(); in JCEECPrivateKey()
123 this.d = params.getD(); in JCEECPrivateKey()
151 this.d = params.getD(); in JCEECPrivateKey()
183 this.d = params.getD(); in JCEECPrivateKey()
380 public BigInteger getD() in getD() method in JCEECPrivateKey
417 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec())); in equals()
422 return getD().hashCode() ^ engineGetSpec().hashCode(); in hashCode()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DJCEECPrivateKey.java77 this.d = spec.getD(); in JCEECPrivateKey()
123 this.d = params.getD(); in JCEECPrivateKey()
151 this.d = params.getD(); in JCEECPrivateKey()
183 this.d = params.getD(); in JCEECPrivateKey()
380 public BigInteger getD() in getD() method in JCEECPrivateKey
417 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec())); in equals()
422 return getD().hashCode() ^ engineGetSpec().hashCode(); in hashCode()
/external/clang/test/CodeGenCXX/
Drtti-linkage.cpp118 const D getD();
132 return typeid(getD()); in t2()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
DIgnorePropsForSerTest.java18 public String getD() { return "abc"; } in getD() method in IgnorePropsForSerTest.IgnoreSome
103 assertEquals(value.getD(), result.get("d")); in testExplicitIgnoralWithBean()
DIncludePropsForSerTest.java26 public String getD() in getD() method in IncludePropsForSerTest.IncludeSome
128 assertEquals(value.getD(), result.get("d")); in testExplicitIncludeWithBean()
/external/robolectric/utils/reflector/src/test/java/org/robolectric/util/reflector/
DReflectorTest.java71 assertThat(reflector.getD()).isEqualTo(0); in reflector_primitiveFieldAccessors()
74 assertThat(reflector.getD()).isEqualTo(1234); in reflector_primitiveFieldAccessors()
195 int getD(); in getD() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
DECPrivateKey.java15 public BigInteger getD(); in getD() method
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/interfaces/
DECPrivateKey.java17 public BigInteger getD(); in getD() method
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/interfaces/
DECPrivateKey.java17 public BigInteger getD(); in getD() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECPrivateKeySpec.java31 public BigInteger getD() in getD() method in ECPrivateKeySpec
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DEigenDecomposition.java66 RealMatrix getD(); in getD() method
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/spec/
DECPrivateKeySpec.java33 public BigInteger getD() in getD() method in ECPrivateKeySpec
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DECPrivateKeyParameters.java19 public BigInteger getD() in getD() method in ECPrivateKeyParameters
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/spec/
DECPrivateKeySpec.java33 public BigInteger getD() in getD() method in ECPrivateKeySpec
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DECPrivateKeyParameters.java23 public BigInteger getD() in getD() method in ECPrivateKeyParameters
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/
DECPrivateKeyParameters.java23 public BigInteger getD() in getD() method in ECPrivateKeyParameters
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianFunction.java156 public double getD() { in getD() method in GaussianFunction

12