Searched refs:getS (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-no-rtti-data.cpp18 extern S *getS();
20 const std::type_info &ti = typeid(*getS());
21 const U &u = dynamic_cast<U &>(*getS());
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/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...]
H A Dreference.cpp126 extern S getS();
127 clang_analyzer_eval(&getS().x != 0); // expected-warning{{TRUE}}
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp39 S &getS();
44 (void)sizeof(f(getS()));
/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/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
H A DKeyFactorySpi.java82 return new java.security.spec.ECPrivateKeySpec(k.getS(), k.getParams());
88 return new java.security.spec.ECPrivateKeySpec(k.getS(), EC5Util.convertSpec(EC5Util.convertCurve(implicitSpec.getCurve(), implicitSpec.getSeed()), implicitSpec));
111 return new org.bouncycastle.jce.spec.ECPrivateKeySpec(k.getS(), EC5Util.convertSpec(k.getParams(), false));
117 return new org.bouncycastle.jce.spec.ECPrivateKeySpec(k.getS(), implicitSpec);
/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())) {
H A DOpenSSLECKeyFactory.java97 return (T) new ECPrivateKeySpec(ecKey.getS(), ecKey.getParams());
105 return (T) new ECPrivateKeySpec(ecKey.getS(), ecKey.getParams());
153 BigInteger s = ecKey.getS();
/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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
H A DECPrivateKeySpec_ImplTest.java132 * Test for <code>getS()</code> method<br>
152 BigInteger sRet = ks.getS();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DECUtil.java192 privKey.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 982 milliseconds