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

123456

/libcore/support/src/test/java/tests/util/
H A DClassLoaderBuilder.java135 return System.getProperty("java.class.path");
140 String classpath = System.getProperty(propertyName);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLContextSpiTest.java157 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
163 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
196 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
202 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
/libcore/luni/src/main/java/java/lang/
H A DBoolean.java169 * @see System#getProperty(String)
175 return (parseBoolean(System.getProperty(string)));
/libcore/luni/src/main/java/java/security/
H A DIdentityScope.java82 String className = Security.getProperty("system.scope");
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLServerSocketFactory.java56 defaultName = Security.getProperty("ssl.ServerSocketFactory.provider");
H A DSSLSocketFactory.java51 String newName = Security.getProperty("ssl.SocketFactory.provider");
H A DTrustManagerFactory.java54 String algorithm = Security.getProperty(PROPERTY_NAME);
/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java66 String val = System.getProperty("jaxp.debug");
172 String systemProp = System.getProperty(factoryId);
180 String javah = System.getProperty("java.home");
195 factoryClassName = cacheProps.getProperty(factoryId);
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java67 String val = System.getProperty("jaxp.debug");
162 String r = System.getProperty(propertyName);
187 String javah = System.getProperty("java.home");
207 factoryClassName = cacheProps.getProperty(propertyName);
H A DValidator.java439 public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:Validator
H A DValidatorHandler.java448 public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:ValidatorHandler
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java53 String val = System.getProperty("jaxp.debug");
155 String r = System.getProperty(propertyName);
167 String javah = System.getProperty("java.home");
187 factoryClassName = cacheProps.getProperty(propertyName);
/libcore/luni/src/test/java/libcore/dalvik/system/
H A DPathClassLoaderTest.java32 File tmp = new File(System.getProperty("java.io.tmpdir"));
/libcore/luni/src/test/java/libcore/java/sql/
H A DConnectionTest.java51 String tmp = System.getProperty("java.io.tmpdir");
H A DOldSQLTest.java38 String tmp = System.getProperty("java.io.tmpdir");
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java89 String name = Security.getProperty("system.scope");
H A DSecurityTest.java381 * java.security.Security#getProperty(String)
386 Security.getProperty(null);
392 assertEquals("test white space", Security.getProperty("myprop"));
413 assertEquals("Empty property", "", Security.getProperty(""));
417 .getProperty("My Test Property"));
/libcore/luni/src/main/java/java/util/logging/
H A DFileHandler.java266 String tempPath = System.getProperty("java.io.tmpdir");
270 String homePath = System.getProperty("user.home");
333 String property = manager.getProperty(key);
348 String property = manager.getProperty(key);
354 String property = manager.getProperty(key);
/libcore/support/src/test/java/tests/support/
H A DSupport_Exec.java39 = System.getProperty("java.vendor").contains("Android");
54 String testVMArgs = System.getProperty("hy.test.vmargs");
/libcore/dom/src/test/java/org/w3c/domts/
H A DDocumentBuilderSetting.java259 public final String getProperty() { method in class:DocumentBuilderSetting
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DMockFilter.java55 public Object getProperty(String name) throws SAXNotRecognizedException, method in class:MockFilter
/libcore/luni/src/main/java/java/io/
H A DConsole.java152 super(new InputStreamReader(in, System.getProperty("file.encoding")), 256);
/libcore/luni/src/main/java/java/security/cert/
H A DCertPathBuilder.java194 String defaultType = Security.getProperty(PROPERTY_NAME);
H A DCertPathValidator.java203 String defaultType = Security.getProperty(PROPERTY_NAME);
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLReaderFactory.java113 try { className = System.getProperty (property); }

Completed in 387 milliseconds

123456