Home
last modified time | relevance | path

Searched refs:expectedPath (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutBidiCursorPathTest.java71 final Path expectedPath = new Path(); in testGetCursorPathSegments() local
73 expectedPath.moveTo(h1, top); in testGetCursorPathSegments()
74 expectedPath.lineTo(h1, bottom); in testGetCursorPathSegments()
104 expectedPath.moveTo(h1, top); in testGetCursorPath_whenShiftIsPressed()
105 expectedPath.lineTo(h1, bottom); in testGetCursorPath_whenShiftIsPressed()
107 expectedPath.moveTo(h1, bottom); in testGetCursorPath_whenShiftIsPressed()
114 expectedPath.lineTo(h1, bottom); in testGetCursorPath_whenShiftIsPressed()
143 expectedPath.moveTo(h1, top); in testGetCursorPath_whenAltIsPressed()
144 expectedPath.lineTo(h1, bottom); in testGetCursorPath_whenAltIsPressed()
146 expectedPath.moveTo(h1, top); in testGetCursorPath_whenAltIsPressed()
[all …]
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp284 SkPath expectedPath; in TEST() local
285 testData.skPathLamda(&expectedPath); in TEST()
288 EXPECT_EQ(expectedPath, actualPath); in TEST()
301 SkPath expectedPath; in TEST() local
302 testData.skPathLamda(&expectedPath); in TEST()
303 EXPECT_EQ(expectedPath, actualPath); in TEST()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/usage/
H A DUsageStatsTest.java130 final String expectedPath = "/data/system_ce/" + userId + "/usagestats"; in testDataIsInCe() local
133 assertEquals(expectedPath, actualPath); in testDataIsInCe()