Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 76) sorted by relevance

1234

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java268 String address = null; in getAddress() local
270 address = (String) client.rpcCall(Commands.BLUETOOTH_GET_LOCAL_ADDRESS); in getAddress()
271 mAddresses.put(device, address); in getAddress()
277 return address; in getAddress()
364 for (String address : bondedDevices) { in unpairAll()
366 Boolean res = (Boolean) client.rpcCall(Commands.BLUETOOTH_UNBOND, address); in unpairAll()
374 address); in unpairAll()
401 String address = getAddress(secondary); in connect() local
404 Commands.BLUETOOTH_START_CONNECTION_STATE_CHANGE_MONITOR, address); in connect()
405 primaryClient.rpcCall(Commands.BLUETOOTH_CONNECT_BONDED, address); in connect()
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DSM_PTS_INSTRUCTIONS118 Note: Do not use a static random address
119 Note: Start advertiment and enter in random address to PTS
124 Note: Do not use a static random address
125 Note: Start advertiment and enter in random address to PTS
130 Note: Do not use a static random address
131 Note: Start advertiment and enter in random address to PTS
136 Note: Do not use a static random address
137 Note: Start advertiment and enter in random address to PTS
141 Note: Do not use a static random address
142 Note: Start advertiment and enter in random address to PTS before starting test
[all …]
DGAP_PTS_INSTRUCTIONS19 This sets the random address to a static address.
189 Note: Run the test a first time and it will fail. Change the address to
190 be the peer address in the PTS logs that start with:
207 Note: Run the test a first time and it will fail. Change the address to
208 be the peer address in the PTS logs that start with:
233 Note: Do not use static LE address
250 Note: Run the test a first time and it will fail. Change the address to
251 be the peer address in the PTS logs that start with:
267 Note: Run the test a first time and it will fail. Change the address to
268 be the peer address in the PTS logs that start with:
[all …]
DGATT_PTS_INSTRUCTIONS804 Note: Do not used a fixed LE address for SMP Encryption Calculations.
844 Note: Use non-static address
898 Note: Use non-static address
954 Note: Use non-static address
991 Note: Use non-static address
1179 Note: Dynamic address needed
1290 Note: Dynamic address needed
1362 Note: Dynamic address needed
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py201 self.address = "http://{}:{}".format(self.ip, self.port)
203 self.address = "http://[{}]:{}".format(self.ip, self.port)
207 self.init_address = self.address + "/init"
208 self.cleanup_address = self.address + "/cleanup"
209 self.print_address = self.address + "/print_clients"
225 self.avdtp_lib = FuchsiaAvdtpLib(self.address, self.test_counter,
229 self.light_lib = FuchsiaLightLib(self.address, self.test_counter,
233 self.backlight_lib = FuchsiaBacklightLib(self.address,
238 self.ble_lib = FuchsiaBleLib(self.address, self.test_counter,
241 self.btc_lib = FuchsiaBtcLib(self.address, self.test_counter,
[all …]
Dchameleon_controller.py73 info = {"address": chameleon.address, "port": chameleon.port}
106 self.address = "http://{}:{}".format(ip, self.port)
109 self.address, allow_none=True, verbose=False)
113 self.address))
Dbluetooth_pts_device.py151 "address": pts_devices[0].address,
209 address = "" variable in BluetoothPtsDevice
366 self.address = self.pts_library.GetDongleBDAddress()
367 self.address_str = "{0:012X}".format(self.address)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dip.py64 address = ipaddress.IPv4Interface(d['address'])
66 yield (address, bcast)
71 address = ipaddress.IPv4Interface(d['address'])
72 yield (address, None)
74 def add_ipv4_address(self, net_interface, address, broadcast=None): argument
87 (address, broadcast, net_interface))
90 (address, net_interface))
92 def remove_ipv4_address(self, net_interface, address, ignore_status=False): argument
107 'ip addr del %s dev %s' % (address, net_interface),
110 def set_ipv4_address(self, net_interface, address, broadcast=None): argument
[all …]
Droute.py42 def add_route(self, net_interface, address): argument
62 (address, net_interface))
118 address = ipaddress.IPv4Address(d['address'])
120 address = ipaddress.IPv4Network(d['address'])
122 pair = (address, d['net_interface'])
137 def is_route(self, address, net_interface=None): argument
150 if route == address:
155 def remove_route(self, address, net_interface=None): argument
171 (address, net_interface))
173 self._runner.run('ip route del %s' % address)
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py193 address = address_tuple[1]
197 self.pri_dut, address, autoconnect)
198 self.log.info("Successfully connected to {}".format(address))
201 "Failed to establish connection to {}".format(address))
245 ad, address = address_tuple
253 self.pri_dut, address, autoconnect=False)
254 self.log.info("Successfully connected to {}".format(address))
258 "Failed to establish connection to {}".format(address))
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dbase_lib.py39 self.address = addr
64 if not utils.is_pingable(urlparse(self.address).hostname):
66 "network." % urlparse(self.address).hostname)
74 return requests.get(url=self.address,
78 if not utils.is_pingable(urlparse(self.address).hostname):
81 "network." % urlparse(self.address).hostname)
85 urlparse(self.address).hostname)
/tools/test/connectivity/acts/framework/acts/
Dutils.py1341 def is_valid_ipv4_address(address): argument
1343 socket.inet_pton(socket.AF_INET, address)
1346 socket.inet_aton(address)
1349 return address.count('.') == 3
1356 def is_valid_ipv6_address(address): argument
1357 if '%' in address:
1358 address = address.split('%')[0]
1360 socket.inet_pton(socket.AF_INET6, address)
/tools/dexter/slicer/
Dcode_ir.cc84 dex::u4 address = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local
85 handler.label = GetLabel(address); in DissasembleTryBlocks()
96 dex::u4 address = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local
97 try_block_end->catch_all = GetLabel(address); in DissasembleTryBlocks()
115 dex::u4 address = 0; in DissasembleDebugInfo() local
153 address += dex::ReadULeb128(&ptr); in DissasembleDebugInfo()
225 address += (adjusted_opcode / dex::DBG_LINE_RANGE); in DissasembleDebugInfo()
233 annotation->offset = address; in DissasembleDebugInfo()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIEmail.java75 public void addTo(String address) { in addTo() argument
79 mToAddrs.add(address); in addTo()
81 public void addCc(String address) { in addCc() argument
85 mCcAddrs.add(address); in addCc()
87 public void addBcc(String address) { in addBcc() argument
91 mBccAddrs.add(address); in addBcc()
/tools/repohooks/tools/
Dcheckpatch.pl1066 my $address = "";
1071 $address = $2;
1074 $address = $1;
1077 $address = $1;
1079 $formatted_email =~ s/\Q$address\E.*$//;
1089 if ($name ne "" && $address !~ /^<[^>]+>$/) {
1091 $address = "";
1098 $address = trim($address);
1099 $address =~ s/^\<|\>$//g;
1106 return ($name, $address, $comment);
[all …]
Dspelling.txt57 addres||address
58 adddress||address
60 addresss||address
65 adress||address
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java171 public RunnerConfig(int port, String address, int timeout) { in RunnerConfig() argument
178 if (address != null) { in RunnerConfig()
179 mAddress = address; in RunnerConfig()
231 String address = null; in parseFlags() local
235 address = addressStr; in parseFlags()
244 return new RunnerConfig(port, address, timeout); in parseFlags()
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt81 IPv6 increases the IP address size from 32 bits to 128 bits, to
86 of address called an "anycast address" is defined, used to send
159 address - an IPv6-layer identifier for an interface or a set of
245 Source Address 128-bit address of the originator of the packet.
248 Destination Address 128-bit address of the intended recipient of the
489 packet's Destination Address was a multicast address, send an
494 Address was not a multicast address, send an ICMP Parameter
867 compute i, the index of the next address to be visited in
868 the address vector, by subtracting Segments Left from n
1025 one for each active (source address, destination address)
[all …]
/tools/test/connectivity/acts_tests/tests/google/ble/bt5/
DBt5ScanTest.py408 address = evt['data']['Result']['deviceInfo']['address']
410 '00:00:00:00:00:00' == address,
412 str(address))
472 address = evt['data']['address']
473 self.log.info("Advertiser address is: " + str(address))
/tools/security/fuzzing/example_fuzzer/
DREADME.md16 $ SANITIZE_TARGET=address SANITIZE_HOST=address mmma -j$(nproc) \
53 ==32069==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x007fe3caf8c3 at pc 0x007891974…
74 Shadow bytes around the buggy address:
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2759 String address = "58:a2:b5:7d:49:24"; in testGetMacAddress() local
2765 receiver.addOutput(address.getBytes(), 0, address.length()); in testGetMacAddress()
2771 assertEquals(address, mTestDevice.getMacAddress()); in testGetMacAddress()
2804 String address = "58:a2:b5:7d:49:24"; in testGetMacAddress_stubDevice() local
2810 receiver.addOutput(address.getBytes(), 0, address.length()); in testGetMacAddress_stubDevice()
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dsain_smart_8_channel_usb_relay_board.py80 bb.port &= ~(self.address[relay_position])
82 bb.port |= self.address[relay_position]
Drdl_relay_board.py32 bb.port |= self.address[relay_position]
34 bb.port &= ~(self.address[relay_position])
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py41 self.address = None
56 self.address = host
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py108 def __init__(self, identifier, address, lease_time=None): argument
110 self.ipv4_address = address

1234