Home
last modified time | relevance | path

Searched refs:full_representation (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/afe/
Dresources.py43 def full_representation(self): member in AtomicGroupClass
44 rep = super(AtomicGroupClass, self).full_representation()
97 def full_representation(self): member in Label
98 rep = super(Label, self).full_representation()
155 def full_representation(self): member in User
156 rep = super(User, self).full_representation()
192 def full_representation(self): member in Acl
193 rep = super(Acl, self).full_representation()
277 def full_representation(self): member in Host
278 rep = super(Host, self).full_representation()
[all …]
/external/autotest/frontend/tko/
Dresources.py36 def full_representation(self): member in TestResult
37 rep = super(TestResult, self).full_representation()
/external/autotest/frontend/shared/
Dresource_lib.py275 def full_representation(self): member in Entry
280 return self._basic_response(self.full_representation())
288 return self._basic_response(self.full_representation())
341 def full_representation(self): member in InstanceEntry
343 return super(InstanceEntry, self).full_representation()
428 rep = entry.full_representation()
491 def full_representation(self): member in Collection