HomeSort by relevance Sort by last modified time
    Searched refs:execution_path (Results 1 - 9 of 9) sorted by null

  /external/autotest/scheduler/
agent_task.py 268 first_execution_path = execution_entries[0].execution_path()
270 assert execution_entry.execution_path() == first_execution_path, (
271 '%s (%s) != %s (%s)' % (execution_entry.execution_path(),
280 @param execution_entries: list of objects with execution_path() method
290 execution_path = self._get_consistent_execution_path(execution_entries)
291 results_path = execution_path + '/'
660 return self.task.execution_path()
736 destination_path=self.queue_entry.execution_path() + '/')
739 self.queue_entry.execution_path(),
luciferlib.py 278 first_execution_path = execution_entries[0].execution_path()
280 if execution_entry.execution_path() != first_execution_path:
283 % (execution_entry.execution_path(),
pidfile_monitor.py 77 def attach_to_existing_process(self, execution_path,
82 execution_path, pidfile_name=pidfile_name)
monitor_db.py     [all...]
scheduler_models.py 698 self.execution_path(), pidfile_name=pidfile_name)
939 def execution_path(self): member in class:HostQueueEntry
    [all...]
monitor_db_functional_test.py 559 queue_entry.execution_path(), pidfile_name)
    [all...]
  /external/ImageMagick/MagickCore/
magick.c 1376 execution_path[MagickPathExtent], local
    [all...]
  /external/autotest/frontend/afe/
models_test.py 167 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify')
223 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
rpc_utils.py 589 execution_path=exec_path,
    [all...]

Completed in 74 milliseconds