OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pending_count
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/
scheduler_models.py
1157
def
_pending_count
(self):
member in class:Job
[
all
...]
monitor_db_unittest.py
870
self.god.stub_function(job, '
_pending_count
')
877
job.
_pending_count
.expect_call().and_return(0)
886
job.
_pending_count
.expect_call().and_return(4)
891
job.
_pending_count
.expect_call().and_return(4)
910
self.god.unstub(job, '
_pending_count
')
[
all
...]
Completed in 39 milliseconds