Searched refs:relative (Results 1 – 5 of 5) sorted by relevance
/cts/tests/signature/lib/android/src/android/signature/cts/ |
D | VirtualPath.java | 88 public LocalFilePath resolve(String relative) { in resolve() argument 89 return new LocalFilePath(path + "/" + relative); in resolve()
|
/cts/hostsidetests/compilation/assets/ |
D | package-dex-usage.textproto | 5 dex_file: "relative/bad_1.apk"
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorSpaceTest.java | 593 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/ |
D | RemoteViewsActivityTest.java | 74 assertTrue("RelateiveLayout not inflated", result.findViewById(R.id.relative) != null); in testGood()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_fast_f32.rscript | 72 // For depth d, let n = d-g_target_layer.back_depth be the relative depth index.
|