| /developtools/global_resource_tool/src/ |
| D | resource_append.cpp | 82 for (const auto &child : entry.GetChilds()) { in Combine() local 83 if (!child->IsFile()) { in Combine() 84 cerr << "Error:" << child->GetFilePath().GetPath() << " not file" << endl; in Combine() 87 if (child->GetFilePath().GetFilename() == ID_DEFINED_FILE) { in Combine() 90 if (!LoadResourceItem(child->GetFilePath().GetPath())) { in Combine() 139 for (const auto &child : entry.GetChilds()) { in ScanSubResources() local 140 if (!ResourceUtil::IslegalPath(child->GetFilePath().GetFilename())) { in ScanSubResources() 143 if (!ScanIegalResources(child->GetFilePath().GetPath(), outputPath)) { in ScanSubResources() 160 for (const auto &child : entry.GetChilds()) { in ScanSubLimitkeyResources() local 161 string limitKey = child->GetFilePath().GetFilename(); in ScanSubLimitkeyResources() [all …]
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | index.js | 262 const children = node.childNodes.filter((child) => { 264 (child.nodeName === '#text' && child.value.trim()) || 265 !REGEXP_TEXT.test(child.nodeName) 270 const child = children[i] 275 if (!REGEXP_TEXT.test(child.nodeName)) { 279 generate(child, filePath, preNode, relativePath) 282 line: child.sourceCodeLocation.startLine, 283 col: child.sourceCodeLocation.endLine, 286 componentValidator.validateAttr(filePath, 'content', child.value, 287 compileResult, child.tagName, pos, relativePath) [all …]
|
| D | component_validator.js | 243 const oneChild = children.filter((child) => { 244 return child && child.nodeName !== '#text' && child.nodeName !== '#comment' 324 function(child) { argument 325 return child.nodeName === '#text' || child.nodeName === '#comment' || 335 function(child) { argument 336 return child.nodeName === '#text' || child.nodeName === '#comment' || 572 children.forEach(function(child) { argument 573 if (tagWithAll.indexOf(child.nodeName) >= 0) { 574 const t = parentsTagMap[child.nodeNames] 575 …if ((t && t.indexOf(tagName) < 0) || (childrenArray && childrenArray.indexOf(child.nodeName) < 0) … [all …]
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/ |
| D | utils.ts | 36 const child = path.join(filepath, file); constant 37 const stat = fs.statSync(child); 39 scanFiles(child, fileList); 41 fileList.add(child);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRow.ts | 498 this.childrenList.forEach((child) => { 499 if (child.clearMemory !== undefined) { 500 child.clearMemory(); 544 addChildTraceRow(child: TraceRow<any>) { 545 TraceRowConfig.allTraceRowList.push(child); 546 child.parentRowEl = this; 547 this.toParentAddTemplateType(child); 548 child.setAttribute('scene', ''); 549 this.childrenList.push(child); 550 child.rowHidden = false; [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCpuProfiler.ts | 164 for (let child of data.children) { 165 if (child === null) { 168 if (child.id === selectStruct!.id) { 170 setSelectChildrenState(child); 172 getSelectStruct(child, selectStruct, parentIdArr); 174 if (parentIdArr.includes(child.id)) { 175 child.isSelect = true; 176 child.totalTime = selectStruct.totalTime; 177 child.selfTime = 0; 185 for (let child of data.children) { [all …]
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | PerfBottomUpStruct.ts | 37 addChildren(child: PerfBottomUpStruct): void { 38 child.parentNode = this; 39 this.children.push(child);
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | Utils.ts | 48 for (let child of data.children) { 49 if (child === null) { 52 if (frameSelectDataIdArr.includes(child.id)) { 53 setSelectState(child, frameSelectDataIdArr, data);
|
| D | SpSystemTrace.ts | 913 for (const child of childrenList) { constant 914 if (child.offsetParent === null) { 917 if (child.checkType === '2') { 918 selectList.push(child); 920 unSelectList.push(child); 1738 …let filterRow = parentRow.childrenList.filter((child) => child.rowId == funcRowID && child.rowType… 1868 it.childrenList.forEach((child) => { 1869 if (child.hasAttribute('scene') && !child.collect) { 1870 child.rowHidden = false; 1872 if (child.folder) { [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 204 nameGroup[key].forEach((child: any) => { 206 childSample.snapshot = child.subType || child.eventType; 207 childSample.heapSize = child.growth; 208 childSample.growth = Utils.getByteWithUnit(child.growth); 209 childSample.total = child.total; 210 childSample.totalGrowth = Utils.getByteWithUnit(child.total); 211 childSample.existing = child.existing; 212 childSample.currentSize = child.current; 213 childSample.current = Utils.getByteWithUnit(child.current); 219 childSample.children.push(...child.children); [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCommon.ts | 140 node.initChildren.forEach((child) => { 141 this.recursionChargeInitTree(splitMapData, child, symbolName, isSymbol); 152 node.initChildren.forEach((child) => { 153 this.recursionPruneInitTree(splitMapData, child, symbolName, isSymbol); 163 node.children.forEach((child) => { 164 this.recursionPruneTree(child, symbolName, isSymbol); 176 node.initChildren.forEach((child) => { 177 if (rule(child)) { 178 (splitMapData[ruleName] = splitMapData[ruleName] || []).push(child); 179 child.isStore++; [all …]
|
| D | ProcedureLogicWorkerSPT.ts | 138 let thread = process.children.find((child: any) => child.title === `T-${slice.tid}`); 145 let state = thread.children.find((child: any) => child.title === `S-${slice.state}`); 270 let process = state.children.find((child: any) => child.title === `P-${slice.pid}`); 277 let thread = process.children.find((child: any) => child.title === `T-${slice.tid}`);
|
| D | ProcedureLogicWorkerPerf.ts | 526 currentNode.initChildren.filter((child: PerfCallChainMerageData): boolean => { 531 if (child.symbolName === name) { 532 node = child; 533 … PerfCallChainMerageData.merageCallChainSample(child, callChainDataList[index], sample, isEnd); 568 sample.initChildren.forEach((child: PerfCallChainMerageData): void => { 569 this.recursionPerfChargeInitTree(child, symbolName, isSymbol); 580 node.initChildren.forEach((child): void => { 581 this.recursionPerfPruneInitTree(child, symbolName, isSymbol); 591 sample.children.forEach((child: PerfCallChainMerageData): void => { 592 this.recursionPruneTree(child, symbolName, isSymbol); [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/utils/ |
| D | ExcelFormater.ts | 95 data.children.forEach((child: any) => { 96 rowsXML += this.createExcelRow(columns, child); 168 data.children.forEach((child: any) => { 169 if (child) { 170 childrenData += this.createTableRow(columns, child);
|
| D | CSVFormater.ts | 172 let child = data.children; 173 if (child) { 174 for (let i = 0; i < child.length; i++) { 175 loop(child[i], depth + 1);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneStartup.ts | 73 it.children!.forEach((child) => { 75 child.ratio = '0%'; 77 child.ratio = `${((child.dur * 100) / it.dur).toFixed(2)}%`;
|
| D | TabPaneStaticInit.ts | 75 it.children!.forEach((child) => { 76 child.ratio = `${((child.dur * 100) / it.dur).toFixed(2) }%`;
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-customize.js | 69 const child = children[j]; 71 child != 'attrs',
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_merged_abc.ts | 140 const child = childProcess.exec(genAbcCmd); constant 141 child.on('exit', (code: any) => { 148 child.on('error', (err: any) => { 153 child.stderr.on('data', (data: any) => {
|
| /developtools/hdc/hdc_rust/src/daemon/ |
| D | shell.rs | 164 pub child: Child, field 170 fn new(pty: Pty, child: Child, channel_id: u32) -> Self { in new() 174 child, in new() 210 let child = match cmd { in init_pty_process() localVariable 225 Ok(PtyProcess::new(pty, child, channel_id)) in init_pty_process() 267 match pty_process.child.try_wait() { in subprocess_task()
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 108 std::map<int, ReportCallNodeItem> *child = &callNode.childrenMap; in AddReportCallStack() local 115 ReportCallNodeItem &grandchildren = GetOrCreateMapItem(*child, funcId); in AddReportCallStack() 126 child = &grandchildren.childrenMap; in AddReportCallStack() 140 std::map<int, ReportCallNodeItem> *child = &callNode.childrenMap; in AddReportCallStackReverse() local 147 ReportCallNodeItem &grandchildren = GetOrCreateMapItem(*child, funcId); in AddReportCallStackReverse() 157 child = &grandchildren.childrenMap; in AddReportCallStackReverse()
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | LitPageTable.ts | 782 rowData.children.forEach((child: any) => { 783 child.rowHidden = false; 786 rowData.children.forEach((child: any) => { 787 child.rowHidden = true; 788 resetNodeHidden(hidden, child); 822 rowData.children.forEach((child: any) => { 823 child.rowHidden = true; 824 resetNodeHidden(hidden, child); 827 rowData.children.forEach((child: any) => { 828 child.rowHidden = !rowData.expanded; [all …]
|
| D | lit-table.ts | 1108 rowData.children.forEach((child: any) => { 1109 child.rowHidden = false; 1112 rowData.children.forEach((child: any) => { 1113 child.rowHidden = true; 1114 resetNodeHidden(hidden, child); 1139 rowData.children.forEach((child: any) => { 1140 child.rowHidden = true; 1141 this.resetExpandNodeHidden(hidden, child); 1144 rowData.children.forEach((child: any) => { 1145 child.rowHidden = !rowData.expanded; [all …]
|
| /developtools/smartperf_host/ide/test/base-ui/untils/ |
| D | ExcelFormater.test.ts | 43 { child: 'Child 1' }, 44 { child: 'Child 2' },
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 201 const child = this.triggerAsync(() => { constant 204 child.on('exit', (code: any) => { 212 child.on('error', (err: any) => { 216 child.stderr.on('data', (data: any) => { 220 child.stderr.on('end', () => {
|