/cts/tests/openglperf2/assets/fragment/ |
D | water | 24 // Get normal from bump map. 27 vec3 normal = normalize((map1 * weight) + (map2 * (1.0 - weight))); 30 // Calculate the dot product of the light vector and vertex normal. 31 float diffuse = max(dot(lightVector, normal), 0.0);
|
D | perspective | 23 // Calculate the dot product of the light vector and vertex normal.
|
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils_tests.py | 57 normal = opencv_processing_utils.get_angle(normal_img) 64 if (math.isclose(normal, a,
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 451 final File normal = new File(context.getCacheDir(), "normal"); in testCacheBehavior() local 461 normal.mkdir(); in testCacheBehavior() 468 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 469 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 470 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 480 normal.setLastModified(normalTime); in testCacheBehavior()
|
/cts/tests/openglperf2/assets/vertex/ |
D | perspective | 28 // Transform the normal\'s orientation into eye space.
|
/cts/tests/openglperf2/ |
D | cob_exporter.py | 51 n = vertex.normal.xyz
|
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutLineBreakAutoTest.kt | 336 val normal = LineBreakConfig.Builder() in testAuto_JapaneseStyleAutoStrict() constant 354 normal, in testAuto_JapaneseStyleAutoStrict()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_version_2_message_extensions/ |
D | NotificationMode.java | 38 normal(0), enumConstant
|
/cts/hostsidetests/compilation/assets/ |
D | package-dex-usage.textproto | 18 dex_file: "/non-normal/./bad_2.apk"
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedImageDrawableTest.java | 691 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testAutoMirroredDrawing() local 693 Canvas canvas = new Canvas(normal); in testAutoMirroredDrawing() 707 assertEquals(normal.getPixel(i, j), flipped.getPixel(width - 1 - i, j)); in testAutoMirroredDrawing() 712 drawAndCompare(normal, drawable); in testAutoMirroredDrawing() 718 drawAndCompare(normal, drawable); in testAutoMirroredDrawing()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 307 X It is often hard to draw an exact line between "normal code 336 Xthese conditions should be explicitly marked as such; "normal"
|
D | Rationale | 291 It is often hard to draw an exact line between "normal code 299 but is intended to be similarly optimizable as normal programs. For 302 value propagation etc., but normal programs usually also benefit from 320 these conditions should be explicitly marked as such; "normal"
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 604 Bitmap normal = ImageDecoder.decodeBitmap(src); in testUnpremul() local 605 assertNotNull(normal); in testUnpremul() 606 assertEquals(normal.hasAlpha(), hasAlpha[i]); in testUnpremul() 607 assertEquals(normal.isPremultiplied(), hasAlpha[i]); in testUnpremul() 952 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testResizeTransparency() local 954 Canvas canvas = new Canvas(normal); in testResizeTransparency() 969 int normalColor = normal.getPixel(i, j); in testResizeTransparency() 1989 Bitmap normal = null; in testConserveMemoryPlusHardware() local 1991 normal = ImageDecoder.decodeBitmap(f.apply(resId), ((decoder, info, source) -> { in testConserveMemoryPlusHardware() 1997 assertNotNull(normal); in testConserveMemoryPlusHardware() [all …]
|
/cts/tests/media/ |
D | README.md | 12 The test suite looks to cover sdk/ndk api in normal and error scenarios. Error scenarios are separa…
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 799 checkValue(res, R.string.normal, "default"); in testScreenSize() 808 checkValue(res, R.string.normal, "normal"); in testScreenSize() 817 checkValue(res, R.string.normal, "normal"); in testScreenSize() 826 checkValue(res, R.string.normal, "normal"); in testScreenSize()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 13169 field public static final String FEATURE_RAM_NORMAL = "android.hardware.ram.normal";
|