Searched defs:getX (Results 1 - 25 of 43) sorted by relevance

12

/external/v8/test/mjsunit/
H A Daccessors-on-global-object.js33 function getX() { return x; } function
36 assertEquals(i < 5 ? 0 : 42, getX());
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYSeries.java40 public Number getX(int index); method in interface:XYSeries
H A DSimpleXYSeries.java275 public Number getX(int index) { method in class:SimpleXYSeries
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDSAPrivateKeyParameters.java19 public BigInteger getX() method in class:DSAPrivateKeyParameters
H A DDHPrivateKeyParameters.java19 public BigInteger getX() method in class:DHPrivateKeyParameters
39 return other.getX().equals(this.x) && super.equals(obj);
/external/clang/test/PCH/
H A Dstruct.c10 float getX(struct Point *p1) { function
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DWeightedObservedPoint.java63 public double getX() { method in class:WeightedObservedPoint
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DMouseButtonEvent.java89 public int getX() { method in class:MouseButtonEvent
H A DMouseMotionEvent.java93 public int getX() { method in class:MouseMotionEvent
H A DTouchEvent.java143 public float getX() { method in class:TouchEvent
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPrivateKeyTest.java73 public BigInteger getX() { method in class:DHPrivateKeyTest.checkDHPrivateKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DDSAPrivateKeyTest.java72 public BigInteger getX() { method in class:DSAPrivateKeyTest.checkDSAPrivateKey
/external/clang/test/Index/
H A Dget-cursor.cpp10 X getX(int value) { function
23 X getX();
26 X Y::getX() { function in class:Y
174 // CHECK-MEMFUNC-DECL: CXXMethod=getX:23:5
176 // CHECK-MEMFUNC-DEF: CXXMethod=getX:26:6
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEDHPrivateKey.java47 this.x = key.getX();
54 this.x = spec.getX();
97 this.x = params.getX();
131 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.dhKeyAgreement, new DHParameter(dhSpec.getP(), dhSpec.getG(), dhSpec.getL())), new ASN1Integer(getX()));
146 public BigInteger getX() method in class:JCEDHPrivateKey
164 out.writeObject(this.getX());
H A DJDKDSAPrivateKey.java42 this.x = key.getX();
49 this.x = spec.getX();
67 this.x = params.getX();
96 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), dsaSpec.getG())), new ASN1Integer(getX()));
111 public BigInteger getX() method in class:JDKDSAPrivateKey
126 return this.getX().equals(other.getX())
134 return this.getX().hashCode() ^ this.getParams().getG().hashCode()
/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.java76 public int getX() { method in class:TimeLineGraphItem
/external/replicaisland/src/com/replica/replicaisland/
H A DInputXY.java58 public final float getX() { method in class:InputXY
91 press(other.getLastPressedTime(), other.getX(), other.getY());
H A DInputTouchScreen.java63 public final float getX(int index) { method in class:InputTouchScreen
66 magnitude = mTouchPoints[index].getX();
92 getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DBCDHPrivateKey.java48 this.x = key.getX();
55 this.x = spec.getX();
98 this.x = params.getX();
132 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.dhKeyAgreement, new DHParameter(dhSpec.getP(), dhSpec.getG(), dhSpec.getL()).toASN1Primitive()), new ASN1Integer(getX()));
147 public BigInteger getX() method in class:BCDHPrivateKey
162 return this.getX().equals(other.getX())
170 return this.getX().hashCode() ^ this.getParams().getG().hashCode()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPrivateKey.java42 this.x = key.getX();
49 this.x = spec.getX();
67 this.x = params.getX();
94 return KeyUtil.getEncodedPrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), dsaSpec.getG()).toASN1Primitive()), new ASN1Integer(getX()));
102 public BigInteger getX() method in class:BCDSAPrivateKey
117 return this.getX().equals(other.getX())
125 return this.getX().hashCode() ^ this.getParams().getG().hashCode()
/external/clang/test/Analysis/
H A Dinitializer.cpp21 int getX() { return x; } function in class:DirectMember
26 clang_analyzer_eval(obj.getX() == 3); // expected-warning{{TRUE}}
37 int getX() { return x; } function in class:IndirectMember
42 clang_analyzer_eval(obj.getX() == 3); // expected-warning{{TRUE}}
/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());
59 return getX();
68 public final float getX() { method in class:ShadowMotionEvent
69 return getX(0);
78 public final float getX(int pointerIndex) { method in class:ShadowMotionEvent
H A DShadowPath.java109 public float getX() { method in class:ShadowPath.Point
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DDynamicXYPlotActivity.java188 public Number getX(int series, int index) { method in class:DynamicXYPlotActivity.SampleDynamicXYDatasource
243 public Number getX(int index) { method in class:DynamicXYPlotActivity.SampleDynamicSeries
244 return datasource.getX(seriesIndex, index);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java72 public int getX() { method in class:BitmapCharacter

Completed in 878 milliseconds

12