Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 61) sorted by relevance

123

/build/templates/metadata/
Dwrite_meta_data.py69 'type': options.type,
75 if options.type == 'app_profile':
76 root[options.type] = options.app_profile
78 if options.type == 'js_assets':
79 root[options.type] = options.js_assets
84 if options.type == 'ets_assets':
85 root[options.type] = options.ets_assets
86 if options.type == 'assets':
87 root[options.type] = options.raw_assets
88 if options.type == 'unresolved_assets':
[all …]
Dmodule_info.gni113 "--type",
209 "--shlib-type",
237 assert(defined(invoker.type), "type must be defined")
245 "type",
257 if (type != "js_assets" && type != "ets_assets" &&
258 type != "unresolved_assets" && type != "assets" &&
259 type != "resources" && type != "hap" && type != "app_profile") {
262 …"type must be one of [js_assets, ets_assets, unresolved_assets, assets, resources, hap, app_profil…
264 if (type != "hap") {
271 if (type == "js_assets" || type == "ets_assets" ||
[all …]
Dgen_module_info.py194 elif args.type == "app" and not args.suffix:
201 args.type, args.install_name, args.prefix_override, args.suffix,
212 args.install_images, args.module_install_dir, args.relative_install_dir, args.type)
214 module_info_data = gen_module_info(args.type, args.target_label,
/build/ohos/
Dfile_exists.py21 def is_exists(filename, type): argument
23 if type == 'file':
25 elif type == 'dir':
35 result = is_exists(args.filename, args.type)
Dohos_kits.gni25 # type = "so"
37 # type = "jar"
70 if (defined(sdk_lib.type)) {
71 lib_type = sdk_lib.type
109 type = lib_type
137 if (_sdk_lib.type == "so") {
/build/config/sanitizers/
Dcfi_blocklist.txt2 type:std::*
5 type:stdext::*
8 type:attr:uuid
11 # The type signature mandates a cast from uninitialized void* to T*.
/build/ohos/packages/
Dcheck_seccomp_library_name.py85 parser.add_argument('--vendor-cfg-path', type=str,
88 parser.add_argument('--vendor-seccomp-lib-path', type=str,
91 parser.add_argument('--system-cfg-path', type=str,
94 parser.add_argument('--system-seccomp-lib-path', type=str,
/build/config/linux/
Dpkg-config.py117 parser.add_option('-p', action='store', dest='pkg_config', type='string',
119 parser.add_option('-v', action='append', dest='strip_out', type='string')
120 parser.add_option('-s', action='store', dest='sysroot', type='string')
121 parser.add_option('-a', action='store', dest='arch', type='string')
123 type='string', default='lib')
125 dest='atleast_version', type='string')
/build/tools/component_tools/static_check/
Dcsct.py83 type=str,
97 type=str,
106 type=str,
112 type=str,
124 type=str,
/build/toolchain/
Drustc_wrapper.py90 type=pathlib.Path)
93 type=pathlib.Path)
95 type=pathlib.Path)
97 type=pathlib.Path)
Dget_concurrent_links.py75 type="int",
79 type="int",
/build/hb/helper/
DnoInstance.py19 class NoInstance(type):
Dsingleton.py18 class Singleton(type):
/build/tools/component_tools/
Dfull_components_generator.py113 parser.add_argument('--subsys', type=str, default="./build/subsystem_config.json",
115 parser.add_argument('--subsys_overlay', type=str, default=subsystem_json_overlay_path,
117 parser.add_argument('--out', type=str, default="./productdefine/common/base/base_product.json",
Dparse_kconf.py177 parser.add_argument('--deps', type=str, required=True, default="",
179 …parser.add_argument('--base_product', type=str, default="./../../../productdefine/common/base/base…
181 parser.add_argument('--config', type=str, default="./.config",
183 parser.add_argument('--out', type=str, default="./product.json",
Dgenerate_kconfig.py91 …parser.add_argument('--base_product', type=str, default="./../../../productdefine/common/base/base…
94 parser.add_argument('--outdir', type=str, default="./",
/build/
Dohos_system.prop24 # ohos device type please use hw_sc.build.os.devicetype
26 # ohos release type
Dversion.gni19 # Release type, optional values: Betax, RCx...
/build/templates/idl/
Dohos_idl.gni21 # gen_type: Only support ts and cpp type currently
55 "need define gen_type to point which type files should be generated")
87 "--gen-type",
/build/templates/update/
Dmodule_update.gni34 type = invoker.type
125 type = "shared_library"
133 type = "prebuilt"
141 type = "executable"
149 type = "etc"
225 "--fs-type",
/build/config/mac/
Dxcrun.py15 parser.add_argument('--stamp', action='store', type=str,
/build/ohos/sdk/
DBUILD.gn92 "--release-type",
145 foreach(type, sdk_types) {
149 rebase_path("${sdk_notice_archive_dir}/${os}-${type}.zip",
152 inputs += [ "${sdk_notice_archive_dir}/${os}-${type}.zip" ]
/build/tools/component_tools/static_check/bundle_check/
Dget_subsystem_with_component.py100 parser.add_argument("project", help="project root path.", type=str)
102 help="specify an output path.", type=str)
/build/ohos/app/
Dapp.gni36 type = "app_profile"
60 type = "assets"
93 type = "ets_assets"
96 type = "js_assets"
99 type = "unresolved_assets"
137 type = "resources"
460 type = "hap"
/build/docs/
Dproduct-configuration.md21 "type": "small", # 系统类型,可选["mini", "small", "standard"]

123