Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 31) sorted by relevance

12

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DTreeNodeToTree.java51 protected abstract void addChildrens(T node, T parent); in addChildrens()
71 T parent = newMap.get(getParentId(tree)); in listToTree() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DMonitorItemInterface.java31 void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item); in init()
DMonitorItemView.java35 protected ItemsView parent; field in MonitorItemView
DProfilerScrollbar.java51 private final ProfilerChartsView parent; field in ProfilerScrollbar
73 public ProfilerScrollbar(ProfilerChartsView parent) { in ProfilerScrollbar()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/tooltip/
DLegendTooltip.java162 …public void showTip(JComponent parent, String timeline, String totalValue, List<TooltipItem> toolt… in showTip()
185 private void rebuild(JComponent parent) { in rebuild()
309 … public void showThreadStatusTip(JComponent parent, String timeline, ChartDataModel chartDataModel, in showThreadStatusTip()
391 …public void showGpuTip(JComponent parent, String timeline, List<TooltipItem> tooltipItems, boolean… in showGpuTip()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/
DIDistributedData.java48 default void expandAll(JTree tree, TreePath parent, boolean expand) { in expandAll()
/developtools/ace-js2bundle/ace-loader/plugin/templater/
Dcontent.js66 function addPrefix(node, parent) { argument
/developtools/ace-ets2bundle/compiler/src/
Dutils.ts197 const parent: string = path.join(outputFile, '..'); constant
216 const parent: string = path.join(path_, '..'); constant
241 const parent: string = path.join(filePath, '..'); constant
Dcompile_info.ts78 parent: string[], property
359 const parent: string = path.join(projectConfig.aceSoPath, '..'); constant
Dgen_abc_plugin.ts138 const parent: string = path.join(path_, '..'); constant
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/
DLitRadioBox.ts22 private parent: LitRadioGroup | undefined | null property in LitRadioBox
/developtools/global_resource_tool/src/
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()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookTreeTableModel.java161 public int getChildCount(Object parent) { in getChildCount()
197 public Object getChild(Object parent, int index) { in getChild()
DNativeHookTreeTablePanel.java307 DefaultMutableTreeNode parent = null; in updateParentUserObject() local
336 DefaultMutableTreeNode parent = null; in updateParentByAddInstance() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/treetable/
DFilterTreeTableModel.java162 public int getChildCount(Object parent) { in getChildCount()
189 public Object getChild(Object parent, int index) { in getChild()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DFlameChart.java309 JBScrollPane parent = (JBScrollPane) getParent().getParent(); in translation() local
331 JBScrollPane parent = (JBScrollPane) getParent().getParent(); in scale() local
353 JBScrollPane parent = (JBScrollPane) getParent().getParent(); in scrollToBottom() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DSaveTraceDialog.java173 private void showFileSaveDialog(Component parent, JTextArea msgTextArea) throws IOException { in showFileSaveDialog()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasemanager/
DDataBaseManager.java199 File parent = dbFile.getParentFile(); in createDataBase() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/diskio/
DDiskIoView.java79 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/views/layout/chartview/
DSampleCodeView.java76 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/user/
DUserItemView.java90 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/packing_tool/adapter/ohos/
DFileUtils.java254 File parent = newFile.getParentFile(); in unzip() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuItemView.java145 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dpower.proto93 string parent = 3; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Dpower.proto93 string parent = 3; field

12