/libcore/ojluni/src/main/java/java/nio/file/ |
D | Paths.java | 83 public static Path get(String first, String... more) { in get() argument 84 return FileSystems.getDefault().getPath(first, more); in get()
|
D | Path.java | 146 public static Path of(String first, String... more) { in of() argument 147 return FileSystems.getDefault().getPath(first, more); in of()
|
D | FileSystem.java | 295 public abstract Path getPath(String first, String... more); in getPath() argument
|
/libcore/json/src/test/java/libcore/org/json/ |
D | JSONTokenerTest.java | 36 new JSONTokener(null).more(); in testNulls() 111 assertFalse(new JSONTokener("").more()); in testEmptyString() 155 assertFalse(abcdeTokener.more()); in testCharacterNavigation() 157 assertTrue(abcdeTokener.more()); in testCharacterNavigation() 163 assertTrue(abcTokener.more()); in testBackNextAndMore() 166 assertTrue(abcTokener.more()); in testBackNextAndMore() 168 assertFalse(abcTokener.more()); in testBackNextAndMore() 170 assertTrue(abcTokener.more()); in testBackNextAndMore() 172 assertFalse(abcTokener.more()); in testBackNextAndMore() 361 assertFalse(tokener.more()); in testNextString()
|
/libcore/tools/testmapping/ |
D | README | 10 3. Do that two more times. We'll use best-of-three timings, since sometimes a 28 See comments in the scripts for more on how they work. 34 probably mean excluding more things.
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixFileSystem.java | 265 public final Path getPath(String first, String... more) { 267 if (more.length == 0) { 272 for (String segment: more) {
|
/libcore/tools/checkstyle/ |
D | w3c-copyright.pattern | 4 http://www\.w3\.org/Consortium/Legal/ for more details\.
|
D | asf-copyright.pattern | 2 \* Licensed to the Apache Software Foundation \(ASF\) under one or more
|
D | openjdk-gplv2-plus-classpath-copyright.pattern | 17 \* version 2 for more details \(a copy is included in the LICENSE file that
|
D | openjdk-gplv2-copyright.pattern | 15 \* version 2 for more details \(a copy is included in the LICENSE file that
|
/libcore/ojluni/src/main/ |
D | LICENSE | 145 give any third party, for a charge no more than your cost of physically 295 more details. 329 consider it more useful to permit linking proprietary applications with the 376 version 2 for more details (a copy is included in the LICENSE file that 402 version 2 for more details (a copy is included in the LICENSE file that 428 version 2 for more details (a copy is included in the LICENSE file that 454 version 2 for more details (a copy is included in the LICENSE file that 480 version 2 for more details (a copy is included in the LICENSE file that 506 version 2 for more details (a copy is included in the LICENSE file that 532 version 2 for more details (a copy is included in the LICENSE file that [all …]
|
/libcore/ojluni/src/test/java/nio/file/Path/ |
D | PathOps.java | 43 private PathOps(String first, String... more) { in PathOps() argument 45 path = FileSystems.getDefault().getPath(first, more); in PathOps() 204 static PathOps test(String first, String... more) { in test() argument 205 return new PathOps(first, more); in test()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTestHelper.smali | 35 # introduced so that the stack trace is a little bit more interesting. 87 # Added so the stack trace looks more interesting
|
/libcore/ojluni/src/main/resources/java/time/chrono/ |
D | hijrah-config-Hijrah-umalqura_islamic-umalqura.properties | 13 # version 2 for more details (a copy is included in the LICENSE file that 53 # * There must be one or more space characters between the months.
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 1 # Licensed to the Apache Software Foundation (ASF) under one or more 23 # You can refer to JavaDoc of java.util.logging package for more information
|
/libcore/harmony-tests/src/test/resources/resources/ |
D | test.rtf | 2 * Licensed to the Apache Software Foundation (ASF) under one or more
|
D | test.doc | 2 * Licensed to the Apache Software Foundation (ASF) under one or more
|
/libcore/luni/src/test/filesystems/src/mypackage/ |
D | MockFileSystem.java | 99 public Path getPath(String first, String... more) { in getPath() argument
|
/libcore/ojluni/src/test/java/util/Properties/ |
D | Bug6609431.properties | 12 # version 2 for more details (a copy is included in the LICENSE file that
|
/libcore/tools/expected_upstream/ |
D | README.md | 52 You can build and test the change. If you need to import more files, 55 # -a imports more files into the last merge commit instead of a new commit 76 # -a imports more files into the last merge commit instead of a new commit 217 would include more files than just EXPECTED_UPSTREAM, because `git`, e.g. `git status`,
|
/libcore/ojluni/src/test/java/util/regex/ |
D | GraphemeTestCases.txt | 12 # version 2 for more details (a copy is included in the LICENSE file that
|
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
D | logging_pt_BR.properties | 14 # version 2 for more details (a copy is included in the LICENSE file that
|
D | logging_fr.properties | 14 # version 2 for more details (a copy is included in the LICENSE file that
|
D | logging_zh_CN.properties | 14 # version 2 for more details (a copy is included in the LICENSE file that
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | exceptions | 14 # version 2 for more details (a copy is included in the LICENSE file that
|