Home
last modified time | relevance | path

Searched refs:execution_tag (Results 1 – 10 of 10) 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/venv/lucifer/cmd/
Djob_reporter.py171 if args.execution_tag is not None:
172 command_args.extend(['-x-execution-tag', args.execution_tag])
/external/autotest/server/
Dautoserv_parser.py275 if not self.options.execution_tag:
276 self.options.execution_tag = self.options.parse_job
Dautoserv.py446 execution_tag = parser.options.execution_tag
524 'tag': execution_tag,
Dautoserv446 execution_tag = parser.options.execution_tag
524 'tag': execution_tag,
/external/autotest/scheduler/
Dmonitor_db_unittest.py507 execution_tag = 'test_tag' variable in PidfileRunMonitorTest
524 .expect_call(self.execution_tag,
529 self.monitor.attach_to_existing_process(self.execution_tag)
Dmonitor_db.py1331 execution_tag = self.queue_entries[0].execution_tag()
1334 ['-P', execution_tag, '-n',
Ddrone_manager.py783 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument
784 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
Dmonitor_db_functional_test.py284 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument
285 default_pidfile = self._DummyPidfileId(execution_tag, pidfile_name,
287 return self._pidfile_index.get((execution_tag, pidfile_name),
Dscheduler_models.py913 def execution_tag(self): member in HostQueueEntry
939 return self.execution_tag()