HomeSort by relevance Sort by last modified time
    Searched refs:clearProperty (Results 1 - 24 of 24) sorted by null

  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesProviderTest.java 27 System.clearProperty("java.util.prefs.PreferencesFactory");
  /libcore/luni/src/test/java/libcore/java/net/
ProxySelectorTest.java 48 System.clearProperty("ftp.proxyHost");
49 System.clearProperty("ftp.proxyPort");
50 System.clearProperty("ftp.nonProxyHosts");
51 System.clearProperty("http.proxyHost");
52 System.clearProperty("http.proxyPort");
53 System.clearProperty("http.nonProxyHosts");
54 System.clearProperty("https.proxyHost");
55 System.clearProperty("https.proxyPort");
56 System.clearProperty("https.nonProxyHosts");
57 System.clearProperty("other.proxyHost")
    [all...]
URLStreamHandlerFactoryTest.java 84 System.clearProperty("java.protocol.handler.pkgs");
103 System.clearProperty("java.protocol.handler.pkgs");
URLConnectionTest.java 95 System.clearProperty("proxyHost");
96 System.clearProperty("proxyPort");
97 System.clearProperty("http.proxyHost");
98 System.clearProperty("http.proxyPort");
99 System.clearProperty("https.proxyHost");
100 System.clearProperty("https.proxyPort");
    [all...]
  /frameworks/base/core/java/android/net/
Proxy.java 344 System.clearProperty("http.proxyHost");
345 System.clearProperty("https.proxyHost");
351 System.clearProperty("http.proxyPort");
352 System.clearProperty("https.proxyPort");
358 System.clearProperty("http.nonProxyHosts");
359 System.clearProperty("https.nonProxyHosts");
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 48 System.clearProperty("proxyHost");
49 System.clearProperty("proxyPort");
50 System.clearProperty("http.proxyHost");
51 System.clearProperty("http.proxyPort");
52 System.clearProperty("https.proxyHost");
53 System.clearProperty("https.proxyPort");
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
KeyManagerFactoryImplTest.java 52 System.clearProperty("javax.net.ssl.keyStore");
TrustManagerFactoryImplTest.java 52 System.clearProperty("javax.net.ssl.trustStore");
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserFactoryTest.java 33 System.clearProperty("org.xml.sax.parser");
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 238 System.clearProperty("test");
242 System.clearProperty(null);
249 System.clearProperty("");
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 131 System.clearProperty(USR_HOME_KEY);
146 System.clearProperty(TMP_DIR_KEY);
161 System.clearProperty(TMP_DIR_KEY);
162 System.clearProperty(USR_HOME_KEY);
  /external/webkit/Source/WebCore/platform/animation/
Animation.h 81 void clearProperty() { m_propertySet = false; }
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java     [all...]
  /libcore/luni/src/main/java/java/lang/
System.java 456 public static String clearProperty(String key) {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 299 System.clearProperty("javax.xml.parsers.DocumentBuilderFactory");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 9080 milliseconds