Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 66) sorted by relevance

123

/libcore/ojluni/src/main/java/java/nio/file/
DPaths.java83 public static Path get(String first, String... more) { in get() argument
84 return FileSystems.getDefault().getPath(first, more); in get()
DPath.java146 public static Path of(String first, String... more) { in of() argument
147 return FileSystems.getDefault().getPath(first, more); in of()
DFileSystem.java295 public abstract Path getPath(String first, String... more); in getPath() argument
/libcore/json/src/test/java/libcore/org/json/
DJSONTokenerTest.java36 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/
DREADME10 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/
DUnixFileSystem.java265 public final Path getPath(String first, String... more) {
267 if (more.length == 0) {
272 for (String segment: more) {
/libcore/tools/checkstyle/
Dw3c-copyright.pattern4 http://www\.w3\.org/Consortium/Legal/ for more details\.
Dasf-copyright.pattern2 \* Licensed to the Apache Software Foundation \(ASF\) under one or more
Dopenjdk-gplv2-plus-classpath-copyright.pattern17 \* version 2 for more details \(a copy is included in the LICENSE file that
Dopenjdk-gplv2-copyright.pattern15 \* version 2 for more details \(a copy is included in the LICENSE file that
/libcore/ojluni/src/main/
DLICENSE145 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/
DPathOps.java43 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/
DThreadTestHelper.smali35 # 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/
Dhijrah-config-Hijrah-umalqura_islamic-umalqura.properties13 # 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/
Dlogging.properties1 # 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/
Dtest.rtf2 * Licensed to the Apache Software Foundation (ASF) under one or more
Dtest.doc2 * Licensed to the Apache Software Foundation (ASF) under one or more
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystem.java99 public Path getPath(String first, String... more) { in getPath() argument
/libcore/ojluni/src/test/java/util/Properties/
DBug6609431.properties12 # version 2 for more details (a copy is included in the LICENSE file that
/libcore/tools/expected_upstream/
DREADME.md52 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/
DGraphemeTestCases.txt12 # version 2 for more details (a copy is included in the LICENSE file that
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_pt_BR.properties14 # version 2 for more details (a copy is included in the LICENSE file that
Dlogging_fr.properties14 # version 2 for more details (a copy is included in the LICENSE file that
Dlogging_zh_CN.properties14 # version 2 for more details (a copy is included in the LICENSE file that
/libcore/ojluni/src/main/java/java/nio/charset/
Dexceptions14 # version 2 for more details (a copy is included in the LICENSE file that

123