Searched refs:setProperty (Results 1 - 25 of 55) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/net/
H A DProxySelectorTest.java74 System.setProperty("ftp.proxyHost", "a");
75 System.setProperty("http.proxyHost", "b");
76 System.setProperty("https.proxyHost", "c");
77 System.setProperty("other.proxyHost", "d");
78 System.setProperty("socket.proxyHost", "d");
90 System.setProperty("ftp.proxyHost", "a");
91 System.setProperty("ftp.proxyPort", "1001");
92 System.setProperty("http.proxyHost", "b");
93 System.setProperty("http.proxyPort", "1002");
94 System.setProperty("http
[all...]
H A DURLStreamHandlerFactoryTest.java80 System.setProperty("java.protocol.handler.pkgs", getHandlerPackageName());
99 System.setProperty("java.protocol.handler.pkgs", getHandlerPackageName());
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
H A DParserFactoryTest.java44 System.setProperty("org.xml.sax.parser", "foo.bar.SAXParser");
54 System.setProperty("org.xml.sax.parser",
65 System.setProperty("org.xml.sax.parser",
76 System.setProperty("org.xml.sax.parser",
87 System.setProperty("org.xml.sax.parser",
H A DXMLReaderFactoryTest.java43 System.setProperty("org.xml.sax.driver", "foo.bar.XMLReader");
52 System.setProperty("org.xml.sax.driver",
62 System.setProperty("org.xml.sax.driver",
72 System.setProperty("org.xml.sax.driver",
84 System.setProperty("org.xml.sax.driver",
/libcore/luni/src/main/java/org/xml/sax/
H A DXMLReader.java180 * @see #setProperty
211 public void setProperty (String name, Object value)
210 public void setProperty (String name, Object value) method in interface:XMLReader
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
H A DDoNothingXMLReader.java76 public void setProperty(String name, Object value) { method in class:DoNothingXMLReader
H A DNoAccessXMLReader.java76 public void setProperty(String name, Object value) { method in class:NoAccessXMLReader
H A DNoInstanceXMLReader.java79 public void setProperty(String name, Object value) { method in class:NoInstanceXMLReader
H A DNoSubclassXMLReader.java76 public void setProperty(String name, Object value) { method in class:NoSubclassXMLReader
H A DMockFilter.java70 public void setProperty(String name, Object value) throws SAXNotRecognizedException, method in class:MockFilter
H A DMockReader.java119 public void setProperty(String name, Object value) throws SAXNotRecognizedException, method in class:MockReader
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestUtils.java76 properties.setProperty(key, value);
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DSAXParserImpl.java105 public void setProperty(String name, Object value) method in class:SAXParserImpl
107 reader.setProperty(name, value);
/libcore/luni/src/test/java/libcore/java/lang/
H A DSystemTest.java38 System.setProperty("line.separator", "poop");
66 System.setProperty("line.separator", "\n");
/libcore/luni/src/main/java/javax/xml/validation/
H A DValidator.java406 public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:Validator
437 * @see #setProperty(String, Object)
H A DValidatorHandler.java415 public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:ValidatorHandler
446 * @see #setProperty(String, Object)
H A DSchemaFactory.java343 public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException { method in class:SchemaFactory
372 * @see #setProperty(String, Object)
/libcore/luni/src/test/java/libcore/dalvik/system/
H A DPathClassLoaderTest.java38 System.setProperty("java.library.path", systemLibPath.toString());
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSecurityTest.java391 Security.setProperty("myprop","test white space ");
396 * java.security.Security#setProperty(String,String)
401 Security.setProperty(null, "");
407 Security.setProperty("", null);
412 Security.setProperty("", "");
415 Security.setProperty("My Test Property", "My property value");
/libcore/luni/src/main/java/java/sql/
H A DDriverManager.java208 theProperties.setProperty("user", user);
211 theProperties.setProperty("password", password);
/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java443 void setProperty(String name, method in interface:XmlPullParser
H A DXmlSerializer.java76 void setProperty(String name, method in interface:XmlSerializer
/libcore/luni/src/test/java/libcore/java/io/
H A DOldFileTest.java77 System.setProperty("user.dir", dirName);
113 System.setProperty("user.dir", userDir);
211 System.setProperty("java.io.tmpdir", userDir);
H A DFileTest.java214 System.setProperty("user.dir", "/a");
216 System.setProperty("user.dir", "/b");
219 System.setProperty("user.dir", originalUserDir);
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLFilterImpl.java68 * setFeature or setProperty, unless you use this as a pure event
72 * @see org.xml.sax.XMLReader#setProperty
200 public void setProperty (String name, Object value)
204 parent.setProperty(name, value);
197 public void setProperty (String name, Object value) method in class:XMLFilterImpl

Completed in 456 milliseconds

123