/aosp_15_r20/external/clang/ |
H A D | build.py | 218 def install_minimal_toolchain(build_dir, install_dir, host, strip): argument 224 def install_toolchain(build_dir, install_dir, host, strip): argument 283 def install_built_host_files(build_dir, install_dir, host, strip, minimal=None): argument 302 def install_sanitizer_scripts(install_dir): argument 308 def install_analyzer_scripts(install_dir): argument 350 def install_scan_scripts(install_dir): argument 361 def install_headers(build_dir, install_dir, host): argument 391 def install_profile_rt(build_dir, install_dir, host): argument 437 def install_libomp(build_dir, install_dir, host): argument 464 def install_sanitizers(build_dir, install_dir, host): argument [all …]
|
/aosp_15_r20/external/autotest/utils/ |
H A D | external_packages.py | 143 def is_needed(self, install_dir): argument 215 def _build_and_install(self, install_dir): argument 220 def _build_and_install_current_dir(self, install_dir): argument 228 def build_and_install(self, install_dir): argument 257 def _build_and_install_current_dir_setup_py(self, install_dir): argument 265 def _build_and_install_current_dir_setupegg_py(self, install_dir): argument 273 def _build_and_install_current_dir_noegg(self, install_dir): argument 295 def _build_and_install_from_package(self, install_dir): argument 383 def _install_from_egg(self, install_dir, egg_path): argument 407 def _get_egg_info_path(self, install_dir): argument [all …]
|
H A D | build_externals.py | 125 def fetch_necessary_packages(dest_dir, install_dir, names_to_check=set()): argument 162 def build_and_install_packages(packages, install_dir, argument
|
/aosp_15_r20/frameworks/rs/ |
H A D | build_rs.py | 122 def install_toolchain(build_dir, install_dir, host): argument 137 def install_winpthreads(install_dir): argument 149 def install_built_host_files(build_dir, install_dir, host): argument 203 def install_clang_headers(build_dir, install_dir, host): argument 224 def install_built_device_files(build_dir, install_dir, host): argument 296 def install_license_files(install_dir): argument
|
/aosp_15_r20/external/vulkan-validation-layers/scripts/ |
H A D | known_good.json | 8 "install_dir" : "glslang/build/install", string 22 "install_dir" : "Vulkan-Headers/build/install", string 30 "install_dir" : "Vulkan-Loader/build/install", string 51 "install_dir" : "VulkanTools/build/install", string 89 "install_dir" : "Vulkan-Tools/build/install", string
|
/aosp_15_r20/development/vndk/snapshot/ |
H A D | update.py | 46 def remove_old_snapshot(install_dir): argument 59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument 106 def gather_notice_files(install_dir): argument 172 def copy_owners(root_dir, install_dir): argument
|
H A D | collect_licenses.py | 58 def __init__(self, install_dir): argument
|
H A D | check_gpl_license.py | 39 def __init__(self, install_dir, android_build_top, gpl_projects, argument
|
/aosp_15_r20/external/python/cpython3/kokoro/ |
D | build.py | 28 def build_autoconf_target(host, python_src, build_dir, install_dir, argument 110 def install_licenses(host, install_dir, extra_notices): argument 119 def package_target(host, install_dir, dest_dir, build_id): argument
|
/aosp_15_r20/system/extras/simpleperf/scripts/ |
H A D | update.py | 115 def remove_old_release(install_dir): argument 127 def install_new_release(branch, build, install_dir): argument 133 def install_entry(branch, build, install_dir, entry): argument
|
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
H A D | wrapper.py | 357 def _default_client(install_dir): argument 365 install_dir=DEFAULT_INSTALL_DIR, argument 393 def main(install_dir=DEFAULT_INSTALL_DIR, silent=False): argument
|
/aosp_15_r20/system/gsid/ |
H A D | gsi_service.cpp | 142 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall() 370 std::string install_dir = GetActiveInstalledImageDir(); in removeGsi() local 457 std::string install_dir = GetActiveInstalledImageDir(); in zeroPartition() local 881 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams() 966 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles() 1102 std::string install_dir; in CleanCorruptedInstallation() local
|
H A D | partition_installer.cpp | 45 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller() 331 int PartitionInstaller::WipeWritable(const std::string& active_dsu, const std::string& install_dir, in WipeWritable() 356 const std::string& install_dir) { in GetMinimumFreeSpaceThreshold()
|
H A D | partition_installer.h | 67 const std::string& install_dir() const { return install_dir_; } in install_dir() function
|
H A D | libgsi.cpp | 63 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()
|
/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
H A D | core_installer.py | 240 def apply_teensy_patches(install_dir): argument 322 def install_stm32duino_core(install_prefix, install_dir, cache_dir): argument
|
/aosp_15_r20/external/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 549 set(install_dir lib${LLVM_LIBDIR_SUFFIX}) variable 553 set(install_dir bin) variable
|
/aosp_15_r20/external/mesa3d/meson_to_hermetic/ |
H A D | meson_common.py | 272 install_dir='', argument 326 install_dir='', argument
|
H A D | meson_to_hermetic.py | 458 install_dir='', argument 881 install_dir='', argument 1118 install_dir='', argument
|
/aosp_15_r20/external/autotest/client/common_lib/cros/network/ |
H A D | xmlrpc_security_types.py | 66 def install_router_credentials(self, host, install_dir): argument 433 def install_router_credentials(self, host, install_dir): argument
|
/aosp_15_r20/external/zstd/build/meson/ |
H A D | InstallSymlink.py | 16 def install_symlink(src, dst, install_dir, dst_is_dir=False, dir_mode=0o777): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/ |
D | build_zng.rs | 21 let install_dir = cmake.build(); in build_zlib_ng() localVariable
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_install_scripts.py | 24 def _run_install_scripts(self, install_dir, executable=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/ |
D | develop.py | 88 def _resolve_setup_path(egg_base, install_dir, egg_path): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/ |
D | develop.py | 88 def _resolve_setup_path(egg_base, install_dir, egg_path): argument
|