HomeSort by relevance Sort by last modified time
    Searched refs:CONNECT (Results 26 - 50 of 97) sorted by null

12 3 4

  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 46 private static final String CONNECT = "CONNECT";
87 if (requestType.equals(CONNECT)) {
134 if (requestType.equals(CONNECT)) {
146 Log.v(TAG, "Unable to connect to proxy " + proxy, ioe);
155 if (requestType.equals(CONNECT)) {
167 SocketConnect.connect(connection, server);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AddWifiNetworkActivity.java 98 case CONNECT:
143 connect(); method
160 if (formPageType == WifiFormPageType.CONNECT) {
194 private void connect() { method in class:AddWifiNetworkActivity
198 addPage(WifiFormPageType.CONNECT);
205 connect(); method
WifiConnectionActivity.java 114 case CONNECT:
164 connect(); method
181 if (formPageType == WifiFormPageType.CONNECT) {
221 connect(); method
225 private void connect() { method in class:WifiConnectionActivity
230 addPage(WifiFormPageType.CONNECT);
237 connect(); method
WifiFormPageType.java 43 CONNECT(FormPageDisplayer.DISPLAY_TYPE_LOADING, R.string.wifi_connecting, 0),
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 105 setCommandHandler(CommandNames.CONNECT, new ConnectCommandHandler());
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServerTestCase.java 60 assertTrue("ConnectCommandHandler", ftpServer.getCommandHandler(CommandNames.CONNECT) != null);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 212 setCommandHandler(CommandNames.CONNECT, new ConnectCommandHandler());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 294 case CONNECT:
367 connect(); method
394 if (formPageType == WifiFormPageType.CONNECT) {
443 private void connect() { method in class:WifiSetupActivity
448 addPage(WifiFormPageType.CONNECT);
455 connect(); method
550 connect(); method
581 case CONNECT:
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 380 CommandHandler connectCommandHandler = (CommandHandler) commandHandlers.get(CommandNames.CONNECT);
381 connectCommandHandler.handleCommand(new Command(CommandNames.CONNECT, new String[0]), this);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 378 CommandHandler connectCommandHandler = (CommandHandler) commandHandlers.get(CommandNames.CONNECT);
379 connectCommandHandler.handleCommand(new Command(CommandNames.CONNECT, new String[0]), this);
  /external/tcpdump/
print-atm.c 82 #define CONNECT 0x07 /* connect */
329 { CONNECT, "Connect" },
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
66 static final int CONNECT = 1;
290 case CONNECT:
397 case CONNECT:
518 logi("Ready to connect incoming Connection from pending state");
544 log("current device tries to connect back");
589 // state. This is to prevent auto connect attempts from disconnecting
592 removeDeferredMessages(CONNECT);
615 case CONNECT
    [all...]
  /frameworks/av/camera/
ICamera.cpp 47 CONNECT,
289 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::hardware::BpCamera
294 remote()->transact(CONNECT, data, &reply);
473 case CONNECT: {
476 reply->writeInt32(connect(cameraClient));
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 57 private static enum OpType { CONNECT, READ, WRITE };
74 // pending connect (updateLock)
259 if (task.getContext() == OpType.CONNECT)
267 // -- connect --
355 int n = Net.connect(fd, isa.getAddress(), isa.getPort());
361 result = new PendingFuture<Void,A>(this, OpType.CONNECT);
381 // close channel if connect fails
  /libcore/ojluni/src/main/java/java/net/
SocksSocketImpl.java 100 super.connect(new InetSocketAddress(host, port), timeout);
126 throw new SocketTimeoutException("Connect timed out");
268 out.write(CONNECT);
314 * connect to the SOCKS proxy and negotiate the access. If the proxy
315 * grants the connections, then the connect is successful and all
318 * @param endpoint the {@code SocketAddress} to connect to.
327 protected void connect(SocketAddress endpoint, int timeout) throws IOException { method in class:SocksSocketImpl
357 super.connect(epoint, remainingMillis(deadlineMillis));
405 out.write(CONNECT);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSession_RunTest.java 198 commandHandlerMap.put(CommandNames.CONNECT, connectCommandHandler);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSession_RunTest.java 200 commandHandlerMap.put(CommandNames.CONNECT, connectCommandHandler);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 123 public boolean connect(BluetoothDevice device) { method in class:A2dpSinkService
137 mStateMachine.sendMessage(A2dpSinkStateMachine.CONNECT, device);
268 public boolean connect(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
271 return service.connect(device);
A2dpSinkStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
64 static final int CONNECT = 1;
200 case CONNECT:
306 case CONNECT:
451 log("current device tries to connect back");
515 case CONNECT:
721 logw("okToConnect not OK to connect " + device);
    [all...]
  /frameworks/av/media/libmedia/
IOMXStore.cpp 38 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 248 io.WriteString(conn, "CONNECT "+path+" HTTP/1.0\n\n")
252 resp, err := http.ReadResponse(bufio.NewReader(conn), &http.Request{Method: "CONNECT"})
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 248 io.WriteString(conn, "CONNECT "+path+" HTTP/1.0\n\n")
252 resp, err := http.ReadResponse(bufio.NewReader(conn), &http.Request{Method: "CONNECT"})
  /prebuilts/go/darwin-x86/src/net/http/
request.go 114 // connect to, while the Request's Host field optionally
527 } else if req.Method == "CONNECT" && req.URL.Path == "" {
528 // CONNECT requests normally give just the host and port, not a full URL.
732 | "CONNECT" ; Section 9.9
938 // CONNECT requests are used two different ways, and neither uses a full URL:
940 // It looks like "CONNECT www.google.com:443 HTTP/1.1", and the parameter is
943 // The net/rpc package also uses CONNECT, but there the parameter is a path
947 justAuthority := req.Method == "CONNECT" && !strings.HasPrefix(rawurl, "/")
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request.go 114 // connect to, while the Request's Host field optionally
527 } else if req.Method == "CONNECT" && req.URL.Path == "" {
528 // CONNECT requests normally give just the host and port, not a full URL.
732 | "CONNECT" ; Section 9.9
938 // CONNECT requests are used two different ways, and neither uses a full URL:
940 // It looks like "CONNECT www.google.com:443 HTTP/1.1", and the parameter is
943 // The net/rpc package also uses CONNECT, but there the parameter is a path
947 justAuthority := req.Method == "CONNECT" && !strings.HasPrefix(rawurl, "/")
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 51 CONNECT,
297 virtual status_t connect(const sp<IProducerListener>& listener, function in class:android::BpGraphicBufferProducer
309 status_t result = remote()->transact(CONNECT, data, &reply);
585 status_t connect(
589 return mBase->connect(listener, api, producerControlledByApp, output);
779 case CONNECT: {
788 status_t res = connect(listener, api, producerControlledByApp, &output);
    [all...]

Completed in 951 milliseconds

12 3 4