/developtools/profiler/device/plugins/memory_plugin/src/ |
D | memory_data_plugin.cpp | 638 bool MemoryDataPlugin::StringToUll(const char* word, uint64_t& value) in StringToUll() argument 642 value = strtoull(word, &end, DEC_BASE); in StringToUll() 645 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToUll() 652 …<typename T> void MemoryDataPlugin::SetProcessInfo(T& processMemoryInfo, int key, const char* word) in SetProcessInfo() argument 656 if ((key >= PRO_TGID && key <= PRO_PURGPIN && key != PRO_NAME) && !StringToUll(word, value)) { in SetProcessInfo() 657 …OG_ERROR(LOG_CORE, "MemoryDataPlugin:%s, strtoull failed, key(%d), word(%s)", __func__, key, word); in SetProcessInfo() 779 template <typename T> void MemoryDataPlugin::SetAshmemInfo(T& ashmemInfo, int key, const char* word) in SetAshmemInfo() argument 785 ashmemInfo.set_name(word); in SetAshmemInfo() 788 value = strtol(word, nullptr, DEC_BASE); in SetAshmemInfo() 793 value = strtol(word, nullptr, DEC_BASE); in SetAshmemInfo() [all …]
|
D | smaps_stats.cpp | 188 std::string word = newline; in ParseMapHead() local 189 size_t wordsz = word.find(" "); in ParseMapHead() 191 word = newline.substr(0, wordsz); in ParseMapHead() 193 size_t pos = word.find("-"); in ParseMapHead() 195 smapsHeadInfo.startAddrStr = word.substr(0, pos); in ParseMapHead() 196 smapsHeadInfo.endAddrStr = word.substr(pos + 1, word.size()); in ParseMapHead() 201 size_t dataLen = word.size() > 1 ? word.size() - 1 : 0; in ParseMapHead() 202 smapsHeadInfo.permission = word.substr(0, dataLen); in ParseMapHead() 204 smapsHeadInfo.iNode = strtoll(word.substr(0, word.size()).c_str(), nullptr, DEC_BASE); in ParseMapHead()
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | startup_delay.cpp | 80 std::string word = ""; in GetHisysId() local 84 while (ssLine >> word) { in GetHisysId() 87 secondStr = word; in GetHisysId() 103 std::string word = ""; in GetHisysIdResponse() local 107 while (ssLine >> word) { in GetHisysIdResponse() 110 secondStr = word; in GetHisysIdResponse() 126 std::string word = ""; in GetHisysIdComplete() local 130 while (ssLine >> word) { in GetHisysIdComplete() 133 secondStr = word; in GetHisysIdComplete() 149 std::string word = ""; in GetHisysIdStart() local [all …]
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
D | memory_data_plugin.h | 398 template <typename T> void SetProcessInfo(T& processMemoryInfo, int key, const char* word); 400 bool StringToUll(const char* word, uint64_t& value); 476 template <typename T> void SetAshmemInfo(T& ashmemInfo, int key, const char* word); 477 template <typename T> void SetDmaInfo(T& dmaInfo, int key, const char* word); 478 template <typename T> void SetGpuProcessInfo(T& gpuProcessInfo, int key, const char* word); 480 template <typename T> void SetRSImageDumpInfo(T& rsDumpInfo, int key, const char* word); 481 template <typename T> void SetManagerServiceInfo(T& windowInfo, int key, const char* word);
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
D | hilog_plugin.cpp | 395 bool HilogPlugin::StringToL(const char* word, long& value) in StringToL() argument 399 value = strtol(word, &end, DEC_BASE); in StringToL() 402 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToL()
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMSampleList.ts | 271 let word = ''; 275 word = String.fromCharCode(96 + end) + word; 278 return word.toUpperCase();
|
/developtools/profiler/device/plugins/hilog_plugin/include/ |
D | hilog_plugin.h | 59 bool StringToL(const char* word, long& value);
|
/developtools/profiler/device/plugins/process_plugin/include/ |
D | process_data_plugin.h | 73 template <typename T> void SetProcessInfo(T& processinfo, int key, const char* word);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
D | Legend.ets | 532 * flag that indicates if word wrapping is enabled 537 * Should the legend word wrap? / this is currently supported only for: 538 * BelowChartLeft, BelowChartRight, BelowChartCenter. / note that word 540 * maxSizePercent when word wrapping, to set the point where the text wraps. 550 * If this is set, then word wrapping the legend is enabled. This means the 728 !wordWrapEnabled || // No word wrapping, it must fit. 969 !wordWrapEnabled || // No word wrapping, it must fit.
|
/developtools/hdc/hdc_rust/src/daemon/ |
D | daemon_app.rs | 229 .partition(|word| word.starts_with('-')); in app_uninstall()
|
/developtools/profiler/hiebpf/include/ |
D | vmlinux.h | 25551 long unsigned int word; member 29018 long unsigned int word; member 70944 __u16 word; member 107833 __be32 word; member 107837 __be16 word; member
|