/external/autotest/tko/ |
D | parse.py | 123 def format_failure_message(jobname, kernel, testname, status, reason): argument 135 return format_string % (jobname, kernel, testname, status, reason) 138 def mailfailure(jobname, job, message): argument 148 (socket.gethostname(), jobname)) 157 subject = "AUTOTEST: FAILED tests from job %s" % jobname 240 def parse_one(db, jobname, path, parse_options): argument 256 tko_utils.dprint("\nScanning %s (%s)" % (jobname, path)) 257 old_job_idx = db.find_job(jobname) 286 tko_utils.dprint("+ Parsing dir=%s, jobname=%s" % (path, jobname)) 357 jobname, test.kernel.base, test.subdir, [all …]
|
/external/autotest/cli/ |
D | job.py | 322 jobname = getattr(self, 'jobname') 323 if len(jobname) > 1: 325 'to receive job name: %s' % jobname) 326 self.jobname = jobname[0] 337 self.data['name'] = self.jobname 349 return ['%s (id %s)' % (self.jobname, job_id)] 353 return [self.jobname] 498 item=self.jobname,
|
/external/autotest/tko/perf_upload/ |
D | perf_uploader.py | 100 perf_data, presentation_info, jobname): argument 154 'jobname': jobname, 278 def upload_test(job, test, jobname): argument 313 presentation_info, jobname)
|
/external/fio/ |
D | init.c | 438 bool preserve_eo, const char *jobname) in get_new_job() argument 476 if (jobname) in get_new_job() 477 td->o.name = strdup(jobname); in get_new_job() 1118 const char *jobname, int jobnum, int filenum) in make_filename() argument 1125 sprintf(buf, "%s.%d.%d", jobname, jobnum, filenum); in make_filename() 1159 ret = snprintf(dst, dst_left, "%s", jobname); in make_filename() 1249 static bool wait_for_ok(const char *jobname, struct thread_options *o) in wait_for_ok() argument 1256 if (!strcmp(jobname, o->wait_for)) { in wait_for_ok() 1258 jobname, o->wait_for); in wait_for_ok() 1263 log_err("%s: waitee job %s unknown.\n", jobname, o->wait_for); in wait_for_ok() [all …]
|
D | HOWTO | 762 :file:`jobname.jobnumber.filenumber`. With this option, that can be 766 **$jobname** 777 named :file:`testfiles.4`. The default of :file:`$jobname.$jobnum.$filenum` 2290 :file:`jobname.prerun.txt`. 2296 :file:`jobname.postrun.txt`. 2502 <type>-<jobname>-<jobindex>-verify.state. 3164 terse version, fio version, jobname, groupid, error
|
/external/autotest/client/bin/ |
D | fio_util.py | 344 jobname = match.group('jobname') 351 if jobname != current_job: 354 current_job = jobname
|
/external/autotest/results/ |
D | README | 3 queuename-jobname
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 379 .jobname-image-boundedwidth {
|
/external/netperf/doc/ |
D | texinfo.tex | 1128 \openin 1 \jobname.toc 1155 \input \jobname.toc 1174 \input \jobname.toc 2825 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file 2842 \openout \csname#1indfile\endcsname \jobname.#1 3314 \openin 1 \jobname.#1s 3337 \input \jobname.#1s 4183 \immediate\openout\tocfile = \jobname.toc 4241 \openin 1 \jobname.toc 4244 \input \jobname.toc [all …]
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 1130 \immediate\openout\auxfile=\jobname.aux 1377 \input \jobname.toc 3152 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file 3169 \openout \csname#1indfile\endcsname \jobname.#1 3657 \openin 1 \jobname.#1s 3680 \input \jobname.#1s 4578 \immediate\openout\tocfile = \jobname.toc 4622 \input \jobname.toc 4657 \openin 1 \jobname.toc 4695 \openin 1 \jobname.toc [all …]
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 1130 \immediate\openout\auxfile=\jobname.aux 1377 \input \jobname.toc 3152 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file 3169 \openout \csname#1indfile\endcsname \jobname.#1 3657 \openin 1 \jobname.#1s 3680 \input \jobname.#1s 4578 \immediate\openout\tocfile = \jobname.toc 4622 \input \jobname.toc 4657 \openin 1 \jobname.toc 4695 \openin 1 \jobname.toc [all …]
|
/external/bison/build-aux/ |
D | texinfo.tex | 1048 \immediate\openout\auxfile=\jobname.aux 4296 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file 4313 \openout \csname#1indfile\endcsname \jobname.#1 4900 \openin 1 \jobname.#1s 4923 \input \jobname.#1s 5979 \immediate\openout\tocfile = \jobname.toc 6054 % \jobname.toc even if this is redefined. 6056 \def\tocreadfilename{\jobname.toc} 7199 \immediate\openout\macscribble=\jobname.tmp 7202 \input \jobname.tmp [all …]
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 1049 \immediate\openout\auxfile=\jobname.aux 4297 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file 4314 \openout \csname#1indfile\endcsname \jobname.#1 4901 \openin 1 \jobname.#1s 4924 \input \jobname.#1s 5980 \immediate\openout\tocfile = \jobname.toc 6055 % \jobname.toc even if this is redefined. 6057 \def\tocreadfilename{\jobname.toc} 7200 \immediate\openout\macscribble=\jobname.tmp 7203 \input \jobname.tmp [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 1049 \immediate\openout\auxfile=\jobname.aux 4297 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file 4314 \openout \csname#1indfile\endcsname \jobname.#1 4901 \openin 1 \jobname.#1s 4924 \input \jobname.#1s 5980 \immediate\openout\tocfile = \jobname.toc 6055 % \jobname.toc even if this is redefined. 6057 \def\tocreadfilename{\jobname.toc} 7200 \immediate\openout\macscribble=\jobname.tmp 7203 \input \jobname.tmp [all …]
|