Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DVirtualPath.java88 public LocalFilePath resolve(String relative) { in resolve() argument
89 return new LocalFilePath(path + "/" + relative); in resolve()
/cts/hostsidetests/compilation/assets/
Dpackage-dex-usage.textproto5 dex_file: "relative/bad_1.apk"
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java593 float[] relative = connector.transform(source[0], source[1], source[2]); in testAdaptedConnectorWithRenderIntent() local
594 assertNotNull(relative); in testAdaptedConnectorWithRenderIntent()
595 assertEquals(3, relative.length); in testAdaptedConnectorWithRenderIntent()
596 assertArrayNotEquals(source, relative, 1e-5f); in testAdaptedConnectorWithRenderIntent()
597 assertArrayEquals(new float[] { 0.8862f, 0.8862f, 0.8862f }, relative, 1e-4f); in testAdaptedConnectorWithRenderIntent()
608 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.