/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | ExactComparer.java | 29 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() argument 36 if (ideal[index] != given[index]) { in verifySame() 40 " given color : " + Integer.toHexString(given[index])); in verifySame()
|
D | MSSIMComparer.java | 55 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() argument 66 && isWindowWhite(given, start, stride, windowWidth, windowHeight)) { in verifySame() 70 double[] means = getMeans(ideal, given, start, stride, windowWidth, windowHeight); in verifySame() 73 double[] variances = getVariances(ideal, given, meanX, meanY, start, stride, in verifySame()
|
D | BitmapComparer.java | 30 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() argument
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/differencevisualizers/ |
D | PassFailVisualizer.java | 30 public int[] getDifferences(int[] ideal, int[] given) { in getDifferences() argument 33 if (ideal[y] == given[y]) { in getDifferences()
|
D | DifferenceVisualizer.java | 22 public abstract int[] getDifferences(int[] ideal, int[] given); in getDifferences() argument
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/differencevisualizers/ |
D | PassFailVisualizer.java | 30 public int[] getDifferences(int[] ideal, int[] given) { in getDifferences() argument 33 if (ideal[y] == given[y]) { in getDifferences()
|
D | DifferenceVisualizer.java | 22 public abstract int[] getDifferences(int[] ideal, int[] given); in getDifferences() argument
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | InfrastructureTests.java | 52 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in testRenderSpecIsolation() 58 return !(new MSSIMComparer(threshold)).verifySame(ideal, given, offset, stride, in testRenderSpecIsolation()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 34 No device type given. Using 'recording device' 36 no serial port given. trying autodetect: 60 Nov 18 16:15:46 No device type given. Using 'recording device' 62 Nov 18 16:15:46 no serial port given. trying autodetect: 94 : power on the device with the given logical address. 97 : put the device with the given address in standby mode.
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 30 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() argument
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 7 # Disable the message, report, category or checker with the given id(s). You 23 # Enable the message, report, category or checker with the given id(s). You can 301 # Create a graph of external dependencies in the given file (report RP0402 must 306 # given file (report RP0402 must not be disabled) 309 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | camera_response_fast.rsh | 15 // given with respect to parameters a,b,c as:
|
D | camera_response.rsh | 15 // given with respect to parameters a,b,c as:
|
/cts/hostsidetests/theme/ |
D | README | 86 A complete collection of reference images for a given API revision must include 110 If you don't possess a device for a given density and would still like to run
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 944 private boolean pixelsAreSame(int ideal, int given, int threshold) { in pixelsAreSame() argument 945 int error = Math.abs(Color.red(ideal) - Color.red(given)); in pixelsAreSame() 946 error += Math.abs(Color.green(ideal) - Color.green(given)); in pixelsAreSame() 947 error += Math.abs(Color.blue(ideal) - Color.blue(given)); in pixelsAreSame()
|
/cts/tests/media/ |
D | README.md | 22 …ix* can be passed to media codec tests to select one or more codecs that start with a given prefix.
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 35 ushort4 blackLevelPattern; // Blacklevel to subtract for each channel, given in CFA order 44 // Interpolate gain map to find per-channel gains at a given pixel
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | reduce.rscript | 447 // given by oorrBadResult, and oorrGoodResult everywhere else.
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 266 think that since it defeats the intentions given above, it should not
|
/cts/apps/CtsVerifier/ |
D | NOTICE.txt | 735 Each version is given a distinguishing version number. If the Program 1045 License instead of this License to a given copy of the Library. To do 1053 Once this change is made in a given copy, it is irreversible for 1251 Each version is given a distinguishing version number. If the Library 1549 License instead of this License to a given copy of the Library. To do 1557 Once this change is made in a given copy, it is irreversible for 1755 Each version is given a distinguishing version number. If the Library 2083 Each version is given a distinguishing version number. If the Program 2455 Each version is given a distinguishing version number. If the Program 6571 Each version is given a distinguishing version number. If the Program [all …]
|