Home
last modified time | relevance | path

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

123

/build/config/mac/
Dsdk_info.py19 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)
Dmac_sdk.gni10 # 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 …]
Dmac_sdk_overrides.gni10 # Minimum supported version of the Mac SDK.
/build/toolchain/
Dtoolchain.gni13 # 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/
Dcsct_online.py28 version = "" variable in CsctOnline
33 self.version = "0.0.1"
102 def add_options(version): argument
123 args = add_options(csct_online.version)
Dcsct.py31 version = "" variable in CsctGlobal
42 version = "0.0.1"
89 "-v", "--version", action="version", version=f"%(prog)s {self.version}."
Dreadme.md52 - version
108 "version": "3.1", # 版本号,版本号与OpenHarmony版本号一致
147 "version": "3.2", # 目前 OpenHarmony 版本号为 3.2
/build/
Dversion.gni14 # OHOS version
25 # ohos SDK version
30 # ohos NDK version
Dohos_system.prop18 # ohos API version number.
21 # ohos system version.
22 hw_sc.build.os.version=3.0.0
DREADME_zh.md59 ├── version.gni
180 "version": "3.1", # 版本号,版本号与OpenHarmony版本号一致
260 "version": "3.0",
Dohos_var.gni14 import("//build/version.gni")
17 # build ohos version
213 # Upgrade Skia version
/build/docs/
Dproduct-configuration.md15 其中version是指config.json的版本号,目前固定为3.0。版本号主要是区别早期的配置格式。preloader解析产品配置时会使用到该版本号。
20 "version": "3.0", # config.json的版本号,固定为3.0
D部件化编译最佳实践.md185 "version": "2.0",
199 "version": "3.0",
/build/ohos/
Dversion.py25 versions = options.version.split(sep='.')
/build/lite/
DBUILD.gn15 # 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/
Dsetup.py32 version=VERSION,
/build/hb/util/
Ddevice_util.py59 def match_kernel(config: str, kernel: str, version: str):
61 version_pattern = r'kernel_version ?= ?"{}"'.format(version)
/build/ohos/ndk/
Dgenerate_ndk_docs.py58 options.version,
106 input_strings=[options.version, options.working_dir],
DBUILD.gn32 version = current_ndk_version
113 version = current_ndk_version
123 "--version",
124 version,
/build/hb/resolver/
Dset_args_resolver.py51 config.version = product_info.get('version')
97 if config.version == '2.0':
/build/ohos/images/mkimage/
Dimkcovert.py81 version = header.readline()
162 version = 1.0
176 outputrow.write("%s\n" % (version))
/build/config/rust/
DBUILD.gn17 "-Csymbol-mangling-version=v0",
/build/ohos/native_stub/
Dnative_stub.gni206 # 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/
Dconftest.py35 metadata['Python Version'] = sys.version
/build/hb/resources/
Dconfig.py79 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

123