Searched refs:platform (Results 1 - 20 of 20) sorted by relevance
/build/hb/util/loader/ |
H A D | generate_targets_gn.py | 168 ohos_combine_jars("{{ platform }}_stub_kits_combine_java") { 175 stub_jar("{{ platform }}_zframework_stub_java") { 180 {% if platform != "phone" %} 182 "//build/ohos/kits/system_api:{{ platform }}_systemsdk_platform_java($default_toolchain)" # noqa: E501 191 sources_jar_deps = [":{{ platform }}_stub_kits_combine_java"] 198 for platform, stubs in platform_stubs.items(): 200 '{}-stub/BUILD.gn'.format(platform)) 202 '{}-stub/zframework_stub_exists.gni'.format(platform)) 214 platform=platform, [all...] |
/build/lite/ndk/build/ |
H A D | build.py | 22 import platform
namespace 53 if platform.system().find('Windows') == 0:
79 if platform.system().find('Windows') == 0:
|
/build/config/mac/ |
H A D | sdk_info.py | 15 # system and the iOS or Mac SDK (depending on the platform "iphonesimulator", 69 def fill_sdk_path_and_version(fill_settings: dict, platform: str, xcode_version: str or bytes): 70 """Fills the SDK path and version for |platform| into |fill_settings|.""" 72 'xcrun', '-sdk', platform, '--show-sdk-path']).strip() 74 'xcrun', '-sdk', platform, '--show-sdk-version']).strip() 76 'xcrun', '-sdk', platform, '--show-sdk-platform-path']).strip() 79 'xcrun', '-sdk', platform, '--show-sdk-build-version']).strip()
|
/build/scripts/ |
H A D | ninja_rules_parser.py | 118 def generate_phony_targets(build_dir: str, toolchain_ninja_file: str, platform: str, 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,
|
H A D | generate_js_bytecode.py | 23 import platform namespace
|
/build/test/example/ |
H A D | conftest.py | 19 import platform namespace 37 metadata["System Info"] = platform.platform()
|
H A D | performance_test.py | 22 import platform namespace 341 ["System Info", platform.platform()]
|
/build/toolchain/ |
H A D | get_concurrent_links.py | 20 if sys.platform in ('win32', 'cygwin'): 39 elif sys.platform.startswith('linux'): 48 elif sys.platform == 'darwin':
|
H A D | mini_debug_info.py | 22 import platform namespace 45 host_platform = platform.uname().system.lower() 46 host_cpu = platform.uname().machine.lower()
|
/build/scripts/util/ |
H A D | file_utils.py | 20 import platform namespace 102 os_name = platform.system().lower()
|
/build/hb/util/ |
H A D | monitor.py | 19 import platform
namespace 53 if platform.system() != "Linux":
166 if platform.system() != "Linux":
|
/build/hb/resources/ |
H A D | config.py | 21 import platform namespace 65 self.platform = platform.system() 321 'build_tools/build_tools_config.json')[self.platform]['build_tools_path'] 324 raise OHOSException(f'unidentified platform: {self.platform}') 401 self.platform = platform.system()
|
/build/ |
H A D | prebuilts_download.sh | 89 echo "Unsupported host platform: $(uname -s)" 175 platform="--host-platform $host_platform" 186 python3 "${code_dir}/build/prebuilts_download.py" $wget_ssl_check $tool_repo $npm_registry $help $cpu $platform $npm_para $disable_rich $enable_symlink $build_arkuix $glibc_version
|
/build/hb/services/ |
H A D | ninja.py | 98 .format(sys.platform))
|
H A D | loader.py | 201 raise OHOSException("Cannot get the content from platform config file, \ 211 # check platform config file 213 raise OHOSException("Cannot get the content from platform config file, \ 425 '''Description: output all target platform parts into a json file \ 437 LogUtil.hb_info("generate target platform parts to '{}'".format( 579 (/out/${product_name}/build_configs/subsystem_info/${platform}-stub/BUILG.gn), 580 (/out/${product_name}/build_configs/subsystem_info/${platform}-stub/zframework_stub_exists.gni)] 592 (/out/${product_name}/build_configs/${platform}_system_capabilities.json) 598 for platform in self.build_platforms: 599 platform_parts = self.target_platform_parts.get(platform) [all...] |
H A D | gn.py | 84 .format(sys.platform))
|
/build/ohos/sdk/ |
H A D | check_sdk_completeness.py | 44 if sys.platform == 'linux': 89 if sys.platform == 'linux': 195 parser.add_argument('--sdk-platform')
|
/build/misc/mac/ |
H A D | find_sdk.py | 67 'Platforms/MacOSX.platform/Developer/SDKs') 114 if sys.platform != 'darwin':
|
/build/ohos/ndk/ |
H A D | archive_ndk.py | 39 parser.add_option('--platform', help='os platform') 101 if options.platform == 'windows':
|
/build/config/linux/ |
H A D | pkg-config.py | 112 if "linux" not in sys.platform:
|
Completed in 8 milliseconds