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

1 2

  /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 97 System.clearProperty("proxyHost");
98 System.clearProperty("proxyPort");
99 System.clearProperty("http.proxyHost");
100 System.clearProperty("http.proxyPort");
101 System.clearProperty("https.proxyHost");
102 System.clearProperty("https.proxyPort");
    [all...]
  /frameworks/base/core/java/android/net/
Proxy.java 337 System.clearProperty("http.proxyHost");
338 System.clearProperty("https.proxyHost");
344 System.clearProperty("http.proxyPort");
345 System.clearProperty("https.proxyPort");
351 System.clearProperty("http.nonProxyHosts");
352 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");
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.h 79 void clearProperty() { m_propertySet = false; }
91 clearProperty();
  /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/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 444 public static String clearProperty(String name) {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 299 System.clearProperty("javax.xml.parsers.DocumentBuilderFactory");
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 115 System.clearProperty("proxyHost");
116 System.clearProperty("proxyPort");
117 System.clearProperty("http.proxyHost");
118 System.clearProperty("http.proxyPort");
119 System.clearProperty("https.proxyHost");
120 System.clearProperty("https.proxyPort");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 622 milliseconds

1 2