/build/config/mac/ |
D | sdk_info.py | 19 def SplitVersion(version: str or bytes): 29 if isinstance(version, bytes): 30 version = version.decode() 31 version = version.split('.') 32 return itertools.islice(itertools.chain(version, itertools.repeat('0')), 0, 3) 35 def FormatVersion(version: str or bytes): 45 major, minor, patch = SplitVersion(version)
|
D | mac_sdk.gni | 10 # controls the minimum supported version of macOS for Chromium by 19 # controls the minimum supported version of macOS for Chromium by 22 # the mac_deployment_target version. 26 # Path to a specific version of the Mac SDK, not including a slash at the end. 27 # If empty, the path to the lowest version greater than or equal to 35 # Check that the version of macOS SDK used is the one requested when building 36 # a version of Chrome shipped to the users. Disable the check if building for 37 # iOS as the version macOS SDK used is not relevant for the tool build for the 39 # build with the latest version of Xcode that may not ship with the version of 60 # The tool will print the SDK path on the first line, and the version on the [all …]
|
D | mac_sdk_overrides.gni | 10 # Minimum supported version of the Mac SDK.
|
/build/toolchain/ |
D | toolchain.gni | 13 # the CLANG_REVISION to use, instead of the version hard-coded into 19 # Compile with Xcode version of clang instead of hermetic version shipped 21 # with the version of clang shipped with Xcode). 24 # Compile with Android SDK version of clang instead of hermetic version shipped 26 # with the version of clang shipped with Android SDK). 53 # Clang compiler version. Clang files are placed at version-dependent paths.
|
/build/tools/component_tools/static_check/ |
D | csct_online.py | 28 version = "" variable in CsctOnline 33 self.version = "0.0.1" 102 def add_options(version): argument 123 args = add_options(csct_online.version)
|
D | csct.py | 31 version = "" variable in CsctGlobal 42 version = "0.0.1" 89 "-v", "--version", action="version", version=f"%(prog)s {self.version}."
|
D | readme.md | 52 - version 108 "version": "3.1", # 版本号,版本号与OpenHarmony版本号一致 147 "version": "3.2", # 目前 OpenHarmony 版本号为 3.2
|
/build/ |
D | version.gni | 14 # OHOS version 25 # ohos SDK version 30 # ohos NDK version
|
D | ohos_system.prop | 18 # ohos API version number. 21 # ohos system version. 22 hw_sc.build.os.version=3.0.0
|
D | README_zh.md | 59 ├── version.gni 180 "version": "3.1", # 版本号,版本号与OpenHarmony版本号一致 260 "version": "3.0",
|
D | ohos_var.gni | 14 import("//build/version.gni") 17 # build ohos version 213 # Upgrade Skia version
|
/build/docs/ |
D | product-configuration.md | 15 其中version是指config.json的版本号,目前固定为3.0。版本号主要是区别早期的配置格式。preloader解析产品配置时会使用到该版本号。 20 "version": "3.0", # config.json的版本号,固定为3.0
|
D | 部件化编译最佳实践.md | 185 "version": "2.0", 199 "version": "3.0",
|
/build/ohos/ |
D | version.py | 25 versions = options.version.split(sep='.')
|
/build/lite/ |
D | BUILD.gn | 15 # gn version >= 1714 required. 16 assert(gn_version >= 1714, "GN version 1714 required, please upgrade!") 18 # write version info. 23 write_file("$root_build_dir/etc/version-info", version_info)
|
/build/hb/ |
D | setup.py | 32 version=VERSION,
|
/build/hb/util/ |
D | device_util.py | 59 def match_kernel(config: str, kernel: str, version: str): 61 version_pattern = r'kernel_version ?= ?"{}"'.format(version)
|
/build/ohos/ndk/ |
D | generate_ndk_docs.py | 58 options.version, 106 input_strings=[options.version, options.working_dir],
|
D | BUILD.gn | 32 version = current_ndk_version 113 version = current_ndk_version 123 "--version", 124 version,
|
/build/hb/resolver/ |
D | set_args_resolver.py | 51 config.version = product_info.get('version') 97 if config.version == '2.0':
|
/build/ohos/images/mkimage/ |
D | imkcovert.py | 81 version = header.readline() 162 version = 1.0 176 outputrow.write("%s\n" % (version))
|
/build/config/rust/ |
D | BUILD.gn | 17 "-Csymbol-mangling-version=v0",
|
/build/ohos/native_stub/ |
D | native_stub.gni | 206 # Generate native stub library version script from native stub description file for system componen… 215 # It will generate version script with symbols defined in libtest.stub.json. 216 # The generated version script location is: 220 # ohos_executable() or ohos_shared_library() can use version scripit as follow:
|
/build/test/example/ |
D | conftest.py | 35 metadata['Python Version'] = sys.version
|
/build/hb/resources/ |
D | config.py | 79 self.version = config_content.get('version', '3.0') 125 def version(self): member in Config 128 @version.setter 129 def version(self, value: str): member in Config
|