Home
last modified time | relevance | path

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

12345

/build/bazel/scripts/difftool/
Dclangcompile.py203 left_path: pathlib.Path, right_path: pathlib.Path
216 left_path: pathlib.Path, right_path: pathlib.Path
231 left_path: pathlib.Path, right_path: pathlib.Path
244 left_path: pathlib.Path, right_path: pathlib.Path
257 left_path: pathlib.Path, right_path: pathlib.Path, debug=False
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/
Dcuj_regex_based.py21 self, file: Path, pattern: str, replacer: Callable[[], str], modify_type: str
51 def modify_private_method(file: Path) -> CujGroup:
63 def add_private_field(file: Path) -> CujGroup:
74 def add_public_api(file: Path) -> CujGroup:
85 def modify_resource(file: Path) -> CujGroup:
95 def add_resource(file: Path) -> CujGroup:
Dperf_metrics.py65 def _convert_pprof_to_human_readable_format(pprof: Path, output_type: str = 'pdf'):
73 def _archive_pprof(envvar: str, d:Path):
89 def archive_run(d: Path, build_info: util.BuildInfo):
107 def read_pbs(d: Path) -> tuple[dict[str, any], list[PerfInfoOrEvent]]:
258 def get_build_info(d: Path) -> dict[str, any]:
279 def tabulate_metrics_csv(log_dir: Path):
310 def display_tabulated_metrics(log_dir: Path, ci_mode: bool):
Dfinder.py27 def is_git_repo(p: Path) -> bool:
38 def confirm(root_dir: Path, *globs: str):
62 def find_matches(root_dir: Path, *globs: str) -> Generator[Path, None, None]:
Dcuj_catalog.py77 def __init__(self, file: Path, text: Optional[str] = None):
112 def __init__(self, file: Path, ws: InWorkspace, text: Optional[str] = None):
153 def __init__(self, bp_file: Path):
171 def __init__(self, original: Path, ws: InWorkspace):
207 def __init__(self, p: Path):
239 def content_verfiers(ws_build_file: Path, content: str) -> tuple[Verifier, Verifier]:
267 def __init__(self, build_file: Path):
294 def __init__(self, build_file: Path):
330 def __init__(self, build_file: Path):
Dclone.py135 bps: dict[Path, Filter]
147 def maybe_register(bp: Path):
176 def _backup(bps: Iterable[Path]):
208 def _bz_counterpart(bp: Path) -> Path:
216 def _make_clones(bp2templates: dict[Path, dict[ModuleName, Template]], n: int):
303 def __init__(self, group_name: str, bps: dict[Path, Filter]):
Dutil.py136 def get_csv_columns_cmd(d: Path) -> str:
145 def get_cmd_to_display_tabulated_metrics(d: Path, ci_mode: bool) -> str:
192 def get_top_dir(d: Path = Path(".").resolve()) -> Path:
246 def next_path(path: Path) -> Generator[Path, None, None]:
Dcuj.py29 def de_src(p: Path) -> str:
48 def ws_counterpart(src_path: Path) -> Path:
51 def verifier(self, src_path: Path) -> Verifier:
Dplot_metrics.py58 summary_csv_data: str, output: Path, filter: bool = True
120 def plot(summary_csv_data: str, output: Path, filter: bool):
/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/apex/
Dbuilder.go458 …e) buildInstalledFilesFile(ctx android.ModuleContext, builtApex android.Path, imageDir android.Pat…
521 func markManifestTestOnly(ctx android.ModuleContext, androidManifestFile android.Path) android.Path…
533 func runAssembleVintf(ctx android.ModuleContext, vintfFragment android.Path) android.Path {
1249 …ApexLinkerconfigValidation(ctx android.ModuleContext, apexFile android.Path, imageDir android.Path
1282 func runApexSepolicyTests(ctx android.ModuleContext, a *apexBundle, apexFile android.Path) android.…
1295 func runApexElfCheckerUnwanted(ctx android.ModuleContext, apexFile android.Path, unwanted []string)…
1309 func runApexHostVerifier(ctx android.ModuleContext, a *apexBundle, apexFile android.Path) android.P…
/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]:
/build/soong/java/
Dapp_builder.go55 …JarFile, dexJarFile android.Path, certificates []Certificate, deps android.Paths, v4SignatureFile …
77 …oid.WritablePath, unsignedApk android.Path, certificates []Certificate, v4SignatureFile android.Wr…
133 classesJar, manifest, rTxt android.Path, res android.Paths) {
179 packageFile, jniJarFile, dexJarFile android.Path) {
Daapt2.go30 func isPathValueResource(res android.Path) bool {
46 func pathToAapt2Path(ctx android.ModuleContext, res android.Path) android.WritablePath {
89 func aapt2Compile(ctx android.ModuleContext, dir android.Path, paths android.Paths,
171 func aapt2CompileZip(ctx android.ModuleContext, flata android.WritablePath, zip android.Path, zipPr…
324 func aapt2ExtractExtraPackages(ctx android.ModuleContext, out android.WritablePath, in android.Path
343 func aapt2Convert(ctx android.ModuleContext, out android.WritablePath, in android.Path, format stri…
Dbuilder.go757 jar android.Path) {
766 … convertImplementationJarToHeaderJar(ctx android.ModuleContext, implementationJarFile android.Path,
776 classesJar android.Path, rulesFile android.Path) {
781 classesJar android.Path, rulesFile android.Path, totalShards int) {
832 classesJar android.Path, permittedPackages []string) {
845 inputFile android.Path) {
855 inputFile android.Path, ravenizerArgs string) {
871 …lign(ctx android.ModuleContext, outputFile android.WritablePath, inputFile android.Path, validatio…
/build/soong/rust/
Dbuilder.go160 func TransformSrcToBinary(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
169 func TransformSrctoRlib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
177 func TransformRlibstoStaticlib(ctx android.ModuleContext, mainSrc android.Path, deps []cc.RustRlibD…
219 func TransformSrctoDylib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
228 func TransformSrctoStatic(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
237 func TransformSrctoShared(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags,
246 func TransformSrctoProcMacro(ctx ModuleContext, mainSrc android.Path, deps PathDeps,
342 func transformSrctoCrate(ctx android.ModuleContext, main android.Path, deps PathDeps, flags Flags,
523 func Rustdoc(ctx ModuleContext, main android.Path, deps PathDeps,
/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,
112 aidlFile android.Path,
166 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *…
181 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) (android.Path, android.Paths) {
/build/make/ci/
Doptimized_targets.py125 self, src_top: pathlib.Path, soong_vars: list[str]
161 self, src_top: pathlib.Path, dist_dir: pathlib.Path, name: str
403 src_top: pathlib.Path,
404 dist_dir: pathlib.Path,
405 host_out: pathlib.Path,
406 product_out: pathlib.Path,
/build/make/tools/aconfig/overrideflags/
Doverrideflags.py50 def _parse_packages(file: pathlib.Path) -> set[str]:
82 def _write_android_bp(new_android_bp: str, out: pathlib.Path) -> None:
/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…

12345