Searched refs:execution_tag (Results 1 – 8 of 8) 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/server/ |
D | 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,
|
D | 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,
|
/external/autotest/scheduler/ |
D | monitor_db.py | 1176 execution_tag = self.queue_entries[0].execution_tag() 1179 ['-P', execution_tag, '-n',
|
D | monitor_db_unittest.py | 521 execution_tag = 'test_tag' variable in PidfileRunMonitorTest 538 .expect_call(self.execution_tag, 543 self.monitor.attach_to_existing_process(self.execution_tag)
|
D | drone_manager.py | 774 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument 775 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
|
D | monitor_db_functional_test.py | 282 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),
|
D | scheduler_models.py | 883 def execution_tag(self): member in HostQueueEntry 909 return self.execution_tag()
|