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

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/platform/
abi.h 22 namespace port { namespace in namespace:tensorflow
26 } // namespace port
  /external/tensorflow/tensorflow/stream_executor/lib/
numbers.h 19 #include "tensorflow/stream_executor/platform/port.h"
23 namespace port { namespace in namespace:perftools::gputools
30 } // namespace port
process_state.h 19 #include "tensorflow/stream_executor/platform/port.h"
23 namespace port { namespace in namespace:perftools::gputools
28 } // namespace port
str_util.h 24 namespace port { namespace in namespace:perftools::gputools
31 inline string StripSuffixString(port::StringPiece str, port::StringPiece suffix) {
40 } // namespace port
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TcpStream.h 24 virtual int listen(unsigned short port);
26 virtual int connect(unsigned short port);
27 int connect(const char* hostname, unsigned short port);
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
event_channel.h 72 * EVTCHNOP_alloc_unbound: Allocate a port in domain <dom> and mark as
73 * accepting interdomain bindings from domain <remote_dom>. A fresh port
74 * is allocated in <dom> and returned as <port>.
83 evtchn_port_t port; member in struct:evtchn_alloc_unbound
88 * EVTCHNOP_close: Close a local event channel <port>. If the channel is
94 evtchn_port_t port; member in struct:evtchn_close
100 * endpoint is <port>.
104 evtchn_port_t port; member in struct:evtchn_send
  /external/strace/tests/
ioperm.c 12 const unsigned long port = (unsigned long) 0xdeafbeefffffffffULL; local
14 long rc = syscall(__NR_ioperm, port, 1, 0);
16 port, 1UL, 0, rc, errno2name());
  /external/strace/tests-m32/
ioperm.c 12 const unsigned long port = (unsigned long) 0xdeafbeefffffffffULL; local
14 long rc = syscall(__NR_ioperm, port, 1, 0);
16 port, 1UL, 0, rc, errno2name());
  /external/strace/tests-mx32/
ioperm.c 12 const unsigned long port = (unsigned long) 0xdeafbeefffffffffULL; local
14 long rc = syscall(__NR_ioperm, port, 1, 0);
16 port, 1UL, 0, rc, errno2name());
  /external/tensorflow/tensorflow/stream_executor/
