HomeSort by relevance Sort by last modified time
    Searched defs:isProxy (Results 1 - 25 of 39) sorted by null

1 2

  /external/v8/src/
d8.js 13 function isProxy(o) { return false };
18 isProxy = Function(['object'], 'return %_IsJSProxy(object)');
31 if (isProxy(x)) {
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 129 public boolean isProxy() {
  /frameworks/av/media/libeffects/config/include/media/
EffectsConfig.h 59 bool isProxy;
60 EffectImpl libSw; //< Only valid if isProxy
61 EffectImpl libHw; //< Only valid if isProxy
  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 125 public boolean isProxy() {
  /external/curl/lib/vtls/
vtls.c 288 const bool isProxy = CONNECT_PROXY_SSL();
289 struct ssl_primary_config * const ssl_config = isProxy ?
292 const char * const name = isProxy ? conn->http_proxy.host.name :
294 int port = isProxy ? (int)conn->port : conn->remote_port;
396 const bool isProxy = CONNECT_PROXY_SSL();
397 struct ssl_primary_config * const ssl_config = isProxy ?
403 clone_host = strdup(isProxy ? conn->http_proxy.host.name : conn->host.name);
458 store->remote_port = isProxy ? (int)conn->port : conn->remote_port;
  /frameworks/base/core/java/android/os/
Binder.java 349 public static final boolean isProxy(IInterface iface) {
  /libcore/ojluni/src/main/java/java/lang/
Class.java     [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java 109 private boolean isProxy;
447 isProxy = Proxy.isProxyClass(cl);
545 isProxy = true;
552 if (!localDesc.isProxy) {
580 isProxy = false;
592 if (localDesc.isProxy) {
662 isProxy = false;
842 boolean isProxy() {
843 return isProxy;
    [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
javassist-3.14.0-GA.jar 
  /prebuilts/misc/common/robolectric/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 5960 milliseconds

1 2