Home
last modified time | relevance | path

Searched defs:verb (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathIteratorTest.java109 int verb = segment.getVerb(); in testDoneDone() local
441 var verb = iterator.next(mPoints, 0); in testRecreation() local
462 int verb, float conicWeight) { in issuePathCommand()
DPathTest.java456 int verb = segment.getVerb(); in testConicTo() local
543 int verb = segment.getVerb(); in testRConicTo() local
761 int verb = iterator.next(points, 0); in testPathInterpolation() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java1108 final String verb = grant ? "grant" : "revoke"; in updatePermissions() local
1129 final String verb = allow ? "allow" : "default"; in updateAppOp() local