HomeSort by relevance Sort by last modified time
    Searched refs:execution_tag (Results 1 - 10 of 10) 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_parser.py 64 type=str, dest='execution_tag',
275 if not self.options.execution_tag:
276 self.options.execution_tag = self.options.parse_job
autoserv 446 execution_tag = parser.options.execution_tag
524 'tag': execution_tag,
    [all...]
autoserv.py 446 execution_tag = parser.options.execution_tag
524 'tag': execution_tag,
    [all...]
  /external/autotest/venv/lucifer/cmd/
job_reporter.py 171 if args.execution_tag is not None:
172 command_args.extend(['-x-execution-tag', args.execution_tag])
  /external/autotest/scheduler/
monitor_db.py     [all...]
monitor_db_unittest.py 507 execution_tag = 'test_tag' variable in class:PidfileRunMonitorTest
524 .expect_call(self.execution_tag,
529 self.monitor.attach_to_existing_process(self.execution_tag)
    [all...]
drone_manager.py 783 def get_pidfile_id_from(self, execution_tag, pidfile_name):
784 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
    [all...]
monitor_db_functional_test.py 284 def get_pidfile_id_from(self, execution_tag, pidfile_name):
285 default_pidfile = self._DummyPidfileId(execution_tag, pidfile_name,
287 return self._pidfile_index.get((execution_tag, pidfile_name),
    [all...]
scheduler_models.py 913 def execution_tag(self): member in class:HostQueueEntry
    [all...]

Completed in 399 milliseconds