/external/toolchain-utils/ |
D | image_chromeos.py | 44 def CheckForCrosFlash(chromeos_root, remote, log_level): argument 58 def DisableCrosBeeps(chromeos_root, remote, log_level): argument 72 def FindChromeOSImage(image_file, chromeos_root): argument 334 def LocateOrCopyImage(chromeos_root, image, board=None): argument 381 def MountImage(chromeos_root, argument 399 def IsImageModdedForTest(chromeos_root, image, log_level): argument 424 def VerifyChromeChecksum(chromeos_root, image, remote, log_level): argument 454 def TryRemountPartitionAsRW(chromeos_root, remote, log_level): argument 471 def EnsureMachineUp(chromeos_root, remote, log_level): argument
|
D | buildbot_test_llvm.py | 91 def __init__(self, board, chromeos_root, weekday, patches, compiler): argument
|
D | chromiumos_image_diff.py | 42 def __init__(self, image, chromeos_root, no_unmount): argument
|
D | build_tc.py | 34 chromeos_root, argument
|
D | buildbot_test_toolchains.py | 83 chromeos_root, argument
|
D | lock_machine.py | 71 chromeos_root, argument
|
/external/toolchain-utils/cros_utils/ |
D | misc.py | 90 def GetChromeOSKeyFile(chromeos_root): argument 95 def GetChrootPath(chromeos_root): argument 99 def GetInsideChrootPath(chromeos_root, file_path): argument 106 def GetOutsideChrootPath(chromeos_root, file_path): argument 119 def GetImageDir(chromeos_root, board): argument 123 def LabelLatestImage(chromeos_root, board, label, vanilla_path=None): argument 142 def DoesLabelExist(chromeos_root, board, label): argument 193 def GetCtargetFromBoard(board, chromeos_root): argument 207 def GetArchFromBoard(board, chromeos_root): argument 221 def GetGccLibsDestForBoard(board, chromeos_root): argument [all …]
|
D | buildbot_utils.py | 41 def PeekTrybotImage(chromeos_root, buildbucket_id): argument 87 def SubmitTryjob(chromeos_root, argument 131 def GetTrybotImage(chromeos_root, argument 212 def DoesImageExist(chromeos_root, build): argument 222 def WaitForImage(chromeos_root, build): argument 239 def GetLatestImage(chromeos_root, path): argument 265 def GetLatestRecipeImage(chromeos_root, path): argument
|
D | locks.py | 18 def AcquireLock(machines, chromeos_root, timeout=1200): argument 39 def ReleaseLock(machines, chromeos_root): argument
|
D | command_executer.py | 232 def RemoteAccessInitCommand(self, chromeos_root, machine, port=None): argument 253 def CrosLearnBoard(self, chromeos_root, machine): argument 269 chromeos_root=None, argument 355 chromeos_root, argument 465 chromeos_root=None, argument
|
D | file_utils.py | 44 def CanonicalizeChromeOSRoot(self, chromeos_root): argument 79 def CanonicalizeChromeOSRoot(self, chromeos_root): argument
|
D | device_setup_utils.py | 29 chromeos_root, argument
|
/external/toolchain-utils/crosperf/ |
D | download_images.py | 56 def GetBuildID(self, chromeos_root, xbuddy_label): argument 71 def DownloadImage(self, chromeos_root, build_id, image_name): argument 98 def UncompressImage(self, chromeos_root, build_id): argument 137 def DownloadSingleFile(self, chromeos_root, build_id, package_file_name): argument 170 def UncompressSingleFile(self, chromeos_root, build_id, package_file_name, argument 193 def VerifyFileExists(self, chromeos_root, build_id, package_file): argument 210 def DownloadAutotestFiles(self, chromeos_root, build_id): argument 259 def DownloadDebugFile(self, chromeos_root, build_id): argument 295 def Run(self, chromeos_root, xbuddy_label, autotest_path, debug_path, argument
|
D | label.py | 27 chromeos_root, argument 148 chromeos_root, argument
|
D | machine_manager.py | 48 def __init__(self, name, chromeos_root, log_level, cmd_exec=None): argument 206 chromeos_root, argument 641 def __init__(self, name, chromeos_root, log_level): argument 672 def __init__(self, chromeos_root, acquire_timeout, log_level, locks_dir): argument
|
D | settings.py | 74 chromeos_root, log_level, download_debug): argument
|
D | experiment_factory.py | 472 def CheckSkylabTool(self, chromeos_root, log_level): argument
|
D | experiment.py | 28 def __init__(self, name, remote, working_directory, chromeos_root, argument
|
D | suite_runner.py | 99 def RemoveTelemetryTempFile(self, machine, chromeos_root): argument
|
D | machine_manager_unittest.py | 34 def __init__(self, chromeos_root): argument
|
D | results_cache.py | 1269 def Init(self, chromeos_image, chromeos_root, test_name, iteration, test_args, argument
|
/external/toolchain-utils/llvm_tools/ |
D | chroot.py | 33 def GetChrootEbuildPaths(chromeos_root, packages): argument 62 def ConvertChrootPathsToAbsolutePaths(chromeos_root, chroot_paths): argument
|
/external/toolchain-utils/go/chromeos/ |
D | setup_chromeos_testing.py | 82 def GenerateGoHelperScripts(ce, arm_board, x86_board, chromeos_root): argument 115 chromeos_root): argument 169 def CleanUp(ce, x86_board, arm_board, chromeos_root): argument
|
/external/toolchain-utils/heatmaps/ |
D | heat_map.py | 31 chromeos_root, argument
|
D | heat_map_test.py | 23 def make_heatmap(chromeos_root='/path/to/fake/chromeos_root/', argument
|