Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DPerformanceComparison.java283 String getS(); in getS() method
297 public String getS() { in getS() method in PerformanceComparison.TeeImpl
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DTestECPrivateKey.java58 public BigInteger getS() { in getS() method in TestECPrivateKey
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSingularValueDecomposition.java77 RealMatrix getS(); in getS() method
DSingularValueDecompositionImpl.java176 public RealMatrix getS() throws InvalidMatrixException { in getS() method in SingularValueDecompositionImpl
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DTestECPrivateKey.java59 public BigInteger getS() { in getS() method in TestECPrivateKey
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
DSameAsBound.java68 public ResolvedType getS() { in getS() method in SameAsBound
DSubtypeOfBound.java56 public ResolvedType getS() { in getS() method in SubtypeOfBound
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECPrivateKey.java181 public BigInteger getS() { in getS() method in OpenSSLECPrivateKey
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLECPrivateKey.java182 public BigInteger getS() { in getS() method in OpenSSLECPrivateKey
/external/clang/test/Analysis/
Darray-struct-region.cpp29 struct S getS() { in getS() function
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-static-initializers.cpp141 inline S &getS() { in getS() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPrivateKey.java371 public BigInteger getS() in getS() method in JCEECPrivateKey
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DJCEECPrivateKey.java375 public BigInteger getS() in getS() method in JCEECPrivateKey
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPrivateKey.java317 public BigInteger getS() in getS() method in BCECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPrivateKey.java313 public BigInteger getS() in getS() method in BCECPrivateKey
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPrivateKey.java317 public BigInteger getS() in getS() method in BCECPrivateKey
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DJCEECPrivateKey.java375 public BigInteger getS() in getS() method in JCEECPrivateKey
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/
DOpaqueProvider.java302 public BigInteger getS() { in getS() method in OpaqueProvider.OpaqueDelegatingMarkedECPrivateKey
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
DOpaqueProvider.java291 public BigInteger getS() { in getS() method in OpaqueProvider.OpaqueDelegatingMarkedECPrivateKey
/external/libmonet/hct/
DCam16.java125 public double getS() { in getS() method in Cam16
/external/lua/src/
Dlauxlib.c796 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS() function