OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PoolCounts
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
lab_inventory.py
125
class
_PoolCounts
(object):
237
methods of the same name in
_PoolCounts
, so the performance
238
note in
_PoolCounts
applies here as well.
244
pool:
_PoolCounts
() for pool in _MANAGED_POOLS
301
return self._count_pool(
_PoolCounts
.get_working, pool)
328
return self._count_pool(
_PoolCounts
.get_broken, pool)
353
return self._count_pool(
_PoolCounts
.get_total, pool)
[
all
...]
lab_inventory_unittest.py
80
"""Unit tests for class `
_PoolCounts
`.
93
self._pool_counts = lab_inventory.
_PoolCounts
()
[
all
...]
Completed in 46 milliseconds