/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | callstack_test.cpp | 51 unw_word_t word = {}; variable 60 EXPECT_LE(CallStack::getProcName(as, word, buf, size, wordPtr, voidPtr), 0);
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
D | io_stats.cpp | 353 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/ |
D | memory_data_plugin.cpp | 646 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()
|
D | smaps_stats.cpp | 222 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/ |
D | hilog_plugin.cpp | 392 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/ |
D | TabPaneNMSampleList.ts | 231 let word = "" 235 word = String.fromCharCode(96 + end) + word 238 return word.toUpperCase()
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ |
D | TabPaneNMSampleList.ts | 230 let word = "" 234 word = String.fromCharCode(96 + end) + word 237 return word.toUpperCase()
|
/developtools/profiler/device/plugins/hilog_plugin/include/ |
D | hilog_plugin.h | 57 bool StringToL(const char* word, long& value);
|
/developtools/profiler/device/plugins/process_plugin/include/ |
D | process_data_plugin.h | 67 void SetProcessInfo(ProcessInfo* processinfo, int key, const char* word);
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
D | memory_data_plugin.h | 310 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/ |
D | io_stats.h | 147 bool StringToL(const char* word, long& value);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
D | Legend.ets | 524 * 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/ |
D | callstack_test.cpp | 508 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/ |
D | icon.svg | 451 <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/ |
D | icon.svg | 451 <symbol id="icon-file-word" viewBox="0 0 1024 1024"> 1270 <symbol id="icon-file-word-fill" viewBox="0 0 1024 1024">
|