Searched refs:normal (Results 1 – 13 of 13) sorted by relevance
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | FingerprintIncidentTest.java | 52 final FingerprintActionStatsProto normal = userStats.getNormal(); in testNoneRegistered() local 53 assertEquals(0, normal.getAccept()); in testNoneRegistered() 54 assertEquals(0, normal.getReject()); in testNoneRegistered() 55 assertEquals(0, normal.getAcquire()); in testNoneRegistered() 56 assertEquals(0, normal.getLockout()); in testNoneRegistered()
|
/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/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 328 final File normal = new File(context.getCacheDir(), "normal"); in testCacheBehavior() local 338 normal.mkdir(); in testCacheBehavior() 345 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 346 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 347 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 357 normal.setLastModified(normalTime); in testCacheBehavior()
|
/cts/suite/audio_quality/test_description/processing/ |
D | gen_random.py | 33 randomSignal = np.random.normal(scale = peakAmpl * 2 / 3, size=samples)
|
/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/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/content/src/android/content/res/cts/ |
D | ConfigTest.java | 756 checkValue(res, R.configVarying.normal, "default"); in testScreenSize() 765 checkValue(res, R.configVarying.normal, "normal"); in testScreenSize() 774 checkValue(res, R.configVarying.normal, "normal"); in testScreenSize() 783 checkValue(res, R.configVarying.normal, "normal"); in testScreenSize()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CanvasTest.java | 152 Bitmap normal = Bitmap.createBitmap(10, 10, Config.ARGB_8888); in testSetBitmapFromEmpty() local 153 canvas.setBitmap(normal); in testSetBitmapFromEmpty() 159 assertEquals(0xFFFF0000, normal.getPixel(5, 5)); in testSetBitmapFromEmpty()
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 14 These serve the same purpose as in a normal Java source file
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 112508 public static final int normal
|