Searched defs:getS (Results 1 - 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DSingularValueDecomposition.java77 RealMatrix getS(); method in interface:SingularValueDecomposition
H A DSingularValueDecompositionImpl.java176 public RealMatrix getS() throws InvalidMatrixException { method in class:SingularValueDecompositionImpl
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DECPrivateKeyTest.java68 public BigInteger getS() { method in class:ECPrivateKeyTest.checkECPrivateKey
/external/clang/test/Analysis/
H A Darray-struct-region.cpp29 struct S getS() { function
34 struct S getS();
39 struct S s = getS();
62 int x = getS().field;
68 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}}
69 clang_analyzer_eval((void *)+getS() == (void *)&x); // expected-warning{{FALSE}}
70 clang_analyzer_eval((void *)-getS() == (void *)&x); // expected-warning{{FALSE}}
72 clang_analyzer_eval(getS().check()); // expected-warning{{TRUE}}
73 clang_analyzer_eval(!getS()); // expected-warning{{FALSE}}
74 clang_analyzer_eval(~getS()); // expecte
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLECPrivateKey.java58 final BigInteger privKey = ecKeySpec.getS();
142 final BigInteger privKey = ecPrivateKey.getS();
189 public BigInteger getS() { method in class:OpenSSLECPrivateKey
222 if (!getPrivateKey().equals(other.getS())) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java62 this.d = key.getS();
100 this.d = spec.getS();
297 orderBitLength = ECUtil.getOrderBitLength(ecSpec.getOrder(), this.getS());
302 orderBitLength = ECUtil.getOrderBitLength(null, this.getS());
316 orderBitLength = ECUtil.getOrderBitLength(ecSpec.getOrder(), this.getS());
324 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(orderBitLength, this.getS(), publicKey, params);
328 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(orderBitLength, this.getS(), params);
368 public BigInteger getS() method in class:BCECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java62 this.d = key.getS();
95 this.d = spec.getS();
328 keyStructure = new ECPrivateKeyStructure(this.getS(), publicKey, params);
332 keyStructure = new ECPrivateKeyStructure(this.getS(), params);
382 public BigInteger getS() method in class:JCEECPrivateKey
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-static-initializers.cpp141 inline S &getS() { function
146 // CHECK-LABEL: define linkonce_odr dereferenceable({{[0-9]+}}) %struct.S* @"\01?getS@@YAAAUS@@XZ"() {{.*}} comdat
147 // CHECK: load i32, i32* @"\01??_B?1??getS@@YAAAUS@@XZ@51"
153 // CHECK: store i32 {{.*}}, i32* @"\01??_B?1??getS@@YAAAUS@@XZ@51"
154 // CHECK: call x86_thiscallcc %struct.S* @"\01??0S@@QAE@XZ"(%struct.S* @"\01?TheS@?1??getS@@YAAAUS@@XZ@4U2@A")
155 // CHECK: call i32 @atexit(void ()* @"\01??__FTheS@?1??getS@@YAAAUS@@XZ@YAXXZ")
158 // CHECK: ret %struct.S* @"\01?TheS@?1??getS@@YAAAUS@@XZ@4U2@A"
225 getS();
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 221 milliseconds