Searched refs:platform (Results 1 – 25 of 31) sorted by relevance
12
/build/config/mac/ |
D | sdk_info.py | 63 def FillSDKPathAndVersion(settings, platform, xcode_version): argument 66 'xcrun', '-sdk', platform, '--show-sdk-path']).strip() 68 'xcrun', '-sdk', platform, '--show-sdk-version']).strip() 70 'xcrun', '-sdk', platform, '--show-sdk-platform-path']).strip() 73 'xcrun', '-sdk', platform, '--show-sdk-build-version']).strip()
|
/build/hb/util/loader/ |
D | generate_targets_gn.py | 193 for platform, stubs in platform_stubs.items(): 195 '{}-stub/BUILD.gn'.format(platform)) 197 '{}-stub/zframework_stub_exists.gni'.format(platform)) 209 platform=platform, 214 … "generated platform stub to '{}/{}-stub/BUILD.gn'".format(config_output_dir, platform)) 222 config_output_dir, platform))
|
/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/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/hb/resources/ |
D | config.py | 21 import platform 64 self.platform = platform.system() 94 self.platform = platform.system() 334 'build_tools/build_tools_config.json')[self.platform]['build_tools_path']
|
/build/scripts/util/ |
D | file_utils.py | 20 import platform 101 os_name= platform.system().lower()
|
/build/misc/overrides/ |
D | gtest.gni | 8 # Exclude support for platform-specific operations across unit tests.
|
/build/ |
D | prebuilts_download.sh | 169 platform="--host-platform $host_platform" 175 …uilts_download.py" $wget_ssl_check $tool_repo $npm_registry $help $cpu $platform $npm_para $disabl…
|
/build/hb/services/ |
D | ninja.py | 75 .format(sys.platform))
|
D | loader.py | 521 for platform in self.build_platforms: 522 platform_parts = self.target_platform_parts.get(platform) 535 self.config_output_dir, "{0}_system_capabilities.json".format(platform)) 541 self.config_output_dir, platform))
|
D | gn.py | 82 .format(sys.platform))
|
/build/ohos/sdk/ |
D | check_sdk_completeness.py | 43 if sys.platform == 'linux': 81 if sys.platform == 'linux':
|
D | BUILD.gn | 55 "--base-platform", 200 "--sdk-platform",
|
/build/misc/mac/ |
D | find_sdk.py | 114 if sys.platform != 'darwin':
|
/build/ohos/ndk/cmake/ |
D | ohos.toolchain.cmake | 16 # platform and compiler related information. 77 # set the sdk native platform 83 # set the sdk native platform level
|
/build/ohos/ndk/ |
D | archive_ndk.py | 101 if options.platform == 'windows':
|
D | BUILD.gn | 250 "--platform",
|
/build/config/ |
D | BUILDCONFIG.gn | 287 # target platform 296 # build for cross platform 324 # different host platform tools directory. 356 # Currently, we don't publish ohos-adapted python on m1 platform, 357 # So that we disable mini debug info on m1 platform until 358 # ohos-adapted python publishing on m1 platform 475 # set the default toolchain for the platform (if any). 590 # These patterns filter out platform-specific files when assigning to the
|
/build/config/linux/ |
D | pkg-config.py | 111 if "linux" not in sys.platform:
|
/build/config/compiler/ |
D | compiler.gni | 30 # -1 means auto-set according to debug/release and platform. 92 # Determine whether to enable or disable frame pointers, based on the platform 130 # compiler or platform provides a way to access them.
|
/build/hb/ |
D | README_zh.md | 132 --build-platform-name BUILD_PLATFORM_NAME 133 … Default:'phone'. Help:Name of the compilation platform. The current optional value is 'phone'
|
12