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

  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 133 IOException lastEx = null;
144 lastEx = ex;
147 if (lastEx != null) {
148 throw lastEx;
  /frameworks/base/tests/CoreTests/android/core/
SocketTest.java 55 IOException lastEx = null;
62 lastEx = null;
65 lastEx = ex;
69 if (lastEx != null) {
70 throw lastEx;
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.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 

Completed in 157 milliseconds