OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:used_capacity
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/
drone_manager.py
134
"""Wrapper to compare drones based on
used_capacity
().
144
return cmp(self.drone.
used_capacity
(), other.drone.
used_capacity
())
628
if drone.
used_capacity
() < drone_to_use.
used_capacity
():
[
all
...]
drones.py
62
def
used_capacity
(self):
member in class:_BaseAbstractDrone
Completed in 615 milliseconds