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

  /external/ltp/tools/
genhtml.pl 66 my $execution_tag = shift (@ARGV) || syntax();
69 print "syntax: prtag2tag start_tag end_tag output_tag execution_tag file(s)\n";
90 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") {
174 if ( $line =~ /$execution_tag/ ) {
  /external/autotest/server/
autoserv 407 execution_tag = parser.options.execution_tag
408 if not execution_tag:
409 execution_tag = parse_job
453 kwargs = {'group_name': group_name, 'tag': execution_tag,
autoserv.py 407 execution_tag = parser.options.execution_tag
408 if not execution_tag:
409 execution_tag = parse_job
453 kwargs = {'group_name': group_name, 'tag': execution_tag,
  /external/autotest/scheduler/
monitor_db.py     [all...]
monitor_db_unittest.py 521 execution_tag = 'test_tag' variable in class:PidfileRunMonitorTest
538 .expect_call(self.execution_tag,
543 self.monitor.attach_to_existing_process(self.execution_tag)
    [all...]
drone_manager.py 774 def get_pidfile_id_from(self, execution_tag, pidfile_name):
775 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
    [all...]
monitor_db_functional_test.py 282 def get_pidfile_id_from(self, execution_tag, pidfile_name):
283 default_pidfile = self._DummyPidfileId(execution_tag, pidfile_name,
285 return self._pidfile_index.get((execution_tag, pidfile_name),
    [all...]
scheduler_models.py 883 def execution_tag(self): member in class:HostQueueEntry
    [all...]

Completed in 245 milliseconds