dso_loader.cc 34 #include "tensorflow/stream_executor/platform/port.h"
47 /* static */ port::Status DsoLoader::GetCublasDsoHandle(void** dso_handle) {
48 return GetDsoHandle(FindDsoPath(port::Env::Default()->FormatLibraryFileName(
54 /* static */ port::Status DsoLoader::GetCudnnDsoHandle(void** dso_handle) {
58 return GetDsoHandle(FindDsoPath(port::Env::Default()->FormatLibraryFileName(
64 /* static */ port::Status DsoLoader::GetCufftDsoHandle(void** dso_handle) {
65 return GetDsoHandle(FindDsoPath(port::Env::Default()->FormatLibraryFileName(
71 /* static */ port::Status DsoLoader::GetCurandDsoHandle(void** dso_handle) {
72 return GetDsoHandle(FindDsoPath(port::Env::Default()->FormatLibraryFileName(
78 /* static */ port::Status DsoLoader::GetLibcudaDsoHandle(void** dso_handle)
    [all...]
  /cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
TestUtils.java 48 public static void assertTlsConnectionSucceeds(String host, int port) throws Exception {
49 assertSslSocketSucceeds(host, port);
50 assertHttpClientSucceeds(host, port, true /* https */);
51 assertUrlConnectionSucceeds(host, port, true /* https */);
54 public static void assertTlsConnectionFails(String host, int port) throws Exception {
55 assertSslSocketFails(host, port);
56 assertHttpClientFails(host, port, true /* https */);
57 assertUrlConnectionFails(host, port, true /* https */);
60 public static void assertCleartextConnectionSucceeds(String host, int port) throws Exception {
61 assertHttpClientSucceeds(host, port, false /* http */)
    [all...]
  /external/tensorflow/tensorflow/tools/dist_test/scripts/
k8s_tensorflow_lib.py 51 - containerPort: {port}
65 - port: {port}
66 targetPort: {port}
80 - port: {port}
103 - containerPort: {port}
117 - port: {port}
130 - port: {port
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectory.java 33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) {
60 this.port = port;
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectory.java 33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) {
60 this.port = port;
  /external/libmojo/mojo/edk/system/ports/
node.cc 30 bool CanAcceptMoreMessages(const Port* port) {
33 uint64_t next_sequence_num = port->message_queue.next_sequence_num();
34 if (port->state == Port::kClosed)
36 if (port->peer_closed || port->remove_proxy_on_last_message) {
37 if (port->last_sequence_num_to_receive == next_sequence_num - 1)
47 explicit LockedPort(Port* port) : port_(port)
108 scoped_refptr<Port> port = GetPort(port_name); local
132 Port* port = port_ref.port(); local
173 Port* port = port_ref.port(); local
186 Port* port = port_ref.port(); local
204 Port* port = port_ref.port(); local
253 Port* port = port_ref.port(); local
273 Port* port = port_ref.port(); local
319 PortRef port; local
356 Port* port = port_ref.port(); local
432 scoped_refptr<Port> port = GetPort(port_name); local
499 scoped_refptr<Port> port = GetPort(port_name); local
529 scoped_refptr<Port> port = GetPort(port_name); local
600 scoped_refptr<Port> port = GetPort(port_name); local
629 scoped_refptr<Port> port = GetPort(port_name); local
707 scoped_refptr<Port> port = GetPort(port_name); local
821 Port* port = port_ref.port(); local
982 scoped_refptr<Port> port = make_scoped_refptr( local
1128 Port* port = port_ref.port(); local
1242 Port* port = port_ref.port(); local
1295 Port* port = iter->second.get(); local
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_diagnostics.h 19 #include "tensorflow/stream_executor/platform/port.h"
23 #include "tensorflow/stream_executor/platform/port.h"
36 string DriverVersionStatusToString(port::StatusOr<DriverVersion> version);
39 port::StatusOr<DriverVersion> StringToDriverVersion(const string &value);
60 static port::StatusOr<DriverVersion> FindKernelModuleVersion(
64 static port::StatusOr<DriverVersion> FindKernelDriverVersion();
68 static port::StatusOr<DriverVersion> FindDsoVersion();
83 port::StatusOr<DriverVersion> dso_version,
84 port::StatusOr<DriverVersion> kernel_version);
cuda_diagnostics.cc 66 return port::Printf("%d.%d.%d", std::get<0>(version), std::get<1>(version), std::get<2>(version));
69 string DriverVersionStatusToString(port::StatusOr<DriverVersion> version) {
77 port::StatusOr<DriverVersion> StringToDriverVersion(const string &value) {
78 std::vector<string> pieces = port::Split(value, '.');
80 return port::Status{
81 port::error::INVALID_ARGUMENT,
82 port::Printf("expected %%d.%%d, %%d.%%d.%%d, or %%d.%%d.%%d.%%d form for driver version; got \"%s\"",
89 if (!port::safe_strto32(pieces[0], &major)) {
90 return port::Status{
91 port::error::INVALID_ARGUMENT
    [all...]
cuda_event.h 37 port::Status Init();
41 port::Status Destroy();
44 port::Status Record(CUDAStream* stream);
  /external/clang/test/CodeGen/
x86_32-inline-asm.c 34 unsigned int port; local
35 __asm__ volatile("outb %0, %w1" : : "a" (data), "Nd" (port)); // No error expected.
37 __asm__ volatile("outb %0, %w1" : : "R" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'R'}}
38 __asm__ volatile("outb %0, %w1" : : "q" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'q'}}
39 __asm__ volatile("outb %0, %w1" : : "Q" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'Q'}}
40 __asm__ volatile("outb %0, %w1" : : "b" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'b'}}
41 __asm__ volatile("outb %0, %w1" : : "c" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'c'}}
42 __asm__ volatile("outb %0, %w1" : : "d" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'd'}}
43 __asm__ volatile("outb %0, %w1" : : "S" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'S'}}
44 __asm__ volatile("outb %0, %w1" : : "D" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'D'}
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BranchFilter.java 49 public void onInputPortOpen(InputPort port) {
50 if (port.getName().equals("input")) {
52 port.attachToOutputPort(outputPort);
54 } else if (port.getName().equals("synchronized")) {
55 port.bindToFieldNamed("mSynchronized");
56 port.setAutoPullEnabled(true);
77 for (OutputPort port : getConnectedOutputPorts()) {
78 port.setWaitsUntilAvailable(true);
81 for (OutputPort port : getConnectedOutputPorts()) {
82 port.setWaitsUntilAvailable(false)
    [all...]
  /libcore/luni/src/main/native/
NetworkUtilities.h 21 // If 'port' is non-NULL and the address family includes a notion
22 // of port number, *port will be set to the port number.
23 jobject sockaddrToInetAddress(JNIEnv* env, const sockaddr_storage& ss, int* port);
29 bool inetAddressToSockaddr(JNIEnv* env, jobject inetAddress, int port,
38 bool inetAddressToSockaddrVerbatim(JNIEnv* env, jobject inetAddress, int port,
  /libcore/ojluni/src/main/java/java/security/cert/
LDAPCertStoreParameters.java 32 * name and port number) to implementations of the LDAP {@code CertStore}
52 * the port number of the LDAP server
54 private int port; field in class:LDAPCertStoreParameters
66 * @param port the port number of the LDAP server
70 public LDAPCertStoreParameters(String serverName, int port) {
74 this.port = port;
79 * specified server name and a default port of 389.
91 * default parameter values (server name "localhost", port 389)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getservbyport.c 44 getservbyport(int port, const char *proto)
52 ___getservbyport_yp = port;
58 if (p->s_port != port)
  /libcore/ojluni/src/main/java/javax/net/
SocketFactory.java 142 * at the specified remote port. This socket is configured using
146 * method is called with the host address and <code>port</code>
151 * @param port the server port
157 * @throws IllegalArgumentException if the port parameter is outside the
158 * specified range of valid port values, which is between 0 and
163 public abstract Socket createSocket(String host, int port)
169 * on the specified remote port.
170 * The socket will also be bound to the local address and port supplied.
175 * method is called with the host address and <code>port</code
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 32 __be16 port; member in struct:nf_conntrack_man_proto::__anon891
35 __be16 port; member in struct:nf_conntrack_man_proto::__anon892
41 __be16 port; member in struct:nf_conntrack_man_proto::__anon894
44 __be16 port; member in struct:nf_conntrack_man_proto::__anon895

Completed in 2215 milliseconds

1 23 4 5 6 7 8 91011>>