OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pidfiles
(Results
1 - 3
of
3
) sorted by null
/external/autotest/scheduler/
monitor_db_functional_test.py
102
self.
_pidfiles
= {}
141
contents = self.
_pidfiles
[pidfile_id]
153
in self.
_pidfiles
.iteritems()
159
if self.
_pidfiles
[pidfile_id].process is not None]
194
self.
_pidfiles
.pop(pidfile_id, None)
203
self.
_pidfiles
[pidfile_id].process = process
220
if pidfile_id not in self.
_pidfiles
:
222
self.
_pidfiles
[pidfile_id] = drone_manager.PidfileContents()
254
if pidfile_id not in self.
_pidfiles
:
256
return self.
_pidfiles
.get(pidfile_id, drone_manager.PidfileContents()
[
all
...]
drone_manager.py
179
self.
_pidfiles
= {}
180
# same as
_pidfiles
376
self.
_pidfiles
= {}
449
for pidfile_id, contents in self.
_pidfiles
.iteritems():
529
# All pidfiles are stored in the drone managers
_pidfiles
dict as:
551
self._process_pidfiles(drone, results['pidfiles'], self.
_pidfiles
)
824
pidfile_map = self.
_pidfiles
[
all
...]
drone_manager_unittest.py
462
pidfiles = self.manager.
_pidfiles
Completed in 66 milliseconds