Searched defs:getY (Results 1 - 25 of 30) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDSAPublicKeyParameters.java19 public BigInteger getY() method in class:DSAPublicKeyParameters
H A DDHPublicKeyParameters.java19 public BigInteger getY() method in class:DHPublicKeyParameters
39 return other.getY().equals(y) && super.equals(obj);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DDHPublicKey.java43 public ASN1Integer getY() method in class:DHPublicKey
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPublicKeyTest.java76 public BigInteger getY() { method in class:DHPublicKeyTest.checkDHPublicKey
H A DPBEKeyTest.java73 public BigInteger getY() { method in class:PBEKeyTest.checkPBEKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DDSAPublicKeyTest.java72 public BigInteger getY() { method in class:DSAPublicKeyTest.checkDSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DBCDHPublicKey.java37 this.y = spec.getY();
44 this.y = key.getY();
51 this.y = params.getY();
134 public BigInteger getY() method in class:BCDHPublicKey
164 return this.getY().hashCode() ^ this.getParams().getG().hashCode()
178 return this.getY().equals(other.getY())
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEDHPublicKey.java36 this.y = spec.getY();
43 this.y = key.getY();
50 this.y = params.getY();
133 public BigInteger getY() method in class:JCEDHPublicKey
173 out.writeObject(this.getY());
H A DJDKDSAPublicKey.java34 this.y = spec.getY();
41 this.y = key.getY();
48 this.y = params.getY();
122 public BigInteger getY() method in class:JDKDSAPublicKey
133 buf.append(" y: ").append(this.getY().toString(16)).append(nl);
140 return this.getY().hashCode() ^ this.getParams().getG().hashCode()
154 return this.getY().equals(other.getY())
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLDHPublicKey.java61 dsaKeySpec.getY().toByteArray(),
90 DHPublicKey.getY().toByteArray(),
119 public BigInteger getY() { method in class:OpenSSLDHPublicKey
149 if (!y.equals(other.getY())) {
H A DOpenSSLDSAParams.java95 BigInteger getY() { method in class:OpenSSLDSAParams
H A DOpenSSLDSAPublicKey.java52 dsaKeySpec.getY().toByteArray(),
72 dsaPublicKey.getY().toByteArray(),
110 public BigInteger getY() { method in class:OpenSSLDSAPublicKey
112 return params.getY();
140 return params.getY().equals(other.getY()) && params.equals(other.getParams());
147 return params.getY().hashCode() ^ params.hashCode();
156 sb.append(params.getY().toString(16));
191 stream.writeObject(params.getY());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java84 public int getY() { method in class:TimeLineGraphItem
/external/replicaisland/src/com/replica/replicaisland/
H A DInputXY.java62 public final float getY() { method in class:InputXY
91 press(other.getLastPressedTime(), other.getX(), other.getY());
H A DInputTouchScreen.java71 public final float getY(int index) { method in class:InputTouchScreen
74 magnitude = mTouchPoints[index].getY();
92 getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPublicKey.java33 this.y = spec.getY();
40 this.y = key.getY();
47 this.y = params.getY();
114 public BigInteger getY() method in class:BCDSAPublicKey
125 buf.append(" y: ").append(this.getY().toString(16)).append(nl);
132 return this.getY().hashCode() ^ this.getParams().getG().hashCode()
146 return this.getY().equals(other.getY())
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMotionEvent.java49 return obtain(motionEvent.getDownTime(), motionEvent.getEventTime(), motionEvent.getAction(), motionEvent.getX(), motionEvent.getY(), motionEvent.getMetaState());
64 return getY();
73 public final float getY() { method in class:ShadowMotionEvent
74 return getY(0);
83 public final float getY(int pointerIndex) { method in class:ShadowMotionEvent
H A DShadowPath.java113 public float getY() { method in class:ShadowPath.Point
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java98 public ECFieldElement getY() method in class:ECPoint
/external/clang/test/Analysis/
H A Dderived-to-base.cpp158 int getY(const Derived &obj) { function in namespace:LazyBindings
167 clang_analyzer_eval(getY(d) == 2); // expected-warning{{TRUE}}
174 clang_analyzer_eval(getY(d2) == 2); // expected-warning{{TRUE}}
182 clang_analyzer_eval(getY(d) == 2); // expected-warning{{TRUE}}
189 clang_analyzer_eval(getY(d2) == 2); // expected-warning{{TRUE}}
193 clang_analyzer_eval(getY(d3) == 2); // expected-warning{{TRUE}}
209 int getY(const OffsetDerived &obj) { function in namespace:LazyBindings::WithOffset
218 clang_analyzer_eval(getY(d) == 2); // expected-warning{{TRUE}}
225 clang_analyzer_eval(getY(d2) == 2); // expected-warning{{TRUE}}
233 clang_analyzer_eval(getY(
258 int getY(const DerivedVTBL &obj) { function in namespace:LazyBindings::WithVTable
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp301 const SCEV *DependenceAnalysis::Constraint::getY() const { function in class:DependenceAnalysis::Constraint
400 OS << " Point is <" << *getX() << ", " << *getY() << ">\n";
554 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY());
3116 const SCEV *YAP_K = SE->getMulExpr(AP_K, CurConstraint.getY());
3159 CurConstraint.getY(),
3164 CurConstraint.getY(),
3169 CurConstraint.getY(),
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp248 int getY() const { return fDevice->getOrigin().y(); } function in class:SkDrawIter
1216 SkIPoint pos = { x - iter.getX(), y - iter.getY() };
1257 SkIPoint pos = { x - iter.getX(), y - iter.getY() };
2475 int SkCanvas::LayerIter::y() const { return fImpl->getY(); }
/external/skia/src/core/
H A DSkCanvas.cpp291 int getY() const { return fDevice->getOrigin().y(); } function in class:SkDrawIter
1200 SkIPoint pos = { x - iter.getX(), y - iter.getY() };
1247 SkIPoint pos = { x - iter.getX(), y - iter.getY() };
2541 int SkCanvas::LayerIter::y() const { return fImpl->getY(); }
/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-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 716 milliseconds

12