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

1 2 34 5

  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 691 // Can connect to RPC service using HTTP CONNECT to rpcPath.
696 if req.Method != "CONNECT" {
699 io.WriteString(w, "405 must CONNECT\n")
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 691 // Can connect to RPC service using HTTP CONNECT to rpcPath.
696 if req.Method != "CONNECT" {
699 io.WriteString(w, "405 must CONNECT\n")
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 1013 t.Errorf("socks5 proxy connect write: %v", err)
1096 // Implement an entire CONNECT proxy
1097 if r.Method == "CONNECT" {
1174 // First message should be a CONNECT, asking for a socket to the real server,
1175 if got.Method != "CONNECT" {
1184 t.Errorf("Got CONNECT host %q, want %q", gotHost, wantHost)
    [all...]
server.go 961 if req.ProtoAtLeast(1, 1) && (!haveHost || len(hosts) == 0) && !isH2Upgrade && req.Method != "CONNECT" {
    [all...]
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 1013 t.Errorf("socks5 proxy connect write: %v", err)
1096 // Implement an entire CONNECT proxy
1097 if r.Method == "CONNECT" {
1174 // First message should be a CONNECT, asking for a socket to the real server,
1175 if got.Method != "CONNECT" {
1184 t.Errorf("Got CONNECT host %q, want %q", gotHost, wantHost)
    [all...]
server.go 961 if req.ProtoAtLeast(1, 1) && (!haveHost || len(hosts) == 0) && !isH2Upgrade && req.Method != "CONNECT" {
    [all...]
h2_bundle.go     [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /frameworks/av/media/libmedia/
IOMX.cpp 39 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 245 public boolean connect(BluetoothDevice device) { method in class:A2dpService
248 Log.d(TAG, "connect(): " + device);
252 Log.e(TAG, "Cannot connect to " + device + " : PRIORITY_OFF");
257 Log.e(TAG, "Cannot connect to " + device + " : Remote does not have A2DP Sink UUID");
263 Log.e(TAG, "Cannot connect to " + device + " : too many connected devices");
268 Log.e(TAG, "Cannot connect to " + device + " : no state machine");
271 smConnect.sendMessage(A2dpStateMachine.CONNECT);
307 * Check whether can connect to a peer device.
310 * @param device the peer device to connect to
335 * Check whether can connect to a peer device
1034 public boolean connect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 214 public boolean connect(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
219 return service.connect(device);
464 public boolean connect(BluetoothDevice device) { method in class:HeadsetClientService
467 Log.d(TAG, "connect " + device);
480 sm.sendMessage(HeadsetClientStateMachine.CONNECT, device);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 431 public boolean connect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
436 return service.connect(device);
678 public boolean connect(BluetoothDevice device) { method in class:HeadsetService
681 Log.w(TAG, "connect: PRIORITY_OFF, device=" + device + ", " + Utils.getUidPidString());
686 Log.e(TAG, "connect: Cannot connect to " + device + ": no headset UUID, "
691 Log.i(TAG, "connect: device=" + device + ", " + Utils.getUidPidString());
702 Log.w(TAG, "connect: device " + device
724 stateMachine.sendMessage(HeadsetStateMachine.CONNECT, device);
    [all...]
  /packages/services/Car/service/src/com/android/car/
BluetoothDeviceConnectionPolicy.java 72 * Hence the CarService manages the policy that drives when and what to connect to.
74 * When to connect:
77 * user entry and there by attempt to connect to their devices. This removes the need for the user
78 * to manually connect his device everytime they get in a car.
80 * Which device to connect:
82 * it is time to connect, picks the device that is appropriate and available.
83 * For every profile, the policy attempts to connect to the last connected device first. The policy
84 * maintains a list of connect-able devices for every profile, in the order of how recently they
118 // Events that are listened to for triggering an auto-connect:
135 // The Bluetooth profiles that the CarService will try to auto-connect on
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /external/libpcap/
gencode.c     [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 958 milliseconds

1 2 34 5