| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/ |
| D | TreeNodeToTree.java | 35 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/ |
| D | build_declarations_file.js | 134 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/ |
| D | FlameChartTest.java | 176 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/ |
| 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/global_resource_tool/src/ |
| D | cmd_list.cpp | 58 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()
|
| D | config_parser.cpp | 310 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()
|
| D | solid_xml_compiler.cpp | 82 bool SolidXmlCompiler::ParseNodeId(const FileInfo &fileInfo, const xmlNodePtr &node, vector<string>… in ParseNodeId()
|
| D | increment_manager.cpp | 154 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/ |
| D | AbstractRow.java | 470 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/ |
| D | solid_xml.cpp | 66 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/ |
| D | index.js | 133 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
|
| D | content.js | 66 function addPrefix(node, parent) { argument
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/ |
| D | TopBottomPanel.java | 143 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()
|
| D | TreeTableRowSorter.java | 99 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/ |
| D | IDistributedData.java | 50 TreeNode node = (TreeNode) parent.getLastPathComponent(); in expandAll() local
|
| D | DistributedDataDetailPane.java | 116 …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/ |
| D | NativeHookTreeTableRowSorter.java | 81 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortDescTree() local 116 DefaultMutableTreeNode node = (DefaultMutableTreeNode) nodeObj; in sortTree() local
|
| D | NativeHookTreeTableRenderer.java | 47 HookDataBean node = (HookDataBean) userObject; in getTreeCellRendererComponent() local
|
| D | NativeHookTreeTablePanel.java | 502 … 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/ |
| D | HeapDumpTreeTableRowSorter.java | 82 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/ |
| D | AgentTreeTableRowSorter.java | 121 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.js | 20 node: true, property
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | kmem.proto | 43 int32 node = 6; field 62 int32 node = 6; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/ |
| D | kmem.proto | 43 int32 node = 6; field 62 int32 node = 6; field
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/ |
| D | PerfData.java | 116 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
|