/external/toolchain-utils/ |
D | image_chromeos.py | 40 def CheckForCrosFlash(chromeos_root, remote, log_level): argument 54 def DisableCrosBeeps(chromeos_root, remote, log_level): argument 68 def FindChromeOSImage(image_file, chromeos_root): argument 327 def LocateOrCopyImage(chromeos_root, image, board=None): argument 362 def GetImageMountCommand(chromeos_root, image, rootfs_mp, stateful_mp): argument 374 def MountImage(chromeos_root, argument 392 def IsImageModdedForTest(chromeos_root, image, log_level): argument 418 def VerifyChromeChecksum(chromeos_root, image, remote, log_level): argument 451 def TryRemountPartitionAsRW(chromeos_root, remote, log_level): argument 468 def EnsureMachineUp(chromeos_root, remote, log_level): argument
|
D | remote_gcc_build.py | 47 def FindVersionForToolchain(branch, chromeos_root): argument 189 def UploadManifest(manifest, chromeos_root, branch='master'): argument 214 def GetManifestPatch(manifests, version, chromeos_root, branch='master'): argument 236 def ReplaceSysroot(chromeos_root, dest_dir, target): argument 283 def UploadGccPatch(chromeos_root, gcc_dir, branch): argument 306 def RunRemote(chromeos_root, branch, patches, is_local, target, chrome_version, argument
|
D | weekly_report.py | 23 chromeos_root, cmd_executer): argument 66 chromeos_root, cmd_executer): argument
|
D | cros_login.py | 68 def RestartUI(remote, chromeos_root, login=True): argument
|
D | new-generate-waterfall-reports.py | 202 def GetRotatingBuildData(date, report_dict, chromeos_root, board, argument 230 def GetMainWaterfallData(date, report_dict, chromeos_root, ce): argument
|
D | build_tool.py | 52 chromeos_root, argument 338 def ResetToolEbuildFile(chromeos_root, tool_name): argument
|
D | heat_map.py | 27 def __init__(self, chromeos_root, perf_data, page_size, binary): argument
|
D | test_gdb_dejagnu.py | 22 def __init__(self, board, remote, gdb_dir, chromeos_root, cleanup): argument
|
D | buildbot_test_llvm.py | 95 def __init__(self, board, chromeos_root, weekday, patches, compiler): argument
|
D | chromiumos_image_diff.py | 36 def __init__(self, image, chromeos_root, no_unmount): argument
|
D | build_tc.py | 33 chromeos_root, argument
|
D | test_gcc_dejagnu.py | 34 def __init__(self, board, remote, gcc_dir, chromeos_root, runtestflags, argument
|
/external/toolchain-utils/cros_utils/ |
D | misc.py | 83 def GetChromeOSKeyFile(chromeos_root): argument 88 def GetChrootPath(chromeos_root): argument 92 def GetInsideChrootPath(chromeos_root, file_path): argument 99 def GetOutsideChrootPath(chromeos_root, file_path): argument 112 def GetImageDir(chromeos_root, board): argument 116 def LabelLatestImage(chromeos_root, board, label, vanilla_path=None): argument 135 def DoesLabelExist(chromeos_root, board, label): argument 197 def GetCtargetFromBoard(board, chromeos_root): argument 211 def GetArchFromBoard(board, chromeos_root): argument 225 def GetGccLibsDestForBoard(board, chromeos_root): argument [all …]
|
D | buildbot_utils.py | 39 def PeekTrybotImage(chromeos_root, buildbucket_id): argument 81 def SubmitTryjob(chromeos_root, argument 125 def GetTrybotImage(chromeos_root, argument 206 def DoesImageExist(chromeos_root, build): argument 216 def WaitForImage(chromeos_root, build): argument 233 def GetLatestImage(chromeos_root, path): argument
|
D | locks.py | 13 def AcquireLock(machines, chromeos_root, timeout=1200): argument 34 def ReleaseLock(machines, chromeos_root): argument
|
D | file_utils.py | 39 def CanonicalizeChromeOSRoot(self, chromeos_root): argument 74 def CanonicalizeChromeOSRoot(self, chromeos_root): argument
|
D | command_executer.py | 225 def RemoteAccessInitCommand(self, chromeos_root, machine): argument 242 def CrosLearnBoard(self, chromeos_root, machine): argument 258 chromeos_root=None, argument 340 chromeos_root, argument 441 chromeos_root=None, argument
|
/external/toolchain-utils/crosperf/ |
D | download_images.py | 54 def GetBuildID(self, chromeos_root, xbuddy_label): argument 69 def DownloadImage(self, chromeos_root, build_id, image_name): argument 96 def UncompressImage(self, chromeos_root, build_id): argument 135 def DownloadSingleAutotestFile(self, chromeos_root, build_id, argument 170 def UncompressSingleAutotestFile(self, chromeos_root, build_id, argument 193 def VerifyAutotestFilesExist(self, chromeos_root, build_id, package_file): argument 210 def DownloadAutotestFiles(self, chromeos_root, build_id): argument 260 def Run(self, chromeos_root, xbuddy_label, autotest_path): argument
|
D | suite_runner.py | 86 def PinGovernorExecutionFrequencies(self, machine_name, chromeos_root): argument 126 def DecreaseWaitTime(self, machine_name, chromeos_root): argument 141 def RestartUI(self, machine_name, chromeos_root): argument 189 def RemoveTelemetryTempFile(self, machine, chromeos_root): argument
|
D | label.py | 23 chromeos_root, argument 123 chromeos_root, argument
|
D | machine_manager.py | 47 def __init__(self, name, chromeos_root, log_level, cmd_exec=None): argument 194 chromeos_root, argument 615 def __init__(self, name, chromeos_root, log_level): argument 645 def __init__(self, chromeos_root, acquire_timeout, log_level, locks_dir): argument
|
D | settings.py | 69 def GetXbuddyPath(self, path_str, autotest_path, board, chromeos_root, argument
|
/external/toolchain-utils/deprecated/ |
D | run_benchmarks.py | 71 def RunBrowserBenchmark(chromeos_root, board, bench, machine): argument 86 def RunStartupBenchmark(chromeos_root, board, machine): argument 100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine): argument
|
/external/toolchain-utils/fdo_scripts/ |
D | profile_cycler.py | 27 def __init__(self, chromeos_root, board, cycler, profile_dir, remote): argument
|
/external/toolchain-utils/crb/ |
D | machine_manager_singleton.py | 37 chromeos_root = None variable in MachineManagerSingleton
|