Home
last modified time | relevance | path

Searched refs:execution_tag (Results 1 – 8 of 8) sorted by relevance

/external/ltp/tools/
Dgenhtml.pl66 my $execution_tag = shift (@ARGV) || syntax();
90 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") {
174 if ( $line =~ /$execution_tag/ ) {
/external/autotest/server/
Dautoserv.py407 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,
Dautoserv407 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/
Dmonitor_db.py1176 execution_tag = self.queue_entries[0].execution_tag()
1179 ['-P', execution_tag, '-n',
Dmonitor_db_unittest.py521 execution_tag = 'test_tag' variable in PidfileRunMonitorTest
538 .expect_call(self.execution_tag,
543 self.monitor.attach_to_existing_process(self.execution_tag)
Ddrone_manager.py774 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument
775 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
Dmonitor_db_functional_test.py282 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument
283 default_pidfile = self._DummyPidfileId(execution_tag, pidfile_name,
285 return self._pidfile_index.get((execution_tag, pidfile_name),
Dscheduler_models.py883 def execution_tag(self): member in HostQueueEntry
909 return self.execution_tag()