| /developtools/profiler/host/smartperf/trace_streamer/gn/ |
| D | wasm.gni | 27 "-s", 29 "-s", 31 "-s", 33 "-s", 35 "-s", 37 "-s", 39 "-s", 41 "-s", 43 "-s", 45 "-s", [all …]
|
| /developtools/smartperf_host/trace_streamer/gn/ |
| D | wasm.gni | 27 "-s", 29 "-s", 31 "-s", 33 "-s", 35 "-s", 37 "-s", 39 "-s", 41 "-s", 43 "-s", 45 "-s", [all …]
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/diskio_data/ |
| D | diskio_plugin_result.proto | 37 double rd_per_sec = 3; // 每秒从设备读取的数据量 kB_read/s 38 double wr_per_sec = 4; // 每秒向设备写入的数据量 kB_wrtn/s 39 double dc_per_sec = 5; // kB_dscd/s 47 uint64 io_rd = 2; // r/s 48 uint64 io_rsectors = 3; // kB/s, r+w+d 49 uint64 io_rrqm = 4; // rrqm/s 54 uint64 io_wr = 8; // w/s 55 uint64 io_wsectors = 9; // wkB/s , r+w+d 56 uint64 io_wrqm = 10; // wrqm/s 61 uint64 io_dc = 14; // d/s [all …]
|
| /developtools/profiler/protos/types/plugins/diskio_data/ |
| D | diskio_plugin_result.proto | 37 double rd_per_sec = 3; // 每秒从设备读取的数据量 kB_read/s 38 double wr_per_sec = 4; // 每秒向设备写入的数据量 kB_wrtn/s 39 double dc_per_sec = 5; // kB_dscd/s 47 uint64 io_rd = 2; // r/s 48 uint64 io_rsectors = 3; // kB/s, r+w+d 49 uint64 io_rrqm = 4; // rrqm/s 54 uint64 io_wr = 8; // w/s 55 uint64 io_wsectors = 9; // wkB/s , r+w+d 56 uint64 io_wrqm = 10; // wrqm/s 61 uint64 io_dc = 14; // d/s [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/diskio_data/ |
| D | diskio_plugin_result.proto | 37 double rd_per_sec = 3; // 每秒从设备读取的数据量 kB_read/s 38 double wr_per_sec = 4; // 每秒向设备写入的数据量 kB_wrtn/s 39 double dc_per_sec = 5; // kB_dscd/s 47 uint64 io_rd = 2; // r/s 48 uint64 io_rsectors = 3; // kB/s, r+w+d 49 uint64 io_rrqm = 4; // rrqm/s 54 uint64 io_wr = 8; // w/s 55 uint64 io_wsectors = 9; // wkB/s , r+w+d 56 uint64 io_wrqm = 10; // wrqm/s 61 uint64 io_dc = 14; // d/s [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/utils/ |
| D | CSVFormater.ts | 123 let s; 124 (s = ua.indexOf('edge') !== -1 ? (Sys.edge = 'edge') : ua.match(/rv:([\d.]+)\) like gecko/)) 125 ? (Sys.ie = s[1]) 126 : (s = ua.match(/msie ([\d.]+)/)) 127 ? (Sys.ie = s[1]) 128 : (s = ua.match(/firefox\/([\d.]+)/)) 129 ? (Sys.firefox = s[1]) 130 : (s = ua.match(/chrome\/([\d.]+)/)) 131 ? (Sys.chrome = s[1]) 132 : (s = ua.match(/opera.([\d.]+)/)) [all …]
|
| /developtools/profiler/device/cmds/src/ |
| D | command_param_text.cpp | 18 CommandParamText::CommandParamText(std::string& s) : stringText_(s) {} in CommandParamText() argument 19 void CommandParamText::SetValue(const std::string& s) in SetValue() argument 21 stringText_ = s; in SetValue()
|
| D | command_param.cpp | 30 [filterName](const std::string& s) { return s == filterName; }); in IsInFilter() argument
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | test.js | 113 …/import\s+(.+)\s+from\s+['"]@(system|ohos)\.(\S+)['"]|import\s+(.+)\s*=\s*require\(\s*['"]@(system… 115 …/import\s+(.+)\s+from\s+['"]lib(\S+)\.so['"]|import\s+(.+)\s*=\s*require\(\s*['"]lib(\S+)\.so['"]\…
|
| /developtools/profiler/device/services/ipc/test/unittest/ |
| D | socket_context_test.cpp | 52 std::string s="abc"; variable 55 ASSERT_EQ(socketContext.RawProtocolProc(2, (const int8_t *)s.c_str(), s.size()), -1); 58 EXPECT_FALSE(socketContext.SendRaw(1, (const int8_t *)s.c_str(), s.size(), -1));
|
| D | service_base_test.cpp | 40 std::string s="asdf"; variable 43 ASSERT_FALSE(serviceBase.ProtocolProc(socketContext, 0, (const int8_t *)s.c_str(), s.size()));
|
| /developtools/hdc/src/common/ |
| D | base.h | 67 string GetFullFilePath(string &s); 68 string GetPathWithoutFilename(const string &s); 71 int StringEndsWith(string s, string sub); 120 inline string &RightTrim(string &s, const string &w = WHITE_SPACES) 122 s.erase(s.find_last_not_of(w) + 1); 123 return s; 127 inline string &LeftTrim(string &s, const string &w = WHITE_SPACES) 129 s.erase(0, s.find_first_not_of(w)); 130 return s; 134 inline string &Trim(string &s, const string &w = WHITE_SPACES) [all …]
|
| D | file.cpp | 154 string s = SerialStruct::SerializeToString(context->fileMode); in CheckMaster() local 155 …SendToAnother(CMD_FILE_MODE, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in CheckMaster() 157 string s = SerialStruct::SerializeToString(context->transferConfig); in CheckMaster() local 158 …SendToAnother(CMD_FILE_CHECK, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()… in CheckMaster() 200 string s = SerialStruct::SerializeToString(mode); in FileModeSync() local 202 … SendToAnother(CMD_DIR_MODE, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in FileModeSync() 204 string s = SerialStruct::SerializeToString(ctxNow.transferConfig); in FileModeSync() local 205 …endToAnother(CMD_FILE_CHECK, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in FileModeSync() 231 for (auto s : dirsOfOptName) { in FileModeSync() local 233 dirMode.fullName = s; in FileModeSync() [all …]
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
| D | gn_common_tool.py | 84 def contains_gn_variable(cls, s: str, quote_processed: bool = False): 88 return cls.is_gn_variable(s, quote_processed) or ("$" in s) 138 def replace_gn_variables(cls, s: str, gn_path: str, stop_tail: str) -> str: 146 variable_list = GnCommonTool._find_gn_variable_list(s) 148 return s 152 s = s.replace(k, v) 153 return s
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_system_module.ts | 24 …/(import|export)\s+(.+)\s+from\s+['"](\S+)['"]|import\s+(.+)\s*=\s*require\(\s*['"](\S+)['"]\s*\)/…
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
| D | rollup-plugin-system-api.ts | 143 …/import\s+(.+)\s+from\s+['"]lib(\S+)\.so['"]|import\s+(.+)\s*=\s*require\(\s*['"]lib(\S+)\.so['"]\… 158 … RegExp(`import\\s+(.+)\\s*=\\s*require\\(\\s*['"]@(${sdkConfigPrefix})\\.(\\S+)['"]\\s*\\)`, 'g'); 163 …const REG_IMPORT_SYSTEM = new RegExp(`import\\s+(.+)\\s+from\\s+['"]@(${sdkConfigPrefix})\\.(\\S+)…
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_help.cpp | 95 char* s = str; in GetProcessorNumFromString() local 96 while (*s != '\0') { in GetProcessorNumFromString() 97 if (isdigit(*s)) { in GetProcessorNumFromString() 98 int currentNum = strtol(s, &s, 10); in GetProcessorNumFromString() 106 if (*s == ',') { in GetProcessorNumFromString() 109 s++; in GetProcessorNumFromString()
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …s="__lodash_placeholder__",p=32,l=128,c=1/0,u=9007199254740991,y=NaN,d=4294967295,f=[["ary",l],["b… function
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_animation.md | 44 + T2(s): 当前帧的结束时间。 45 + T1(s): 前一帧的结束时间。 56 + T2(s): 当前帧的结束时间。 57 + T1(s): 前一帧的结束时间。
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | memory_data_plugin.cpp | 294 std::string s(line); in ParseMemInfo() local 295 if (s.find("App Summary") != s.npos) { in ParseMemInfo() 301 if (s.find("Java Heap:") != s.npos) { in ParseMemInfo() 302 memoryInfo->mutable_memsummary()->set_java_heap(ParseNumber(s)); in ParseMemInfo() 305 if (s.find("Native Heap:") != s.npos) { in ParseMemInfo() 306 memoryInfo->mutable_memsummary()->set_native_heap(ParseNumber(s)); in ParseMemInfo() 309 if (s.find("Code:") != s.npos) { in ParseMemInfo() 310 memoryInfo->mutable_memsummary()->set_code(ParseNumber(s)); in ParseMemInfo() 313 if (s.find("Stack:") != s.npos) { in ParseMemInfo() 314 memoryInfo->mutable_memsummary()->set_stack(ParseNumber(s)); in ParseMemInfo() [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | LegendEntry.ets | 24 * @param formSize Set to NaN to use the legend's default. 25 * @param formLineWidth Set to NaN to use the legend's default. 26 * @param formLineDashEffect Set to nil to use the legend's default. 52 * `DEFAULT` will use the Legend's default. 59 * Set as NaN to use the legend's default 66 * Set as NaN to use the legend's default 73 * Set to null to use the legend's default
|
| /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; 54 s = 0; 56 s = 1 - (min / max); 70 s = Math.floor(s * 100); 73 hsv.push(h,s,v) 77 var h = arr[0], s = arr[1], v = arr[2]; 78 s = s / 100; 83 var p = v * (1 - s); 84 var q = v * (1 - f * s); 85 var t = v * (1 - (1 - f) * s); [all …]
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | hiperf_client_test.cpp | 69 this_thread::sleep_for(1s); 72 this_thread::sleep_for(1s); 90 this_thread::sleep_for(1s); 93 this_thread::sleep_for(1s); 110 this_thread::sleep_for(1s); 113 this_thread::sleep_for(1s); 131 this_thread::sleep_for(1s); 134 this_thread::sleep_for(1s); 168 this_thread::sleep_for(1s); in TestCaseOption() 173 this_thread::sleep_for(1s); in TestCaseOption() [all …]
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 86 transition-duration: 5s; 95 .s { 261 animation: 3s ease-in 1s 2 reverse both paused slidein; 266 animation: test_05 3s linear 1s; 271 animation: sliding-vertically 3s;
|
| /developtools/profiler/device/cmds/include/ |
| D | command_param_text.h | 23 CommandParamText(std::string& s); 25 void SetValue(const std::string& s);
|