Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java114 Path path0 = new Path(); in testPathsWithOverlappingTiming_produceCorrectSteps() local
115 path0.moveTo(path0Start.x, path0Start.y); in testPathsWithOverlappingTiming_produceCorrectSteps()
116 path0.lineTo(path0Turn.x, path0Turn.y); in testPathsWithOverlappingTiming_produceCorrectSteps()
117 path0.lineTo(path0End.x, path0End.y); in testPathsWithOverlappingTiming_produceCorrectSteps()
118 StrokeDescription path0Stroke = new StrokeDescription(path0, path0StartTime, path0Duration); in testPathsWithOverlappingTiming_produceCorrectSteps()
/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp64 const std::string path0 = BuildPath({kResDir, "values", "values.xml"}); in TEST_F() local
67 ASSERT_EQ(TestCompile(path0, kOutDir, /** legacy */ false, diag), 0); in TEST_F()
69 ASSERT_EQ(TestCompile(path0, kOutDir, /** legacy */ true, diag), 0); in TEST_F()