Searched defs:getY (Results 1 - 25 of 36) 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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
H A DDSAPrivateKey.java48 public BigInteger getY() method in class:DSAPrivateKey
H A DDSAPublicKey.java45 public BigInteger getY() method in class:DSAPublicKey
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DMouseButtonEvent.java97 public int getY() { method in class:MouseButtonEvent
H A DMouseMotionEvent.java101 public int getY() { method in class:MouseMotionEvent
H A DTouchEvent.java147 public float getY() { method in class:TouchEvent
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPublicKeyTest.java72 public BigInteger getY() { method in class:DHPublicKeyTest.checkDHPublicKey
H A DPBEKeyTest.java69 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.java68 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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java41 public ECFieldElement getY() method in class:ECPoint
214 if (this.getY().toBigInteger().testBit(0))
234 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), qLength);
406 if (this.getY().multiply(this.getX().invert())
418 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), byteCount);
481 ECFieldElement.F2m y2 = (ECFieldElement.F2m)other.getY();
572 return new ECPoint.F2m(curve, this.getX(), this.getY().add(this.getX()), withCompression);
/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/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DTouchPoint.java66 public int getY() { return (int) mY; } method in class:TouchPoint
118 event.getX(i), event.getY(i),
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java80 public int getY() { method in class:BitmapCharacter
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java244 drawImage(image, location.getX(), location.getY(), mapName);
267 drawImage(image, location.getX(), location.getY(), mapName);
604 child[0] = new Node(location.getX(), location.getY(), image.getWidth(), location.getHeight());
605 child[1] = new Node(location.getX() + image.getWidth(), location.getY(), location.getWidth() - image.getWidth(), location.getHeight());
607 child[0] = new Node(location.getX(), location.getY(), location.getWidth(), image.getHeight());
608 child[1] = new Node(location.getX(), location.getY() + image.getHeight(), location.getWidth(), location.getHeight() - image.getHeight());
637 float y = (float) getY() / (float) atlasHeight;
674 public int getY() { method in class:TextureAtlas.TextureAtlasTile
/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...]

Completed in 446 milliseconds

12