Home
last modified time | relevance | path

Searched refs:actualRoot (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DSnapshotTests.cpp26 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100)); in TEST() local
29 root->previous = actualRoot.get(); in TEST()
51 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100)); in TEST() local
53 root->previous = actualRoot.get(); in TEST()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DXMLParserTest.java80 XMLNode actualRoot = mParser.parse(xmlTree); in parseValidXMLTree() local
81 assertTrue(actualRoot.equals(expectedRoot)); in parseValidXMLTree()