/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 57 static native float acos(float x); in acos() 58 static native float acosh(float x); in acosh() 59 static native float asin(float x); in asin() 60 static native float asinh(float x); in asinh() 61 static native float atan(float x); in atan() 62 static native float atan2(float x, float y); in atan2() 63 static native float atanh(float x); in atanh() 64 static native float cbrt(float x); in cbrt() 65 static native float ceil(float x); in ceil() 66 static native float cos(float x); in cos() [all …]
|
D | ComputeTest.java | 315 ScriptC_primitives t = new ScriptC_primitives(mRS); in testPrimitives() local 381 ScriptC_array_init t = new ScriptC_array_init(mRS); in testArrayInit() local 718 ScriptC_utils t = new ScriptC_utils(mRS); in testUtilityFunctions() local 726 Type t = a.getType(); in setUpAllocation() local 727 int x = t.getX(); in setUpAllocation() local 737 Type t = a.getType(); in checkAllocation() local 738 int x = t.getX(); in checkAllocation() local 753 int x = 7; in testForEach() local 754 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(x).create(); in testForEach() local 785 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create(); in testInstance() local
|
D | KernelTest.java | 56 int x = 7; in testForEach() local 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() local
|
D | ForEachTest.java | 56 int x = 7; in testForEach() local 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() local
|
D | LaunchClip.java | 44 void setup(boolean makeIn, boolean makeOut, int x, int y, int z, boolean face, boolean lods, in setup() 78 Type t = tb.create(); in setup() local 114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell() 177 Type t = tb.create(); in makeAdapter() local
|
D | IntrinsicBase.java | 79 Type t = tb.create(); in makeAllocation() local 142 protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) { in makeClipper()
|
D | VLoadTest.java | 64 int x = random.nextInt(w); in createWalk() local 99 private void testSetup(Type t) { in testSetup() 184 short t[] = new short[len]; in randomShortArray() local 193 int t[] = new int[len]; in randomIntArray() local 202 long t[] = new long[len]; in randomLongArray() local
|
D | GetSetTest.java | 92 int x = random.nextInt(tw); in createWalk() local 238 short t[] = new short[len]; in randomShortArray() local 249 int t[] = new int[len]; in randomIntArray() local 260 long t[] = new long[len]; in randomLongArray() local 271 float t[] = new float[len]; in randomFloatArray() local 282 double t[] = new double[len]; in randomDoubleArray() local
|
D | ImageProcessingTest.java | 74 Type t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create(); in setUp() local 252 int x = i % width; in buildSrc() local 268 int x = i % width; in buildDst() local
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | LeakTest.java | 57 int x = mc * 1024 * 1024; in testForLeaks() local 62 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(x).create(); in testForLeaks() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | LooperTest.java | 52 Thread t = new Thread(new Runnable() { in testLoop() local 71 TestThread t = new TestThread(new Runnable() { in testMyLooper() local 84 TestThread t = new TestThread(new Runnable() { in testIsCurrentThread() local 98 TestThread t = new TestThread(new Runnable() { in testMyQueue() local 120 TestThread t = new TestThread(new Runnable() { in testGetQueue() local 132 TestThread t = new TestThread(new Runnable() { in testPrepare() local 149 TestThread t = new TestThread(new Runnable() { in testPrepareMainLooper() local 164 TestThread t = new TestThread(new Runnable() { in testQuit() local 197 TestThread t = new TestThread(new Runnable() { in testSetMessageLogging() local 226 public void println(String x) { in println()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 48 for (int x = min; x < max; x ++) { in testTypeBuilderHelper() local 117 for (int x = 1; x < 8; x ++) { in Java_android_cts_rscpp_RSTypeTest_testGetCount() local 122 sp<const Type> t = b.create(); in Java_android_cts_rscpp_RSTypeTest_testGetCount() local 133 sp<const Type> t = b.create(); in Java_android_cts_rscpp_RSTypeTest_testGetCount() local 180 sp<const Type> t = Type::create(mRS, Element::F32(mRS), 3, 4, 0); in Java_android_cts_rscpp_RSTypeTest_testGet() local
|
D | rs_jni_foreach.cpp | 46 int x = 7; in Java_android_cts_rscpp_RSForEachTest_testForEach() local 49 sp<const Type> t = Type::create(mRS, Element::I8(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach() local 297 sp<const Type> t = Type::create(mRS, Element::I32(mRS), X, Y, 0); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 331 sp<const Type> t = Type::create(mRS, Element::I32(mRS), X, Y, 0); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | md5_utils.cpp | 67 UWORD32 t; in MD5Update() local 144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 145 #define F2(x, y, z) F1(z, x, y) argument 146 #define F3(x, y, z) (x ^ y ^ z) argument 147 #define F4(x, y, z) (y ^ (x | ~z)) argument 150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 37 def convert_to_world_coordinates(x, y, r, t, k, z_w): argument 74 def convert_to_image_coordinates(p_w, r, t, k): argument
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | TransitionDrawableTest.java | 212 private void verifyColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorFillRect() 220 private void verifyColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorNotFillRect() 245 Thread t = new Thread(() -> { in drawAfterDelaySync() local
|
D | NinePatchDrawableTest.java | 494 final Theme t = res.newTheme(); in verifySetTargetDensityInner() local 583 final Theme t = res.newTheme(); in verifyPreloadDensityInner() local 654 private void verifyColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorFillRect()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintTest.java | 247 Typeface t = Typeface.DEFAULT; in testSet() local 248 Xfermode x = new Xfermode(); in testSet() local 319 Xfermode x = new Xfermode(); in testAccessXfermode() local 1133 Typeface t = Typeface.DEFAULT; in testReset() local 1134 Xfermode x = new Xfermode(); in testReset() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 143 public void setDataProvider(RangeCoveredRegister x, in setDataProvider() 224 int i,t; in onDraw() local
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 93 for (uint32_t x = left; x < right; x++) { in fillRegion() local 430 struct timespec t; in SurfaceTransaction_setDesiredPresentTime() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 464 int x = vertical ? 95 : 50; in onHoverEvent_awakensScrollBars() local 491 float x = xy[0] + viewWidth / 2.0f; in testMouseEventCallsGetPointerIcon() local 3079 final float x = xy[0] + viewWidth / 2.0f; in testDispatchTouchEvent() local 3174 final float x = xy[0] + viewWidth / 2.0f; in testOnTouchListener() local 3585 float x = xy[0] + viewWidth / 2.0f; in testOnTouchEventScroll() local 4666 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 5215 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 5265 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() 5374 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | ViewGroupTest.java | 783 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 2705 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 3013 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 3160 Transformation t) { in getChildStaticTransformation() 3247 public boolean showContextMenuForChild(View originalView, float x, float y) { in showContextMenuForChild() 3464 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 506 private static double calculateColorTemperature(double x, double y) { in calculateColorTemperature() 761 float t = m[1]; in transpose() local
|