Home
last modified time | relevance | path

Searched refs:CreateTemporaryJsonFile (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dmodify_a_tryjob_unittest.py27 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
70 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
116 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
184 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
246 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
295 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
352 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
411 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
H A Dupdate_tryjob_status_unittest.py200 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
238 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
276 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
319 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
364 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
412 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
462 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
511 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
H A Dupdate_chromeos_llvm_hash_unittest.py91 with test_helpers.CreateTemporaryJsonFile() as ebuild_file:
124 with test_helpers.CreateTemporaryJsonFile() as ebuild_file:
159 with test_helpers.CreateTemporaryJsonFile() as ebuild_file:
206 with test_helpers.CreateTemporaryJsonFile() as ebuild_file:
H A Dllvm_bisection_unittest.py173 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
237 with test_helpers.CreateTemporaryJsonFile() as temp_json_file:
H A Dtest_helpers.py67 def CreateTemporaryJsonFile(): function
H A Dupdate_tryjob_status.py178 with test_helpers.CreateTemporaryJsonFile() as temp_json_file: