Home
last modified time | relevance | path

Searched refs:tagName (Results 1 – 19 of 19) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js171 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 …]
Dindex.js48 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/
Dstack_preprocess.cpp278 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 …]
Dhook_manager.cpp459 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/
Dapi_check_utils.ts263 function getJsDocNodeCheckConfigItem(tagName: string[], message: string, needConditionCheck: boolea…
268 tagName: tagName,
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h65 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/
Dhiebpf_common.h107 char tagName[MAX_TRACER_NAME_LEN]; member
/developtools/smartperf_host/ide/src/base-ui/utils/
DTemplate.ts56 el.after('`:`<!--if:' + el.tagName + '-->`}');
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h79 char tagName[MAX_TRACER_NAME_LEN]; member
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp201 …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/
Debpf_data_structure.h106 char tagName[MAX_TRACER_NAME_LEN] = {0}; member
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
Dindex.js1tagName=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/
DLitSelect.ts360 if (a.tagName === 'DIV') {
385 if (ev.target.tagName === 'LIT-SELECT') {
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts211 element.parentElement.parentElement.previousElementSibling.tagName === 'LIT-TREE-NODE'
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts295 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') {
Dlit-table.ts265 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/
DTimerShaftElement.ts279 if (e.target && e.target.tagName === 'INPUT') {
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp310 << " tagName: " << mem.tagName << '\n' in EventMemParsing()
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15tagName=e,this.params=t,this.content=r,this.properties=o,this.forEachObj=n,this.ifBoolean=null,thi…