Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 36) sorted by relevance

12

/developtools/ace_ets2bundle/compiler/
D.eslintrc86 "space-before-blocks": 2,
87 "space-before-function-paren": [2, "never"],
88 "space-in-parens": 2,
89 "space-infix-ops": 2,
90 "space-unary-ops": [2, { "words": true, "nonwords": false }],
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DCandleDataSet.ets45 * the space between the candle entries, default 0.1f (10%)
141 * Sets the space that is left out on the left and right side of each
144 * @param space
146 public setBarSpace(space: number): void {
148 if (space < 0)
149 space = 0;
150 if (space > 0.45)
151 space = 0.45;
153 this.mBarSpace = space;
DLineScatterCandleRadarDataSet.ets87 * @param spaceLength the length of space inbetween the line-pieces
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegend.ets96 * the space between the legend entries on a horizontal axis, default 6f
101 * the space between the legend entries on a vertical axis, default 5f
106 * the space between the legend entries on a vertical axis, default 2f
107 * private float mYEntrySpace = 2f; /** the space between the form and the
113 * the space that should be left between stacked forms
434 * returns the space between the legend entries on a horizontal axis in
444 * sets the space between the legend entries on a horizontal axis in pixels,
447 * @param space
449 public setXEntrySpace(space : number) : void {
450 this.mXEntrySpace = space;
[all …]
DYAxis.ets84 * axis space from the largest value to the top in percent of the total axis range
89 * axis space from the smallest value to the bottom in percent of the total axis range
266 * Sets the top axis space in percent of the full range. Default 10f
275 * Returns the top axis space in percent of the full range. Default 10f
284 * Sets the bottom axis space in percent of the full range. Default 10f
293 * Returns the bottom axis space in percent of the full range. Default 10f
DLegendEntry.ets50 * `NONE` will avoid drawing a form, and any related space.
51 * `EMPTY` will avoid drawing a form, but keep its space.
DLimitLine.ets110 * @param spaceLength the length of space inbetween the pieces
/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c94 const char space[] = " "; in SplitParams() local
97 param = strtok_s(input, space, &next); in SplitParams()
100 param = strtok_s(NULL, space, &next); in SplitParams()
/developtools/bytrace/
DREADME.md11 …tes and extends the ftrace in the kernel and supports tracing in the user space. This tool provide…
14 …tain the tracing information. With ByTrace, you can enable a user-space or kernel-space label you …
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DMine.ets26 Column({ space: '15vp' }) {
88 Column({ space: '10vp' }) {
DReport.ets36 List({ space: '20vp', initialIndex: 0 }) {
DHome.ets140 Column({ space: 5 }) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DStartTestPage.ets93 Row({ space: '15vp' }) {
117 Row({ space: '15vp' }) {
143 Row({ space: '15vp' }) {
306 Row({ space: '15vp' }) {
348 Row({ space: '15vp' }) {
367 Row({ space: '15vp' }) {
DSettingsPage.ets30 Row({ space: '15vp' }) {
DTitleWindowPage.ets122 Column({ space: 2 }) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/
DStartTestTitleComponent.ets24 Row({ space: '15vp' }) {
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dprint_event_parser.cpp179 auto space = outPoint.name_.find(' '); in HandlerB() local
180 if (space != std::string::npos) { in HandlerB()
181 outPoint.funcPrefix_ = outPoint.name_.substr(0, space); in HandlerB()
183 outPoint.funcArgs_ = outPoint.name_.substr(space + 1); in HandlerB()
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp238 auto space = outPoint.name_.find(' '); in HandlerB() local
239 if (space != std::string::npos) { in HandlerB()
240 outPoint.funcPrefix_ = outPoint.name_.substr(0, space); in HandlerB()
242 outPoint.funcArgs_ = outPoint.name_.substr(space + 1); in HandlerB()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DICandleDataSet.ets23 * Returns the space that is left out on the left and right side of each
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DXAxisRendererRadarChart.ets79 // this space intentionally left blank
DLegendRenderer.ets234 // space between the entries �ѵ����֮�����µĿռ�
512 // Do not draw, but keep space for the form
DYAxisRendererRadarChart.ets51 // Find out how much spacing (in y value space) between axis values
DAxisRenderer.ets172 // Find out how much spacing (in y value space) between axis values
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/
DCurrent.ets154 Column({ space: 20 }) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets177 Row({ space: "3vp" }) {

12