/external/toolchain-utils/llvm_tools/ |
D | update_tryjob_status.py | 111 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 …]
|
D | modify_a_tryjob.py | 109 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 …]
|
D | update_tryjob_status_unittest.py | 300 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)
|
D | modify_a_tryjob_unittest.py | 141 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)
|
D | README.md | 280 --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/ |
D | hardware_DiskFirmwareUpgrade.py | 31 status_file = os.path.join(self.resultsdir, 'status') 33 '--status %s' % (status_file), 40 with open(status_file) as sf:
|
/external/rappor/pipeline/ |
D | dist.sh | 41 local status_file=$task_dir/STATUS.txt 49 echo "$msg" > $status_file 56 alarm-status $status_file $timeout_secs \
|
D | alarm-lib.sh | 22 local status_file=$1 56 echo "$result" > $status_file
|
D | assoc.sh | 42 local status_file=$output_dir/assoc-status.txt 62 alarm-status $status_file $timeout_secs \
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock_unittest.py | 41 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/ |
D | command_name_test.py | 31 with open('/proc/self/status', 'rt') as status_file: 32 for line in status_file:
|
D | app_test.py | 230 with open(os.path.join(tmpdir, 'STATUS')) as status_file: 231 self.assertIn('MyException:', status_file.read())
|
/external/libchrome/base/process/ |
D | process_linux.cc | 170 FilePath status_file = in GetPidInNamespace() local 172 if (!ReadFileToString(status_file, &status)) { in GetPidInNamespace()
|
D | process_metrics_linux.cc | 66 FilePath status_file = internal::GetProcPidDir(pid).Append(filename); in ReadProcFileToTrimmedStringPairs() local 67 if (!ReadFileToString(status_file, &status_data)) in ReadProcFileToTrimmedStringPairs()
|
/external/mbedtls/tests/scripts/ |
D | test_config_script.py | 133 with open(status_filename, 'w') as status_file: 134 status_file.write('{}\n'.format(status))
|
/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
D | test_config_script.py | 133 with open(status_filename, 'w') as status_file: 134 status_file.write('{}\n'.format(status))
|
/external/autotest/site_utils/ |
D | generate_test_report | 358 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/ |
D | process_linux.cc | 267 FilePath status_file = in GetPidInNamespace() local 269 if (!ReadFileToString(status_file, &status)) { in GetPidInNamespace()
|
D | process_metrics_linux.cc | 73 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/ |
D | html_report.py | 1612 status_file = os.path.join(resdir, tag, 'status') 1620 log += get_info_file(status_file)
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 73553 struct dentry *status_file; member
|
D | vmlinux.h | 73553 struct dentry *status_file; member
|