/aosp12/bionic/benchmarks/linker_relocation/regen/ |
H A D | dump_relocs.py | 67 def get_elf_soname(path: Path) -> str: 81 def get_elf_needed(path: Path) -> List[str]: 105 def get_dyn_symbols(path: Path) -> DynSymbols: 152 def scan_relocations(path: Path, syms: DynSymbols) -> Relocations: 195 def load_elf_tree(search_path: List[Path], path: Path) -> LoadedLibrary: 211 def load(path: Path) -> LoadedLibrary:
|
H A D | gen_bench.py | 165 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, 283 def make_ninja_benchmark(root: LoadedLibrary, defs: Definitions, cc: str, out: Path) -> None: 324 def make_soong_benchmark(root: LoadedLibrary, defs: Definitions, out: Path) -> None:
|
/aosp12/build/pesto/experiments/prepare_bazel_test_env/ |
H A D | bazelenv.py | 52 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, 320 def _make_executable_if_script(path: pathlib.Path) -> None: 378 workspace_base_path: pathlib.Path, 379 gendir_base_path: pathlib.Path, [all …]
|
/aosp12/system/core/libprocessgroup/profiles/ |
H A D | cgroups.json | 5 "Path": "/dev/blkio", string 12 "Path": "/dev/cpuctl", string 19 "Path": "/dev/cpuset", string 26 "Path": "/dev/memcg", string 34 "Path": "/sys/fs/cgroup", string 41 "Path": ".", string
|
H A D | task_profiles_29.json | 24 "Path": "background" string 37 "Path": "" string 50 "Path": "foreground" string 63 "Path": "background" string 76 "Path": "top-app" string 89 "Path": "rt" string 102 "Path": "camera-daemon" string 115 "Path": "nnapi-hal" string 128 "Path": "background" string
|
H A D | task_profiles_28.json | 24 "Path": "background" string 37 "Path": "" string 50 "Path": "background" string 63 "Path": "foreground" string 76 "Path": "top-app" string 89 "Path": "rt" string 102 "Path": "camera-daemon" string 115 "Path": "nnapi-hal" string 128 "Path": "background" string
|
H A D | task_profiles_30.json | 24 "Path": "background" string 37 "Path": "" string 50 "Path": "background" string 63 "Path": "foreground" string 76 "Path": "top-app" string 89 "Path": "rt" string 102 "Path": "camera-daemon" string 115 "Path": "nnapi-hal" string 128 "Path": "background" string
|
H A D | task_profiles.json | 64 "Path": "background" string 103 "Path": "system" string 142 "Path": "top-app" string 155 "Path": "rt" string 194 "Path": "dex2oat" string 234 "Path": "" string 260 "Path": "system" string 339 "Path": "" string 433 "Path": "" string 446 "Path": "" string [all …]
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | trace_provider.rs | 32 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace() 33 fn process(&self, trace_dir: &Path, profile_dir: &Path) -> Result<()>; in process() 51 pub fn get_path(dir: &Path, tag: &str, ext: &str) -> Box<Path> { in get_path()
|
/aosp12/build/soong/java/ |
H A D | app_builder.go | 55 …JarFile, dexJarFile android.Path, certificates []Certificate, deps android.Paths, v4SignatureFile … 79 …oid.WritablePath, unsignedApk android.Path, certificates []Certificate, v4SignatureFile android.Wr… 132 classesJar, manifest, rTxt android.Path, res android.Paths) { 178 packageFile, jniJarFile, dexJarFile android.Path) {
|
H A D | aapt2.go | 31 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… 265 func aapt2Convert(ctx android.ModuleContext, out android.WritablePath, in android.Path) {
|
H A D | hiddenapi.go | 82 func (h *hiddenAPI) initHiddenAPI(ctx android.ModuleContext, dexJar, classesJar android.Path, uncom… 169 … android.ModuleContext, desc string, classesJars android.Paths, stubFlagsCSV android.Path, outputP… 193 … android.ModuleContext, desc string, classesJars android.Paths, stubFlagsCSV android.Path, metadat… 249 func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Path, uncompressDex b…
|
H A D | android_resources.go | 46 func androidResourceGlob(ctx android.ModuleContext, 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…
|
H A D | android_manifest.go | 46 func manifestFixer(ctx android.ModuleContext, manifest android.Path, sdkContext android.SdkContext, 128 func manifestMerger(ctx android.ModuleContext, manifest android.Path, staticLibManifests android.Pa…
|
/aosp12/build/soong/rust/ |
H A D | builder.go | 96 func TransformSrcToBinary(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 103 func TransformSrctoRlib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 108 func TransformSrctoDylib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 113 func TransformSrctoStatic(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 119 func TransformSrctoShared(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 125 func TransformSrctoProcMacro(ctx ModuleContext, mainSrc android.Path, deps PathDeps, 187 func transformSrctoCrate(ctx ModuleContext, main android.Path, deps PathDeps, flags Flags, 303 func Rustdoc(ctx ModuleContext, main android.Path, deps PathDeps,
|
/aosp12/system/update_engine/scripts/ |
H A D | ota_stress_test.py | 37 def PerformOTAThenPause(otafile: Path, update_device_script: Path): 58 def PerformTest(otafile: Path, resumes: int, timeout: int):
|
/aosp12/frameworks/base/services/incremental/test/ |
H A D | path_test.cpp | 25 TEST(Path, Normalize) { in TEST() argument 33 TEST(Path, Comparator) { in TEST() argument 43 TEST(Path, Join) { in TEST() argument
|
/aosp12/system/extras/simpleperf/rust/ |
H A D | lib.rs | 44 pub fn record(trace_file: &Path, duration: &Duration, scope: RecordScope) { in record() 59 pub fn process(trace_path: &Path, profile_path: &Path) { in process()
|
/aosp12/build/soong/cc/ |
H A D | rs.go | 56 func rsGeneratedCppFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath { 61 func rsGeneratedHFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath { 66 func rsGeneratedDepFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath {
|
H A D | gen.go | 68 func genYacc(ctx android.ModuleContext, rule *android.RuleBuilder, yaccFile android.Path, 114 func genAidl(ctx android.ModuleContext, rule *android.RuleBuilder, aidlFile android.Path, aidlFlags… 164 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… 179 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) (android.Path, android.Paths) { 203 func genWinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFlags) (android.Path, …
|
H A D | strip.go | 62 func (stripper *Stripper) strip(actx android.ModuleContext, in android.Path, out android.ModuleOutP… 86 func (stripper *Stripper) StripExecutableOrSharedLib(actx android.ModuleContext, in android.Path, 94 func (stripper *Stripper) StripStaticLib(actx android.ModuleContext, in android.Path, out android.M…
|
/aosp12/build/soong/android/ |
H A D | rule_builder.go | 195 func (r *RuleBuilder) Install(from Path, to string) { 767 func (c *RuleBuilderCommand) addInput(path Path) string { 772 func (c *RuleBuilderCommand) addImplicit(path Path) { 776 func (c *RuleBuilderCommand) addOrderOnly(path Path) { 784 func (c *RuleBuilderCommand) PathForInput(path Path) string { 820 func sboxPathForToolRel(ctx BuilderContext, path Path) string { 849 func (r *RuleBuilder) sboxPathForInputRel(path Path) string { 880 func (c *RuleBuilderCommand) PathForTool(path Path) string { 1001 func (c *RuleBuilderCommand) Tool(path Path) *RuleBuilderCommand { 1038 func (c *RuleBuilderCommand) Input(path Path) *RuleBuilderCommand { [all …]
|
/aosp12/frameworks/compile/mclinker/lib/Support/ |
H A D | Path.cpp | 49 Path::Path() : m_PathName() { in Path() function in mcld::sys::fs::Path 52 Path::Path(const Path::ValueType* s) : m_PathName(s) { in Path() function in mcld::sys::fs::Path 55 Path::Path(const Path::StringType& s) : m_PathName(s) { in Path() function in mcld::sys::fs::Path 58 Path::Path(const Path& pCopy) : m_PathName(pCopy.m_PathName) { in Path() function in mcld::sys::fs::Path
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_utils.go | 55 func getBaseDir(ctx android.ModuleContext, src android.Path, aidlRoot android.Path) string {
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | simpleperf_utils.py | 430 def remove(dir_or_file: Union[Path, str]): 456 def __init__(self, binary_cache_dir: Optional[Union[Path, str]], readelf: ReadElf): 496 def _check_path(self, path: Path, expected_build_id: Optional[str]) -> bool: 596 def _check_debug_line_section(self, real_path: Path) -> bool: 599 def _get_addr_step(self, real_path: Path) -> int: 608 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]): 681 def _build_symbolizer_args(self, binary_path: Path) -> List[str]: 867 def is_elf_file(path: Union[Path, str]) -> bool: 873 def get_arch(self, elf_file_path: Union[Path, str]) -> str: 891 def get_build_id(self, elf_file_path: Union[Path, str], with_padding=True) -> str: [all …]
|