Home
last modified time | relevance | path

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

/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/diskio_plugin/src/
Dio_stats.cpp353 bool IoStats::StringToL(const char* word, long& value) in StringToL() argument
357 value = strtol(word, &end, DEC_BASE); in StringToL()
360 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToL()
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp646 bool MemoryDataPlugin::StringToUll(const char* word, uint64_t& value) in StringToUll() argument
650 value = strtoull(word, &end, DEC_BASE); in StringToUll()
653 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToUll()
660 void MemoryDataPlugin::SetProcessInfo(ProcessMemoryInfo* processinfo, int key, const char* word) in SetProcessInfo() argument
664 if ((key >= PRO_TGID && key <= PRO_VMHWM && key != PRO_NAME) && !StringToUll(word, value)) { in SetProcessInfo()
665 …OG_ERROR(LOG_CORE, "MemoryDataPlugin:%s, strtoull failed, key(%d), word(%s)", __func__, key, word); in SetProcessInfo()
Dsmaps_stats.cpp222 std::string word = newline; in ParseMapHead() local
223 size_t wordsz = word.find(" "); in ParseMapHead()
227 word = newline.substr(0, wordsz); in ParseMapHead()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp392 bool HilogPlugin::StringToL(const char* word, long& value) in StringToL() argument
396 value = strtol(word, &end, DEC_BASE); in StringToL()
399 } else if (end == word && (*word >= '0' && *word <= '9')) { in StringToL()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts231 let word = ""
235 word = String.fromCharCode(96 + end) + word
238 return word.toUpperCase()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneNMSampleList.ts230 let word = ""
234 word = String.fromCharCode(96 + end) + word
237 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/device/plugins/diskio_plugin/include/
Dio_stats.h147 bool StringToL(const char* word, long& 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/profiler/host/smartperf/ide/src/base-ui/
Dicon.svg451 <symbol id="icon-file-word" viewBox="0 0 1024 1024">
1274 <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">