Home
last modified time | relevance | path

Searched defs:template (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-repeat.md91 ### template subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-repeat.md128 ### template subsection
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/
H A Dcore_fullscreen_template.json2 "template": "core_fullscreen_template.h", string
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-gn-coding-style-and-best-practice.md441 ### template subsection
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-build-gn-coding-style-and-best-practice.md439 ### template subsection
/ohos5.0/foundation/arkui/ace_engine/test/resource/jscard/carddomclock/
H A Dcorrect.json2 "template": { object
H A Derror.json2 "template": { object
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_add_handler.py65 def _file_gen_lite(self, template, out_dir, filename, model): argument
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js68 template: TokenType.TEMPLATE, property in Lexer.constructor.keyWords_
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/
H A Dmy_fullscreen.json3 "template" : "simple/core_fullscreen_template.json", string
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py393 def _file_gen_lite(self, template, source_file_path, model): argument
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c538 static void ParseAttestTbs(const struct HksBlob *template, struct HksAttestTbsSpec *tbsSpec) in ParseAttestTbs()
736 static int32_t CreateTbs(const struct HksBlob *template, const struct HksAttestSpec *attestSpec, in CreateTbs()
907 static int32_t CreateAttestCert(struct HksBlob *attestCert, struct HksBlob *template, in CreateAttestCert()
1369 struct HksBlob template = { 0, NULL }; in CreateHwAttestCert() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js10253 template(type, itemGenFunc, options) { method in __Repeat