Home
last modified time | relevance | path

Searched refs:status_file (Results 1 – 22 of 22) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dupdate_tryjob_status.py111 args_output.status_file
112 and not args_output.status_file.endswith(".json")
117 ": %s" % args_output.status_file
160 def GetCustomScriptResult(custom_script, status_file, tryjob_contents): argument
201 os.path.dirname(status_file), os.path.basename(temp_json_file)
225 def UpdateTryjobStatus(revision, set_status, status_file, custom_script): argument
249 with open(status_file) as tryjobs:
253 sys.exit("No tryjobs in %s" % status_file)
260 "Unable to find tryjob for %d in %s" % (revision, status_file)
280 custom_script, status_file, bisect_contents["jobs"][tryjob_index]
[all …]
Dmodify_a_tryjob.py109 args_output.status_file
110 ) or not args_output.status_file.endswith(".json"):
113 ": %s" % args_output.status_file
235 status_file, argument
268 with open(status_file) as tryjobs:
272 sys.exit("No tryjobs in %s" % status_file)
281 "Unable to find tryjob for %d in %s" % (revision, status_file)
318 % (tryjob_index, status_file)
349 raise ValueError("Failed to add tryjob to %s" % status_file)
355 with open(status_file, "w") as update_tryjobs:
[all …]
Dupdate_tryjob_status_unittest.py300 with open(temp_json_file) as status_file:
301 bisect_contents = json.load(status_file)
341 with open(temp_json_file) as status_file:
342 bisect_contents = json.load(status_file)
384 with open(temp_json_file) as status_file:
385 bisect_contents = json.load(status_file)
430 with open(temp_json_file) as status_file:
431 bisect_contents = json.load(status_file)
478 with open(temp_json_file) as status_file:
479 bisect_contents = json.load(status_file)
Dmodify_a_tryjob_unittest.py141 with open(temp_json_file) as status_file:
142 bisect_contents = json.load(status_file)
212 with open(temp_json_file) as status_file:
213 bisect_contents = json.load(status_file)
391 with open(temp_json_file) as status_file:
392 bisect_contents = json.load(status_file)
DREADME.md280 --status_file /abs/path/to/tryjob/file
283 The above example uses the file in `--status_file` to update a tryjob in that
298 --status_file /abs/path/to/tryjob/file
307 --status_file /abs/path/to/tryjob/file
316 --status_file /abs/path/to/tryjob/file
325 --status_file /abs/path/to/tryjob/file \
349 --status_file /abs/path/to/tryjob/file
354 tryjob is then inserted into the file passed in via `--status_file`.
368 --status_file /abs/path/to/tryjob/file
377 --status_file /abs/path/to/tryjob/file
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py31 status_file = os.path.join(self.resultsdir, 'status')
33 '--status %s' % (status_file),
40 with open(status_file) as sf:
/external/rappor/pipeline/
Ddist.sh41 local status_file=$task_dir/STATUS.txt
49 echo "$msg" > $status_file
56 alarm-status $status_file $timeout_secs \
Dalarm-lib.sh22 local status_file=$1
56 echo "$result" > $status_file
Dassoc.sh42 local status_file=$output_dir/assoc-status.txt
62 alarm-status $status_file $timeout_secs \
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock_unittest.py41 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
45 with open(status_file, 'w') as f2:
48 with open(status_file, 'w') as f2:
/external/python/absl-py/absl/tests/
Dcommand_name_test.py31 with open('/proc/self/status', 'rt') as status_file:
32 for line in status_file:
Dapp_test.py230 with open(os.path.join(tmpdir, 'STATUS')) as status_file:
231 self.assertIn('MyException:', status_file.read())
/external/libchrome/base/process/
Dprocess_linux.cc170 FilePath status_file = in GetPidInNamespace() local
172 if (!ReadFileToString(status_file, &status)) { in GetPidInNamespace()
Dprocess_metrics_linux.cc66 FilePath status_file = internal::GetProcPidDir(pid).Append(filename); in ReadProcFileToTrimmedStringPairs() local
67 if (!ReadFileToString(status_file, &status_data)) in ReadProcFileToTrimmedStringPairs()
/external/mbedtls/tests/scripts/
Dtest_config_script.py133 with open(status_filename, 'w') as status_file:
134 status_file.write('{}\n'.format(status))
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dtest_config_script.py133 with open(status_filename, 'w') as status_file:
134 status_file.write('{}\n'.format(status))
/external/autotest/site_utils/
Dgenerate_test_report358 status_file = os.path.join(testdir, 'status.log')
361 if not os.path.isfile(status_file):
362 status_file = os.path.join(testdir, 'status')
364 if not os.path.isfile(status_file):
370 status_raw = open(status_file, 'r').read()
/external/cronet/base/process/
Dprocess_linux.cc267 FilePath status_file = in GetPidInNamespace() local
269 if (!ReadFileToString(status_file, &status)) { in GetPidInNamespace()
Dprocess_metrics_linux.cc73 FilePath status_file = internal::GetProcPidDir(pid).Append(filename); in ReadProcFileToTrimmedStringPairs() local
74 if (!internal::ReadProcFile(status_file, &status_data)) in ReadProcFileToTrimmedStringPairs()
/external/autotest/client/tools/
Dhtml_report.py1612 status_file = os.path.join(resdir, tag, 'status')
1620 log += get_info_file(status_file)
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h73553 struct dentry *status_file; member
Dvmlinux.h73553 struct dentry *status_file; member