Home
last modified time | relevance | path

Searched refs:fullname (Results 1 – 7 of 7) sorted by relevance

/tools/acloud/list/
Dinstance_test.py61 self.assertEqual(expected_full_name, local_instance.fullname)
134 self.assertEqual(expected_full_name, instance_info.fullname)
142 self.assertEqual(expected_full_name, instance_info.fullname)
153 self.assertEqual(expected_full_name, instance_info.fullname)
Dlist_test.py70 alive_instance1.fullname = "device serial: 127.0.0.1:1111 alive_instance1"
Dlist.py204 all_instance_info.append(instance_object.fullname)
Dinstance.py139 def fullname(self): member in Instance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py76 fullname = fullname_regex.search(current_vcard[0])
77 if fullname is not None:
78 new_contact.name = fullname.group(1)
/tools/repohooks/tools/
Dcpplint.py1116 fullname = self.FullName()
1118 if os.path.exists(fullname):
1119 project_dir = os.path.dirname(fullname)
1131 return fullname[len(prefix) + 1:]
1135 root_dir = current_dir = os.path.dirname(fullname)
1147 return fullname[len(prefix) + 1:]
1150 return fullname
4705 fullname = os.path.abspath(filename).replace('\\', '/')
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py2207 def nw_fullname(self, fullname): argument
2216 cmd = "NWFNAME {},{}".format(fullname, self._bts_number)