/build/templates/metadata/ |
D | write_meta_data.py | 69 '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 …]
|
D | module_info.gni | 113 "--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 …]
|
D | gen_module_info.py | 194 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/ |
D | file_exists.py | 21 def is_exists(filename, type): argument 23 if type == 'file': 25 elif type == 'dir': 35 result = is_exists(args.filename, args.type)
|
D | ohos_kits.gni | 25 # 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/ |
D | cfi_blocklist.txt | 2 type:std::* 5 type:stdext::* 8 type:attr:uuid 11 # The type signature mandates a cast from uninitialized void* to T*.
|
/build/ohos/packages/ |
D | check_seccomp_library_name.py | 85 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/ |
D | pkg-config.py | 117 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/ |
D | csct.py | 83 type=str, 97 type=str, 106 type=str, 112 type=str, 124 type=str,
|
/build/toolchain/ |
D | rustc_wrapper.py | 90 type=pathlib.Path) 93 type=pathlib.Path) 95 type=pathlib.Path) 97 type=pathlib.Path)
|
D | get_concurrent_links.py | 75 type="int", 79 type="int",
|
/build/hb/helper/ |
D | noInstance.py | 19 class NoInstance(type):
|
D | singleton.py | 18 class Singleton(type):
|
/build/tools/component_tools/ |
D | full_components_generator.py | 113 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",
|
D | parse_kconf.py | 177 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",
|
D | generate_kconfig.py | 91 …parser.add_argument('--base_product', type=str, default="./../../../productdefine/common/base/base… 94 parser.add_argument('--outdir', type=str, default="./",
|
/build/ |
D | ohos_system.prop | 24 # ohos device type please use hw_sc.build.os.devicetype 26 # ohos release type
|
D | version.gni | 19 # Release type, optional values: Betax, RCx...
|
/build/templates/idl/ |
D | ohos_idl.gni | 21 # 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/ |
D | module_update.gni | 34 type = invoker.type 125 type = "shared_library" 133 type = "prebuilt" 141 type = "executable" 149 type = "etc" 225 "--fs-type",
|
/build/config/mac/ |
D | xcrun.py | 15 parser.add_argument('--stamp', action='store', type=str,
|
/build/ohos/sdk/ |
D | BUILD.gn | 92 "--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/ |
D | get_subsystem_with_component.py | 100 parser.add_argument("project", help="project root path.", type=str) 102 help="specify an output path.", type=str)
|
/build/ohos/app/ |
D | app.gni | 36 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/ |
D | product-configuration.md | 21 "type": "small", # 系统类型,可选["mini", "small", "standard"]
|