Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 86) sorted by relevance

1234

/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerCommon.test.ts175 let node = [ variable
225 let node = { variable
234 let node = { variable
243 let node = { variable
252 let node = { variable
260 let node = { variable
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts132 for (let node of this.nodes) { variable
152 for (let node of this.nodes) { variable
153 let retainCount = this.firstRetainerIndex[node.nodeIndex]; variable
161 for (let node of this.nodes) { variable
185 for (let node of this.nodes) { variable
195 let node = this.nodeMap.get(nodeId); variable
204 let node = this.nodeMap.get(nodeId); variable
243 for (let node of this.nodes) { variable
346 let node = this.nodes[nodeIdx]; variable
355 let node = this.nodes[retainerNodeIdx]; variable
[all …]
/developtools/ace_ets2bundle/compiler/
Dbuild_components_file.js268 function isClass(node) { argument
279 function isSpecialExtendClass(node) { argument
290 function isMethod(node) { argument
301 function isExtendSpecialDeclaration(node) { argument
311 function isFormComponent(node) { argument
322 function getExtendIdentifiers(node) { argument
343 function getCommonAttrs(node) { argument
366 function getAttrs(node, shouldFilterForm) { argument
385 function getFlags(node) { argument
402 function parseTags(node) { argument
Dbuild_declarations_file.js148 function processComponent(node, newStatements) { argument
178 function validateComponentMembers(node, componentName) { argument
197 function isVariable(node) { argument
206 function isInterface(node) { argument
211 function isClass(node) { argument
216 function isSignNode(node) { argument
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-template.js58 [AST_KEY.ATTR]: function(dataContent, node, key) { argument
64 [AST_KEY.CLASSLIST]: function(dataContent, node, key) { argument
68 [AST_KEY.STYLE]: function(dataContent, node, key) { argument
72 [AST_KEY.EVENTS]: function(dataContent, node, key) { argument
76 [AST_KEY.KEY]: function(dataContent, node, key) { argument
126 optionRules[event] = function(dataContent, node, key) { argument
154 function transformNode(node) { argument
169 function transformNodeDetail(node) { argument
182 function transformOptions(node) { argument
364 function transformFor(node) { argument
[all …]
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerCPU.test.ts93 let node = [ variable
130 let node = [ variable
166 let node = { variable
183 let node = { variable
DProcedureWorkerCpuState.test.ts31 let node = { variable
54 let node = { variable
78 let node = [ variable
188 let node = { variable
DProcedureWorkerEnergySystem.test.ts122 let node = { variable
146 let node = { variable
170 let node = { variable
DProcedureWorkerHiPerfEvent.test.ts51 let node = { variable
74 let node = { variable
DProcedureWorkerProcess.test.ts75 const node = { constant
97 const node = { constant
DProcedureWorkerEBPF.test.ts82 let node = { variable
105 let node = { variable
DProcedureWorkerEnergyPower.test.ts77 let node = { variable
96 let node = { variable
DProcedureWorkerJank.test.ts130 let node = [ variable
166 let node = { variable
DProduceWorkerSdkSlice.test.ts89 let node = { variable
111 let node = { variable
DProcedureWorkerEnergyAnomaly.test.ts89 let node = { variable
112 let node = { variable
DProcedureWorkerHiPerfReport.test.ts132 let node = { variable
155 let node = { variable
DProduceWorkerSdkCounter.test.ts106 let node = { variable
128 let node = { variable
/developtools/global_resource_tool/src/
Dresconfig_parser.cpp99 uint32_t ResConfigParser::GetString(const std::string &nodeName, const cJSON *node, int c, HandleBa… in GetString()
116 uint32_t ResConfigParser::GetArray(const std::string &nodeName, const cJSON *node, int c, HandleBac… in GetArray()
140 uint32_t ResConfigParser::GetModuleNames(const cJSON *node, int c, HandleBack callback) in GetModuleNames()
166 uint32_t ResConfigParser::GetBool(const std::string &nodeName, const cJSON *node, int c, HandleBack… in GetBool()
183 uint32_t ResConfigParser::GetNumber(const std::string &nodeName, const cJSON *node, int c, HandleBa… in GetNumber()
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRowConfig.test.ts109 let node = { variable
123 let node = { variable
182 let node = { variable
/developtools/smartperf_host/ide/test/trace/component/chart/
DFrameChart.test.ts47 let node = [{ children: '' }, { children: { length: 0 } }]; variable
217 let node = [ variable
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts262 let node = { variable
277 let node = { variable
329 let node = { variable
347 let node = { variable
/developtools/hiperf/src/
Dunique_stack_table.cpp87 Node node; in PutIpInSlot() local
170 Node *node = GetFrame(tailIdx); in GetIpsByStackId() local
183 bool UniqueStackTable::ImportNode(uint32_t index, const Node& node) in ImportNode()
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Dkmem.proto34 int32 node = 6; field
44 int32 node = 6; field
54 int32 node = 6; field
65 int32 node = 6; field
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js134 function generate(node, filePath, preNode, relativePath) { argument
150 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
206 function checkAttrFor(node, attributes, pos) { argument
261 function checkNodeChildren(node, filePath, relativePath) { argument
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts161 for (const node of this.currentData!) { constant
174 for (const node of this._totalRootData!) { constant
208 const node = ChartStruct.selectFuncStruct; constant
655 for (const node of nodes) { constant

1234