Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp266 std::string word = newline; in ParseMapHead() local
267 size_t wordsz = word.find(" "); in ParseMapHead()
269 word = newline.substr(0, wordsz); in ParseMapHead()
271 size_t pos = word.find("-"); in ParseMapHead()
273 smapsHeadInfo.startAddrStr = word.substr(0, pos); in ParseMapHead()
274 smapsHeadInfo.endAddrStr = word.substr(pos + 1, word.size()); in ParseMapHead()
279 smapsHeadInfo.permission = word.substr(0, word.size() - 1); in ParseMapHead()
281 smapsHeadInfo.iNode = strtoll(word.substr(0, word.size()).c_str(), nullptr, DEC_BASE); in ParseMapHead()
Dmemory_data_plugin.cpp627 bool MemoryDataPlugin::StringToUll(const char* word, uint64_t& value) in StringToUll() argument
631 value = strtoull(word, &end, DEC_BASE); in StringToUll()
634 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToUll()
641 void MemoryDataPlugin::SetProcessInfo(ProcessMemoryInfo* processinfo, int key, const char* word) in SetProcessInfo() argument
645 if ((key >= PRO_TGID && key <= PRO_VMHWM && key != PRO_NAME) && !StringToUll(word, value)) { in SetProcessInfo()
646 …OG_ERROR(LOG_CORE, "MemoryDataPlugin:%s, strtoull failed, key(%d), word(%s)", __func__, key, word); in SetProcessInfo()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dcallstack_test.cpp51 unw_word_t word = {}; variable
60 EXPECT_LE(CallStack::getProcName(as, word, buf, size, wordPtr, voidPtr), 0);
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp385 bool HilogPlugin::StringToL(const char* word, long& value) in StringToL() argument
389 value = strtol(word, &end, DEC_BASE); in StringToL()
392 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToL()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts246 let word = '';
250 word = String.fromCharCode(96 + end) + word;
253 return word.toUpperCase();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts246 let word = '';
250 word = String.fromCharCode(96 + end) + word;
253 return word.toUpperCase();
/developtools/profiler/device/plugins/hilog_plugin/include/
Dhilog_plugin.h57 bool StringToL(const char* word, long& value);
/developtools/profiler/device/plugins/process_plugin/include/
Dprocess_data_plugin.h67 void SetProcessInfo(ProcessInfo* processinfo, int key, const char* word);
/developtools/profiler/device/plugins/memory_plugin/include/
Dmemory_data_plugin.h310 void SetProcessInfo(ProcessMemoryInfo* processinfo, int key, const char* word);
311 bool StringToUll(const char* word, uint64_t& value);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegend.ets524 * flag that indicates if word wrapping is enabled
529 * Should the legend word wrap? / this is currently supported only for:
530 * BelowChartLeft, BelowChartRight, BelowChartCenter. / note that word
532 * maxSizePercent when word wrapping, to set the point where the text wraps.
542 * If this is set, then word wrapping the legend is enabled. This means the
732 if (!wordWrapEnabled // No word wrapping, it must fit.
917 if (!wordWrapEnabled // No word wrapping, it must fit.
/developtools/hiperf/test/unittest/common/native/
Dcallstack_test.cpp508 unw_word_t word = {}; variable
517 EXPECT_LE(CallStack::getProcName(as, word, buf, size, wordPtr, voidPtr), 0);
/developtools/smartperf_host/ide/src/
Dicon.svg451 <symbol id="icon-file-word" viewBox="0 0 1024 1024">
1270 <symbol id="icon-file-word-fill" viewBox="0 0 1024 1024">
/developtools/profiler/host/smartperf/ide/src/
Dicon.svg451 <symbol id="icon-file-word" viewBox="0 0 1024 1024">
1270 <symbol id="icon-file-word-fill" viewBox="0 0 1024 1024">
/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