Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 79) sorted by relevance

1234

/build/bazel/scripts/difftool/
Dclangcompile.py165 def nm_differences(left_path: pathlib.Path,
166 right_path: pathlib.Path) -> list[str]:
176 def elf_differences(left_path: pathlib.Path,
177 right_path: pathlib.Path) -> list[str]:
189 def bloaty_differences(left_path: pathlib.Path,
190 right_path: pathlib.Path) -> list[str]:
201 def bloaty_differences_compileunits(left_path: pathlib.Path,
202 right_path: pathlib.Path) -> list[str]:
213 def _bloaty_differences(left_path: pathlib.Path,
214 right_path: pathlib.Path,
Ddifftool.py117 def literal_diff(left_path: pathlib.Path,
118 right_path: pathlib.Path) -> list[str]:
168 def collect_commands_ninja(ninja_file_path: pathlib.Path,
169 output_file_path: pathlib.Path,
170 ninja_tool_path: pathlib.Path) -> list[str]:
184 def collect_commands(ninja_file_path: pathlib.Path,
185 output_file_path: pathlib.Path) -> list[str]:
203 left_path: pathlib.Path,
204 right_path: pathlib.Path,
233 def parse_collection_info(info_file_path: pathlib.Path):
Dcommands.py195 path: pathlib.Path, other_paths: list[pathlib.Path]
215 def _reverse_path(p: pathlib.Path) -> str:
219 def _reverse_paths(paths: list[pathlib.Path]) -> list[pathlib.Path]:
/build/bazel/scripts/incremental_build/
Dutil.py49 def get_csv_columns_cmd(d: Path) -> str:
58 def get_cmd_to_display_tabulated_metrics(d: Path) -> str:
77 def get_top_dir(d: Path = Path('.').absolute()) -> Path:
122 def next_path(path: Path) -> Generator[Path, None, None]:
159 def count_explanations(process_log_file: Path) -> int:
177 def is_git_repo(p: Path) -> bool:
189 def any_file_under(root: Path, pattern: str) -> Path:
201 def any_dir_under(root: Path, *patterns: str) -> Path:
211 def any_match_under(root: Path, *patterns: str) -> (Path, list[str]):
Dcuj_catalog.py123 def ws_counterpart(src_path: Path) -> Path:
127 def verifier(self, src_path: Path) -> Verifier:
155 def de_src(p: Path) -> str:
163 def modify_revert(file: Path, text: str = '//BOGUS line\n') -> CujGroup:
189 def create_delete(file: Path, ws: InWorkspace,
224 def create_delete_bp(bp_file: Path) -> CujGroup:
234 def delete_restore(original: Path, ws: InWorkspace) -> CujGroup:
264 def replace_link_with_dir(p: Path):
302 ws_build_file: Path, content: str) -> (Verifier, Verifier):
327 def modify_revert_kept_build_file(build_file: Path) -> CujGroup:
[all …]
Dperf_metrics.py61 def _copy_pbs_to(d: Path):
73 def archive_run(d: Path, build_info: dict[str, any]):
79 def read_pbs(d: Path) -> dict[str, str]:
208 def get_build_info_and_perf(d: Path) -> dict[str, any]:
218 def tabulate_metrics_csv(log_dir: Path):
239 def display_tabulated_metrics(log_dir: Path):
Dpretty.py63 def summarize_metrics(log_dir: Path):
103 def display_summarized_metrics(log_dir: Path):
Dincremental_build.py112 def _build(build_type: ui.BuildType, run_dir: Path) -> (int, BuildInfo):
164 def _run_cuj(run_dir: Path, build_type: ui.BuildType,
/build/pesto/experiments/prepare_bazel_test_env/
Dbazelenv.py52 def __init__(self, soong_workspace: pathlib.Path):
141 def __init__(self, stage_path: pathlib.Path, workspace_path: pathlib.Path,
142 resource_path: pathlib.Path):
193 def __init__(self, stage_path: pathlib.Path, workspace_path: pathlib.Path,
194 resource_path: pathlib.Path):
254 def __init__(self, stage_path: pathlib.Path, workspace_path: pathlib.Path,
255 resource_path: pathlib.Path,
256 global_prebuilts_dir: pathlib.Path, prebuilts_dir_name: str):
320 def _make_executable_if_script(path: pathlib.Path) -> None:
378 workspace_base_path: pathlib.Path,
[all …]
/build/soong/rust/
Dbuilder.go127 func TransformSrcToBinary(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
134 func TransformSrctoRlib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
139 func TransformSrctoDylib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
146 func TransformSrctoStatic(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
152 func TransformSrctoShared(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
158 func TransformSrctoProcMacro(ctx ModuleContext, mainSrc android.Path, deps PathDeps,
223 func transformSrctoCrate(ctx ModuleContext, main android.Path, deps PathDeps, flags Flags,
408 func Rustdoc(ctx ModuleContext, main android.Path, deps PathDeps,
/build/bazel/scripts/difftool/diffs/
Ddiff.py26 def diff(left_path: pathlib.Path, right_path: pathlib.Path) -> list[str]:
Dcontext.py27 def diff(self, left_path: pathlib.Path, right_path: pathlib.Path) -> list[str]:
Dbloaty.py101 def diff(self, left_path: pathlib.Path, right_path: pathlib.Path) -> list[str]:
Dnm.py70 def diff(self, left_path: pathlib.Path, right_path: pathlib.Path) -> list[str]:
/build/soong/java/
Dapp_builder.go55 …JarFile, dexJarFile android.Path, certificates []Certificate, deps android.Paths, v4SignatureFile …
83 …oid.WritablePath, unsignedApk android.Path, certificates []Certificate, v4SignatureFile android.Wr…
139 classesJar, manifest, rTxt android.Path, res android.Paths) {
185 packageFile, jniJarFile, dexJarFile android.Path) {
Daapt2.go31 func pathToAapt2Path(ctx android.ModuleContext, res android.Path) android.WritablePath {
65 func aapt2Compile(ctx android.ModuleContext, dir android.Path, paths android.Paths,
128 func aapt2CompileZip(ctx android.ModuleContext, flata android.WritablePath, zip android.Path, zipPr…
266 func aapt2Convert(ctx android.ModuleContext, out android.WritablePath, in android.Path, format stri…
Dandroid_resources.go46 func androidResourceGlob(ctx android.EarlyModuleContext, dir android.Path) android.Paths {
52 func androidResourceGlobList(ctx android.ModuleContext, dir android.Path,
84 func overlayResourceGlob(ctx android.ModuleContext, a *aapt, dir android.Path) (res []globbedResour…
Dresourceshrinker.go29 func ShrinkResources(ctx android.ModuleContext, apk android.Path, outputFile android.WritablePath) {
Dtradefed.go33 func tradefedJavaLibraryInstall(ctx android.ModuleContext, path android.Path) android.Paths {
/build/soong/cc/
Drs.go57 func rsGeneratedCppFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath {
62 func rsGeneratedHFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath {
67 func rsGeneratedDepFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath {
Dgen.go62 func genYacc(ctx android.ModuleContext, rule *android.RuleBuilder, yaccFile android.Path,
108 func genAidl(ctx android.ModuleContext, rule *android.RuleBuilder, aidlFile android.Path, aidlFlags…
158 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *…
208 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) (android.Path, android.Paths) {
/build/soong/snapshot/
Dutil.go28 func CopyFileToOutputPathRule(pctx android.PackageContext, ctx buildContext, path android.Path, out…
40 func CopyFileRule(pctx android.PackageContext, ctx android.SingletonContext, path android.Path, out…
/build/soong/apex/
Dbuilder.go390 …e) buildInstalledFilesFile(ctx android.ModuleContext, builtApex android.Path, imageDir android.Pat…
453 func markManifestTestOnly(ctx android.ModuleContext, androidManifestFile android.Path) android.Path…
/build/soong/python/
Dproto.go21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags) android.…
/build/make/tools/releasetools/
Dcreate_brick_ota.py44 def CreateBrickOta(product_name: str, output_path: Path, extra_wipe_partitions: str, serialno: str):

1234