Searched refs:execution_tag (Results 1 – 10 of 10) sorted by relevance
/external/ltp/tools/ |
D | genhtml.pl | 66 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/ |
D | job_reporter.py | 171 if args.execution_tag is not None: 172 command_args.extend(['-x-execution-tag', args.execution_tag])
|
/external/autotest/server/ |
D | autoserv_parser.py | 275 if not self.options.execution_tag: 276 self.options.execution_tag = self.options.parse_job
|
D | autoserv.py | 446 execution_tag = parser.options.execution_tag 524 'tag': execution_tag,
|
D | autoserv | 446 execution_tag = parser.options.execution_tag 524 'tag': execution_tag,
|
/external/autotest/scheduler/ |
D | monitor_db_unittest.py | 507 execution_tag = 'test_tag' variable in PidfileRunMonitorTest 524 .expect_call(self.execution_tag, 529 self.monitor.attach_to_existing_process(self.execution_tag)
|
D | monitor_db.py | 1331 execution_tag = self.queue_entries[0].execution_tag() 1334 ['-P', execution_tag, '-n',
|
D | drone_manager.py | 783 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument 784 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
|
D | monitor_db_functional_test.py | 284 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),
|
D | scheduler_models.py | 913 def execution_tag(self): member in HostQueueEntry 939 return self.execution_tag()
|