Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 28) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/net/
DURITest.java286 URI base = new URI("http://host/file?query/x"); in testRelativePathOnQuery() local
295 URI base = new URI("http://host/file?query/x#fragment"); in testRelativeFragmentOnQuery() local
309 URI base = new URI("http://host/file"); in testRelativePathAndFragment() local
314 URI base = new URI("http://host/a/b/c"); in testRelativeParentDirectory() local
319 URI base = new URI("http://host/a/b/c"); in testRelativeChildDirectory() local
324 URI base = new URI("http://host/a/b/c"); in testRelativeRootDirectory() local
329 URI base = new URI("http://host/a/b/c"); in testRelativeFullUrl() local
335 URI base = new URI("http://host/a/b/c"); in testRelativeDifferentScheme() local
340 URI base = new URI("http://host/a/b/c"); in testRelativeDifferentAuthority() local
345 URI base = new URI("http://host/a/b/c"); in testRelativeWithScheme() local
[all …]
DURLTest.java386 URL base = new URL("http://host/file?query/x"); in testRelativePathOnQuery() local
396 URL base = new URL("http://host/file?query/x#fragment"); in testRelativeFragmentOnQuery() local
411 URL base = new URL("http://host/file"); in testRelativePathAndFragment() local
416 URL base = new URL("http://host/a/b/c"); in testRelativeParentDirectory() local
421 URL base = new URL("http://host/a/b/c"); in testRelativeChildDirectory() local
426 URL base = new URL("http://host/a/b/c"); in testRelativeRootDirectory() local
431 URL base = new URL("http://host/a/b/c"); in testRelativeFullUrl() local
437 URL base = new URL("http://host/a/b/c"); in testRelativeDifferentScheme() local
442 URL base = new URL("http://host/a/b/c"); in testRelativeDifferentAuthority() local
447 URL base = new URL("http://host/a/b/c"); in testRelativeWithScheme() local
[all …]
DOldAndroidURITest.java44 private static void resolve(String base, String uri, String expected) { in resolve()
/libcore/luni/src/test/java/libcore/java/io/
DFileTest.java28 String base = System.getProperty("java.io.tmpdir"); in createTemporaryDirectory() local
42 private static File createDeepStructure(File base) throws Exception { in createDeepStructure()
59 File base = createTemporaryDirectory(); in test_longPath() local
71 File base = createTemporaryDirectory(); in test_longReadlink() local
159 File base = createTemporaryDirectory(); in test_getCanonicalPath() local
236 File base = createTemporaryDirectory(); in test_mkdirs() local
DOldFileTest.java137 String base = System.getProperty("java.io.tmpdir"); in test_renameToLjava_io_File() local
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DGeneralSubtree.java55 private final GeneralName base; field in GeneralSubtree
63 public GeneralSubtree(GeneralName base, int minimum, int maximum) { in GeneralSubtree()
/libcore/luni/src/main/java/javax/xml/transform/
DURIResolver.java42 public Source resolve(String href, String base) in resolve()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java360 String base = tempDirectory.getPath(); in test_createNewFile() local
526 String base = System.getProperty("java.io.tmpdir"); in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File() local
701 String base = addTrailingSlash(tempDirectory.getPath()); in test_getAbsoluteFile() local
722 String base = addTrailingSlash(tempDirectory.getPath()); in test_getAbsolutePath() local
744 String base = addTrailingSlash(tempDirectory.getPath()); in test_getCanonicalFile() local
799 String base = tempDirectory.getCanonicalPath(); in test_getCanonicalPath() local
959 String base = System.getProperty("user.home"); in test_getPath() local
1081 String base = addTrailingSlash(tempDirectory.getPath()); in test_isDirectory() local
1099 String base = tempDirectory.getPath(); in test_isFile() local
1176 String base = tempDirectory.getPath(); in test_list() local
[all …]
/libcore/luni/src/main/java/java/util/
DComparableTimSort.java470 int base, int len, int hint) { in gallopLeft()
540 int base, int len, int hint) { in gallopRight()
DTimSort.java502 private static <T> int gallopLeft(T key, T[] a, int base, int len, int hint, in gallopLeft()
572 private static <T> int gallopRight(T key, T[] a, int base, int len, in gallopRight()
/libcore/luni/src/main/java/java/util/concurrent/atomic/
DAtomicReferenceArray.java26 private static final int base; field in AtomicReferenceArray
DAtomicLongArray.java21 private static final int base = unsafe.arrayBaseOffset(long[].class); field in AtomicLongArray
DAtomicIntegerArray.java22 private static final int base = unsafe.arrayBaseOffset(int[].class); field in AtomicIntegerArray
/libcore/luni/src/main/java/java/math/
DBigInt.java118 String checkString(String s, int base) { in checkString()
156 private static String toAscii(String s, int base) { in toAscii()
DBigInteger.java996 BigInteger base = exponentSignum < 0 ? modInverse(modulus) : this; in modPow() local
/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java171 File base = new File(catalogXml.getParentFile(), majorPath); in suite() local
184 private TestCase create(File base, Element testCaseElement) { in create()
/libcore/json/src/main/java/org/json/
DJSONTokener.java296 int base = 10; in readLiteral() local
/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java200 private static String relativePath(String base, String path) { in relativePath()
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderImpl.java417 private String resolveCharacterReference(String value, int base) { in resolveCharacterReference()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURITest.java1596 private void testRelativize(String base, String target, String expected) in testRelativize()
1605 URI base = new URI("file", null, "/test", null); in test_relativize3() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerModPowTest.java106 …BigInteger[] base = new BigInteger[] {new BigInteger("-1"), new BigInteger("0"), new BigInteger("1… in testModPowZeroExp() local
/libcore/benchmarks/libs/
Dcaliper.jar ... com.google.caliper.internal.guava.base.Supplier) throws java.lang.Exception int ...
/libcore/luni/src/main/java/java/lang/
DLong.java155 int base = 10; in decode() local
DInteger.java170 int base = 10; in decode() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java753 private static boolean inc(int[] num, int base) { in inc()

12