/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestNormalize.rs | 24 return normalize(inV); 28 return normalize(inV); 32 return normalize(inV); 36 return normalize(inV); 40 return normalize(inV); 44 return normalize(inV); 48 return normalize(inV); 52 return normalize(inV);
|
/cts/tests/openglperf2/jni/graphics/ |
D | Vector2D.cpp | 52 void Vector2D::normalize() { in normalize() function in Vector2D 61 normalize(); in limit()
|
D | Vector2D.h | 22 void normalize();
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | Boid.cpp | 39 tmp.normalize(); in flock() 74 desired.normalize(); in flock()
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 72 long timeMilliseconds = time.normalize(false); in testNormalize() 84 assertEquals(timeMilliseconds, time.normalize(true)); in testNormalize() 130 time.normalize(false); in testGetWeekNumber() 201 time.normalize(false); in testIsEpoch() 359 local.normalize(false /* use isDst */); in testNormalize1() 361 local.normalize(true /* ignore isDst */); in testNormalize1() 371 local.normalize(false /* use isDst */); in testNormalize1() 389 local.normalize(false /* use isDst */); in testNormalize1() 392 local.normalize(false /* use isDst */); in testNormalize1() 404 local.normalize(false /* use isDst */); in testNormalize1() [all …]
|
/cts/tests/openglperf2/assets/fragment/ |
D | water | 27 vec3 normal = normalize((map1 * weight) + (map2 * (1.0 - weight))); 29 vec3 lightVector = normalize(u_LightPos - v_Position);
|
D | perspective | 22 vec3 lightVector = normalize(u_LightPos - v_Position);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | GLArrowSensorTestRenderer.java | 172 normalize(event.values); in onSensorChanged() 225 public static void normalize(float[] vector) { in normalize() method in GLArrowSensorTestRenderer
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layer_info.rsh | 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
|
D | layer_info_fast.rsh | 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 829 static private void normalize(double[] in, Target.Floaty[] out, Target t) { in normalize() method in CoreMathVerifier 841 static private void normalize(float[] in, Target.Floaty[] out, Target t) { in normalize() method in CoreMathVerifier 1948 normalize(new float[] {args.inV}, out, t); in computeFastNormalize() 1954 normalize(args.inV, args.out, t); in computeFastNormalize() 2739 normalize(new double[] {args.inVDouble}, out, t); 2745 normalize(args.inVDouble, args.out, t); 2751 normalize(new float[] {args.inV}, out, t); 2757 normalize(args.inV, args.out, t); 2950 normalize(new double[] {args.inVDouble}, out, t); 2956 normalize(args.inVDouble, args.out, t); [all …]
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutTest.java | 616 normalizedStrings.add(Normalizer.normalize(testString, form)); in buildTestCharSequences()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 25620 private java.lang.String normalize( 25680 public java.net.URI normalize() 76934 public static java.lang.String normalize( 82526 public abstract void normalize() 82618 public void normalize() 82982 public void normalize()
|
D | classes.out.dex | 59954 public native long normalize( 121017 private static java.lang.String normalize(
|