/aosp_15_r20/external/brotli/scripts/ |
H A D | appveyor.yml | 8 BUILD_SYSTEM: CMake 13 BUILD_SYSTEM: CMake 17 - BUILD_SYSTEM: CMake 21 - BUILD_SYSTEM: CMake 25 - BUILD_SYSTEM: Python 30 - BUILD_SYSTEM: Python 35 - BUILD_SYSTEM: make 38 - BUILD_SYSTEM: make 41 - BUILD_SYSTEM: bazel 44 - IF "%BUILD_SYSTEM%"=="Python" ( [all …]
|
/aosp_15_r20/external/brotli/ |
H A D | .travis.yml | 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 34 env: BUILD_SYSTEM=autotools C_COMPILER=gcc-5 CXX_COMPILER=g++-5 47 env: BUILD_SYSTEM=fuzz C_COMPILER=clang-7 CXX_COMPILER=clang++-7 ASAN_OPTIONS=detect_leaks=0 60 env: BUILD_SYSTEM=cmake C_COMPILER=clang-7 CXX_COMPILER=clang++-7 69 env: BUILD_SYSTEM=cmake C_COMPILER=clang-3.5 CXX_COMPILER=clang++-3.5 82 …env: BUILD_SYSTEM=cmake C_COMPILER=arm-linux-gnueabihf-gcc CXX_COMPILER=arm-linux-gnueabihf-g++ CF… 97 # env: BUILD_SYSTEM=cmake C_COMPILER=pgcc CXX_COMPILER=pgc++ 105 env: BUILD_SYSTEM=python C_COMPILER=gcc-5 CXX_COMPILER=g++-5 116 env: BUILD_SYSTEM=python C_COMPILER=gcc-5 CXX_COMPILER=g++-5 [all …]
|
/aosp_15_r20/external/curl/ |
H A D | appveyor.yml | 48 BUILD_SYSTEM: CMake 57 BUILD_SYSTEM: CMake 66 BUILD_SYSTEM: CMake 76 BUILD_SYSTEM: CMake 86 BUILD_SYSTEM: CMake 94 BUILD_SYSTEM: CMake 104 BUILD_SYSTEM: CMake 112 BUILD_SYSTEM: CMake 122 BUILD_SYSTEM: CMake 130 BUILD_SYSTEM: CMake [all …]
|
H A D | appveyor.sh | 38 if [ "${BUILD_SYSTEM}" = 'CMake' ]; then 85 elif [ "${BUILD_SYSTEM}" = 'VisualStudioSolution' ]; then 92 elif [ "${BUILD_SYSTEM}" = 'winbuild_vs2015' ]; then 105 elif [ "${BUILD_SYSTEM}" = 'winbuild_vs2017' ]; then 129 [ "${BUILD_SYSTEM}" = 'CMake' ]; then 143 if [ "${BUILD_SYSTEM}" = 'CMake' ]; then 157 [ "${BUILD_SYSTEM}" = 'CMake' ]; then
|
/aosp_15_r20/external/flac/ |
H A D | .travis.yml | 9 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_ASM=0 14 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS= 19 env: BUILD_SYSTEM="autotools" CONFIGURE_OPTS= 24 # env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_STACK_PROTECTOR=OFF # Clang on focal arm64 see… 29 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DENABLE_64_BIT_WORDS=OFF 34 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_ASM=0 39 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS= 44 env: BUILD_SYSTEM="autotools" CONFIGURE_OPTS= 49 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS= 54 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DENABLE_64_BIT_WORDS=OFF [all …]
|
/aosp_15_r20/build/make/core/ |
H A D | config.mk | 20 BUILD_SYSTEM :=$= build/make/core 30 include $(BUILD_SYSTEM)/distdir.mk 208 include $(BUILD_SYSTEM)/pathmap.mk 211 include $(BUILD_SYSTEM)/project_definitions.mk 217 BUILD_COMBOS :=$= $(BUILD_SYSTEM)/combo 219 CLEAR_VARS :=$= $(BUILD_SYSTEM)/clear_vars.mk 221 BUILD_HOST_STATIC_LIBRARY :=$= $(BUILD_SYSTEM)/host_static_library.mk 222 BUILD_HOST_SHARED_LIBRARY :=$= $(BUILD_SYSTEM)/host_shared_library.mk 223 BUILD_STATIC_LIBRARY :=$= $(BUILD_SYSTEM)/static_library.mk 224 BUILD_HEADER_LIBRARY :=$= $(BUILD_SYSTEM)/header_library.mk [all …]
|
H A D | host_static_library.mk | 5 include $(BUILD_SYSTEM)/multilib.mk 15 include $(BUILD_SYSTEM)/module_arch_supported.mk 18 include $(BUILD_SYSTEM)/host_static_library_internal.mk 23 include $(BUILD_SYSTEM)/module_arch_supported.mk 30 include $(BUILD_SYSTEM)/host_static_library_internal.mk 44 include $(BUILD_SYSTEM)/copy_headers.mk
|
H A D | static_library.mk | 6 include $(BUILD_SYSTEM)/multilib.mk 14 include $(BUILD_SYSTEM)/module_arch_supported.mk 17 include $(BUILD_SYSTEM)/static_library_internal.mk 23 include $(BUILD_SYSTEM)/module_arch_supported.mk 31 include $(BUILD_SYSTEM)/static_library_internal.mk 48 include $(BUILD_SYSTEM)/copy_headers.mk
|
H A D | host_shared_library.mk | 5 include $(BUILD_SYSTEM)/multilib.mk 15 include $(BUILD_SYSTEM)/module_arch_supported.mk 18 include $(BUILD_SYSTEM)/host_shared_library_internal.mk 23 include $(BUILD_SYSTEM)/module_arch_supported.mk 30 include $(BUILD_SYSTEM)/host_shared_library_internal.mk 44 include $(BUILD_SYSTEM)/copy_headers.mk
|
H A D | package_internal.mk | 99 include $(BUILD_SYSTEM)/force_aapt2.mk 110 include $(BUILD_SYSTEM)/support_libraries.mk 288 LOCAL_PROGUARD_FLAGS += -include $(BUILD_SYSTEM)/proguard.jacoco.flags 289 LOCAL_PROGUARD_FLAGS_DEPS += $(BUILD_SYSTEM)/proguard.jacoco.flags 299 LOCAL_PROGUARD_FLAGS += -include $(BUILD_SYSTEM)/proguard.jacoco.flags 300 LOCAL_PROGUARD_FLAGS_DEPS += $(BUILD_SYSTEM)/proguard.jacoco.flags 321 include $(BUILD_SYSTEM)/android_manifest.mk 325 include $(BUILD_SYSTEM)/java_renderscript.mk 327 include $(BUILD_SYSTEM)/aapt_flags.mk 369 include $(BUILD_SYSTEM)/aapt2.mk [all …]
|
H A D | shared_library.mk | 6 include $(BUILD_SYSTEM)/multilib.mk 29 include $(BUILD_SYSTEM)/module_arch_supported.mk 32 include $(BUILD_SYSTEM)/shared_library_internal.mk 38 include $(BUILD_SYSTEM)/module_arch_supported.mk 46 include $(BUILD_SYSTEM)/shared_library_internal.mk 63 include $(BUILD_SYSTEM)/copy_headers.mk
|
H A D | header_library.mk | 8 include $(BUILD_SYSTEM)/multilib.mk 16 include $(BUILD_SYSTEM)/module_arch_supported.mk 19 include $(BUILD_SYSTEM)/header_library_internal.mk 24 include $(BUILD_SYSTEM)/module_arch_supported.mk 31 include $(BUILD_SYSTEM)/header_library_internal.mk
|
H A D | static_java_library.mk | 32 include $(BUILD_SYSTEM)/support_libraries.mk 34 include $(BUILD_SYSTEM)/force_aapt2.mk 101 include $(BUILD_SYSTEM)/java_renderscript.mk 111 include $(BUILD_SYSTEM)/android_manifest.mk 148 include $(BUILD_SYSTEM)/aapt_flags.mk 182 include $(BUILD_SYSTEM)/aapt2.mk 188 include $(BUILD_SYSTEM)/java_library.mk
|
H A D | host_executable.mk | 5 include $(BUILD_SYSTEM)/multilib.mk 28 include $(BUILD_SYSTEM)/module_arch_supported.mk 31 include $(BUILD_SYSTEM)/host_executable_internal.mk 36 include $(BUILD_SYSTEM)/module_arch_supported.mk 43 include $(BUILD_SYSTEM)/host_executable_internal.mk
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/ |
D | pyproject.py | 65 build_system = pp_toml.get("build-system") 67 build_system = None 82 elif build_system and "build-backend" in build_system: 87 "in pyproject.toml".format(build_system["build-backend"]) 116 if build_system is None: 125 build_system = { 134 assert build_system is not None 140 if "requires" not in build_system: 144 requires = build_system["requires"] 161 backend = build_system.get("build-backend") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/ |
D | pyproject.py | 65 build_system = pp_toml.get("build-system") 67 build_system = None 82 elif build_system and "build-backend" in build_system: 87 "in pyproject.toml".format(build_system["build-backend"]) 116 if build_system is None: 125 build_system = { 134 assert build_system is not None 140 if "requires" not in build_system: 144 requires = build_system["requires"] 161 backend = build_system.get("build-backend") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/ |
D | pyproject.py | 65 build_system = pp_toml.get("build-system") 67 build_system = None 82 elif build_system and "build-backend" in build_system: 87 "in pyproject.toml".format(build_system["build-backend"]) 116 if build_system is None: 125 build_system = { 134 assert build_system is not None 140 if "requires" not in build_system: 144 requires = build_system["requires"] 161 backend = build_system.get("build-backend") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/ |
D | pyproject.py | 65 build_system = pp_toml.get("build-system") 67 build_system = None 82 elif build_system and "build-backend" in build_system: 87 "in pyproject.toml".format(build_system["build-backend"]) 116 if build_system is None: 125 build_system = { 134 assert build_system is not None 140 if "requires" not in build_system: 144 requires = build_system["requires"] 161 backend = build_system.get("build-backend") [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/b1/ |
D | b1559b7f0a3f3c936ce3a760fc69f156703f6840 | 63 …com/android/modules/utils/build/modules-utils-build_system/android_common/javac/modules-utils-buil… 64 …com/android/modules/utils/build/modules-utils-build_system/android_common/javac/modules-utils-buil… 207 …build_system/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-srcs.list && rm -rf _… 210 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… 214 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… 218 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… 222 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… 226 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… 230 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… 234 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common/… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/36/ |
D | 360a16907aeb24583eabc5d6bffb372f9bd7bcb3 | 63 …/android/modules/utils/build/modules-utils-build_system/android_common_apex33/javac/modules-utils-… 64 …/android/modules/utils/build/modules-utils-build_system/android_common_apex33/javac/modules-utils-… 207 …build_system/android_common_apex33/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-srcs.list && r… 210 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 214 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 218 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 222 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 226 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 230 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 234 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/c5/ |
D | c570f5452b2b5ff9d91cb4eb6c04a694692e0e27 | 63 …/android/modules/utils/build/modules-utils-build_system/android_common_apex30/javac/modules-utils-… 64 …/android/modules/utils/build/modules-utils-build_system/android_common_apex30/javac/modules-utils-… 207 …build_system/android_common_apex30/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-srcs.list && r… 210 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 214 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 218 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 222 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 226 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 230 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… 234 …libs/modules-utils/java/com/android/modules/utils/build/modules-utils-build_system/android_common_… [all …]
|
/aosp_15_r20/build/soong/java/ |
H A D | androidmk.go | 44 Include: "$(BUILD_SYSTEM)/soong_java_prebuilt.mk", 90 Include: "$(BUILD_SYSTEM)/soong_java_prebuilt.mk", 209 Include: "$(BUILD_SYSTEM)/soong_java_prebuilt.mk", 235 Include: "$(BUILD_SYSTEM)/soong_java_prebuilt.mk", 260 Include: "$(BUILD_SYSTEM)/soong_java_prebuilt.mk", 287 Include: "$(BUILD_SYSTEM)/soong_java_prebuilt.mk", 313 Include: "$(BUILD_SYSTEM)/soong_app_prebuilt.mk", 408 Include: "$(BUILD_SYSTEM)/soong_app_prebuilt.mk", 489 Include: "$(BUILD_SYSTEM)/soong_droiddoc_prebuilt.mk", 507 Include: "$(BUILD_SYSTEM)/soong_droiddoc_prebuilt.mk", [all …]
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/scripts/ |
H A D | generate_badges.d | 40 BuildSystem build_system; variable 44 … return format("%d%c%d", cast(uint)(os) + 1, cast(char)('a' + cpu), cast(uint)(build_system)); in id() 49 return format("[d%d]", cast(uint)(build_system)); in disabled_image_ref() 64 final switch (build_system) in enabled() 82 …n format("%s: https://img.shields.io/badge/%s-N%%2FA-lightgrey", disabled_image_ref, build_system); in disabled_image_link() 89 return toLower(format("%s_%s_%s.yml", cpu, os, build_system)); in filename() 100 …workflow/status/google/cpu_features/%s?branch=main&label=%s", image_ref, filename(), build_system); in image_decl()
|
/aosp_15_r20/external/cpu_features/scripts/ |
H A D | generate_badges.d | 53 BuildSystem build_system; variable 59 cast(uint)(build_system)); in id() 76 return toLower(format("%s_%s_%s.yml", cpu, os, build_system)); in filename() 86 final switch (build_system) in append_logo() 99 return format("[d%d]", cast(uint)(build_system)); in disabled_image_ref() 105 return format("[![%s]%s]%s", build_system, image_ref, link_ref); in text() 106 return format("![%s]%s", build_system, disabled_image_ref); in text()
|
/aosp_15_r20/external/libogg/ |
H A D | appveyor.yml | 12 - BUILD_SYSTEM: MSVC 13 - BUILD_SYSTEM: CMAKE 16 - if "%BUILD_SYSTEM%" == "MSVC" ( 19 - if "%BUILD_SYSTEM%" == "CMAKE" ( 28 - if "%BUILD_SYSTEM%" == "MSVC" (
|