| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/hdi/ |
| D | hdi_parser.py | 32 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/ |
| D | LineScatterCandleRadarRenderer.ets | 29 * 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
|
| D | AxisRenderer.ets | 37 * 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/ |
| D | ILineScatterCandleRadarDataSet.ets | 23 * 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.
|
| D | ILineDataSet.ets | 32 * 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/ |
| D | hdc.go | 44 lines := strings.Fields(string(out)) 45 for _, dev := range lines {
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 41 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/ |
| D | AxisBase.ets | 82 * 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 …]
|
| D | LegendEntry.ets | 64 * 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/ |
| D | LineScatterCandleRadarDataSet.ets | 27 /** 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.
|
| D | RadarChartMode.ets | 41 * 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
|
| D | LineDataSet.ets | 59 * 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/ |
| D | DisassemblingWindow.ts | 37 let lines = content.split('\n'); 42 for (let line of lines) {
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | DisassemblingWindow.ts | 37 let lines = content.split('\n'); 42 for (let line of lines) {
|
| /developtools/profiler/host/smartperf/ide/server/ |
| D | main.go | 371 var lines []string 374 lines = append(lines, sc.Text()) 376 return lines
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 371 var lines []string 374 lines = append(lines, sc.Text()) 376 return lines
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | process_utils.cpp | 242 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/ |
| D | htrace_js_memory_parser.cpp | 165 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/ |
| D | module_mode.ts | 657 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/ |
| D | htrace_js_memory_parser.cpp | 165 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/ |
| D | virtual_runtime_test.cpp | 143 size_t lines = std::count(modulesMap.begin(), modulesMap.end(), '\n'); variable 145 EXPECT_EQ(runtime_->kernelSpaceMemMaps_.size(), lines);
|
| /developtools/ace_ets2bundle/compiler/ |
| D | README.md | 63 For example, create a file `bar.ets` in the `page` directory. And then add the following lines to `…
|
| D | .eslintrc | 63 "no-multiple-empty-lines": [2, { "max": 1 }],
|
| /developtools/ace_ets2bundle/ |
| D | README.md | 67 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/ |
| D | liteOsUpgrade_L1_app.py | 263 lines = fp.readlines() 264 for line in lines:
|