Home
last modified time | relevance | path

Searched refs:word (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp638 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 …]
Dsmaps_stats.cpp188 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/
Dstartup_delay.cpp80 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/
Dmemory_data_plugin.h398 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/
Dhilog_plugin.cpp395 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/
DTabPaneNMSampleList.ts271 let word = '';
275 word = String.fromCharCode(96 + end) + word;
278 return word.toUpperCase();
/developtools/profiler/device/plugins/hilog_plugin/include/
Dhilog_plugin.h59 bool StringToL(const char* word, long& value);
/developtools/profiler/device/plugins/process_plugin/include/
Dprocess_data_plugin.h73 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/
DLegend.ets532 * 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/
Ddaemon_app.rs229 .partition(|word| word.starts_with('-')); in app_uninstall()
/developtools/profiler/hiebpf/include/
Dvmlinux.h25551 long unsigned int word; member
29018 long unsigned int word; member
70944 __u16 word; member
107833 __be32 word; member
107837 __be16 word; member