HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 151 - 175 of 512) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
reg-alias.s 10 @ The NOPs are here for ports like arm-aout which will pad
attr-cpu-directive.d 5 # This test is only valid on EABI based ports.
attr-march-all.d 5 # This test is only valid on EABI based ports.
attr-march-armv6-m+os.d 5 # This test is only valid on EABI based ports.
attr-march-armv7-a+idiv.d 5 # This test is only valid on EABI based ports.
attr-march-armv7-a+mp.d 5 # This test is only valid on EABI based ports.
attr-march-armv7-a+sec+virt.d 5 # This test is only valid on EABI based ports.
attr-march-armv7-a+sec.d 5 # This test is only valid on EABI based ports.
attr-march-armv7-a+virt.d 5 # This test is only valid on EABI based ports.
attr-march-armv7-r+mp.d 5 # This test is only valid on EABI based ports.
attr-march-armv7ve.d 5 # This test is only valid on EABI based ports.
attr-march-armv8-a+crypto.d 5 # This test is only valid on EABI based ports.
attr-march-armv8-a+fp.d 5 # This test is only valid on EABI based ports.
  /external/autotest/client/site_tests/display_ClientChameleonConnection/
display_ClientChameleonConnection.py 22 ports and see if DUT detects them.
38 ports = finder.find_all_ports()
40 connected_ports = ports.connected
41 dut_failed_ports = ports.failed
  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
android_process.py 9 from devil.android import ports namespace
11 ports = None variable
23 self._local_port = ports.AllocateTestServerPort()
  /external/autotest/client/virt/tests/
iofuzz.py 97 ports = {}
109 ports[(int(beg, base=16), int(end, base=16))] = name.strip()
111 for (beg, end) in ports.keys():
112 name = ports[(beg, end)]
120 # Read all ports of the range
124 # Write 0 to all ports of the range
128 # Write random values to random ports of the range
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 43 ports=$(sed -n -e "/^${hostname}\ .*/ s/^.* //p" ${PORTSFILE})
45 for port in $ports; do
  /external/iptables/extensions/
libxt_multiport.c 26 " --source-ports port[,port,port...]\n"
29 " --destination-ports port[,port,port...]\n"
32 " --ports port[,port,port]\n"
41 "[!] --source-ports port[,port:port,port...]\n"
44 "[!] --destination-ports port[,port:port,port...]\n"
47 "[!] --ports port[,port:port,port]\n"
52 {.name = "source-ports", .id = O_SOURCE_PORTS, .type = XTTYPE_STRING,
56 {.name = "destination-ports", .id = O_DEST_PORTS,
60 {.name = "ports", .id = O_SD_PORTS, .type = XTTYPE_STRING,
85 parse_multi_ports(const char *portstring, uint16_t *ports, const char *proto
    [all...]
  /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):
  /external/libutf/
Makefile 85 cp Makefile Make.* README LICENSE NOTICE *.[ch137] rpm.spec bundle.ports $(TGZFILES) $(NAME)-$(VERSION)
103 PORTDIR=/usr/ports/$(PORTPLACE)
105 ports:
109 cp $(NAME)-$(VERSION).tgz /usr/ports/distfiles
110 cat bundle.ports | (cd $(PORTDIR) && awk '$$1=="---" && $$3=="---" { ofile=$$2; next} {if(ofile) print >ofile}')
115 shar `find $(PORTDIR)` > ports.shar
116 (cd $(PORTDIR); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tgz
119 .phony: all clean nuke install tgz rpm ports
  /libcore/ojluni/src/main/java/java/net/
CookieManager.java 222 String ports = cookie.getPortlist(); local
223 if (ports != null && !ports.isEmpty()) {
228 if (isInPortList(ports, port)) {
315 String ports = cookie.getPortlist(); local
316 if (ports != null) {
321 if (ports.isEmpty()) {
332 if (isInPortList(ports, port) &&
  /system/connectivity/shill/cellular/
modem_1.cc 44 auto ports = modem_props.Get(MM_MODEM_PROPERTY_PORTS). local
47 for (const auto& port_pair : ports) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapping2.d 3 # This test is only valid on ELF based ports.
mapping3.d 3 # This test is only valid on ELF based ports.
mapping4.d 3 # This test is only valid on ELF based ports.

Completed in 214 milliseconds

1 2 3 4 5 67 8 91011>>