HomeSort by relevance Sort by last modified time
    Searched defs:port (Results 826 - 850 of 1373) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 33 port, enumerator in enum:__anon65538
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
if.h 100 unsigned char port; member in struct:ifmap
telephony.h 33 port, enumerator in enum:__anon65902
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if.h 100 unsigned char port; member in struct:ifmap
telephony.h 33 port, enumerator in enum:__anon66269
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if.h 100 unsigned char port; member in struct:ifmap
telephony.h 33 port, enumerator in enum:__anon66668
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if.h 100 unsigned char port; member in struct:ifmap
telephony.h 33 port, enumerator in enum:__anon67120
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if.h 100 unsigned char port; member in struct:ifmap
telephony.h 33 port, enumerator in enum:__anon67574
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port; member in struct:rpc_xprt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 37 import httplib # only for the default HTTP port namespace
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
364 [[('foo', 'bar'), ('port', '80,81'), ('discard', None)], [('bar', 'baz')]]
461 "version", "port", "max-age")
594 # remove port, if present
623 port = host[i+1:]
625 int(port)
627 _debug("nonnumeric port: '%s'", port)
630 port = DEFAULT_HTTP_POR
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 37 import httplib # only for the default HTTP port namespace
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
364 [[('foo', 'bar'), ('port', '80,81'), ('discard', None)], [('bar', 'baz')]]
461 "version", "port", "max-age")
594 # remove port, if present
623 port = host[i+1:]
625 int(port)
627 _debug("nonnumeric port: '%s'", port)
630 port = DEFAULT_HTTP_POR
    [all...]
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /system/bt/stack/rfcomm/
rfc_int.h 158 ** Define port states
168 ** Events that can be received by multiplexer as well as port state machines
197 ** Port events
225 UINT8 last_port; /* Last port allocated */
228 /* Main Control Block for the RFCOMM Layer (PORT and RFC) */
232 tPORT_CB port; member in struct:__anon69772
  /system/netd/server/
CommandListener.cpp 1375 int port = atoi(argv[3]); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 75 // Stores whether ARC feature is enabled per port. True by default for all the ARC-enabled ports.
83 // The previous port id (input) before switching to the new one. This is remembered in order to
86 // (either by TV or source device). Manual port switching invalidates this value to
194 for (HdmiPortInfo port : ports) {
195 mArcFeatureEnabled.put(port.getId(), port.isArcSupported());
328 * Returns the previous port id kept to handle input switching on <Inactive Source>.
337 * Sets the previous port id. INVALID_PORT_ID invalidates it, hence no actions will be
352 // Show OSD port change banner
359 // No CEC/MHL device is present at the port. Attempt to switch t
    [all...]

Completed in 457 milliseconds

<<31323334353637383940>>