| /developtools/ace_ets2bundle/compiler/ |
| D | .eslintrc | 86 "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/ |
| D | CandleDataSet.ets | 45 * 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;
|
| D | LineScatterCandleRadarDataSet.ets | 87 * @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/ |
| D | Legend.ets | 96 * 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 …]
|
| D | YAxis.ets | 84 * 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
|
| D | LegendEntry.ets | 50 * `NONE` will avoid drawing a form, and any related space. 51 * `EMPTY` will avoid drawing a form, but keep its space.
|
| D | LimitLine.ets | 110 * @param spaceLength the length of space inbetween the pieces
|
| /developtools/profiler/hidebug/frameworks/native/ |
| D | hidebug_base.c | 94 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/ |
| D | README.md | 11 …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/ |
| D | Mine.ets | 26 Column({ space: '15vp' }) { 88 Column({ space: '10vp' }) {
|
| D | Report.ets | 36 List({ space: '20vp', initialIndex: 0 }) {
|
| D | Home.ets | 140 Column({ space: 5 }) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | StartTestPage.ets | 93 Row({ space: '15vp' }) { 117 Row({ space: '15vp' }) { 143 Row({ space: '15vp' }) { 306 Row({ space: '15vp' }) { 348 Row({ space: '15vp' }) { 367 Row({ space: '15vp' }) {
|
| D | SettingsPage.ets | 30 Row({ space: '15vp' }) {
|
| D | TitleWindowPage.ets | 122 Column({ space: 2 }) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/ |
| D | StartTestTitleComponent.ets | 24 Row({ space: '15vp' }) {
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ |
| D | print_event_parser.cpp | 179 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/ |
| D | print_event_parser.cpp | 238 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/ |
| D | ICandleDataSet.ets | 23 * 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/ |
| D | XAxisRendererRadarChart.ets | 79 // this space intentionally left blank
|
| D | LegendRenderer.ets | 234 // space between the entries �ѵ����֮�����µĿռ� 512 // Do not draw, but keep space for the form
|
| D | YAxisRendererRadarChart.ets | 51 // Find out how much spacing (in y value space) between axis values
|
| D | AxisRenderer.ets | 172 // 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/ |
| D | Current.ets | 154 Column({ space: 20 }) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/ |
| D | Summary.ets | 177 Row({ space: "3vp" }) {
|