| /developtools/hdc/src/common/ |
| D | circle_buffer.cpp | 44 if (data->used == false) { in Malloc() 45 data->used = true; in Malloc() 56 data->used = true; in Malloc() 76 data->used = false; in Free() 88 if (data->used == false) { in FreeMemory()
|
| D | circle_buffer.h | 33 bool used; member
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | LineRadarDataSet.ets | 30 * the color that is used for filling the line surface 37 * the drawable to be used for filling the line surface 42 * transparency used for filling line surface 65 * Sets the color that is used for filling the area below the line. 90 * Sets the drawable to be used to fill the area below the line. 104 * sets the alpha value (transparency) that is used for filling the line
|
| D | BaseDataSet.ets | 36 * List representing all colors that are used for this DataSet 41 * List representing all colors that are used for drawing the actual values for this DataSet 61 * custom formatter that is used instead of the auto-formatter if set 66 * the typeface used for the value text 143 * Sets the colors that should be used fore this DataSet. Colors are reused 156 * Sets the colors that should be used fore this DataSet. Colors are reused 169 * Sets the colors that should be used fore this DataSet. Colors are reused 202 * Sets the one and ONLY color that should be used for this DataSet.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | IBarDataSet.ets | 43 * Returns the color used for drawing the bar-shadows. The bar shadows is a 51 * Returns the width used for drawing borders around the bars. 66 * Returns the alpha value (transparency) that is used for drawing the 75 * Returns the labels used for the different value-stacks in the legend.
|
| D | ILineRadarDataSet.ets | 23 * Returns the color that is used for filling the line surface area. 30 * Returns the drawable used for filling the area below the line. 37 * Returns the alpha value that is used for filling the line surface,
|
| D | IDataSet.ets | 288 …* contains. This is only used for performance reasons when only one color is in the colors array (… 319 * Sets the formatter to be used for drawing the values inside the chart. If 330 * Returns the formatter used for drawing the values inside the chart. 351 * Sets a list of colors to be used as the colors for the drawn values. 372 * Returns only the first color of all colors that are set to be used for the values. 379 … * Returns the color at the specified index that is used for drawing the values inside the chart. 388 * Returns the typeface that is used for drawing the values inside the chart 395 * Returns the text size that is used for drawing the values inside the chart 423 * The line dash path effect used for shapes that consist of lines.
|
| D | IBarLineScatterCandleBubbleDataSet.ets | 22 * Returns the color that is used for drawing the highlight indicators.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | ComponentBase.ets | 39 * the typeface used for the labels 59 * Returns the used offset on the x-axis for drawing the axis or legend 69 * Sets the used x-axis offset for the labels on this axis. 78 * Returns the used offset on the x-axis for drawing the axis labels. This 88 * Sets the used y-axis offset for the labels on this axis. For the legend, 99 * returns the Typeface used for the labels, returns null if none is set
|
| D | LegendEntry.ets | 57 * Form size will be considered except for when .None is used 64 * Line width used for shapes that consist of lines. 71 * Line dash path effect used for shapes that consist of lines.
|
| /developtools/profiler/device/base/include/ |
| D | logging.h | 242 size_t used = strftime(timeStr, sizeof(timeStr), "%m-%d %H:%M:%S", &tmStruct); in GetTimeStr() local 243 (void)snprintf_s(&timeStr[used], sizeof(timeStr) - used, sizeof(timeStr) - used - 1, ".%03ld", in GetTimeStr()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | DataRenderer.ets | 36 * the animator object used to perform animations on the chart data 41 * main paint object used for rendering 48 * paint used for highlighting values 108 * Returns the Paint object used for rendering. 133 * Initializes the buffers used for rendering with a new size. Since this
|
| D | AxisRenderer.ets | 52 * paint used for the limit lines 81 * Returns the Paint object used for drawing the axis (labels). 91 * Returns the Paint object that is used for drawing the grid-lines of the 101 * Returns the Paint object that is used for drawing the axis-line that goes 111 * Returns the Transformer object used for transforming the axis values. 177 // This is used to avoid repeated values when rounding values for display.
|
| D | LineScatterCandleRadarRenderer.ets | 29 * path that is used for drawing highlight-lines (drawLines(...) cannot be used because of dashes)
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 43 * Generalized performance event event_id types, used by the 151 - * Structure used by below PERF_EVENT_IOC_QUERY_BPF command 203 cap_user_rdpmc : 1, /* The RDPMC instruction can be used to read counts */ 204 - cap_user_time : 1, /* The time_{shift,mult,offset} fields are used */ 205 + cap_user_time : 1, /* The time_* fields are used */ 206 cap_user_time_zero : 1, /* The time_zero field is used */ 207 - cap_user_time_short : 1, /* the time_{cycle,mask} fields are used */ 223 - * and we must compute the 'cyc' value, as used by cap_usr_time, as: 250 - * ('|' used bit, '-' unused bit) 271 - * Following PERF_RECORD_MISC_* are used on different [all …]
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 43 * Generalized performance event event_id types, used by the 151 - * Structure used by below PERF_EVENT_IOC_QUERY_BPF command 203 cap_user_rdpmc : 1, /* The RDPMC instruction can be used to read counts */ 204 - cap_user_time : 1, /* The time_{shift,mult,offset} fields are used */ 205 + cap_user_time : 1, /* The time_* fields are used */ 206 cap_user_time_zero : 1, /* The time_zero field is used */ 207 - cap_user_time_short : 1, /* the time_{cycle,mask} fields are used */ 223 - * and we must compute the 'cyc' value, as used by cap_usr_time, as: 250 - * ('|' used bit, '-' unused bit) 271 - * Following PERF_RECORD_MISC_* are used on different [all …]
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | flow_controller.cpp | 322 long used = 0; in ReadEventData() local 324 while ((nbytes = reader->Read(&buffer[used], rest)) > 0 && used < bufferSize) { in ReadEventData() 325 CHECK_TRUE(used % PAGE_SIZE == 0, used, "used invalid!"); in ReadEventData() 326 used += nbytes; in ReadEventData() 329 return used; in ReadEventData()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/jobs/ |
| D | ViewPortJob.ets | 22 * Runnable that is used for viewport modifications since they cannot be 23 * executed at any time. This can be used to delay the execution of viewport
|
| /developtools/integration_verification/tools/fotff/ |
| D | .gitignore | 21 # Output of the go coverage tool, specifically when used with LiteIDE
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/ |
| D | googletestbuild.gn | 40 "-Wno-used-but-marked-unused", 107 "-Wno-used-but-marked-unused", 142 "-Wno-used-but-marked-unused", 161 "-Wno-used-but-marked-unused", 210 "-Wno-used-but-marked-unused",
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/ |
| D | googletestbuild.gn | 40 "-Wno-used-but-marked-unused", 107 "-Wno-used-but-marked-unused", 142 "-Wno-used-but-marked-unused", 161 "-Wno-used-but-marked-unused", 210 "-Wno-used-but-marked-unused",
|
| /developtools/hapsigner/ |
| D | README.md | 5 …des the source code of the HAP signing tool - hapsigner. This tool can be used to generate key pai… 15 ├──hap_sign_tool # Application entry, used to verify input parameters. 16 …├──hap_sign_tool_lib # Signing tool lib, used to parse command words and parameter lists to imple… 48 The figures below illustrate how these files are used. 59 In the following, the JAR package used is the binary files generated during the build process. 142 …e key length is 2048, 3072, or 4096 bits if RSA is used and is NIST-P-256 or NIST-P-384 if ECC is … 163 …e key length is 2048, 3072, or 4096 bits if RSA is used and is NIST-P-256 or NIST-P-384 if ECC is … 217 6.Generate a common certificate, which can be used to generate a custom certificate. 219 … generate-cert: Generate a common certificate, which can be used to generate a custom certificate.
|
| /developtools/hiperf/ |
| D | README.md | 34 hiperf must be used with Python 3.7.0 or later. 84 …│ │ │ └── libhiperf_report.so # Lib file run by the PC. It is used by the Python script. 94 │ ├── command_script.py # Script of the hiperf commands, used to generate sampling data 97 │ ├── make_diff.py # Script used to generate Diff data 98 │ ├── make_report.py # Script used to generate a report from the sampled data 99 │ ├── recv_binary_cache.py # Script used to collect the symbol table 198 The event names are used for the **-e** and **-g** parameters of the **stat** and **record** comman…
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | wasm_func.h | 24 #define EMSCRIPTEN_KEEPALIVE __attribute__((used))
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | wasm_func.h | 24 #define EMSCRIPTEN_KEEPALIVE __attribute__((used))
|