HomeSort by relevance Sort by last modified time
    Searched refs:CONNECT (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidStateMachineTest.java 187 // Send a connect request
188 mHearingAidStateMachine.sendMessage(HearingAidStateMachine.CONNECT, mTestDevice);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AddWifiNetworkActivity.java 124 /* Options or Connect */
127 StateMachine.CONNECT,
131 /* Connect */
153 /* Connect Failed */
166 /* Connect Timeout */
178 /* Connect Rejected By AP */
188 /* Connect Auth Failure */
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 85 private int mNumConnects; // TOTAL # of connect/disconnect
97 static final int CONNECT = ServiceProtoEnums.USB_CONNECTION_RECORD_MODE_CONNECT; // 0
146 pw.println(formatTime() + " Connect " + mDeviceAddress + " mode:" + mMode);
162 pw.println(formatTime() + " Connect " + mDeviceAddress + " mode:" + mMode);
179 pw.println(formatTime() + " Connect " + mDeviceAddress + " mode:" + mMode);
199 pw.println(formatTime() + " Connect " + mDeviceAddress + " mode:" + mMode);
396 addConnectionRecord(deviceAddress, ConnectionRecord.CONNECT,
  /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"})
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 54 CONNECT,
300 virtual status_t connect(const sp<IProducerListener>& listener, function in class:android::BpGraphicBufferProducer
312 status_t result = remote()->transact(CONNECT, data, &reply);
588 status_t connect(
592 return mBase->connect(listener, api, producerControlledByApp, output);
855 case CONNECT: {
864 status_t res = connect(listener, api, producerControlledByApp, &output);
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 175 setCommandHandler(CommandNames.CONNECT, new ConnectCommandHandler());
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 21 * CONNECT | | | DISCONNECTED
83 public static final int CONNECT = 1;
823 // will be set on connect
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
request.go 103 // the CONNECT method. See the documentation on Transport for
116 // connect to, while the Request's Host field optionally
527 } else if r.Method == "CONNECT" && r.URL.Path == "" {
528 // CONNECT requests normally give just the host and port, not a full URL.
743 | "CONNECT" ; Section 9.9
952 // CONNECT requests are used two different ways, and neither uses a full URL:
954 // It looks like "CONNECT www.google.com:443 HTTP/1.1", and the parameter is
957 // The net/rpc package also uses CONNECT, but there the parameter is a path
961 justAuthority := req.Method == "CONNECT" && !strings.HasPrefix(rawurl, "/")
    [all...]
transport.go 58 // HTTPS, and HTTP proxies (for either HTTP or HTTPS with CONNECT).
77 // The Transport will send CONNECT requests to a proxy for its own use
79 // be used to send a CONNECT request. That is, the Request passed to
80 // the RoundTrip method should not have a Method of "CONNECT", as Go's
83 // implementation does support full duplex, but many CONNECT proxies speak
199 // proxies during CONNECT requests.
911 // specified in the connectMethod. This includes doing a proxy CONNECT
1033 // The connect method and the transport can both specify a TLS
    [all...]
serve_test.go 349 // The /foo -> /foo/ redirect applies to CONNECT requests
351 {"CONNECT", "google.com", "/dir", 301, "/dir/"},
352 {"CONNECT", "google.com", "/../search", 404, ""},
353 {"CONNECT", "google.com", "/dir/..", 200, "/dir/"},
354 {"CONNECT", "google.com", "/dir/..", 200, "/dir/"},
355 {"CONNECT", "google.com", "/dir/./file", 200, "/dir/"},
499 6: {"/testThree?foo", "CONNECT", "foo", true},
500 7: {"/testThree/?foo", "CONNECT", "foo:bar", true},
504 9: {"/testOne/foo/..?foo", "CONNECT", "404 page not found\n", false},
534 mux.Handle("example.com:3000/pkg/connect/", stringHandler("example.com:3000/pkg/connect/")
    [all...]
clientserver_test.go 792 Method: "CONNECT",
800 Method: "CONNECT",
817 if req.Method != "CONNECT" {
818 t.Errorf("method = %q; want CONNECT", req.Method)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request.go 103 // the CONNECT method. See the documentation on Transport for
116 // connect to, while the Request's Host field optionally
527 } else if r.Method == "CONNECT" && r.URL.Path == "" {
528 // CONNECT requests normally give just the host and port, not a full URL.
743 | "CONNECT" ; Section 9.9
952 // CONNECT requests are used two different ways, and neither uses a full URL:
954 // It looks like "CONNECT www.google.com:443 HTTP/1.1", and the parameter is
957 // The net/rpc package also uses CONNECT, but there the parameter is a path
961 justAuthority := req.Method == "CONNECT" && !strings.HasPrefix(rawurl, "/")
    [all...]
transport.go 58 // HTTPS, and HTTP proxies (for either HTTP or HTTPS with CONNECT).
77 // The Transport will send CONNECT requests to a proxy for its own use
79 // be used to send a CONNECT request. That is, the Request passed to
80 // the RoundTrip method should not have a Method of "CONNECT", as Go's
83 // implementation does support full duplex, but many CONNECT proxies speak
199 // proxies during CONNECT requests.
911 // specified in the connectMethod. This includes doing a proxy CONNECT
1033 // The connect method and the transport can both specify a TLS
    [all...]
serve_test.go 349 // The /foo -> /foo/ redirect applies to CONNECT requests
351 {"CONNECT", "google.com", "/dir", 301, "/dir/"},
352 {"CONNECT", "google.com", "/../search", 404, ""},
353 {"CONNECT", "google.com", "/dir/..", 200, "/dir/"},
354 {"CONNECT", "google.com", "/dir/..", 200, "/dir/"},
355 {"CONNECT", "google.com", "/dir/./file", 200, "/dir/"},
499 6: {"/testThree?foo", "CONNECT", "foo", true},
500 7: {"/testThree/?foo", "CONNECT", "foo:bar", true},
504 9: {"/testOne/foo/..?foo", "CONNECT", "404 page not found\n", false},
534 mux.Handle("example.com:3000/pkg/connect/", stringHandler("example.com:3000/pkg/connect/")
    [all...]
clientserver_test.go 792 Method: "CONNECT",
800 Method: "CONNECT",
817 if req.Method != "CONNECT" {
818 t.Errorf("method = %q; want CONNECT", req.Method)
    [all...]
  /external/scapy/scapy/layers/tls/
automaton_cli.py 144 raise self.CONNECT()
147 def CONNECT(self):
150 self.vprint("Trying to connect on %s:%d" % (self.remote_ip,
152 s.connect((self.remote_ip, self.remote_port))
823 # When trying to connect to a public TLS 1.3 server,
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 77 * <p> An application can initiate a connection request to a peer through {@link #connect}. See
82 * <p> After a successful group formation through {@link #createGroup} or through {@link #connect},
314 public static final int CONNECT = BASE + 7;
1031 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { method in class:WifiP2pManager
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 217 boolean connect(BluetoothDevice device) { method in class:HearingAidService
220 Log.d(TAG, "connect(): " + device);
231 Log.e(TAG, "Cannot connect to " + device + " : Remote does not have Hearing Aid UUID");
249 Log.e(TAG, "Cannot connect to " + device + " : no state machine");
251 smConnect.sendMessage(HearingAidStateMachine.CONNECT);
263 Log.e(TAG, "Ignored connect request for " + device + " : no state machine");
266 sm.sendMessage(HearingAidStateMachine.CONNECT);
323 * Check whether can connect to a peer device.
326 * @param device the peer device to connect to
333 Log.e(TAG, "okToConnect: cannot connect to " + device + " : quiet mode enabled")
775 public boolean connect(BluetoothDevice device) { method in class:HearingAidService.BluetoothHearingAidBinder
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 130 // the CONNECT request is processed by the proxy.
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 130 // the CONNECT request is processed by the proxy.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 339 case WifiP2pManager.CONNECT:
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedVncViewer.jar 
VncViewer.jar 
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetStateMachineTest.java 122 // Modify CONNECT timeout to a smaller value for test only
163 * Test state transition from Disconnected to Connecting state via CONNECT message
167 mHeadsetStateMachine.sendMessage(HeadsetStateMachine.CONNECT, mTestDevice);
    [all...]

Completed in 1028 milliseconds

1 23 4 5