HomeSort by relevance Sort by last modified time
    Searched defs:ports (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/libmojo/mojo/edk/system/ports/
event.cc 5 #include "mojo/edk/system/ports/event.h"
11 namespace ports { namespace in namespace:mojo::edk
44 } // namespace ports
message_filter.h 10 namespace ports { namespace in namespace:mojo::edk
25 } // namespace ports
name.cc 5 #include "mojo/edk/system/ports/name.h"
9 namespace ports { namespace in namespace:mojo::edk
24 } // namespace ports
node_delegate.h 10 #include "mojo/edk/system/ports/message.h"
11 #include "mojo/edk/system/ports/name.h"
12 #include "mojo/edk/system/ports/port_ref.h"
16 namespace ports { namespace in namespace:mojo::edk
44 } // namespace ports
port.cc 5 #include "mojo/edk/system/ports/port.h"
9 namespace ports { namespace in namespace:mojo::edk
22 } // namespace ports
port_ref.cc 5 #include "mojo/edk/system/ports/port_ref.h"
7 #include "mojo/edk/system/ports/port.h"
11 namespace ports { namespace in namespace:mojo::edk
34 } // namespace ports
user_data.h 12 namespace ports { namespace in namespace:mojo::edk
21 } // namespace ports
message.cc 10 #include "mojo/edk/system/ports/event.h"
14 namespace ports { namespace in namespace:mojo::edk
98 } // namespace ports
port_ref.h 9 #include "mojo/edk/system/ports/name.h"
13 namespace ports { namespace in namespace:mojo::edk
37 } // namespace ports
message_queue.cc 5 #include "mojo/edk/system/ports/message_queue.h"
10 #include "mojo/edk/system/ports/event.h"
11 #include "mojo/edk/system/ports/message_filter.h"
15 namespace ports { namespace in namespace:mojo::edk
40 << "Leaking " << num_leaked_ports << " ports in unreceived messages";
81 port_names->push_back(message->ports()[i]);
85 } // namespace ports
message_queue.h 16 #include "mojo/edk/system/ports/message.h"
20 namespace ports { namespace in namespace:mojo::edk
58 // Returns all of the ports referenced by messages in this message queue.
59 void GetReferencedPorts(std::deque<PortName>* ports);
69 } // namespace ports
name.h 17 namespace ports { namespace in namespace:mojo::edk
52 } // namespace ports
59 struct hash<mojo::edk::ports::PortName> {
60 std::size_t operator()(const mojo::edk::ports::PortName& name) const {
66 struct hash<mojo::edk::ports::NodeName> {
67 std::size_t operator()(const mojo::edk::ports::NodeName& name) const {
node.h 17 #include "mojo/edk/system/ports/event.h"
18 #include "mojo/edk/system/ports/message.h"
19 #include "mojo/edk/system/ports/name.h"
20 #include "mojo/edk/system/ports/port.h"
21 #include "mojo/edk/system/ports/port_ref.h"
22 #include "mojo/edk/system/ports/user_data.h"
28 namespace ports { namespace in namespace:mojo::edk
61 // Returns true iff there are no open ports referring to another node or ports
69 // |true| even if some ports remain alive, as long as none of them are proxie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
ioportconquery.py 36 ports A 2-tuple of the port range to match. (Set both to
77 def ports(self): member in class:IoportconQuery
80 @ports.setter
81 def ports(self, value): member in class:IoportconQuery
105 self.log.debug("Ports: {0.ports!r}, overlap: {0.ports_overlap}, "
112 if self.ports and not match_range(
113 ioportcon.ports,
114 self.ports,
portconquery.py 40 ports A 2-tuple of the port range to match. (Set both to
82 def ports(self): member in class:PortconQuery
85 @ports.setter
86 def ports(self, value): member in class:PortconQuery
121 self.log.debug("Ports: {0.ports}, overlap: {0.ports_overlap}, "
129 if self.ports and not match_range(
130 portcon.ports,
131 self.ports,
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_multiport.h 31 __u16 ports[XT_MULTI_PORTS]; member in struct:xt_multiport
36 __u16 ports[XT_MULTI_PORTS]; member in struct:xt_multiport_v1
  /external/iptables/include/linux/netfilter/
xt_multiport.h 17 __u8 count; /* Number of ports */
18 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport
23 __u8 count; /* Number of ports */
24 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport_v1
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_multiport.h 18 __u8 count; /* Number of ports */
19 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport
24 __u8 count; /* Number of ports */
25 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport_v1
  /external/selinux/prebuilts/bin/
seinfo.py 213 ports = [int(i) for i in args.portconquery.split("-")] variable
217 if len(ports) == 2:
218 q.ports = ports
219 elif len(ports) == 1:
220 q.ports = (ports[0], ports[0])
  /frameworks/base/services/core/java/com/android/server/
SerialService.java 40 ArrayList<String> ports = new ArrayList<String>(); local
44 ports.add(path);
47 String[] result = new String[ports.size()];
48 ports.toArray(result);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_multiport.h 17 __u8 count; /* Number of ports */
18 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport
23 __u8 count; /* Number of ports */
24 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport_v1
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie2.java 53 private int[] ports; field in class:BasicClientCookie2
68 return this.ports;
71 public void setPorts(final int[] ports) {
72 this.ports = ports;
101 clone.ports = this.ports.clone();
RFC2965PortAttributeHandler.java 60 * into an array of ports.
63 * @return parsed array of ports
70 int[] ports = new int[st.countTokens()]; local
74 ports[i] = Integer.parseInt(st.nextToken().trim());
75 if (ports[i] < 0) {
84 return ports;
89 * ports list.
92 * @param ports port list
94 * the given ports list; <tt>false</tt> otherwise.
96 private static boolean portMatch(int port, int[] ports) {
118 int[] ports = parsePortAttribute(portValue); local
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiPortWrapper.java 74 PortInfo[] ports = mInfo.getPorts(); local
75 for (PortInfo portInfo : ports) {
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiPortWrapper.java 74 PortInfo[] ports = mInfo.getPorts(); local
75 for (PortInfo portInfo : ports) {

Completed in 572 milliseconds

1 2 3 4 5 6