/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | T_invoke_virtual_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
D | Matrix.cpp | 76 void Matrix::translate(float x, float y, float z) { in translate() 86 void Matrix::scale(float x, float y, float z) { in scale() 96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate() 112 float y = 0; in multiply() local 197 const float y = 2.0f * (near * r_height); in newFrustum() local 225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate() 235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale() 245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate() 321 const float y = rhs[1]; in multiplyVector() local
|
D | Vector2D.cpp | 22 Vector2D::Vector2D(float x, float y) : in Vector2D()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | navier-stokes.js | 181 function lin_solve2(x, x0, y, y0, a, c) argument 216 function diffuse2(x, x0, y, y0, dt) argument 321 this.setDensity = function(x, y, d) { argument 324 this.getDensity = function(x, y) { argument 327 this.setVelocity = function(x, y, xv, yv) { argument 331 this.getXVelocity = function(x, y) { argument 334 this.getYVelocity = function(x, y) { argument
|
D | crypto.js | 520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument 606 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument 834 function op_and(x,y) { return x&y; } argument 838 function op_or(x,y) { return x|y; } argument 842 function op_xor(x,y) { return x^y; } argument 846 function op_andnot(x,y) { return x&~y; } argument 1015 function nMulTo(x,y,r) { x.multiplyTo(y,r); } argument 1089 function barrettMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
D | whitebalancetest.cpp | 88 float y = -949.86315f + 6253.80338f * exp(-n / 0.92159f) in findCorrelatedColorTemp() local 102 float y = 0.2126f * linearRed + 0.7152f * linearGreen + in initializeFromRGB() local
|
D | imagetesthandler.cpp | 97 float y = (j - static_cast<float>(i)) / sqrt(2.0); in drawLine() local
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec2.h | 60 inline T y() const { return mY; } in y() function
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
D | Boid.cpp | 16 Boid::Boid(float x, float y) : in Boid()
|
D | FlockingScene.cpp | 36 float y = (rand() % 101) - 50.0f; in FlockingScene() local 161 float y = pos->mY / (LIMIT_Y * BOID_SCALE); in updateSceneGraphs() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | CameraPreviewView.java | 55 int y = (int) centerY - i * GRID_WIDTH; in onDraw() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | ReplacementSpanTest.java | 43 float x, int top, int y, int bottom, Paint paint) { in draw()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BlurMaskFilterTest.java | 62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
|
D | BitmapShaderTest.java | 86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
|
D | SweepGradientTest.java | 89 int y = CENTER + (int)(Math.sin(rad) * RADIUS); in checkColors() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | FocusFinderTest.java | 138 int y = 0; in testFindNearestTouchable() local
|
D | MotionEventTest.java | 226 float y = Y_4F + 5.0f; in testGetHistoricalY() local 264 float y = 20.0f; in testAddBatch() local 296 float y = 20.0f; in testGetHistorySize() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | TransitionDrawableTest.java | 196 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect() 204 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | LinkMovementMethodTest.java | 273 int y = (mView.getLayout().getLineTop(1) + mView.getLayout().getLineBottom(1)) / 2; in testOnTouchEvent() local 471 int y = (mView.getLayout().getLineTop(line) + mView.getLayout().getLineBottom(line)) / 2; in performMotionOnLine() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | Sphere.java | 52 public Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers) { in Sphere()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 67 float y = mActivity.view.newBall.getY(); in testOfFloat() local 178 float y = mActivity.view.newBall.getY(); in testSetFloatValues() local
|
D | PropertyValuesHolderTest.java | 279 float y = mActivity.view.newBall.getY(); in getYPosition() local 288 float y = yArray[i]; in assertResults() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | RendererOneColorBufferTest.java | 208 int y =1; in doOnDrawFrame() local
|
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
D | com_android_cts_verifier_camera_analyzer_CameraTests.cpp | 76 for (int y = 0; y < inputInfo.height; y++ ) { in Java_com_android_cts_verifier_camera_analyzer_CameraTests_findNative() local
|