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

1 2

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
FileDescriptorInfo.java 12 FileDescriptorInfo(int id, int fd, boolean autoClose) {
15 mAutoClose = autoClose;
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
zoom_bubble_controller.h 56 // |autoClose| is YES, then the bubble was opened in response to a
59 - (void)showAnchoredAt:(NSPoint)anchorPoint autoClose:(BOOL)autoClose;
  /external/apache-http/src/org/apache/http/conn/scheme/
LayeredSocketFactory.java 56 * @param autoClose a flag for closing the underling socket when the created
69 boolean autoClose
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketFactoryImpl.java 100 public Socket createSocket(Socket s, String host, int port, boolean autoClose)
105 autoClose,
OpenSSLSocketImplWrapper.java 34 boolean autoClose, SSLParametersImpl sslParameters) throws IOException {
35 super(socket, host, port, autoClose, sslParameters);
OpenSSLSocketImpl.java 129 private final boolean autoClose;
164 this.autoClose = false;
174 this.autoClose = false;
184 this.autoClose = false;
196 this.autoClose = false;
207 this.autoClose = false;
216 boolean autoClose, SSLParametersImpl sslParameters) throws IOException {
220 this.autoClose = autoClose;
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultSSLSocketFactory.java 50 public Socket createSocket(Socket s, String host, int port, boolean autoClose)
SSLSocketFactory.java 131 * @param autoClose
141 public abstract Socket createSocket(Socket s, String host, int port, boolean autoClose)
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 380 final boolean autoClose
386 autoClose
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 381 final boolean autoClose
387 autoClose
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 304 public Socket createSocket(Socket s, String host, int port, boolean autoClose)
306 return set(sf.createSocket(s, host, port, autoClose));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 325 private void toggle(CLabel label, boolean performLayout, boolean autoClose) {
326 if (autoClose) {
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 404 bool autoClose = false;
406 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
411 autoClose = true;
436 if (autoClose && nextDirection == firstDirection) {
439 closedOrMoved = autoClose;
475 bool result = 4 == corners && (first == last || autoClose);
492 autoClose = false; // we are not closed
499 *isClosed = autoClose;
    [all...]
  /external/skia/src/core/
SkPath.cpp 404 bool autoClose = false;
406 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
411 autoClose = true;
436 if (autoClose && nextDirection == firstDirection) {
439 closedOrMoved = autoClose;
475 bool result = 4 == corners && (first == last || autoClose);
492 autoClose = false; // we are not closed
499 *isClosed = autoClose;
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 114 public Socket createSocket(Socket s, String host, int port, boolean autoClose) {
  /external/chromium_org/third_party/skia/include/core/
SkPath.h     [all...]
  /external/skia/include/core/
SkPath.h     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]

Completed in 899 milliseconds

1 2