| /developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/ |
| D | README.md | 7 │ ├── callstack.h 8 │ ├── debug_logger.h 9 │ ├── dwarf_encoding.h 10 │ ├── elf_parser.h 11 │ ├── hashlist.h 14 │ │ ├── types.h 15 │ ├── mem_map_item.h 16 │ ├── noncopyable.h 17 │ ├── option.h 18 │ ├── perf_event_record.h [all …]
|
| D | BUILD.gn | 39 cflags += [ "-includeMingW64Fix.h" ] 43 "./src/callstack.h", 45 "./src/dwarf_encoding.h", 46 "./src/hashlist.h", 52 "./src/register.h", 58 "include/symbols_file.h",
|
| /developtools/ace_ets2bundle/compiler/sample/pages/ |
| D | willdo.ets | 41 { label: "Refactor: align_component.h" }, 43 { label: "Refactor: arc_component.h" }, 45 { label: "Refactor: block_component.h" }, 47 { label: "Refactor: box_base_component.h" }, 49 { label: "Refactor: box_component.h" }, 51 { label: "Refactor: bubble_component.h" }, 53 { label: "Refactor: button_component.h" }, 55 { label: "Refactor: calendar_component.h" }, 57 { label: "Refactor: calendar_data_adapter.h" }, 59 { label: "Refactor: chart_component.h" }, [all …]
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/ |
| D | googletestbuild.gn | 26 "googletest/include/gtest/gtest-spi.h", 27 "googletest/include/gtest/gtest.h", 44 "googletest/include/gtest/gtest-death-test.h", 45 "googletest/include/gtest/gtest-message.h", 46 "googletest/include/gtest/gtest-param-test.h", 47 "googletest/include/gtest/gtest-printers.h", 48 "googletest/include/gtest/gtest-test-part.h", 49 "googletest/include/gtest/gtest-typed-test.h", 50 "googletest/include/gtest/gtest_pred_impl.h", 51 "googletest/include/gtest/gtest_prod.h", [all …]
|
| D | gtest_internal.h.patch | 1 --- third_party/googletest/googletest/include/gtest/internal/gtest-internal.h 2023-01-17 16:10:56.2… 2 …ver/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h 2023-01-06 17:58:25.… 4 #include <float.h> 5 #include <string.h>
|
| D | gtest_port.h.patch | 1 --- third_party/googletest/googletest/include/gtest/internal/gtest-port.h 2023-01-17 16:10:56.25236… 2 …esolver/third_party/googletest/googletest/include/gtest/internal/gtest-port.h 2023-01-06 17:58:25.… 4 # include <AvailabilityMacros.h> 5 # include <TargetConditionals.h>
|
| D | gtest-message.h.patch | 1 --- third_party/googletest/googletest/include/gtest/gtest-message.h 2023-01-17 16:10:56.252360383 +… 2 …race_resolver/third_party/googletest/googletest/include/gtest/gtest-message.h 2023-01-06 17:58:25.… 13 #include "gtest/internal/gtest-port.h"
|
| /developtools/smartperf_host/trace_streamer/ |
| D | pare_third_party.sh | 50 …st/googletest/include/gtest/internal/gtest-internal.h ../prebuilts/patch_googletest/gtest_internal… 51 …ogletest/googletest/include/gtest/internal/gtest-port.h ../prebuilts/patch_googletest/gtest_port.h… 52 …ty/googletest/googletest/include/gtest/gtest-message.h ../prebuilts/patch_googletest/gtest-message… 53 …d::string/s/^\(.*\)$/\/\/\1/g" ../third_party/googletest/googletest/include/gtest/hwext/gtest-tag.h 76 rm -rf perf_event.h 77 …w/20221117/github.com/libbpf/libbpf/refs/tags/v0.7.0/include/uapi/linux/perf_event.h > perf_event.h 78 mv perf_event.h perf_include/libbpf/linux/perf_event.h 79 … $patch -p0 perf_include/libbpf/linux/perf_event.h ../prebuilts/patch_perf_event/perf_event.h.patch 84 rm -rf elf.h 85 curl https://gitee.com/openharmony/third_party_musl/raw/master/include/elf.h > elf.h [all …]
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | BUILD.gn | 22 "animation_filter.h", 24 "app_start_filter.h", 26 "args_filter.h", 28 "binder_filter.h", 32 "filter_base.h", 34 "filter_filter.h", 36 "frame_filter.h", 38 "hi_sysevent_measure_filter.h", 40 "irq_filter.h", 42 "measure_filter.h", [all …]
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/ |
| D | BUILD.gn | 61 "rpc/demo_rpc_server.h", 63 "sdk/sdk_data_parser.h", 65 "sdk/ts_sdk_api.h", 67 "table/demo_meta_table.h", 70 "table/gpu_counter_object_table.h", 72 "table/gpu_counter_table.h", 74 "table/slice_object_table.h", 76 "table/slice_table.h", 78 "trace_data/demo_trace_data_cache_reader.h", 80 "trace_data/demo_trace_data_cache_writer.h", [all …]
|
| /developtools/syscap_codec/src/ |
| D | endian_internal.c | 36 uint32_t HtonlInter(uint32_t h) in HtonlInter() argument 38 return CheckEndian() ? h : B_L_SWAP32(h); in HtonlInter() 46 uint16_t HtonsInter(uint16_t h) in HtonsInter() argument 48 return CheckEndian() ? h : B_L_SWAP16(h); in HtonsInter()
|
| D | endian_internal.h | 27 extern uint32_t HtonlInter(uint32_t h); 29 extern uint16_t HtonsInter(uint16_t h);
|
| /developtools/smartperf_host/ide/src/ |
| D | icon.svg | 5 …d="M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-… 13 …h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zM448.6 361… 19 …44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 … 47 …d="M536 448h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"></pa… 57 …d="M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c… 71 … 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-… 89 …d="M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8… 124 …d="M664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-0.3-4.2… 130 …6 7.2 4.6h62c1.2 0 2.4-0.3 3.5-0.8 4-2 5.6-6.7 3.6-10.7l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 8… 142 …d="M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM648 3… [all …]
|
| /developtools/syscap_codec/ |
| D | README_ZH.md | 26 │ │ ├── syscap_define.h 27 │ │ └── syscap_tool.h 30 │ │ └── syscap_interface.h 34 │ │ └── syscap_interface.h 36 │ │ ├── endian_internel.h # 内部实现的大小端转换接口定义(便于win、mac、linux平台通用) 44 │ │ │ │ └── syscap_codec_test.h 71 使用./syscap_tool -h或者./syscap_tool --help查看: 74 -h, --help : how to use 126 1. 收集所有部件(或指定部件)的syscap字段并与developtools/sysap_codec/include/syscap_define.h中的arraySyscap比较,输出检查结果,若… 128 3. 收集所有interface/sdk-js/api目录下的*.d.ts中的syscap属性与developtools/syscap_codec/include/syscap_define.h中的… [all …]
|
| D | BUILD.gn | 38 inputs = [ "${root_build_dir}/syscap_define_custom.h" ] 81 inputs = [ "${root_build_dir}/syscap_define_custom.h" ] 113 inputs = [ "${root_build_dir}/syscap_define_custom.h" ] 165 # generate syscap_define_custom.h 170 rebase_path("include/codec_config/syscap_define.h"), 174 rebase_path("${root_build_dir}/syscap_define_custom.h"), 177 "include/codec_config/syscap_define.h", 180 outputs = [ "${root_build_dir}/syscap_define_custom.h" ]
|
| D | README.md | 23 │ │ └── syscap_tool.h # interfaces 25 │ │ ├── endian_internel.h # internal big/little endian conversion headers(common for win、mac… 64 ./syscap_tool -h or ./syscap_tool --help: 70 -h, --help : how to use 91 …e them with arraySyscap in developtools/ syscap_codec/include/syscap_define.h, and output the chec… 93 …ctories with arraySyscap in developtools/syscap_codec/include/syscap_define.h. If they are inconsi… 108 # check syscap field in all components for consistency with arraySyscap in syscap_define.h 111 ….json of the specified part is consistent with arraySyscap in syscap_define.h. Note: --bundles is … 117 # check the "@syscap" attribute set in *.d.ts for consistency with arraSyscap in syscap_define.h
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | ColorUtils.ts | 235 const [h, s, l] = rgbToHsl(color[0] / 255, color[1] / 255, color[2] / 255); constant 241 const interpolatedColor = hslToRgb(h, s, interpolatedL); 250 let h = 0, 255 h = s = 0; // achromatic 261 h = (g - b) / d + (g < b ? 6 : 0); 264 h = (b - r) / d + 2; 267 h = (r - g) / d + 4; 270 h /= 6; 273 return [h, s, l]; 299 function hslToRgb(h: number, s: number, l: number): number[] { [all …]
|
| /developtools/smartperf_host/trace_streamer/src/metrics/ |
| D | BUILD.gn | 21 "memAggStrategy.h", 22 "memDataStrategy.h", 23 "memStrategy.h", 25 "metrics.h", 26 "sysCallStrategy.h", 27 "traceStateStrategy.h", 28 "traceTaskStrategy.h",
|
| /developtools/hdc/scripts/ |
| D | file_path.cfg | 1 /src/common/channel.h 2 /src/common/session.h 3 /src/common/transfer.h
|
| /developtools/smartperf_host/ide/src/base-ui/chart/column/ |
| D | LitChartColumn.ts | 31 h: number; 37 h: number; 232 h: partHeight, 243 h: (litChartColumnItem[this.litChartColumnCfg!.yField] * partHeight) / maxValue, 264 h: partHeight, 276 h: (itemEl[this.litChartColumnCfg!.yField] * partHeight) / maxValue, 366 c.fillRect(it.bgFrame!.x, it.bgFrame!.y, it.bgFrame!.w, it.bgFrame!.h); 371 if (it.height! < it.frame!.h) { 373 c.fillRect(it.frame!.x, it.frame!.y + (it.frame!.h - it.height!), it.frame!.w, it.height!); 376 c.fillRect(it.frame!.x, it.frame!.y, it.frame!.w, it.frame!.h); [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ColorTemplate.ets | 45 var h = 0, s = 0, v = 0; 59 h = 0;//事实上,max===min的时候,h无论为多少都无所谓 61 h = 60 * ((g - b) / (max - min)) + 0; 63 h = 60 * ((g - b) / (max - min)) + 360 65 h = 60 * ((b - r) / (max - min)) + 120 67 h = 60 * ((r - g) / (max - min)) + 240 69 h = Math.floor(h); 73 hsv.push(h,s,v) 77 var h = arr[0], s = arr[1], v = arr[2]; 81 var i = Math.floor((h / 60) % 6); [all …]
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | BUILD.gn | 22 "sqllite_prepar_cache_data.h", 24 "trace_data_cache.h", 26 "trace_data_cache_base.h", 28 "trace_data_cache_reader.h", 30 "trace_data_cache_writer.h", 32 "trace_data_db.h",
|
| /developtools/profiler/protos/services/ |
| D | BUILD.gn | 41 "$proto_out_dir/$name.pb.h", 50 "$proto_out_dir/${name}_lite.pb.h", 87 "$proto_out_dir/$name.pb.h", 125 "$proto_out_dir/$name.pb.h", 127 "$proto_out_dir/$name.grpc.pb.h", 184 "$proto_out_dir/$name.pb.h", 196 "$proto_out_dir/$name.pb.h", 198 "$proto_out_dir/$name.ipc.h",
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | README.md | 34 1. `-h`或`--help`命令查看帮助 36 > python3 rom_analyzer.py -h 37 …usage: rom_analyzer.py [-h] [-v] -p PROJECT_PATH -j MODULE_INFO_JSON -n PRODUCT_NAME -d PRODUCT_DI… 42 -h, --help show this help message and exit 123 1. 使用`-h`或`--help`查看帮助 125 > python .\ram_analyzer.py -h 126 …usage: ram_analyzer.py [-h] [-v] -s JSON_PATH -c CFG_PATH [-j ROM_RESULT] -n DEVICE_NUM [-b BASELI… 132 -h, --help show this help message and exit
|
| /developtools/integration_verification/tools/components_deps/ |
| D | README.md | 24 1. `-h`或`--help`命令查看帮助 27 …usage: components_deps_analyzer.py [-h] -p COMPONENTS_GN_PATH_LIST -g GN_NAME -c CONFIG_PATH -o OP… 32 -h, --help show this help message and exit
|