/developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
D | ProcedureLogicWorkerCommon.test.ts | 82 let node = { variable 92 let node = { variable 196 let node = [ variable 208 let node = [ variable 220 let node = [ variable 232 let node = [ variable 244 let node = [ variable
|
D | ProcedureLogicWorkerPerf.test.ts | 243 let node = [ variable 259 let node = { variable 273 let node = { variable 356 let node = { variable 370 let node = { variable 383 let node = { variable
|
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/ |
D | HeapLoader.ts | 132 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 273 for (let node of this.nodes) { variable 340 let node = this.nodes[nodeIdx]; variable 349 let node = this.nodes[retainerNodeIdx]; variable [all …]
|
/developtools/smartperf_host/ide/src/js-heap/logic/ |
D | HeapLoader.ts | 132 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 273 for (let node of this.nodes) { variable 340 let node = this.nodes[nodeIdx]; variable 349 let node = this.nodes[retainerNodeIdx]; variable [all …]
|
/developtools/ace_ets2bundle/compiler/ |
D | build_declarations_file.js | 145 function processComponent(node, newStatements) { argument 173 function validateComponentMembers(node, componentName) { argument 192 function isVariable(node) { argument 201 function isInterface(node) { argument 206 function isClass(node) { argument 211 function isSignNode(node) { argument
|
/developtools/ace_js2bundle/ace-loader/src/lite/ |
D | lite-transform-template.js | 58 [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/ |
D | ProcedureWorkerCPU.test.ts | 99 let node = [ variable 136 let node = [ variable 172 let node = { variable 189 let node = { variable
|
D | ProcedureWorkerCpuState.test.ts | 31 let node = { variable 54 let node = { variable 78 let node = [ variable 188 let node = { variable
|
D | ProcedureWorkerEnergySystem.test.ts | 123 let node = { variable 147 let node = { variable 171 let node = { variable
|
D | ProcedureWorkerFileSystem.test.ts | 82 let node = { variable 105 let node = { variable
|
D | ProcedureWorkerHiPerfEvent.test.ts | 54 let node = { variable 77 let node = { variable
|
D | ProcedureWorkerProcess.test.ts | 75 const node = { constant 97 const node = { constant
|
D | ProcedureWorkerEnergyPower.test.ts | 67 let node = { variable 86 let node = { variable
|
D | ProcedureWorkerEnergyAnomaly.test.ts | 83 let node = { variable 106 let node = { variable
|
D | ProcedureWorkerJank.test.ts | 133 let node = [ variable 169 let node = { variable
|
D | ProduceWorkerSdkSlice.test.ts | 89 let node = { variable 111 let node = { variable
|
D | ProcedureWorkerHiPerfReport.test.ts | 134 let node = { variable 157 let node = { variable
|
D | ProduceWorkerSdkCounter.test.ts | 106 let node = { variable 128 let node = { variable
|
/developtools/global_resource_tool/src/ |
D | cmd_list.cpp | 67 uint32_t CmdList::GetString(const Json::Value &node, int c, HandleBack callback) in GetString() 79 uint32_t CmdList::GetArray(const Json::Value &node, int c, HandleBack callback) in GetArray() 96 uint32_t CmdList::GetModuleNames(const Json::Value &node, int c, HandleBack callback) in GetModuleNames() 118 uint32_t CmdList::GetBool(const Json::Value &node, int c, HandleBack callback) in GetBool()
|
/developtools/smartperf_host/ide/test/js-heap/logic/ |
D | HeapLoader.test.ts | 264 let node = { variable 279 let node = { variable 331 let node = { variable 349 let node = { variable
|
/developtools/ace_js2bundle/ace-loader/plugin/templater/ |
D | index.js | 134 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/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_js_cpu_profiler_parser.cpp | 46 void from_json(const json& j, Node& node) in from_json() 71 jsonns::Node node = jMessage.at("nodes")[i]; in ParseJsCpuProfiler() local 74 jsonns::Node node = jMessage.at("nodes")[i]; in ParseJsCpuProfiler() local
|
/developtools/smartperf_host/ide/src/js-heap/ |
D | HeapDataInterface.ts | 174 let node = baseFileStruct.heapLoader.getNodes()[idx]; variable 184 let node = targetFileStruct.heapLoader.getNodes()[idx]; variable
|
/developtools/profiler/host/smartperf/ide/src/js-heap/ |
D | HeapDataInterface.ts | 175 let node = baseFileStruct.heapLoader.getNodes()[idx]; variable 185 let node = targetFileStruct.heapLoader.getNodes()[idx]; variable
|
/developtools/smartperf_host/ide/src/base-ui/tree/ |
D | LitTree.ts | 177 let node: LitTreeNode = document.createElement('lit-tree-node') as LitTreeNode; variable 321 let node = ev.target as LitTreeNode; variable
|