Home
last modified time | relevance | path

Searched refs:real (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java219 private static void verifySimilar(Bitmap expected, Bitmap real, double threshold) { in verifySimilar() argument
220 assertEquals(expected.getWidth(), real.getWidth()); in verifySimilar()
221 assertEquals(expected.getHeight(), real.getHeight()); in verifySimilar()
232 if (isWindowWhite(expected, x, y) && isWindowWhite(real, x, y)) { in verifySimilar()
236 double[] means = getMeans(expected, real, x, y); in verifySimilar()
239 double[] variances = getVariances(expected, real, meanX, meanY, x, y); in verifySimilar()
/cts/tests/tests/dynamic_linker/
DREADME.md6 See also cts/tests/tests/bionic for CTS boilerplate to run the real bionic
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVisualizerTest.java514 int real = (int)data[i]; in computeEnergy() local
516 energy += real * real + img * img; in computeEnergy()
/cts/hostsidetests/theme/
DREADME59 You can also generate reference images using a real device. To generate a new set
60 of reference images from a real device, do the following:
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale231 frequently in real programs (editors, command interpreters, etc.). If
232 the strings functions are implemented efficiently, this helps real
236 scanning 20 characters) than most string comparisons in real programs.
252 compilation should be used. The intention is that real programming
257 units. Although in real life compilation units will probably be
/cts/tests/tests/rsblas/assets/
Dblas_gen.py46 a[i,i] = complex(a[i,i].real, 0);
49 a[i, j] = complex(a[j, i].real, -a[j, i].imag);
118 fo.write(str(real(a[i,j])) + ", ");
163 fo.write(str(real(a[i,j])) + ", ");