Searched refs:platform (Results 1 – 25 of 25) sorted by relevance
/build/config/mac/ |
D | sdk_info.py | 60 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/ |
D | build.py | 22 import platform 53 if platform.system().find('Windows') == 0: 79 if platform.system().find('Windows') == 0:
|
/build/scripts/ |
D | ninja_rules_parser.py | 118 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/ |
D | generate_targets_gn.py | 180 for platform, stubs in platform_stubs.items(): 182 '{}-stub/BUILD.gn'.format(platform)) 184 '{}-stub/zframework_stub_exists.gni'.format(platform)) 196 platform=platform,
|
D | load.py | 395 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/ |
D | get_concurrent_links.py | 20 if sys.platform in ('win32', 'cygwin'): 39 elif sys.platform.startswith('linux'): 48 elif sys.platform == 'darwin':
|
D | mini_debug_info.py | 22 import platform 34 host_platform = platform.uname().system.lower() 35 host_cpu = platform.uname().machine.lower()
|
D | concurrent_links.gni | 17 # The default to use varies by platform and by the amount of memory
|
/build/ohos/ace/ |
D | ace.gni | 30 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/ |
D | common.py | 68 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/ |
D | config.py | 20 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/ |
D | prebuilts_download.sh | 152 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/ |
D | gtest.gni | 8 # Exclude support for platform-specific operations across unit tests.
|
/build/misc/mac/ |
D | find_sdk.py | 114 if sys.platform != 'darwin':
|
/build/core/gn/ |
D | loader.gni | 52 "--build-platform-name",
|
/build/ohos/ndk/cmake/ |
D | ohos.toolchain.cmake | 16 # platform and compiler related information. 76 # set the sdk native platform 82 # set the sdk native platform level
|
/build/config/ |
D | BUILDCONFIG.gn | 248 # 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/ |
D | compiler.gni | 25 # -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.
|
D | BUILD.gn | 1205 # Note that this can be applied regardless of platform and architecture to 1554 "The current platform has no default profile")
|
/build/config/linux/ |
D | pkg-config.py | 111 if "linux" not in sys.platform:
|
/build/lite/hb_internal/build/ |
D | build_process.py | 21 import platform 212 system = platform.system().lower()
|
/build/ohos/sdk/ |
D | BUILD.gn | 52 "--base-platform",
|
/build/ohos/packages/ |
D | BUILD.gn | 119 "--current-platform", 271 "--platform-installed-path",
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 2292 # Warning: Depending on the platform used, enabling this option may lead to
|
D | Doxyfile_CPP | 2294 # Warning: Depending on the platform used, enabling this option may lead to
|