/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 | 278 std::string tagName = reinterpret_cast<char*>(rawData->data); in TakeResultsFromShmem() local 279 SaveMemTag(rawData->stackConext->tagId, tagName); in TakeResultsFromShmem() 589 std::string tagName; in GetCallStackId() local 590 GetMemTag(rawStack->stackConext->tagId, tagName); in GetCallStackId() 591 FillNapiStack(tagName, callFrames, napiIndex_); in GetCallStackId() 668 void StackPreprocess::FillNapiStack(std::string& tagName, std::vector<CallFrame>& callFrames, uint6… in FillNapiStack() argument 676 jsCallFrame.symbolName_ = tagName; in FillNapiStack() 710 std::string tagName; in SetAllocStatisticsFrame() local 711 GetMemTag(rawStack->stackConext->tagId, tagName); in SetAllocStatisticsFrame() 712 FillNapiStack(tagName, callFrames, napiIndex_); in SetAllocStatisticsFrame() [all …]
|
D | hook_manager.cpp | 459 std::string tagName = reinterpret_cast<char*>(rawStack->data); in ReadShareMemory() local 460 hookCtx->stackPreprocess->SaveMemTag(rawStack->stackConext->tagId, tagName); in ReadShareMemory()
|
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
D | api_check_utils.ts | 263 function getJsDocNodeCheckConfigItem(tagName: string[], message: string, needConditionCheck: boolea… 268 tagName: tagName,
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | stack_preprocess.h | 65 void SaveMemTag(uint32_t tagId, const std::string& tagName); 66 bool GetMemTag(uint32_t tagId, std::string& tagName); 173 … void FillNapiStack(std::string& tagName, std::vector<CallFrame>& callFrames, uint64_t napiIndex);
|
/developtools/profiler/hiebpf/include/ |
D | hiebpf_common.h | 107 char tagName[MAX_TRACER_NAME_LEN]; member
|
/developtools/smartperf_host/ide/src/base-ui/utils/ |
D | Template.ts | 56 el.after('`:`<!--if:' + el.tagName + '-->`}');
|
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
D | ebpf_std_type.h | 79 char tagName[MAX_TRACER_NAME_LEN]; member
|
/developtools/profiler/device/plugins/native_hook/src/ |
D | hook_client.cpp | 201 …tribute__((always_inline)) GetTagId(std::shared_ptr<HookSocketClient>& client, const char* tagName) in GetTagId() argument 203 if (tagName == nullptr) { in GetTagId() 209 auto it = g_memTagMap.find(tagName); in GetTagId() 213 g_memTagMap[tagName] = tagId; in GetTagId() 222 if (strcpy_s(tagData.name, PATH_MAX + 1, tagName) != 0) { in GetTagId() 226 …client->SendStackWithPayload(&tagData, sizeof(BaseStackRawData) + strlen(tagName) + 1, nullptr, 0); in GetTagId()
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_data_structure.h | 106 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/select/ |
D | LitSelect.ts | 360 if (a.tagName === 'DIV') { 385 if (ev.target.tagName === 'LIT-SELECT') {
|
/developtools/smartperf_host/ide/src/base-ui/tree/ |
D | LitTreeNode.ts | 211 element.parentElement.parentElement.previousElementSibling.tagName === 'LIT-TREE-NODE'
|
/developtools/smartperf_host/ide/src/base-ui/table/ |
D | LitPageTable.ts | 295 if (a.tagName === 'LIT-TABLE-GROUP') { 297 let childList = [...a.children].filter((a) => a.tagName !== 'TEMPLATE'); // @ts-ignore 319 } else if (a.tagName === 'LIT-TABLE-COLUMN') {
|
D | lit-table.ts | 265 if (column.tagName === 'LIT-TABLE-COLUMN') { 370 if (a.tagName === 'LIT-TABLE-GROUP') { 373 let children = [...a.children].filter((a) => a.tagName !== 'TEMPLATE'); 394 } else if (a.tagName === 'LIT-TABLE-COLUMN') {
|
/developtools/smartperf_host/ide/src/trace/component/trace/ |
D | TimerShaftElement.ts | 279 if (e.target && e.target.tagName === 'INPUT') {
|
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
D | ebpf_converter.cpp | 310 << " 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…
|