HomeSort by relevance Sort by last modified time
    Searched refs:h_port (Results 1 - 5 of 5) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py 68 if self.h_port:
69 self.adb.forward("--remove tcp:%d" % self.h_port)
97 if not self.h_port or not host_utils.is_port_available(self.h_port):
98 self.h_port = host_utils.get_available_host_port()
99 self.adb.tcp_forward(self.h_port, self.d_port)
127 droid = native.NativeAndroid(port=self.h_port)
  /external/strace/tests/
net-sockaddr.c 129 const unsigned short h_port = 12345; local
134 in->sin_port = htons(h_port);
140 h_port, h_addr, len, ret);
144 in->sin_port = htons(h_port);
150 h_port, h_addr, len, ret);
200 const unsigned short h_port = 12345; local
206 in6->sin6_port = htons(h_port);
216 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret);
223 in6->sin6_port = htons(h_port);
233 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret)
269 const unsigned short h_port = 12345; local
383 const unsigned short h_port = 12345; local
    [all...]
  /external/strace/tests-m32/
net-sockaddr.c 129 const unsigned short h_port = 12345; local
134 in->sin_port = htons(h_port);
140 h_port, h_addr, len, ret);
144 in->sin_port = htons(h_port);
150 h_port, h_addr, len, ret);
200 const unsigned short h_port = 12345; local
206 in6->sin6_port = htons(h_port);
216 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret);
223 in6->sin6_port = htons(h_port);
233 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret)
269 const unsigned short h_port = 12345; local
383 const unsigned short h_port = 12345; local
    [all...]
  /external/strace/tests-mx32/
net-sockaddr.c 129 const unsigned short h_port = 12345; local
134 in->sin_port = htons(h_port);
140 h_port, h_addr, len, ret);
144 in->sin_port = htons(h_port);
150 h_port, h_addr, len, ret);
200 const unsigned short h_port = 12345; local
206 in6->sin6_port = htons(h_port);
216 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret);
223 in6->sin6_port = htons(h_port);
233 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret)
269 const unsigned short h_port = 12345; local
383 const unsigned short h_port = 12345; local
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 52 ad = mock.MagicMock(name="AndroidDevice", serial=i, h_port=None)
203 ads[1].h_port = expected_h_port
205 ads, serial=expected_serial, h_port=expected_h_port)
207 self.assertEqual(ad.h_port, expected_h_port)

Completed in 309 milliseconds