/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 | 62 * Line width used for shapes that consist of lines. 69 * Line dash path effect used for shapes that consist of lines.
|
/developtools/ace_ets2bundle/compiler/ |
D | .eslintrc | 66 "no-multiple-empty-lines": [2, { "max": 1 }], 105 "max-lines-per-function": ["error", {"max": 50, "skipBlankLines": true, "skipComments": true}], 107 "max-lines": ["error", 2000]
|
D | README.md | 63 For example, create a file `bar.ets` in the `page` directory. And then add the following lines to `…
|
/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 132 * Sets the intensity for cubic lines (if enabled). Max = 1f = very cubic,
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
D | ffrt_converter.cpp | 26 std::vector<std::string> lines; in RecoverTraceAndGenerateNewFile() local 29 lines.push_back(std::move(line)); in RecoverTraceAndGenerateNewFile() 31 CheckTraceMarker(lines); in RecoverTraceAndGenerateNewFile() 32 TypeFfrtPid result = ClassifyLogsForFfrtWorker(lines); in RecoverTraceAndGenerateNewFile() 33 ConvertFfrtThreadToFfrtTask(lines, result); in RecoverTraceAndGenerateNewFile() 34 for (const std::string& lineergodic : lines) { in RecoverTraceAndGenerateNewFile() 39 void FfrtConverter::CheckTraceMarker(vector<std::string>& lines) in CheckTraceMarker() argument 41 for (auto line : lines) { in CheckTraceMarker()
|
D | ffrt_converter.h | 108 void CheckTraceMarker(vector<std::string>& lines);
|
/developtools/smartperf_host/ide/server/ |
D | main.go | 374 var lines []string 377 lines = append(lines, sc.Text()) 379 return lines
|
/developtools/hiperf/test/unittest/common/native/ |
D | virtual_runtime_test.cpp | 143 size_t lines = std::count(modulesMap.begin(), modulesMap.end(), '\n'); variable 146 lines = 0; 148 EXPECT_EQ(runtime_->kernelSpaceMemMaps_.size(), 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/smartperf_host/ide/src/hdc/ |
D | HdcDeviceManager.ts | 242 const lines = command.split('\r\n'); constant 244 lines.forEach((line) => {
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_mode.ts | 725 const lines: string[] = data.split(/\r?\n/); constant 726 lines.forEach(line => { 742 const lines: string[] = data.split(/\r?\n/); constant 743 lines.forEach(line => {
|
/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:
|
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_js_memory_parser.cpp | 162 std::vector<uint32_t> lines; member 171 v.lines.emplace_back(j[i * LOCATION_SINGLE_LENGTH + OFFSET_SECOND]); in from_json() 201 std::vector<uint32_t> lines; member 212 v.lines.emplace_back(j[i * TRACE_FUNC_INFO_SINGLE_LENGTH + OFFSET_FOURTH]); in from_json() 686 auto line = location.lines[i]; in ParseLocation() 745 auto line = traceFuncInfo.lines[i]; in ParseTraceFuncInfo()
|
/developtools/ace_ets2bundle/compiler/src/ |
D | process_visual.ts | 252 const lines: Array<string> = content.split('\n'); constant 253 const originEtsFileLines: number = lines.length;
|