Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 25) sorted by relevance

/build/config/mac/
Dsdk_info.py60 def FillSDKPathAndVersion(settings, platform, xcode_version): argument
63 'xcrun', '-sdk', platform, '--show-sdk-path']).strip()
65 'xcrun', '-sdk', platform, '--show-sdk-version']).strip()
67 'xcrun', '-sdk', platform, '--show-sdk-platform-path']).strip()
70 'xcrun', '-sdk', platform, '--show-sdk-build-version']).strip()
/build/lite/ndk/build/
Dbuild.py22 import platform
53 if platform.system().find('Windows') == 0:
79 if platform.system().find('Windows') == 0:
/build/scripts/
Dninja_rules_parser.py118 def generate_phony_targets(build_dir, toolchain_ninja_file, platform, argument
126 platform, key, build_label))
132 platform, _diff_target, _diff_target))
134 '{}_build.ninja'.format(platform))
178 for platform, toolchain_label in platform_toolchain.items():
179 if platform == 'phone':
187 platform, toolchain_name,
/build/loader/
Dgenerate_targets_gn.py180 for platform, stubs in platform_stubs.items():
182 '{}-stub/BUILD.gn'.format(platform))
184 '{}-stub/zframework_stub_exists.gni'.format(platform))
196 platform=platform,
Dload.py395 for platform in build_platforms:
396 platform_parts = target_platform_parts.get(platform)
409 config_output_dir, "{0}_system_capabilities.json".format(platform))
/build/toolchain/
Dget_concurrent_links.py20 if sys.platform in ('win32', 'cygwin'):
39 elif sys.platform.startswith('linux'):
48 elif sys.platform == 'darwin':
Dmini_debug_info.py22 import platform
34 host_platform = platform.uname().system.lower()
35 host_cpu = platform.uname().machine.lower()
Dconcurrent_links.gni17 # The default to use varies by platform and by the amount of memory
/build/ohos/ace/
Dace.gni30 platform = "${current_os}_${current_cpu}"
31 if (platform == "mingw_x86_64") {
34 } else if (platform == "mac_x64") {
37 } else if (platform == "linux_x64") {
/build/lite/hb_internal/cts/
Dcommon.py68 platform = read_json_file(platform_json)
73 for subsystem in platform['subsystems']:
161 platform = "{}_{}".format(board, kernel)
162 product_dict[platform].append(product.strip('.json'))
/build/lite/hb_internal/common/
Dconfig.py20 import platform
62 self.platform = platform.system()
308 tools_path = BUILD_TOOLS_CFG[self.platform]['build_tools_path']
323 gn_url = BUILD_TOOLS_CFG[self.platform].get('gn')
339 ninja_url = BUILD_TOOLS_CFG[self.platform].get('ninja')
368 clang_url = BUILD_TOOLS_CFG[self.platform].get('clang')
/build/
Dprebuilts_download.sh152 platform="--host-platform $host_platform"
156 …uilts_download.py" $wget_ssl_check $tool_repo $npm_registry $help $cpu $platform $npm_para $disabl…
/build/misc/overrides/
Dgtest.gni8 # Exclude support for platform-specific operations across unit tests.
/build/misc/mac/
Dfind_sdk.py114 if sys.platform != 'darwin':
/build/core/gn/
Dloader.gni52 "--build-platform-name",
/build/ohos/ndk/cmake/
Dohos.toolchain.cmake16 # platform and compiler related information.
76 # set the sdk native platform
82 # set the sdk native platform level
/build/config/
DBUILDCONFIG.gn248 # target platform
282 # different host platform tools directory.
304 # Currently, we don't publish ohos-adapted python on m1 platform,
305 # So that we disable mini debug info on m1 platform until
306 # ohos-adapted python publishing on m1 platform
409 # set the default toolchain for the platform (if any).
490 # These patterns filter out platform-specific files when assigning to the
/build/config/compiler/
Dcompiler.gni25 # -1 means auto-set according to debug/release and platform.
87 # Determine whether to enable or disable frame pointers, based on the platform
125 # compiler or platform provides a way to access them.
DBUILD.gn1205 # Note that this can be applied regardless of platform and architecture to
1554 "The current platform has no default profile")
/build/config/linux/
Dpkg-config.py111 if "linux" not in sys.platform:
/build/lite/hb_internal/build/
Dbuild_process.py21 import platform
212 system = platform.system().lower()
/build/ohos/sdk/
DBUILD.gn52 "--base-platform",
/build/ohos/packages/
DBUILD.gn119 "--current-platform",
271 "--platform-installed-path",
/build/lite/ndk/doc/config/
DDoxyfile_C2292 # Warning: Depending on the platform used, enabling this option may lead to
DDoxyfile_CPP2294 # Warning: Depending on the platform used, enabling this option may lead to