Home
last modified time | relevance | path

Searched refs:NextWord (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dbuffer_splitter_unittest.cpp202 EXPECT_TRUE(totalbuffer.NextWord(' '));
223 EXPECT_TRUE(totalbuffer.NextWord(' '));
243 EXPECT_TRUE(totalbuffer.NextWord('\0'));
262 EXPECT_FALSE(totalbuffer.NextWord('e'));
283 EXPECT_TRUE(totalbuffer.NextWord(' '));
308 EXPECT_TRUE(totalbuffer.NextWord(' '));
311 EXPECT_FALSE(totalbuffer.NextWord('#'));
337 EXPECT_FALSE(totalbuffer.NextWord('#'));
340 EXPECT_TRUE(totalbuffer.NextWord(' '));
429 if (!totalbuffer.NextWord(':')) {
[all …]
/developtools/profiler/device/plugins/diskio_plugin/src/
Ddiskio_data_plugin.cpp148 totalbuffer.NextWord(' '); in SetDiskioData()
151 if (!totalbuffer.NextWord('\n')) { in SetDiskioData()
158 if (!totalbuffer.NextWord('\n')) { in SetDiskioData()
/developtools/profiler/device/plugins/memory_plugin/include/
Dbuffer_splitter.h41 bool NextWord(char delimiter);
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp186 totalbuffer.NextWord(':'); in WriteProcess()
192 totalbuffer.NextWord('\n'); in WriteProcess()
198 totalbuffer.NextWord('\n'); in WriteProcess()
209 totalbuffer.NextWord('\n'); in WriteProcess()
220 totalbuffer.NextWord('\n'); in WriteProcess()
234 totalbuffer.NextWord('\n'); in WriteProcess()
/developtools/profiler/device/plugins/memory_plugin/src/
Dbuffer_splitter.cpp68 bool BufferSplitter::NextWord(char delimiter) in NextWord() function in BufferSplitter
Dmemory_data_plugin.cpp188 if (!totalbuffer.NextWord(':')) { in WriteMeminfo()
198 if (!totalbuffer.NextWord(' ')) { in WriteMeminfo()
247 if (!totalbuffer.NextWord(' ')) { in WriteVmstat()
689 totalbuffer.NextWord(':'); in WriteProcess()
695 totalbuffer.NextWord('\n'); in WriteProcess()
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp243 totalbuffer.NextWord(' '); in WriteProcessCpuUsage()
386 totalbuffer.NextWord(' '); in WriteSystemCpuUsage()
397 totalbuffer.NextWord(' '); in WriteSystemCpuUsage()
556 totalbuffer.NextWord(')'); in WriteThread()
558 totalbuffer.NextWord(' '); in WriteThread()
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp220 while (totalbuffer.NextWord(' ')) { in ReadTxRxBytes()
288 while (totalbuffer.NextWord(' ')) { in ReadSystemTxRxBytes()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp364 totalbuffer.NextWord(delimiter); in Getdata()