Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 83) sorted by relevance

1234

/developtools/profiler/host/smartperf/ide/src/base-ui/
Dicon.svg3 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
6 </g>
9 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
12 </g>
15 …<g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd" opacity…
16 <g id="preview" transform="translate(1.000672, 0.843976)" fill="currentColor">
17 <g id="marshalling" transform="translate(0.000000, 3.000000)">
19 </g>
21 </g>
22 </g>
[all …]
/developtools/smartperf_host/ide/src/base-ui/
Dicon.svg3 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
6 </g>
9 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
12 </g>
15 …<g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd" opacity…
16 <g id="preview" transform="translate(1.000672, 0.843976)" fill="currentColor">
17 <g id="marshalling" transform="translate(0.000000, 3.000000)">
19 </g>
21 </g>
22 </g>
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DColorTemplate.ets20 public static argb(a: number, r: number, g: number, b: number): number{
21 return 0xff000000 | (a << 24) | (r << 16) | (g << 8) | b;
24 public static rgb(r: number, g: number, b: number): number{
25 return 0xff000000 | (r << 16) | (g << 8) | b;
44 public static RGBToHSV(r,g,b,hsv:number[]){
46 let arr = [r,g,b];
60 } else if (max === r && g >= b) {
61 h = 60 * ((g - b) / (max - min)) + 0;
62 } else if (max === r && g < b) {
63 h = 60 * ((g - b) / (max - min)) + 360
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DFrameChartStruct.ts25 g: 145,
102 …frameChartBeanCanvasCtx.fillStyle = `rgba(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b}, ${lightB…
105 frameChartBeanCanvasCtx.fillStyle = `rgba(${color.r}, ${color.g}, ${color.b}, 0.9)`;
123 frameChartBeanCanvasCtx.strokeStyle = `rgb(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b})`;
150 g: Math.floor(110 + 105 * (1 - widthPercentage)),
/developtools/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts25 g: 145,
102 …frameChartBeanCanvasCtx.fillStyle = `rgba(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b}, ${lightB…
105 frameChartBeanCanvasCtx.fillStyle = `rgba(${color.r}, ${color.g}, ${color.b}, 0.9)`;
123 frameChartBeanCanvasCtx.strokeStyle = `rgb(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b})`;
150 g: Math.floor(110 + 105 * (1 - widthPercentage)),
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md43 | -g | 是否采集gpu。 |否|
66 -g get gpuFreq and gpuLoad
73 Example: SP_daemon -N 20 -PKG ohos.samples.ecg -c -g -t -p -f
79 2)执行示例命令:SP_daemon -N 20 -PKG ohos.samples.ecg -c -g -t -p -f。
/developtools/global_resource_tool/
DCMakeLists.txt10 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fstack-protector -O2 -g -Wall")
14 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fstack-protector -O2 -g -Wall")
DREADME.md30 resource tool command e.g:
40 -e start id mask, e.g 0x01000000, in [0x01000000, 0x06FFFFFF),[0x08000000, 0x41FFFFFF)
Dwin32.cmake3 SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/network_data/
Dnetwork_plugin_result.proto22 string type = 3; // e.g. "wlan0", "rmnet0", etc.
36 string type = 1; // e.g. "wlan0", "rmnet0", etc.
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/network_data/
Dnetwork_plugin_result.proto22 string type = 3; // e.g. "wlan0", "rmnet0", etc.
36 string type = 1; // e.g. "wlan0", "rmnet0", etc.
/developtools/profiler/protos/types/plugins/network_data/
Dnetwork_plugin_result.proto22 string type = 3; // e.g. "wlan0", "rmnet0", etc.
36 string type = 1; // e.g. "wlan0", "rmnet0", etc.
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/
DREADME.md55 …--product_name {your_product_name} --oh_path {root_path_of_oh} [-g] [-s] [-b]`运行代码,其中-g表示直接使用上次扫描的…
/developtools/profiler/host/smartperf/trace_streamer/doc/
Dcompile_trace_streamer.md17 |windows |gcc.exe/g++.exe| (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 8.1.0|
/developtools/smartperf_host/trace_streamer/doc/
Dcompile_trace_streamer.md17 |windows |gcc.exe/g++.exe| (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 8.1.0|
/developtools/profiler/hiebpf/
DBUILD.gn49 "-g",
64 "-g",
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/
DexteriorStyle.css67 .g {
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/hilog_data/
Dhilog_plugin_config.proto35 // set the pid for get log e.g. hilogcat --pid=111
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hilog_data/
Dhilog_plugin_config.proto35 // set the pid for get log e.g. hilogcat --pid=111
/developtools/profiler/protos/types/plugins/hilog_data/
Dhilog_plugin_config.proto35 // set the pid for get log e.g. hilogcat --pid=111
/developtools/profiler/host/smartperf/doc/
Dcompile_smartperf.md37 npm install -g typescript
/developtools/hdc/scripts/
Dbuild_standalone_linux_host.sh88g++ ${DEFINES} ${CXXFLAGS} ${INCLUDES} $(find src/common/ src/host/ \( -name "*.cpp" -or -name "*.…
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js1136 const transArray = [/\\a/g, /\\b/g, /\\f/g, /\\n/g, /\\r/g, /\\t/g,
1137 /\\v/g, /\\\\/g, /\\'/g, /\\"/g, /\\0/g]
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15g="[object Array]",h="[object Boolean]",E="[object Date]",T="[object Error]",S="[object Function]"… function
/developtools/profiler/device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/
DBUILD.gn25 "-g",

1234