Searched refs:Port (Results 1 - 25 of 66) sorted by relevance

123

/external/libmojo/mojo/edk/system/ports/
H A Dport.cc11 Port::Port(uint64_t next_sequence_num_to_send, function in class:mojo::edk::ports::Port
20 Port::~Port() {}
H A Dport.h23 class Port : public base::RefCountedThreadSafe<Port> { class in namespace:mojo::edk::ports
45 Port(uint64_t next_sequence_num_to_send,
49 friend class base::RefCountedThreadSafe<Port>;
51 ~Port();
53 DISALLOW_COPY_AND_ASSIGN(Port);
H A Dport_ref.h15 class Port;
22 PortRef(const PortName& name, scoped_refptr<Port> port);
31 Port* port() const { return port_.get(); }
34 scoped_refptr<Port> port_;
H A Dnode.cc30 bool CanAcceptMoreMessages(const Port* port) {
34 if (port->state == Port::kClosed)
47 explicit LockedPort(Port* port) : port_(port) {
51 Port* get() const { return port_; }
52 Port* operator->() const { return port_; }
55 Port* const port_;
74 DVLOG(2) << "Port " << entry.first << " referencing node "
91 entry.second->state != Port::kReceiving) {
94 DVLOG(2) << "Port " << entry.first << " referencing node "
108 scoped_refptr<Port> por
[all...]
H A Dport_ref.cc19 PortRef::PortRef(const PortName& name, scoped_refptr<Port> port)
H A Dnode.h166 int AddPortWithName(const PortName& port_name, scoped_refptr<Port> port);
169 scoped_refptr<Port> GetPort(const PortName& port_name);
170 scoped_refptr<Port> GetPort_Locked(const PortName& port_name);
216 // after a Port lock is acquired, and it must ALWAYS be acquired before
219 std::unordered_map<PortName, scoped_refptr<Port>> ports_;
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat5 ATTRIBUTE Client-Port-Id 5 integer
11 ATTRIBUTE Login-Port 16 integer
13 ATTRIBUTE Port-Message 18 string
27 ATTRIBUTE NAS-Port 5 integer
31 ATTRIBUTE Client-Port-DNIS 30 string
H A Ddictionary50 ATTRIBUTE NAS-Port-Id 5 integer
61 ATTRIBUTE Login-TCP-Port 16 integer
86 ATTRIBUTE NAS-Port-Type 61 integer
87 ATTRIBUTE Port-Limit 62 integer
102 ATTRIBUTE Add-Port-To-IP-Address 1037 integer
185 # NAS Port Types, available in 3.3.1 and later
187 VALUE NAS-Port-Type Async 0
188 VALUE NAS-Port-Type Sync 1
189 VALUE NAS-Port-Type ISDN 2
190 VALUE NAS-Port
[all...]
/external/tensorflow/tensorflow/core/grappler/
H A Dgraph_view.h31 struct Port { struct in class:tensorflow::grappler::GraphView
35 bool operator==(const Port& other) const {
39 struct InputPort : public Port {};
40 struct OutputPort : public Port {};
43 std::size_t operator()(const Port& port) const {
/external/deqp/execserver/tools/
H A DxsMain.cpp39 DE_DECLARE_COMMAND_LINE_OPT(Port, int);
47 parser << Option<Port> ("p", "port", "Port", "50016")
83 const int port = cmdLine.getOption<opt::Port>();
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dhw.c75 IN UINTN Port
81 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
90 IN UINTN Port,
96 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
87 WritePort( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Port, IN UINTN Data ) argument
/external/curl/docs/cmdline-opts/
H A Ddns-servers.d8 The list of IP addresses should be separated with commas. Port numbers
/external/webrtc/webrtc/p2p/base/
H A Dport.h115 class Port : public PortInterface, public rtc::MessageHandler, class in namespace:cricket
118 Port(rtc::Thread* thread,
124 Port(rtc::Thread* thread,
133 virtual ~Port();
196 sigslot::signal2<Port*, const Candidate&> SignalCandidateReady;
205 sigslot::signal1<Port*> SignalPortComplete;
211 sigslot::signal1<Port*> SignalPortError;
223 sigslot::signal2<Port*, Connection*> SignalConnectionCreated;
283 // This is made pure virtual to notify subclasses of Port that they MUST
371 // In order to establish a connection to this Port (s
[all...]
H A Dport.cc132 Port::Port(rtc::Thread* thread, function in class:cricket::Port
158 Port::Port(rtc::Thread* thread, function in class:cricket::Port
189 void Port::Construct() {
198 LOG_J(LS_INFO, this) << "Port created";
201 Port::~Port() {
217 Connection* Port::GetConnection(const rtc::SocketAddress& remote_addr) {
225 void Port
[all...]
H A Dport_unittest.cc75 static Candidate GetCandidate(Port* port) {
80 static SocketAddress GetAddress(Port* port) {
98 class TestPort : public Port {
109 : Port(thread,
121 using cricket::Port::GetStunMessage;
123 // The last StunMessage that was sent on this Port.
219 TestChannel(Port* p1)
238 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE);
260 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE);
275 void OnPortComplete(Port* por
[all...]
H A Dturnport_unittest.cc37 using cricket::Port;
164 void OnTurnPortComplete(Port* port) {
167 void OnTurnPortError(Port* port) {
190 void OnUdpPortComplete(Port* port) {
404 turn_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
414 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
435 Port::ORIGIN_MESSAGE);
437 Port::ORIGIN_MESSAGE);
461 Port::ORIGIN_MESSAGE);
472 udp_port_->Candidates()[0], Port
[all...]
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
H A Dserver.cpp19 cl::opt<uint32_t> Port("port",
65 servAddr.sin_port = htons(Port);
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.h128 PortData(Port* port, AllocationSequence* seq)
132 Port* port() { return port_; }
156 Port* port_;
171 void AddAllocatedPort(Port* port, AllocationSequence* seq,
173 void OnCandidateReady(Port* port, const Candidate& c);
174 void OnPortComplete(Port* port);
175 void OnPortError(Port* port);
181 PortData* FindPort(Port* port);
H A Dfakeportallocator.h119 void AddPort(cricket::Port* port) {
127 void OnPortComplete(cricket::Port* port) {
136 rtc::scoped_ptr<cricket::Port> port_;
/external/libunwind/src/setjmp/
H A Dsiglongjmp.c110 #error Port me
/external/libunwind/src/x86/
H A Dsiglongjmp.S87 #error Port me
/external/tensorflow/tensorflow/core/platform/
H A Dport_test.cc26 TEST(Port, AlignedMalloc) {
/external/libunwind/src/coredump/
H A D_UCD_access_reg_freebsd.c114 #error Port me
/external/libunwind/src/x86_64/
H A Dsetcontext.S82 #error Port me
/external/adhd/scripts/
H A Dini_editor.py25 class Port(object): class in inherits:object
36 """Parses a port definition line in ini file and init a Port object.
43 A Port object if input is a valid port definition line. Returns
52 return Port(io, index, definition)
174 A Port or NonPort object if input line matches the format. Returns None
175 if input line does not match the format of Port nor NonPort.
179 parse_port = Port.ParsePortLine(line)
197 format, a Port or NonPort will be added to this section. Otherwise,
203 if isinstance(to_add, Port):
219 """Appends a Port t
[all...]

Completed in 952 milliseconds

123