Home
last modified time | relevance | path

Searched defs:testNorm (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/tests/com/android/uwb/fusion/math/
DVector3Tests.java29 public void testNorm() { in testNorm() method in Vector3Tests
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
H A DMagneticFieldMeasurementTestActivity.java93 public String testNorm() throws Throwable { in testNorm() method in MagneticFieldMeasurementTestActivity
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DIntrinsicHistogram.java62 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm() method in IntrinsicHistogram