Home
last modified time | relevance | path

Searched defs:build_dir (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/clang/
H A Dbuild.py192 def package_toolchain(build_dir, build_name, host, dist_dir): argument
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
361 def install_headers(build_dir, install_dir, host): argument
391 def install_profile_rt(build_dir, install_dir, host): argument
403 def install_target_profile_rt(build_dir, lib_dir): argument
422 def install_host_profile_rt(build_dir, host, lib_dir): 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/frameworks/rs/
H A Dbuild_rs.py101 def package_toolchain(build_dir, build_name, host, dist_dir): argument
122 def install_toolchain(build_dir, install_dir, host): 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
/aosp_15_r20/external/pdfium/testing/tools/
H A Dsafetynet_compare.py30 def RunSingleTestCaseParallel(this, run_label, build_dir, test_case): argument
377 def _BuildCurrentBranch(self, build_dir): argument
395 def _MeasureCurrentBranch(self, run_label, build_dir): argument
405 def _RunSync(self, run_label, build_dir): argument
426 def _RunAsync(self, run_label, build_dir): argument
465 def RunSingleTestCase(self, run_label, build_dir, test_case): argument
/aosp_15_r20/external/webrtc/tools_webrtc/android/
H A Dbuild_aar.py141 def _GetOutputDirectory(build_dir, arch): argument
170 def Build(build_dir, arch, use_goma, use_remoteexec, extra_gn_args, argument
201 def CollectCommon(aar_file, build_dir, arch): argument
209 def Collect(aar_file, build_dir, arch, unstripped): argument
222 def GenerateLicenses(output_dir, build_dir, archs): argument
H A Dtest_aar.py77 def _TestAAR(build_dir): argument
104 def BuildAndTestAar(use_goma, skip_tests, build_dir): argument
/aosp_15_r20/external/angle/third_party/mesa/
H A Dmesa_build.py108 def SetupBuild(build_dir, source_dir, options, pkg_config_paths=[]): argument
153 def Compile(args, build_dir): argument
231 def GetMesonSourcesAndOutputs(build_dir, sources_filter, output_filter): argument
253 def Meson(build_dir, command, args, extra_env={}, stdout=None): argument
293 def LazySetup(args, build_dir): argument
/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dknown_good.json7 "build_dir" : "glslang/build", string
21 "build_dir" : "Vulkan-Headers/build", string
29 "build_dir" : "Vulkan-Loader/build", string
50 "build_dir" : "VulkanTools/build", string
88 "build_dir" : "Vulkan-Tools/build", string
/aosp_15_r20/external/libaom/tools/auto_refactor/
H A Dav1_preprocess.py76 def modify_av1_rtcd(build_dir): argument
87 def preprocess_av1(aom_dir, build_dir, fake_header_dir): argument
107 build_dir = sys.argv[2] variable
/aosp_15_r20/external/coreboot/payloads/external/Memtest86Plus/
H A DMakefile9 build_dir=$(project_dir)/build64 macro
11 build_dir=$(project_dir)/build32 macro
22 build_dir=$(project_dir) macro
/aosp_15_r20/external/cronet/testing/libfuzzer/
H A Dgen_fuzzer_owners.py136 def FindGroupsAndDepsInDeps(deps_list, build_dir): argument
166 def TraverseGroups(deps_list, build_dir): argument
194 def GetSourcesFromDeps(deps_list, build_dir): argument
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dbuild.py63 def calc_go_args(args, version, build_dir, output_file): argument
109 def read_version(build_dir): argument
/aosp_15_r20/external/libchrome/build/
H A Dclobber.py39 def delete_dir(build_dir): argument
50 def delete_build_dir(build_dir): argument
/aosp_15_r20/external/cronet/build/
H A Dclobber.py47 def _clean_dir(build_dir): argument
57 def delete_build_dir(build_dir): argument
H A Dbuild-ctags.sh27 build_dir() { function
/aosp_15_r20/external/angle/build/
H A Dclobber.py47 def _clean_dir(build_dir): argument
57 def delete_build_dir(build_dir): argument
H A Dbuild-ctags.sh27 build_dir() { function
/aosp_15_r20/external/arm-trusted-firmware/tools/memory/
H A Dprint_memory_map.py37 build_dir = sys.argv[1] variable
41 build_dir = 'build/fvp/debug' variable
/aosp_15_r20/external/rust/beto-rust/nearby/src/
Dffi.rs30 let build_dir = root.join("presence/cmake-build"); in check_np_ffi_cmake() localVariable
71 let build_dir = root.join("presence/cmake-build"); in check_ldt_cmake() localVariable
Dfuzzers.rs70 let build_dir = root.join("presence/cmake-build"); in build_fuzztest_unit_tests() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/cmake/
H A Dinternal_utils.cmake281 set(build_dir "${CMAKE_CURRENT_BINARY_DIR}") variable
283 set(build_dir "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>") variable
/aosp_15_r20/external/googletest/googletest/cmake/
H A Dinternal_utils.cmake283 set(build_dir "${CMAKE_CURRENT_BINARY_DIR}") variable
285 set(build_dir "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>") variable
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/cmake/
H A Dinternal_utils.cmake283 set(build_dir "${CMAKE_CURRENT_BINARY_DIR}") variable
285 set(build_dir "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>") variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dbuild.rs71 let build_dir = format!("{}/build", env::var("OUT_DIR").unwrap()); in clean_up_stale_cache() localVariable
263 let build_dir = format!("{}/build", dst.display()); in build_grpc() localVariable
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc115 const std::string& build_dir) { in RepackVendorRamdisk()
292 const std::string& build_dir) { in RepackBootImage()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/
Dbuild.py11 def build( src_dir, build_dir ): argument

1234