Home
last modified time | relevance | path

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

123

/developtools/smartperf_host/ide/src/base-ui/
Dicon.svg4 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
9 </g>
12 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
18 </g>
21 <g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"
23 <g id="preview" transform="translate(1.000672, 0.843976)" fill="currentColor">
24 <g id="marshalling" transform="translate(0.000000, 3.000000)">
28 </g>
32 </g>
33 </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/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts247 function rgbToHsl(r: number, g: number, b: number): number[] {
248 const max = Math.max(r, g, b);
249 const min = Math.min(r, g, b);
261 h = (g - b) / d + (g < b ? 6 : 0);
263 case g:
267 h = (r - g) / d + 4;
301 g = 0,
305 r = g = b = l; // achromatic
320 g = hue2rgb(p, q, h);
324 return [r, g, b];
/developtools/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts25 g: 145,
128 canvasCtx.fillStyle = `rgba(${lightBlue.g}, ${lightBlue.g}, ${lightBlue.g}, ${lightBlue.a})`;
131 canvasCtx.fillStyle = `rgba(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b}, ${lightBlue.a})`;
/developtools/integration_verification/tools/components_deps/
DREADME.md27 …usage: components_deps_analyzer.py [-h] -p COMPONENTS_GN_PATH_LIST -g GN_NAME -c CONFIG_PATH -o OP…
35 -g GN_NAME, --gn_name GN_NAME
48 …python components_deps_analyzer.py -p BUILD.gn,pkgs/BUILD.gn -g third_party_curl,third_party_zlib …
/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/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/smartperf_host/ide/src/trace/component/trace/
DTimerShaftElement.ts32 let g = Math.floor(Math.random() * 255);
34 if (r * 0.299 + g * 0.587 + b * 0.114 < 192) {
36 …let g16 = g.toString(16).length === 1 && g.toString(16) <= 'f' ? 0 + g.toString(16) : g.toString(1…
/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/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/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/
DexteriorStyle.css67 .g {
/developtools/profiler/hiebpf/
DBUILD.gn49 "-g",
64 "-g",
/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/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/profiler/protos/types/plugins/hilog_data/
Dhilog_plugin_config.proto36 // set the pid for get log e.g. hilog --pid=111
/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/plugindestroysessioncmd_fuzzer/
DBUILD.gn24 "-g",
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/
DBUILD.gn28 "-g",
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/
DBUILD.gn28 "-g",
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/
DBUILD.gn28 "-g",

123