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.ets62 * 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.eslintrc66 "no-multiple-empty-lines": [2, { "max": 1 }],
105 "max-lines-per-function": ["error", {"max": 50, "skipBlankLines": true, "skipComments": true}],
107 "max-lines": ["error", 2000]
DREADME.md63 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/
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
132 * Sets the intensity for cubic lines (if enabled). Max = 1f = very cubic,
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp26 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()
Dffrt_converter.h108 void CheckTraceMarker(vector<std::string>& lines);
/developtools/smartperf_host/ide/server/
Dmain.go374 var lines []string
377 lines = append(lines, sc.Text())
379 return lines
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp143 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/
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/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts242 const lines = command.split('\r\n'); constant
244 lines.forEach((line) => {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts725 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/
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:
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp162 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/
Dprocess_visual.ts252 const lines: Array<string> = content.split('\n'); constant
253 const originEtsFileLines: number = lines.length;

12