Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 22 of 22) sorted by relevance

/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_rest_value.js21 function checkExtendsValue(tag, node, fileName) { argument
39 function checkEnumValue(tag, node, fileName) { argument
57 function checkSinceValue(tag, node, fileName) { argument
72 function checkReturnsValue(tag, node, fileName) { argument
105 function checkParamValue(tag, node, fileName, tagIndex) { argument
144 function checkThrowsValue(tag, node, fileName, tagIndex) { argument
249 function checkUseinsteadValue(tag, node, fileName) { argument
268 function checkTypeValue(tag, node, fileName) { argument
295 function checkDefaultValue(tag, node, fileName) { argument
333 function checkPermissionTag(tag, node, fileName) { argument
[all …]
Dcheck_order.js96 function checkAPITagName(tag, node, sourcefile, fileName, JSDocIndec) { argument
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/
DLoggerImpl.java38 public void error(String tag, String message) { in error()
43 public void info(String tag, String message) { in info()
48 public void warn(String tag, String message) { in warn()
53 public void debug(String tag, String message) { in debug()
DLogger.java52 public abstract void error(String tag, String message); in error()
60 public abstract void info(String tag, String message); in info()
68 public abstract void warn(String tag, String message); in warn()
76 public abstract void debug(String tag, String message); in debug()
/interface/sdk-js/build-tools/collect_application_api/src/
Dutils.js312 static info(tag, message) { argument
316 static warn(tag, message) { argument
320 static error(tag, message) { argument
324 static wrap(level, tag, message) { argument
Dapi_recognizer.js984 function reachJsDocTag(tag) { argument
998 fillUseInsteadInfo(tag, apiInfo) { argument
1007 fillDeprecatedInfo(tag, apiInfo) { argument
/interface/sdk-js/api/application/
DMissionParameter.d.ts61 tag: number; property
DPageNodeInfo.d.ts76 tag: string; property
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
Dtypedef.ts305 tag: string; property
372 tag: string; property
467 tag: string; property
519 tag: string; property
846 tag: string, property
Dentry.ts32 tag: string = 'jsdoc-tool'; property in JSDocModifierImpl
/interface/sdk-js/api/@internal/component/ets/
Dgesture.d.ts819 tag?: string; property
2064 tag(tag: string): T; method
2124 tag(tag: string): this; method in Gesture
/interface/sdk-js/api/
D@ohos.hiSysEvent.d.ts287 tag?: string; property
D@ohos.nfc.tag.d.ts53 declare namespace tag { namespace
D@ohos.pasteboard.d.ts473 tag: string; property
/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DComment.ts301 tag: string; property
384 tag: string; property
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
DJsDocProcessor.ts104 const tag = parsedComments[0].tags[i]; constant
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_legality.js244 function checkTagValue(tag, index, node, fileName, errorLogs) { argument
/interface/sdk-js/build-tools/
DintToNumber.js384 function writeDataToFile(tag) { argument
/interface/sdk_c/security/asset/inc/
Dasset_type.h455 uint32_t tag; member
/interface/sdk_c/graphic/graphic_2d/native_drawing/
Ddrawing_text_typography.h640 char* tag; member
/interface/sdk_c/security/huks/include/
Dnative_huks_type.h844 uint32_t tag; member
/interface/sdk_c/third_party/musl/ndk_musl_include/
Delf.h775 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) argument
791 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) argument
809 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) argument
816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) argument