/external/nist-sip/java/gov/nist/core/net/ |
D | NetworkLayer.java | 57 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket() 69 public SSLServerSocket createSSLServerSocket(int port, int backlog, in createSSLServerSocket() 80 public Socket createSocket(InetAddress address, int port) throws IOException; in createSocket() 91 …public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOExcep… in createSocket() 109 public Socket createSocket(InetAddress address, int port, in createSocket() 121 public SSLSocket createSSLSocket(InetAddress address, int port) throws IOException; in createSSLSocket() 132 …public SSLSocket createSSLSocket(InetAddress address, int port, InetAddress localAddress) throws I… in createSSLSocket() 150 public DatagramSocket createDatagramSocket(int port, InetAddress laddr) in createDatagramSocket()
|
D | DefaultNetworkLayer.java | 69 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket() 74 public Socket createSocket(InetAddress address, int port) in createSocket() 83 public DatagramSocket createDatagramSocket(int port, InetAddress laddr) in createDatagramSocket() 98 public SSLServerSocket createSSLServerSocket(int port, int backlog, in createSSLServerSocket() 105 public SSLSocket createSSLSocket(InetAddress address, int port) in createSSLSocket() 111 public SSLSocket createSSLSocket(InetAddress address, int port, in createSSLSocket() 117 public Socket createSocket(InetAddress address, int port, in createSocket() 141 public Socket createSocket(InetAddress address, int port, in createSocket()
|
D | SslNetworkLayer.java | 88 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket() 93 public Socket createSocket(InetAddress address, int port) in createSocket() 102 public DatagramSocket createDatagramSocket(int port, InetAddress laddr) in createDatagramSocket() 108 public SSLServerSocket createSSLServerSocket(int port, int backlog, in createSSLServerSocket() 115 public SSLSocket createSSLSocket(InetAddress address, int port) in createSSLSocket() 121 public SSLSocket createSSLSocket(InetAddress address, int port, in createSSLSocket() 127 public Socket createSocket(InetAddress address, int port, in createSocket() 151 public Socket createSocket(InetAddress address, int port, in createSocket()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 36 def device(port): argument 43 def set_special_baudrate(port, baudrate): argument 97 def device(port): argument 100 def set_special_baudrate(port, baudrate): argument 119 def device(port): argument 122 def set_special_baudrate(port, baudrate): argument 130 def device(port): argument 133 def set_special_baudrate(port, baudrate): argument 143 def set_special_baudrate(port, baudrate): argument 150 def set_special_baudrate(port, baudrate): argument [all …]
|
/external/python/cpython2/Demo/sockets/ |
D | gopher.py | 41 def open_socket(host, port): argument 51 def send_request(selector, host, port): argument 58 def get_menu(selector, host, port): argument 88 def get_textfile(selector, host, port): argument 94 def get_alt_textfile(selector, host, port, func): argument 113 def get_binary(selector, host, port): argument 120 def get_alt_binary(selector, host, port, func, blocksize): argument 153 def browse_menu(selector, host, port): argument 199 def browse_textfile(selector, host, port): argument 221 def browse_search(selector, host, port): argument [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/ |
D | ExecDumpClientTest.java | 109 int port = createExecServer(); in testDump() local 121 int port = createExecServer(); in testReset() local 124 client.dump((String) null, port); in testReset() local 131 int port = createNopServer(); in testNopServer() local 132 client.dump((String) null, port); in testNopServer() local 138 final int port = server.getLocalPort(); in getFreePort() local
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | PositiveIntegerTest.java | 13 private int port = 0; in validateTest() field in PositiveIntegerTest.Arg 25 private int port = 0; in validateTest2() field in PositiveIntegerTest.Arg 36 private int port = 0; in validateTest3() field in PositiveIntegerTest.Arg 47 private int port = 0; in validateTest4() field in PositiveIntegerTest.Arg 58 private int port = 0; in validateTest5() field in PositiveIntegerTest.Arg
|
/external/libmojo/mojo/edk/system/ports/ |
D | node.cc | 29 bool CanAcceptMoreMessages(const Port* port) { in CanAcceptMoreMessages() 46 explicit LockedPort(Port* port) : port_(port) { in LockedPort() 105 scoped_refptr<Port> port = GetPort(port_name); in GetPort() local 117 scoped_refptr<Port> port = make_scoped_refptr(new Port(kInitialSequenceNum, in CreateUninitializedPort() local 130 Port* port = port_ref.port(); in InitializePort() local 171 Port* port = port_ref.port(); in SetUserData() local 184 Port* port = port_ref.port(); in GetUserData() local 202 Port* port = port_ref.port(); in ClosePort() local 251 Port* port = port_ref.port(); in GetStatus() local 275 Port* port = port_ref.port(); in GetMessageIf() local [all …]
|
/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | BaseOpenSSLSocketAdapterFactory.java | 49 public Socket createSocket(String hostname, int port) in createSocket() 55 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() 61 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() 67 int port, in createSocket() 76 public Socket createSocket(Socket s, String hostname, int port, boolean autoClose) in createSocket()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ClientSessionContext.java | 55 SslSessionWrapper getCachedSession(String hostName, int port, SSLParametersImpl sslParameters) { in getCachedSession() 103 private SslSessionWrapper getSession(String host, int port) { in getSession() 137 int port = session.getPeerPort(); in onBeforeAddSession() local 162 int port = session.getPeerPort(); in onBeforeRemoveSession() local 177 final int port; field in ClientSessionContext.HostAndPort 179 HostAndPort(String host, int port) { in HostAndPort()
|
D | OpenSSLSocketFactoryImpl.java | 95 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() 106 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() 118 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() 129 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() 141 public Socket createSocket(Socket socket, String hostname, int port, boolean autoClose) in createSocket()
|
/external/autotest/server/cros/servo/ |
D | pd_console.py | 125 def execute_pd_state_cmd(self, port): argument 154 def get_pd_state(self, port): argument 164 def get_pd_port(self, port): argument 173 def get_pd_role(self, port): argument 182 def get_pd_flags(self, port): argument 256 def swap_power_role(self, port): argument 301 def is_pd_flag_set(self, port, key): argument 315 def is_pd_connected(self, port): argument 353 def _verify_plankton_connection(self, port): argument
|
/external/autotest/client/site_tests/usbpd_GFU/ |
D | usbpd_GFU.py | 65 def _is_gfu(self, port): argument 74 def _is_in_rw(self, port): argument 95 def _modify_rw(self, port, rw=None, tries=3): argument 145 def _test_update(self, port, rw=None, tries=3): argument 211 def _test_rw_rollback(self, port, fw_dict): argument 229 def _test_ro_only(self, port, ro_reps): argument
|
/external/libchrome/base/mac/ |
D | scoped_mach_port.cc | 14 void SendRightTraits::Free(mach_port_t port) { in Free() 21 void ReceiveRightTraits::Free(mach_port_t port) { in Free() 29 void PortSetTraits::Free(mach_port_t port) { in Free()
|
/external/guava/guava/src/com/google/common/net/ |
D | HostAndPort.java | 75 private final int port; field in HostAndPort 80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { in HostAndPort() 133 public static HostAndPort fromParts(String host, int port) { in fromParts() 134 checkArgument(isValidPort(port), "Port out of range: %s", port); in fromParts() local 190 int port = NO_PORT; in fromString() local 311 private static boolean isValidPort(int port) { in isValidPort()
|
/external/conscrypt/testing/src/main/java/tests/net/ |
D | DelegatingSSLSocketFactory.java | 54 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() 60 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 65 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() 71 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() 76 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
|
D | DelegatingSocketFactory.java | 45 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 50 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() 56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() 61 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | DelegatingSSLSocketFactory.java | 43 @Override public SSLSocket createSocket(String host, int port) throws IOException { in createSocket() 49 String host, int port, InetAddress localAddress, int localPort) throws IOException { in createSocket() 54 @Override public SSLSocket createSocket(InetAddress host, int port) throws IOException { in createSocket() 60 InetAddress host, int port, InetAddress localAddress, int localPort) throws IOException { in createSocket() 74 Socket socket, String host, int port, boolean autoClose) throws IOException { in createSocket()
|
D | DelegatingSocketFactory.java | 43 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 49 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() 56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() 62 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | skge.c | 138 int port = skge->port; in skge_led() local 417 static void xm_link_down(struct skge_hw *hw, int port) in xm_link_down() 428 static int __xm_phy_read(struct skge_hw *hw, int port, u16 reg, u16 *val) in __xm_phy_read() 451 static u16 xm_phy_read(struct skge_hw *hw, int port, u16 reg) in xm_phy_read() 460 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) in xm_phy_write() 510 static void genesis_reset(struct skge_hw *hw, int port) in genesis_reset() 555 static void bcom_check_link(struct skge_hw *hw, int port) in bcom_check_link() 626 int port = skge->port; in bcom_phy_init() local 723 int port = skge->port; in xm_phy_init() local 758 int port = skge->port; in xm_check_link() local [all …]
|
/external/clang/tools/scan-view/bin/ |
D | scan-view | 37 def start_browser(port, options): argument 62 def run(port, options, root): argument 82 def port_is_open(port): argument
|
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/ |
D | HttpsURLConnectionTest.java | 139 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() 145 InetAddress address, int port, InetAddress localAddress, int localPort) { in createSocket() 150 public Socket createSocket(InetAddress host, int port) { in createSocket() 155 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() 160 public Socket createSocket(String host, int port) { in createSocket()
|
/external/jmdns/src/javax/jmdns/ |
D | ServiceInfo.java | 79 …public static ServiceInfo create(final String type, final String name, final int port, final Strin… in create() 98 …o create(final String type, final String name, final String subtype, final int port, final String … in create() 119 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 142 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() 163 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 186 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() 207 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 230 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() 253 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 278 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() [all …]
|
/external/libevent/ |
D | event_iocp.c | 65 struct event_iocp_port *port = _port; in loop() local 101 event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd, in event_iocp_port_associate() 177 struct event_iocp_port *port; in event_iocp_port_launch() local 226 _event_iocp_port_unlock_and_free(struct event_iocp_port *port) in _event_iocp_port_unlock_and_free() 236 event_iocp_notify_all(struct event_iocp_port *port) in event_iocp_notify_all() 249 event_iocp_shutdown(struct event_iocp_port *port, long waitMsec) in event_iocp_shutdown() 276 struct event_iocp_port *port, struct event_overlapped *o, in event_iocp_activate_overlapped()
|
/external/autotest/server/hosts/ |
D | rpc_server_tracker.py | 45 def _setup_port(self, port, command_name, remote_pid=None): argument 90 def _setup_rpc(self, port, command_name, remote_pid=None): argument 105 def tunnel_connect(self, port): argument 115 def xmlrpc_connect(self, command, port, command_name=None, argument 212 def jsonrpc_connect(self, port): argument 244 def disconnect(self, port): argument
|