Searched refs:groupnames (Results 1 – 4 of 4) sorted by relevance
/external/autotest/tko/ |
D | frontend.py | 143 groupnames = sorted([row[0] for row in rows]) 144 return [klass(db, groupname) for groupname in groupnames]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | connection.py | 2928 def get_all_security_groups(self, groupnames=None, group_ids=None, argument 2959 if groupnames is not None: 2960 self.build_list_params(params, groupnames, 'GroupName') 4058 def get_all_placement_groups(self, groupnames=None, filters=None, argument 4085 if groupnames: 4086 self.build_list_params(params, groupnames, 'GroupName')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/ |
D | server.py | 216 groups = ec2.get_all_security_groups(groupnames=[str(self.security_group)])
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 5228 is a gdi. This allows gdi's to be used instead of groupnames in the
|