HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 201 - 225 of 672) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-mfpu-vfpv4.d 5 # This test is only valid on EABI based ports.
attr-mfpu-vfpxd.d 5 # This test is only valid on EABI based ports.
attr-override-cpu-directive.d 5 # This test is only valid on EABI based ports.
bignum1.d 4 # This test is only valid on ELF based ports.
local_function.d 3 # This test is only valid on ELF based ports.
nomapping.d 3 # This test is only valid on ELF based ports.
pr12198-1.d 5 # This test is only valid on EABI based ports.
t2-branch-global.d 2 #This test is only valid on ELF based ports.
thumbrel.d 2 # This test is only valid on EABI based ports.
undefined.d 2 # COFF and aout based ports, except Windows CE,
undefined_coff.d 2 # COFF and aout based ports, except Windows CE,
v4bx.d 3 # This test is only valid on ELF based ports.
reg-alias.s 10 @ The NOPs are here for ports like arm-aout which will pad
  /external/libmojo/mojo/edk/system/
platform_handle_dispatcher.cc 45 ports::PortName* ports,
81 const ports::PortName* ports,
shared_buffer_dispatcher.h 61 const ports::PortName* ports,
85 ports::PortName* ports,
ports_message.cc 27 : ports::Message(num_payload_bytes, num_ports) {
38 : ports::Message(num_header_bytes,
51 // carry ports or non-header bytes.
  /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
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
35 } // 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.h 12 #include "mojo/edk/system/ports/name.h"
16 namespace ports { namespace in namespace:mojo::edk
19 // and an array of ports. The header is used by the Node implementation.
23 // should be followed in memory by the array of ports and finally the payload.
25 // NOTE: This class does not manage the lifetime of the ports it references.
53 const PortName* ports() const { function in class:mojo::edk::ports::Message
79 // Note: storage is [header][ports][payload].
89 } // namespace ports
message_queue.cc 5 #include "mojo/edk/system/ports/message_queue.h"
10 #include "mojo/edk/system/ports/event.h"
14 namespace ports { namespace in namespace:mojo::edk
39 << "Leaking " << num_leaked_ports << " ports in unreceived messages";
81 port_names->push_back(message->ports()[i]);
85 } // namespace ports
  /external/autotest/client/site_tests/display_ClientChameleonConnection/
display_ClientChameleonConnection.py 22 ports and see if DUT detects them.
37 ports = finder.find_all_ports()
39 connected_ports = ports.connected
40 dut_failed_ports = ports.failed
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 43 ports=$(sed -n -e "/^${hostname}\ .*/ s/^.* //p" ${PORTSFILE})
45 for port in $ports; do
  /external/autotest/client/site_tests/usbpd_DisplayPortSink/
usbpd_DisplayPortSink.py 26 logging.info("device has %d USB-PD ports", len(usbpd.ports))
28 for i,port in enumerate(usbpd.ports):
  /libcore/ojluni/src/main/java/java/net/
CookieManager.java 221 String ports = cookie.getPortlist(); local
222 if (ports != null && !ports.isEmpty()) {
227 if (isInPortList(ports, port)) {
316 String ports = cookie.getPortlist(); local
317 if (ports != null) {
322 if (ports.isEmpty()) {
333 if (isInPortList(ports, port) &&

Completed in 226 milliseconds

1 2 3 4 5 6 7 891011>>