Searched refs:notEnds (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/file/Path/
H A DPathOps.java142 PathOps notEnds(String suffix) { method in class:PathOps
338 .notEnds("\\")
339 .notEnds("");
343 .notEnds("");
346 .notEnds("");
354 .notEnds("r")
355 .notEnds("\\foo\\bar")
356 .notEnds("");
364 .notEnds("oo\\bar")
365 .notEnds("");
[all...]
/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java145 PathOps notEnds(String suffix) { method in class:PathOps
289 .notEnds("/");
292 .notEnds("foo")
293 .notEnds("/foo");
297 .notEnds("/");
303 .notEnds("/bar");
309 .notEnds("/bar");

Completed in 30 milliseconds