Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignedObjectTest.java50 Properties prop; in testSignedObject() local
/libcore/luni/src/main/java/java/lang/
DInteger.java234 String prop = System.getProperty(string); in getInteger() local
263 String prop = System.getProperty(string); in getInteger() local
292 String prop = System.getProperty(string); in getInteger() local
DLong.java220 String prop = System.getProperty(string); in getLong() local
249 String prop = System.getProperty(string); in getLong() local
278 String prop = System.getProperty(string); in getLong() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java206 Properties prop = null; in test_loadLjava_io_InputStream() local
310 Properties prop = null; in test_loadLjava_io_Reader() local
414 Properties prop = null; in test_loadLjava_io_InputStream_Special() local
761 Properties prop = null; in test_loadFromXMLLjava_io_InputStream() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java133 Properties prop = System.getProperties(); in test_newInstance() local
DDocumentBuilderFactoryTest.java279 Properties prop = System.getProperties(); in test_newInstance() local
/libcore/luni/src/main/java/java/security/
DSecurity.java112 String prop = "Alg." + propName + "." + algName; in getAlgorithmProperty() local
DProvider.java312 String prop = getPropertyIgnoreCase(servAlg); in implementsAlg() local