Home
last modified time | relevance | path

Searched defs:location (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/distributed/
DDistributedDataStatisticsPaneTest.java137 Point location = MouseInfo.getPointerInfo().getLocation(); in inspect() local
DDistributedPanelTest.java129 Point location = MouseInfo.getPointerInfo().getLocation(); in inspect() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/trace/component/
DAnalystPanelAutoTest.java126 Point location = MouseInfo.getPointerInfo().getLocation(); in inspect() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/applicationtrace/
DAppTracePanelTest.java115 Point location = MouseInfo.getPointerInfo().getLocation(); in inspect() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/perftrace/
DPerfTracePanelTest.java124 Point location = MouseInfo.getPointerInfo().getLocation(); in inspect() local
/developtools/ace-ets2bundle/compiler/src/
Dcompile_info.ts461 const location: string = errors[index].issue.file.replace(/\\/g, '/') + position; constant