Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 47) sorted by relevance

12

/developtools/integration_verification/tools/deps_guard/elf_file_mgr/hdi/
Dhdi_parser.py32 lines = f.readlines()
37 lines = f.readlines()
42 for line in lines:
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DLineScatterCandleRadarRenderer.ets29 * path that is used for drawing highlight-lines (drawLines(...) cannot be used because of dashes)
38 * Draws vertical & horizontal highlight-lines if enabled.
53 // draw highlighted lines (if enabled)
56 // draw vertical highlight lines
66 // draw horizontal highlight lines
DAxisRenderer.ets37 * paint object for the grid lines
52 * paint used for the limit lines
91 * Returns the Paint object that is used for drawing the grid-lines of the
282 * Draws the grid lines belonging to the axis.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DILineScatterCandleRadarDataSet.ets23 * Returns true if vertical highlight indicator lines are enabled (drawn)
29 * Returns true if vertical highlight indicator lines are enabled (drawn)
35 * Returns the line-width in which highlight lines are to be drawn.
DILineDataSet.ets32 * Returns the intensity of the cubic lines (the effect intensity).
89 * Returns the DashPathEffect that is used for drawing the lines.
/developtools/integration_verification/tools/fotff/utils/
Dhdc.go44 lines := strings.Fields(string(out))
45 for _, dev := range lines {
/developtools/ace_ets2bundle/compiler/test/
DREADME.md41 3. In the file `bar.ts`, write the following lines:
60 5. All files in the `compiler/test` will be tested. The output is like the following lines:
65 …s different from the expected result and the output is like the following lines, you should check …
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DAxisBase.ets82 * flag indicating if the grid lines for this axis should be drawn
98 * the path effect of the axis line that makes dashed lines possible
104 * the path effect of the grid lines that makes dashed lines possible
110 * array of limit lines that can be set for the axis
115 * flag indicating the limit lines layer depth
120 * flag indicating the grid lines layer depth
203 * Set this to true to enable drawing the grid lines for this axis.
212 * Returns true if drawing grid lines is enabled for this axis.
253 * Sets the color of the grid lines for this axis (the horizontal lines
263 * Returns the color of the grid lines for this axis (the horizontal lines
[all …]
DLegendEntry.ets64 * Line width used for shapes that consist of lines.
71 * Line dash path effect used for shapes that consist of lines.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DLineScatterCandleRadarDataSet.ets27 /** the width of the highlight indicator lines */
30 /** the path effect for dashed highlight-lines */
104 * Returns true if the dashed-line effect is enabled for highlight lines, false if not.
DRadarChartMode.ets41 * width of the main web lines
46 * width of the inner web lines
51 * color for the main web lines
66 * flag indicating if the web lines should be drawn or not
71 * modulus that determines how many labels and web-lines are skipped before the next is drawn
DLineDataSet.ets59 * sets the intensity of the cubic lines
64 * the path effect of this DataSet that makes dashed lines possible
133 * Sets the intensity for cubic lines (if enabled). Max = 1f = very cubic,
/developtools/profiler/host/smartperf/ide/src/trace/component/
DDisassemblingWindow.ts37 let lines = content.split('\n');
42 for (let line of lines) {
/developtools/smartperf_host/ide/src/trace/component/
DDisassemblingWindow.ts37 let lines = content.split('\n');
42 for (let line of lines) {
/developtools/profiler/host/smartperf/ide/server/
Dmain.go371 var lines []string
374 lines = append(lines, sc.Text())
376 return lines
/developtools/smartperf_host/ide/server/
Dmain.go371 var lines []string
374 lines = append(lines, sc.Text())
376 return lines
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp242 auto lines = StringUtils::Split(output, "\n"); in Execute() local
243 …(LOG_CORE, "ExecuteCommand(%s): output %zuB, %zuLn", cmdline.c_str(), output.size(), lines.size()); in Execute()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp165 std::vector<uint32_t> lines; member
174 v.lines.emplace_back(j[i * LOCATION_SINGLE_LENGTH + OFFSET_SECOND]); in from_json()
207 std::vector<uint32_t> lines; member
218 v.lines.emplace_back(j[i * TRACE_FUNC_INFO_SINGLE_LENGTH + OFFSET_FOURTH]); in from_json()
453 auto line = location.lines[i]; in ParseLocation()
485 auto line = traceFuncInfo.lines[i]; in ParseTraceFuncInfo()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts657 const lines: any = data.split(/\r?\n/); constant
658 lines.forEach(line => {
674 const lines: any = data.split(/\r?\n/); constant
675 lines.forEach(line => {
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp165 std::vector<uint32_t> lines; member
174 v.lines.emplace_back(j[i * LOCATION_SINGLE_LENGTH + OFFSET_SECOND]); in from_json()
207 std::vector<uint32_t> lines; member
218 v.lines.emplace_back(j[i * TRACE_FUNC_INFO_SINGLE_LENGTH + OFFSET_FOURTH]); in from_json()
490 auto line = location.lines[i]; in ParseLocation()
522 auto line = traceFuncInfo.lines[i]; in ParseTraceFuncInfo()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp143 size_t lines = std::count(modulesMap.begin(), modulesMap.end(), '\n'); variable
145 EXPECT_EQ(runtime_->kernelSpaceMemMaps_.size(), lines);
/developtools/ace_ets2bundle/compiler/
DREADME.md63 For example, create a file `bar.ets` in the `page` directory. And then add the following lines to `…
D.eslintrc63 "no-multiple-empty-lines": [2, { "max": 1 }],
/developtools/ace_ets2bundle/
DREADME.md67 For example, create a file `bar.ets` in the `pages` directory. And then add the following lines to …
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L1_app.py263 lines = fp.readlines()
264 for line in lines:

12