Searched refs:ends (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/test/java/nio/file/Path/ |
D | PathOps.java | 125 PathOps ends(String suffix) { in ends() method in PathOps 296 .ends("/") in doUnixTests() 301 .ends("foo") in doUnixTests() 302 .ends("/foo") in doUnixTests() 305 .ends("bar") in doUnixTests() 306 .ends("foo/bar") in doUnixTests() 307 .ends("/foo/bar") in doUnixTests() 313 .ends("foo") in doUnixTests() 318 .ends("bar") in doUnixTests() 319 .ends("foo/bar") in doUnixTests() [all …]
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexFile.java | 422 int[] ends = new int[bufs.length]; in openInMemoryDexFiles() local 426 ends[i] = bufs[i].limit(); in openInMemoryDexFiles() 428 return openInMemoryDexFilesNative(bufs, arrays, starts, ends, loader, elements); in openInMemoryDexFiles() 432 int[] starts, int[] ends, ClassLoader loader, DexPathList.Element[] elements); in openInMemoryDexFilesNative() argument
|
/libcore/ojluni/src/test/java/util/Base64/ |
D | plain.txt | 127 ; SPACEs or TABs at the ends of lines, and is
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 276 OU=Über Frîends
|
/libcore/expectations/ |
D | knownfailures.txt | 1292 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )… 1293 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Serv…
|