/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | route.py | 42 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
|
D | ip.py | 74 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/ |
D | IEmail.java | 75 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/ |
D | Sl4aBluetoothUtil.java | 268 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/ |
D | IsolationRunner.java | 171 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/ |
D | dhcp_config.py | 108 def __init__(self, identifier, address, lease_time=None): argument
|
/tools/dexter/slicer/ |
D | code_ir.cc | 84 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/ |
D | utils.py | 1341 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/ |
D | apollo_acts.py | 581 self, address, timeout=DEFAULT_TIMEOUT, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 209 address = "" variable in BluetoothPtsDevice
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 2759 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/ |
D | NativeDevice.java | 4781 boolean isMacAddress(String address) { in isMacAddress()
|