Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 4 of 4) sorted by relevance

/cts/tests/signature/lib/android/src/android/signature/cts/
DVirtualPath.java69 public LocalFilePath resolve(String relative) { in resolve() argument
70 return new LocalFilePath(path + "/" + relative); in resolve()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java540 float[] relative = connector.transform(source[0], source[1], source[2]); in testAdaptedConnectorWithRenderIntent() local
541 assertNotNull(relative); in testAdaptedConnectorWithRenderIntent()
542 assertEquals(3, relative.length); in testAdaptedConnectorWithRenderIntent()
543 assertArrayNotEquals(source, relative, 1e-5f); in testAdaptedConnectorWithRenderIntent()
544 assertArrayEquals(new float[] { 0.8862f, 0.8862f, 0.8862f }, relative, 1e-4f); in testAdaptedConnectorWithRenderIntent()
555 assertArrayNotEquals(relative, absolute, 1e-5f); in testAdaptedConnectorWithRenderIntent()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java74 assertTrue("RelateiveLayout not inflated", result.findViewById(R.id.relative) != null); in testGood()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_fast_f32.rscript72 // For depth d, let n = d-g_target_layer.back_depth be the relative depth index.