Searched defs:getD (Results 1 - 14 of 14) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPrivateKey.java15 public BigInteger getD(); method in interface:ECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DECPrivateKeyParameters.java18 public BigInteger getD() method in class:ECPrivateKeyParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECPrivateKeySpec.java31 public BigInteger getD() method in class:ECPrivateKeySpec
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DConfiguratorTest.java37 public int getD() { method in class:ConfiguratorTest.A
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DEigenDecomposition.java66 RealMatrix getD(); method in interface:EigenDecomposition
82 * @see #getD()
92 * @see #getD()
101 * @see #getD()
111 * @see #getD()
121 * @see #getD()
H A DEigenDecompositionImpl.java36 * by {@link #getD()} is always diagonal and the imaginary values returned
174 public RealMatrix getD() throws InvalidMatrixException { method in class:EigenDecompositionImpl
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DGaussianFunction.java156 public double getD() { method in class:GaussianFunction
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java72 this.d = spec.getD();
126 this.d = params.getD();
159 this.d = params.getD();
197 this.d = params.getD();
326 public BigInteger getD() method in class:BCECPrivateKey
363 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
368 return getD().hashCode() ^ engineGetSpec().hashCode();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java72 this.d = spec.getD();
120 this.d = params.getD();
151 this.d = params.getD();
186 this.d = params.getD();
389 public BigInteger getD() method in class:JCEECPrivateKey
426 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
431 return getD().hashCode() ^ engineGetSpec().hashCode();
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java662 row[6] = "" + getD(typeStr, type);
1544 static int getD(String typeStr, int type) { method in class:JDBCDatabaseMetaData
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp342 const SCEV *DependenceInfo::Constraint::getD() const { function in class:DependenceInfo::Constraint
398 OS << " Distance is " << *getD() <<
436 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
438 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
445 if (isa<SCEVConstant>(Y->getD())) {
3013 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3133 Level.Distance = CurConstraint.getD();
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 1369 milliseconds