/external/skia/tests/ |
D | GrCCPRTest.cpp | 211 SkPath emptyPath; in onRun() local 212 SkASSERT(emptyPath.isEmpty()); in onRun() 213 ccpr.clipFullscreenRect(emptyPath); in onRun() 220 ccpr.clipFullscreenRect(emptyPath); in onRun() 226 ccpr.clipFullscreenRect(emptyPath); in onRun() 227 ccpr.clipFullscreenRect(emptyPath); in onRun()
|
D | OSPathTest.cpp | 103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST() local 104 REPORTER_ASSERT(reporter, emptyPath.isEmpty()); in DEF_TEST()
|
D | RegionTest.cpp | 97 SkPath emptyPath; in test_empties() local 98 emptyPath.moveTo(1, 5); in test_empties() 99 emptyPath.close(); in test_empties() 102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
|
D | GrStyledShapeTest.cpp | 1406 SkPath emptyPath; in test_path_effect_makes_empty_shape() local 1407 GrStyledShape emptyShape(emptyPath); in test_path_effect_makes_empty_shape() 1412 emptyPath.toggleInverseFillType(); in test_path_effect_makes_empty_shape() 1413 GrStyledShape invertedEmptyShape(emptyPath); in test_path_effect_makes_empty_shape() 1529 SkPath emptyPath; in DEF_TEST() local 1533 TestCase fillEmptyCase(reporter, emptyPath, fill); in DEF_TEST() 1565 TestCase strokeEmptyCase(reporter, emptyPath, stroke); in DEF_TEST() 1576 TestCase dashAndStrokeEmptyCase(reporter, emptyPath, dashAndStroke); in DEF_TEST() 2307 TestCase emptyPath(reporter, SkPath(), style); in DEF_TEST() local 2308 emptyArc.compare(reporter, emptyPath, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST()
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | PathService.java | 69 private volatile JimfsPath emptyPath; field in PathService 112 public JimfsPath emptyPath() { in emptyPath() method in PathService 113 JimfsPath result = emptyPath; in emptyPath() 117 emptyPath = result; in emptyPath() 170 return emptyPath(); in createPath()
|
D | UnixPathType.java | 41 return emptyPath(); in parsePath()
|
D | PathType.java | 150 protected final ParseResult emptyPath() { in emptyPath() method in PathType
|
D | JimfsPath.java | 316 return pathService.emptyPath(); in relativize()
|
/external/skqp/tests/ |
D | OSPathTest.cpp | 103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST() local 104 REPORTER_ASSERT(reporter, emptyPath.isEmpty()); in DEF_TEST()
|
D | RegionTest.cpp | 97 SkPath emptyPath; in test_empties() local 98 emptyPath.moveTo(1, 5); in test_empties() 99 emptyPath.close(); in test_empties() 102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
|
D | GrCCPRTest.cpp | 273 SkPath emptyPath; in onRun() local 274 SkASSERT(emptyPath.isEmpty()); in onRun() 275 ccpr.drawPath(emptyPath); in onRun() 282 ccpr.clipFullscreenRect(emptyPath); in onRun() 288 ccpr.drawPath(emptyPath); in onRun() 289 ccpr.clipFullscreenRect(emptyPath); in onRun()
|
D | GrShapeTest.cpp | 1387 SkPath emptyPath; in test_path_effect_makes_empty_shape() local 1388 GrShape emptyShape(emptyPath); in test_path_effect_makes_empty_shape() 1393 emptyPath.toggleInverseFillType(); in test_path_effect_makes_empty_shape() 1394 GrShape invertedEmptyShape(emptyPath); in test_path_effect_makes_empty_shape() 1508 SkPath emptyPath; in DEF_TEST() local 1512 TestCase fillEmptyCase(reporter, emptyPath, fill); in DEF_TEST() 1544 TestCase strokeEmptyCase(reporter, emptyPath, stroke); in DEF_TEST() 1555 TestCase dashAndStrokeEmptyCase(reporter, emptyPath, dashAndStroke); in DEF_TEST() 2290 TestCase emptyPath(reporter, SkPath(), style); in DEF_TEST() local 2291 emptyArc.compare(reporter, emptyPath, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | FileFactoryTest.java | 72 return PathServiceTest.fakeUnixPathService().emptyPath(); in fakePath()
|
D | JimfsPathTest.java | 218 assertResolvedPathEquals("foo/bar", pathService.emptyPath(), "foo/bar"); in testResolve_againstEmptyPath() 259 assertRelativizedPathEquals("foo/bar", pathService.emptyPath(), "foo/bar"); in testRelativize_againstEmptyPath()
|
D | PathServiceTest.java | 55 .that(service.emptyPath()) in testPathCreation()
|