| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | component_validator.js | 171 const tagName = domNode.tagName 189 if (!tagWithAll.includes(tagName) && tagName !== 'img' && !elementNamesInFile.includes(tagName)) { 193 reason: logType + ': The `' + tagName + '` tag is not supported.', 198 if (process.env.DEVICE_LEVEL === DEVICE_LEVEL.RICH && oneChildNode.includes(tagName)) { 199 checkOneChild(tagName, children, pos, log) 203 if (!depends[tagName] && typeof tagName === 'string') { 204 depends.push(tagName) 213 validateAliasTagMap(tagName, jsonTemplate, nodeLoc, log) 214 validateTagWithoutRoot(domNode, tagName, domNodeAttrName, nodeLoc, log) 215 validateName(tagName, children, nodeLoc, log) [all …]
|
| D | index.js | 48 if(root.tagName !== 'element') { 197 node.tagName, 287 compileResult, child.tagName, pos, relativePath) 291 compileResult, child.tagName, pos, relativePath)
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | stack_preprocess.cpp | 489 std::string tagName; in SetHookData() local 490 if (GetMemTag(rawStack->stackConext->tagId, tagName)) { in SetHookData() 491 mmapEvent->set_type(prefix + tagName); in SetHookData() 502 std::string tagName(reinterpret_cast<char*>(rawStack->data)); in SetHookData() 503 tagEvent->set_tag(prefix + tagName); in SetHookData() 510 std::string tagName; in SetHookData() local 511 if (GetMemTag(rawStack->stackConext->tagId, tagName)) { in SetHookData() 512 mmapEvent->set_type(tagName); in SetHookData() 594 std::string tagName; in WriteFrames() local 595 GetMemTag(rawStack->stackConext->tagId, tagName); in WriteFrames() [all …]
|
| D | hook_manager.cpp | 310 std::string tagName = reinterpret_cast<char*>(rawStack->data); in ReadShareMemory() local 311 stackPreprocess_->SaveMemTag(rawStack->stackConext->tagId, tagName); in ReadShareMemory()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | stack_preprocess.h | 56 void SaveMemTag(uint32_t tagId, const std::string& tagName); 57 bool GetMemTag(uint32_t tagId, std::string& tagName);
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_common.h | 107 char tagName[MAX_TRACER_NAME_LEN]; member
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/utils/ |
| D | Template.ts | 54 el.after('`:`<!--if:' + el.tagName + '-->`}');
|
| /developtools/smartperf_host/ide/src/base-ui/utils/ |
| D | Template.ts | 54 el.after('`:`<!--if:' + el.tagName + '-->`}');
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 143 …tribute__((always_inline)) GetTagId(std::shared_ptr<HookSocketClient>& client, const char* tagName) in GetTagId() argument 145 if (tagName == nullptr) { in GetTagId() 151 auto it = g_memTagMap.find(tagName); in GetTagId() 155 g_memTagMap[tagName] = tagId; in GetTagId() 164 if (strcpy_s(tagData.name, PATH_MAX + 1, tagName) != 0) { in GetTagId() 168 …client->SendStackWithPayload(&tagData, sizeof(BaseStackRawData) + strlen(tagName) + 1, nullptr, 0); in GetTagId()
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/select/ |
| D | LitSelect.ts | 292 if (a.tagName === 'DIV') { 314 if (ev.target.tagName === 'LIT-SELECT') {
|
| /developtools/smartperf_host/ide/src/base-ui/select/ |
| D | LitSelect.ts | 292 if (a.tagName === 'DIV') { 314 if (ev.target.tagName === 'LIT-SELECT') {
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| D | ebpf_std_type.h | 79 char tagName[MAX_TRACER_NAME_LEN]; member
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_stdtype.h | 102 char tagName[MAX_TRACER_NAME_LEN] = {0}; member
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_stdtype.h | 102 char tagName[MAX_TRACER_NAME_LEN] = {0}; member
|
| /developtools/ace_js2bundle/ace-loader/plugin/codegen/ |
| D | index.js | 1 …tagName=e,this.attributes=t,this.content=n}}t.Tag=r;class i extends o.ASTNode{constructor(e,t,n,o)…
|
| /developtools/smartperf_host/ide/src/base-ui/tree/ |
| D | LitTreeNode.ts | 348 …entSibling && element.parentElement.parentElement.previousElementSibling.tagName === 'LIT-TREE-NOD…
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 142 tagName: string; property 155 function getInitCheckConfig(tagName: string, message: string): InitCheckConfig { 157 tagName: tagName,
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/table/ |
| D | lit-table.ts | 529 if (a.tagName === 'LIT-TABLE-GROUP') { 531 let children = [...a.children].filter((a) => a.tagName !== 'TEMPLATE'); 549 } else if (a.tagName === 'LIT-TABLE-COLUMN') {
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table.ts | 531 if (a.tagName === 'LIT-TABLE-GROUP') { 533 let children = [...a.children].filter((a) => a.tagName !== 'TEMPLATE'); 551 } else if (a.tagName === 'LIT-TABLE-COLUMN') {
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 307 << " tagName: " << mem.tagName << '\n' in EventMemParsing()
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …tagName=e,this.params=t,this.content=r,this.properties=o,this.forEachObj=n,this.ifBoolean=null,thi…
|