Searched refs:getProperty (Results 126 - 139 of 139) sorted by relevance

123456

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DControlTest.java379 String tmpdir = System.getProperty("java.io.tmpdir");
H A DFormatterTest.java913 String oldSeparator = System.getProperty("line.separator");
4204 root = System.getProperty("user.name").equalsIgnoreCase("root");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
H A DSAXParserTestSupport.java78 String tmp = System.getProperty("java.io.tmpdir", ".");
/libcore/luni/src/main/java/java/util/prefs/
H A DXMLParser.java492 values[i] = properties.getProperty(keys[i]);
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java527 File tmpDir = new File(System.getProperty("java.io.tmpdir"));
H A DOldSocketTest.java1485 String platform = System.getProperty("os.name");
1703 String platform = System.getProperty("os.name");
H A DURLConnectionTest.java684 String tmp = System.getProperty("java.io.tmpdir");
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileIOInterruptTest.java64 String tmpDirName = System.getProperty("java.io.tmpdir");
/libcore/support/src/test/java/libcore/java/security/
H A DStandardNames.java69 = !"Dalvik Core Library".equals(System.getProperty("java.specification.name"));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketTest.java685 String osName = System.getProperty("os.name");
1193 String platform = System.getProperty("os.name");
H A DURLTest.java1141 String pkgs = System.getProperty(HANDLER_PKGS);
/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java105 * {@linkplain System#getProperty system properties}:
3259 String pp = System.getProperty
3261 String fp = System.getProperty
3263 String hp = System.getProperty
/libcore/luni/src/main/java/java/net/
H A DURLClassLoader.java995 System.getProperty("file.separator"), jarIndex) + 1;
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1791 public Object getProperty(String property) { method in class:KXmlParser

Completed in 480 milliseconds

123456