Home
last modified time | relevance | path

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

12

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DTreeNodeToTree.java35 protected abstract String getKey(T node); in getKey()
43 protected abstract String getParentId(T node); in getParentId()
51 protected abstract void addChildrens(T node, T parent); in addChildrens()
58 protected abstract void addRootNode(T node); in addRootNode()
/developtools/ace-ets2bundle/compiler/
Dbuild_declarations_file.js134 function processComponent(node, newStatements) { argument
162 function validateComponentMembers(node, componentName) { argument
181 function isVariable(node) { argument
190 function isInterface(node) { argument
195 function isClass(node) { argument
200 function isSignNode(node) { argument
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/applicationtrace/analysis/
DFlameChartTest.java176 DefaultMutableTreeNode node = new DefaultMutableTreeNode(); in setAllNodeItemNoNull() local
187 DefaultMutableTreeNode node = new DefaultMutableTreeNode(null); in setAllNodeNull() local
198 DefaultMutableTreeNode node = new DefaultMutableTreeNode(null); in setAllNodeParam() local
211 DefaultMutableTreeNode node = new DefaultMutableTreeNode(); in setAllNodeParamNoChildren() local
233 DefaultMutableTreeNode node = new DefaultMutableTreeNode(); in testSetAllNodeItemNoNull() local
244 DefaultMutableTreeNode node = new DefaultMutableTreeNode(null); in testSetAllNodeParam() local
255 DefaultMutableTreeNode node = new DefaultMutableTreeNode(null); in testSetAllNodeNull() local
268 DefaultMutableTreeNode node = new DefaultMutableTreeNode(); in testSetAllNodeParamNoChildren() local
289 DefaultMutableTreeNode node = new DefaultMutableTreeNode(); in resetOneNodeAllNode() local
299 DefaultMutableTreeNode node = new DefaultMutableTreeNode(); in resetTwoNodeAllNode() local
[all …]
/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/global_resource_tool/src/
Dcmd_list.cpp58 uint32_t CmdList::GetString(const Json::Value &node, int c, HandleBack callback) in GetString()
70 uint32_t CmdList::GetArray(const Json::Value &node, int c, HandleBack callback) in GetArray()
87 uint32_t CmdList::GetModuleNames(const Json::Value &node, HandleBack callback) in GetModuleNames()
Dconfig_parser.cpp310 bool ConfigParser::ParseRefImpl(Json::Value &parent, const std::string &key, Json::Value &node) in ParseRefImpl()
335 bool ConfigParser::ParseJsonArrayRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonArrayRef()
358 bool ConfigParser::ParseJsonStringRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonStringRef()
Dsolid_xml_compiler.cpp82 bool SolidXmlCompiler::ParseNodeId(const FileInfo &fileInfo, const xmlNodePtr &node, vector<string>… in ParseNodeId()
Dincrement_manager.cpp154 Json::Value node; in SaveIdJson() local
189 const auto &node = root[member]; in LoadIdJson() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DAbstractRow.java470 public Rectangle getRectByNode(Cpu node, int padding) { in getRectByNode()
495 public Rectangle getRectByNode(Thread node, int height) { in getRectByNode()
520 public Rectangle getRectByNode(PrefFunc node, int paddingTop, int height) { in getRectByNode()
546 public Rectangle getRectByNode(Func node, int paddingTop, int height) { in getRectByNode()
572 public Rectangle getRectByNode(DistributedFuncBean node, int paddingTop, int height) { in getRectByNode()
596 public Rectangle getRectByNode(CpuFreq node) { in getRectByNode()
619 public Rectangle getRectByNode(VsyncAppBean node) { in getRectByNode()
643 public Rectangle getRectByNode(Frame node, int height) { in getRectByNode()
/developtools/global_resource_tool/src/xml/
Dsolid_xml.cpp66 for (auto &node : nodes_) { in FlushNodeKeys() local
87 void SolidXml::Compile(const xmlNodePtr nodePtr, shared_ptr<XmlNode> &node) in Compile()
121 void SolidXml::CompileAttr(const xmlAttrPtr attrPtr, shared_ptr<XmlNode> &node) in CompileAttr()
144 void SolidXml::CompileNameSpace(const xmlNodePtr nodePtr, shared_ptr<XmlNode> &node) in CompileNameSpace()
267 for (const auto &node : nodes_) { in SaveToFile() local
/developtools/ace-js2bundle/ace-loader/plugin/templater/
Dindex.js133 function generate(node, filePath, preNode, relativePath) { argument
149 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
205 function checkAttrFor(node, attributes, pos) { argument
260 function checkNodeChildren(node, filePath, relativePath) { argument
Dcontent.js66 function addPrefix(node, parent) { argument
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DTopBottomPanel.java143 public static boolean getNodeContainSearch(DefaultMutableTreeNode node, in getNodeContainSearch()
192 …public static void resetAllNode(DefaultMutableTreeNode node) { // Put all nodes in a healthy state… in resetAllNode()
278 private void treeResort(DefaultMutableTreeNode node) { in treeResort()
DTreeTableRowSorter.java99 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortDescTree() local
135 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortTree() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/
DIDistributedData.java50 TreeNode node = (TreeNode) parent.getLastPathComponent(); in expandAll() local
DDistributedDataDetailPane.java116 …public static void resetAllNode(DefaultMutableTreeNode node) { // Put all nodes in a healthy state… in resetAllNode()
333 private void treeResort(DefaultMutableTreeNode node) { in treeResort()
348 public boolean getNodeContainSearch(DefaultMutableTreeNode node, String searchText) { in getNodeContainSearch()
474 DefaultMutableTreeNode node = (DefaultMutableTreeNode) value; in getTreeCellRendererComponent() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookTreeTableRowSorter.java81 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortDescTree() local
116 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortTree() local
DNativeHookTreeTableRenderer.java47 HookDataBean node = (HookDataBean) userObject; in getTreeCellRendererComponent() local
DNativeHookTreeTablePanel.java502 … private void resetAllNode(DefaultMutableTreeNode node) { // Put all nodes in a healthy state of 0 in resetAllNode()
541 public static boolean getNodeContainSearch(DefaultMutableTreeNode node, String searchText) { in getNodeContainSearch()
585 private static void updateContainType(DefaultMutableTreeNode node) { in updateContainType()
652 private void treeResort(DefaultMutableTreeNode node) { in treeResort()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/heapdump/
DHeapDumpTreeTableRowSorter.java82 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortDescTree() local
117 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortTree() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/javaagent/
DAgentTreeTableRowSorter.java121 AgentHeapBean node = agentDataNodes.getAllAgentDatas().get(index); in sortDescTree() local
154 AgentHeapBean node = agentDataNodes.getAllAgentDatas().get(index); in sortTree() local
/developtools/ace-js2bundle/ace-loader/
D.eslintrc.js20 node: true, property
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dkmem.proto43 int32 node = 6; field
62 int32 node = 6; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Dkmem.proto43 int32 node = 6; field
62 int32 node = 6; field
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfData.java116 private static PrefFunc updateParentEndTime(int index, long ts, PrefFunc node) { in updateParentEndTime()
135 PrefFunc node = parentNode; in addFuncNodes() local
459 DefaultMutableTreeNode node = (DefaultMutableTreeNode) enumeration.nextElement(); in resortNode() local

12