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

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/mojo/edk/system/
node_controller.h 25 #include "mojo/edk/system/ports/name.h"
26 #include "mojo/edk/system/ports/node.h"
27 #include "mojo/edk/system/ports/node_delegate.h"
41 // The owner of ports::Node which facilitates core EDK implementation. All
43 class NodeController : public ports::NodeDelegate,
46 class PortObserver : public ports::UserData {
58 const ports::NodeName& name() const { return name_; }
60 ports::Node* node() const { return node_.get(); }
66 // Create the relay used to transfer mach ports between processes.
80 // Closes all reserved ports which associated with the child proces
    [all...]
node_channel.h 24 #include "mojo/edk/system/ports/name.h"
44 virtual void OnAcceptChild(const ports::NodeName& from_node,
45 const ports::NodeName& parent_name,
46 const ports::NodeName& token) = 0;
47 virtual void OnAcceptParent(const ports::NodeName& from_node,
48 const ports::NodeName& token,
49 const ports::NodeName& child_name) = 0;
50 virtual void OnAddBrokerClient(const ports::NodeName& from_node,
51 const ports::NodeName& client_name,
53 virtual void OnBrokerClientAdded(const ports::NodeName& from_node
    [all...]
data_pipe_control_message.cc 15 const ports::PortRef& port,
28 if (rv != ports::OK && rv != ports::ERROR_PORT_PEER_CLOSED) {
platform_handle_dispatcher.h 32 ports::PortName* ports,
41 const ports::PortName* ports,
ports_message.h 13 #include "mojo/edk/system/ports/message.h"
14 #include "mojo/edk/system/ports/name.h"
21 class PortsMessage : public ports::Message {
44 void set_source_node(const ports::NodeName& name) { source_node_ = name; }
45 const ports::NodeName& source_node() const { return source_node_; }
63 ports::NodeName source_node_ = ports::kInvalidNodeName;
message_pipe_dispatcher.h 18 #include "mojo/edk/system/ports/port_ref.h"
39 const ports::PortRef& port,
74 ports::PortName* ports,
83 const ports::PortName* ports,
100 const ports::PortRef port_;
  /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...]
  /external/adhd/cras/src/server/
cras_dsp_mod_builtin.c 71 float **ports; local
72 ports = (float **)module->data;
73 ports[port] = data_location;
80 float **ports = (float **)module->data; local
82 /* This module runs dsp in-place, so ports[0] == ports[2],
83 * ports[1] == ports[3]. Here we swap data on two channels.
86 float temp = ports[0][i];
87 ports[2][i] = ports[1][i]
121 float **ports; local
130 float **ports = (float **)module->data; local
167 float **ports; local
177 float **ports = (float **)module->data; local
211 float *ports[2 + MAX_BIQUADS_PER_EQ * 4]; member in struct:eq_data
284 float *ports[4 + MAX_BIQUADS_PER_EQ2 * 8]; member in struct:eq2_data
368 float *ports[4 + 1 + 8 * 3]; member in struct:drc_data
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
SetCookie2.java 56 * Sets the Port attribute. It restricts the ports to which a cookie
59 void setPorts(int[] ports);
  /external/libmojo/mojo/edk/system/ports/
message_filter.h 10 namespace ports { namespace in namespace:mojo::edk
25 } // namespace ports
user_data.h 12 namespace ports { namespace in namespace:mojo::edk
21 } // namespace ports
port.cc 5 #include "mojo/edk/system/ports/port.h"
9 namespace ports { namespace in namespace:mojo::edk
22 } // 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 {
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
sl4a_session.py 96 ports=sl4a_ports.Sl4aPorts(host_port, 0, self.server_port),
105 def _create_rpc_connection(self, ports=None, uid=UNKNOWN_UID):
106 """Creates an RPC Connection with the specified ports.
109 ports: A Sl4aPorts object or a tuple of (host/client_port,
113 Note that these ports are only suggestions. If they are not
120 if ports is None:
121 ports = sl4a_ports.Sl4aPorts(0, 0, 0)
123 ports.server_port = self.obtain_server_port(ports.server_port)
124 self.server_port = ports.server_por
    [all...]
  /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
  /frameworks/base/core/java/android/webkit/
WebMessage.java 43 * @param ports the ports that are sent with the message.
45 public WebMessage(String data, WebMessagePort[] ports) {
47 mPorts = ports;
58 * Returns the ports that are sent with the message, or {@code null} if no port
  /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/selinux/libsemanage/src/
ports_local.c 79 semanage_port_t **ports = NULL; local
83 /* List and sort the ports */
84 if (semanage_port_list_local(handle, &ports, &nports) < 0)
86 qsort(ports, nports, sizeof(semanage_port_t *),
93 int proto = semanage_port_get_proto(ports[i]);
94 int low = semanage_port_get_low(ports[i]);
95 int high = semanage_port_get_high(ports[i]);
107 proto2 = semanage_port_get_proto(ports[j]);
108 low2 = semanage_port_get_low(ports[j]);
109 high2 = semanage_port_get_high(ports[j])
    [all...]
  /frameworks/support/webkit/src/main/java/androidx/webkit/
WebMessageCompat.java 42 * @param ports the ports that are sent with the message.
44 public WebMessageCompat(@Nullable String data, @Nullable WebMessagePortCompat[] ports) {
46 mPorts = ports;
57 * Returns the ports that are sent with the message, or {@code null} if no port
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
WebMessagePortImpl.java 103 public static WebMessagePortCompat[] portsToCompat(WebMessagePort[] ports) {
104 if (ports == null) return null;
105 WebMessagePortCompat[] compatPorts = new WebMessagePortCompat[ports.length];
106 for (int n = 0; n < ports.length; n++) {
107 compatPorts[n] = new WebMessagePortImpl(ports[n]);
118 WebMessagePort[] ports = new WebMessagePort[compatPorts.length];
119 for (int n = 0; n < ports.length; n++) {
120 ports[n] = compatPorts[n].getFrameworkPort();
122 return ports;
  /external/adhd/cras/src/tests/
dsp_ini_unittest.cc 71 EXPECT_EQ(0, ARRAY_COUNT(&plugin->ports));
95 TEST_F(DspIniTestSuite, Ports) {
106 EXPECT_EQ(1, ARRAY_COUNT(&plugin->ports));
107 struct port *port = ARRAY_ELEMENT(&plugin->ports, 0);
133 EXPECT_EQ(2, ARRAY_COUNT(&foo->ports));
134 EXPECT_EQ(2, ARRAY_COUNT(&bar->ports));
136 struct port *foo0 = ARRAY_ELEMENT(&foo->ports, 0);
137 struct port *foo1 = ARRAY_ELEMENT(&foo->ports, 1);
145 struct port *bar0 = ARRAY_ELEMENT(&bar->ports, 0);
146 struct port *bar1 = ARRAY_ELEMENT(&bar->ports, 1)
    [all...]
  /external/autotest/server/site_tests/display_ServerChameleonConnection/
display_ServerChameleonConnection.py 19 ports and see if DUT detects them.
32 ports = finder.find_all_ports()
34 connected_ports = ports.connected
35 dut_failed_ports = ports.failed

Completed in 345 milliseconds

1 2 3 4 5 6 7 8 91011>>