OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribute_set
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/
site_server_job.py
114
if not mw.
attribute_set
in unique_machine_attributes:
115
unique_machine_attributes.append(mw.
attribute_set
)
site_server_job_utils.py
150
self.
attribute_set
= set(client_attributes.get_attributes())
159
attributes = [a for a in self.
attribute_set
]
183
if canidate_test.validate(self.
attribute_set
):
site_gtest_runner.py
51
attribute_set
= set(client_attributes.get_attributes())
53
if self._gtest.validate(
attribute_set
):
55
[a for a in
attribute_set
], self._gtest)
Completed in 4813 milliseconds