Home
last modified time | relevance | path

Searched defs:address (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Droute.py42 def add_route(self, net_interface, address): argument
137 def is_route(self, address, net_interface=None): argument
155 def remove_route(self, address, net_interface=None): argument
Dip.py74 def add_ipv4_address(self, net_interface, address, broadcast=None): argument
92 def remove_ipv4_address(self, net_interface, address, ignore_status=False): argument
110 def set_ipv4_address(self, net_interface, address, broadcast=None): argument
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIEmail.java75 public void addTo(String address) { in addTo()
81 public void addCc(String address) { in addCc()
87 public void addBcc(String address) { in addBcc()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java268 String address = null; in getAddress() local
401 String address = getAddress(secondary); in connect() local
430 String address = getAddress(secondary); in disconnect() local
631 String address, in waitForConnectedOrDisconnectedProfiles()
663 String address, in waitForRemainingProfilesConnected()
686 String address, in waitForRemainingProfilesDisconnected()
708 ITestDevice primary, String address, BluetoothProfile profile) in isProfileConnected()
738 private boolean checkConnectedDevice(ITestDevice primary, String address, String sl4aCommand) in checkConnectedDevice()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java171 public RunnerConfig(int port, String address, int timeout) { in RunnerConfig()
231 String address = null; in parseFlags() local
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py108 def __init__(self, identifier, address, lease_time=None): argument
/tools/dexter/slicer/
Dcode_ir.cc84 dex::u4 address = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local
96 dex::u4 address = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local
115 dex::u4 address = 0; in DissasembleDebugInfo() local
/tools/test/connectivity/acts/framework/acts/
Dutils.py1341 def is_valid_ipv4_address(address): argument
1356 def is_valid_ipv6_address(address): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py581 self, address, timeout=DEFAULT_TIMEOUT, argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py209 address = "" variable in BluetoothPtsDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2759 String address = "58:a2:b5:7d:49:24"; in testGetMacAddress() local
2804 String address = "58:a2:b5:7d:49:24"; in testGetMacAddress_stubDevice() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4781 boolean isMacAddress(String address) { in isMacAddress()